/* these are your main default links */
body { font-family: arial,verdana,helvetica; font-size: 11px; font-weight: bold; text-decoration: none;}
a:link { color: #0000FF; font-family: arial,verdana,helvetica; font-size: 11px; font-weight: bold; text-decoration: none;}
a:visited { color: #0000FF; font-family: arial,verdana,helvetica; font-size: 11px; font-weight: bold; text-decoration: none;}
a:hover { color: #FF0000; 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.MyMenu {color: #000000; font-family: arial,verdana,helvetica; font-size: 11px; font-weight: bold; text-decoration: none;}
a.MyMenu:visited {color: #000000; font-family: arial,verdana,helvetica; font-size: 11px; font-weight: bold; text-decoration: none;}
a.MyMenu:hover {color: #FF0000; 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;}


/* this is the title bar for all object shells*/
.titleBar {
background-color2: #7B2E00;
background-color: #184D9D;
border : thin solid 1px;
border-color: #000000;
border-bottom: none;
}


/* the text inside of the title bar */
.CopyText {
font-family: arial,verdana,helvetica; 
color: #000000; 
font-size: 12px; 
}

/* the text inside of the title bar - justified */
.CopyTextJustify {
font-family: arial,verdana,helvetica; 
color: #000000; 
text-align: justify;
font-size: 12px; 
}


/* the text inside of the title bar */
.titleText {
font-family: arial,verdana,helvetica; 
color: #FFFFFF; 
font-size: 11px; 
font-weight:bold; 
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 : #8EB4D5;
	border : thin solid 1px;
	border-color: #000000;
	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 : #4187BD;
	border : thin solid 1px;
	border-color: #000000;
	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 : #FFFFFF;
	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 : #E8E8E8;
	border: thin solid 1px;
	border-color: #000000;
	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 : #8EB4D5;
	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 : #FFFFFF;
	border : thin solid 1px #000000;
	border-color: #000000;
	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 : #c0c0c0;
	border : thin solid 1px #000000;
	border-color: #000000;
	font-family: verdana,arial,helvetica;
	color: #006C38;
	font-size: 10px;
	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;
}



/* the edit buttons (up,down,edit, ect) before mousover */
.editButtonsNormal {
background-color: #ffffff;
border : thin solid 1px;
border-color: #000000;
font-family: arial,verdana,helvetica; 
color: #FFFFFF; 
font-size: 10px; 
font-weight:bold; 
text-decoration: none; 
cursor: hand;
}


/* edit buttons on mouseover */
.editButtonsOver {
background-color: #7BAEE7;
border : thin solid 1px;
border-color: #000000;
font-family: arial,verdana,helvetica; 
color: #FFFFFF; 
font-size: 10px; 
font-weight:bold; 
text-decoration: none; 
cursor: hand;
}


/* this will create the border around your object shells */
.shellContentBGcolor {
background-color: #FFFFFF;

}


/* another option that some objects follow */
.shellContentOption1 {
border-left:medium none none; border-right:medium none none; border-top:medium none none; background-color: #F0ECF0;
border-bottom: medium none;
font-family: arial,verdana,helvetica; 
color: #000000; 
font-size: 11px; 
font-weight:none; 
text-decoration: none 
}


/* the main properties for most of the shells' contents */
.shellContent {
border-left:medium none none; border-right:medium none none; border-top:medium none none; background-color: #FFFFFF;
border-bottom: medium none;
font-family: arial,verdana,helvetica; 
color: #000000; 
font-size: 11px; 
font-weight:none; 
text-decoration: none 
}


/* this is another option that lance created */
.shellGray {
border-left:medium none none; border-right:medium none none; border-top:medium none none; background-color: #F0ECF0;
border-bottom: medium none;
font-family: arial,verdana,helvetica; 
color: #000000; 
font-size: 11px; 
font-weight:none; 
text-decoration: none 
}
