
/* these are your main default links */
a:link {color: #235B8C; font-family: arial,verdana,helvetica; font-size: 11px; font-weight: bold; text-decoration: none;}
a:visited {color: #235B8C; font-family: arial,verdana,helvetica; font-size: 11px; font-weight: bold; text-decoration: none;}
a:hover {color: #4187BD; font-family: arial,verdana,helvetica; font-size: 11px; font-weight: bold; text-decoration: none;}


/* defines the links for the little icons in the calendar */
a.icons {color: #000000; font-family:arial, verdana, Helvetica; font-size:11px; text-decoration:underline;}
a.icons:visited {color: #000000; font-family:arial, verdana, Helvetica; font-size:11px; text-decoration:underline;}
a.icons:hover {color: #000000; font-family:arial, verdana, Helvetica; font-size:11px; text-decoration:underline;}


/* defines the text for the edit, up, down, over, ect buttons in the shell title bars */
a.editButtonsText {color: #000000; font-family: arial,verdana,helvetica; font-size: 11px; font-weight: bold; text-decoration: none;}
a.editButtonsText:visited {color: #000000; font-family: arial,verdana,helvetica; font-size: 11px; font-weight: bold; text-decoration: none;}
a.editButtonsText:hover {color: #000000; font-family: arial,verdana,helvetica; font-size: 11px; font-weight: bold; text-decoration: none;}


/* these are the properties for the news category text, (headline, sports, financial, etc) */
a.newsButtonsText {color: #000000; font-family: arial,verdana,helvetica; font-size: 11px; font-weight: bold; text-decoration: none;}
a.newsButtonsText:visited {color: #000000; font-family: arial,verdana,helvetica; font-size: 11px; font-weight: bold; text-decoration: none;}
a.newsButtonsText:hover {color: #ffffff; font-family: arial,verdana,helvetica; font-size: 11px; font-weight: bold; text-decoration: none;}



/* the times inside the calendar events schedule uses this */
.times {color: #8B0000; font-family:arial, verdana, Helvetica; font-size:11px; font-weight:bold; text-decoration: underline;}







/* defines the main content color inside of most objects, especially the calendar. not sure if this is even used anymore */
	.contentColor {
    BACKGROUND-COLOR: #FFFFD0;
	border : thin solid 1px;
	border-color: #000000;
	border-top: none;
	font-family: arial,verdana,helvetica;
	color: #000000;
	font-size: 11px;
   	text-decoration: none
}


/* this is the news category buttons before mouseover */
.newsCategoryNormal {
background-color: #BDBEBD;
border : thin solid 1px;
border-color: #000000;
font-family: arial,verdana,helvetica; 
color: #FFFFFF; 
font-size: 11px; 
font-weight:bold; 
text-decoration: none; 
cursor: hand;
}

/* news category buttons on mouseover */
.newsCategoryOver {
background-color: #FF6500;
border : thin solid 1px;
border-color: #000000;
font-family: arial,verdana,helvetica; 
color: #000000; 
font-size: 11px; 
font-weight:bold; 
text-decoration: none; 
cursor: hand;
}



/* the calendar title bar where the month drop down is */
	.monthTitle {
	background-color : #C7DAEB;
	border : thin solid 2px;
	border-color: #C7DAEB;
	font-family: arial,verdana,helvetica;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}



/* this is the color of most objects, escpecially the calendar */
	.mainTableColor {
	background-color : #C7DAEB;
	border : thin solid 2px;
	border-color: #C7DAEB;
	font-family: arial,verdana,helvetica;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
	
/* these are the properties for the content inside most objects such as the calendar */
	.contentBackground {
	background-color : #C7DAEB;
	border: thin solid 1px;
	border-color: #000000;
	border-bottom: none;
	font-family: arial,verdana,helvetica;
	color: #000000;
	font-size: 11px;
}

/* this is for the alternating td colors that the calendar uses */
	.contentBackgroundGrey {
	background-color : #C7DAEB;
	border: thin solid 2px;
	border-color: #C7DAEB;
	border-bottom: none;
	font-family: arial,verdana,helvetica;
	color: #000000;
	font-size: 11px;
	
}
	

/* defines the properties for the day headings (mon,tues,wed, etc) */
	.days {
	background-color : #C7DAEB;
	border : 0px;
	font-family: arial,verdana,helvetica;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
}
	

/* these are the little date squares inside of your calendar */
	.datesNormal {
	background-color : #C7DAEB;
	border : thin solid 1px #000000;
	border-color: #C7DAEB;
	font-family: arial,verdana,helvetica;
	color: #006C38;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	cursor: hand;
}


/* the color of the current day or something that has been scheduled on that day */
	.datesOver {
	background-color : #C7DAEB;
	border : thin solid 1px #ffffff;
	border-color: #C7DAEB;
	font-family: verdana,arial,helvetica;
	color: #006C38;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
	cursor: hand;
}

/* this is the year drop down box. not sure if this is even used anymore */
	.yearSelect {
	background-color : #80A8E0;
	border-color: #000000;
	font-family: arial,verdana,helvetica;
	color: #F86800;
	font-size: 11px;
	font-weight: bold;
}


/* this is the content background color for the SLICE portal. don't worry about this unless your client is using the SLICE portal */
.sliceGrey {
	background-color : #F0ECF0;
	font-family: arial,verdana,helvetica;
	color: #000000;
	font-size: 11px;
}




