/*--------------------------------------------------|
| CSS File for format options in SC Calendar     |
| i.e use in managing admin user calendar           |
|---------------------------------------------------|
| Copyright (c) Summer 2007 Brent Lintner           |
|--------------------------------------------------*/

.whiteFontStyle {
	font:	bold 12px arial,verdana;
	color:	FFFFFF;
}

.blackFontStyle {
	font:	bold 12px arial,verdana;
	color:	000000;
}

.centerAlign {
	text-align: center;
}

.rightAlign {
	text-align: right;
}

.whiteBG
{
	background-color:#FFFFFF;
}

.calendarDayFont {
	font-size: 10px;
	color: #666666;
}
.redStrikeThrough {
	text-decoration: line-through;
	color: #FF0000;
}

.redItalicFont {
	color: #FF0000;
	font-size: 10px;
	font-style: italic;
}


.courseLineSpacing{
	line-height:8pt;
}






/*--------------- CSS atributes for the colour PURPLE (classes) ---------------*/

a.purpleLinks:link, a.purpleLinks:visited, a.purpleLinks:active {
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:8pt;
	text-decoration: none;
	color: #7655A3;
}

a.purpleLinks:hover {
	font-family:"Trebuchet MS";
	font-size:8pt;
	font-weight:bold;
	text-decoration:underline;
	color: #7655A3;
}


/*--------------- !CSS atributes for the colour PURPLE (classes) ---------------*/





/*--------------- CSS atributes for the colour ORANGE (workshops) ---------------*/

a.orangeLinks:link, a.orangeLinks:visited, a.orangeLinks:active {
	font-family:"Trebuchet MS";
	font-size:8pt;
	font-weight:bold;
	text-decoration: none;
	color: #F26829;
}

a.orangeLinks:hover {
	font-family:"Trebuchet MS";
	font-size:8pt;
	font-weight:bold;
	text-decoration:underline;
	color: #F26829;
}


/*--------------- !CSS atributes for the colour ORANGE (workshops) ---------------*/





/*--------------- CSS atributes for the colour GREEN (seminars) ---------------*/

a.greenLinks:link, a.greenLinks:visited, a.greenLinks:active {
	font-family:"Trebuchet MS";
	font-size:8pt;
	font-weight:bold;
	text-decoration: none;
	color: #6FBF4B;
}

a.greenLinks:hover {
	font-family:"Trebuchet MS";
	font-size:8pt;
	font-weight: bold;
	text-decoration:underline;
	color: #6FBF4B;
}





.calDateTitle 
{
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	font-style: normal;
	text-decoration: none; 
	color: #FFFFFF;
}







/*--------------- !CSS atributes for the colour GREEN (seminars) ---------------*/




a.cal_Links:link, a.cal_Links:link, a.cal_Links:visited  
{
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 8pt;
	font-style: normal;
	text-decoration: none; 
	color: #FFFFFF;
}

a.cal_Links:hover {
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 8pt;
	font-style: normal;
	text-decoration: underline;
	color: #FFFFFF;
}

a.linksSiteBlue:link, a.linksSiteBlue:link, a.linksSiteBlue:visited  
{
	font-weight:normal;
	font-family: "Trebuchet MS";
	font-size: 8pt;
	font-style: normal;
	text-decoration: none; 
	color: #336699;
}

a.linksSiteBlue:hover {
	font-weight: normal;
	font-family: "Trebuchet MS";
	font-size: 8pt;
	font-style: normal;
	text-decoration: underline;
	color: #336699;
}

