/* Common CSS
/* Last Update: 12/24/2001 
*/
/*InTheNews */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
    color: cccccc;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bkgd.gif);
	scrollbar-face-color:#181818;
	scrollbar-highlight-color:005743;
	scrollbar-3dlight-color:#525252;
	scrollbar-darkshadow-color:#000000;
	scrollbar-shadow-color:003E30;
	scrollbar-arrow-color:gray;
	scrollbar-track-color:#181818;
}
TD.shadowLeft {
	background-image:  url(../shadowLeft.gif);
	background-repeat: repeat-y;
}

TD.shadowRight {
	background-image:  url(../shadowRight.gif);
	background-repeat: repeat-y;
}

.style1 {
	color: #00767A;
	font-weight: bolder;
	font-size: 16px; 
}

/*InTheNews */
a.TextBoldWhiteLink:link
{
	COLOR: White;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	FONT-WEIGHT: bold;
	line-height: 14pt;
}
a.TextBoldWhiteLink:visited
{
	COLOR: White;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	FONT-WEIGHT: bold;
	line-height: 14pt;
}
a.TextBoldWhiteLink:active
{
	COLOR: Yellow;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	FONT-WEIGHT: bold;
	line-height: 14pt;
}
a.TextBoldWhiteLink:hover
{
	COLOR: Yellow;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	FONT-WEIGHT: bold;
	line-height: 14pt;
}

/*General */
a:link
{
	COLOR: #669999;
	text-decoration: underline;
}
a:visited
{
	COLOR: #669999;
	text-decoration: underline;
}
a:active
{
	COLOR: #669999;
	text-decoration: underline;
}
a:hover
{
	COLOR: #FFFFFF;
	text-decoration: underline;
	font-weight: none;
}

a.yellow:link
{
	COLOR: #CCCCCC;
	text-decoration: none;
}
a.yellow:visited
{
	COLOR: #CCCCCC;
	text-decoration: none;
}
a.yellow:active
{
	COLOR: #CCCCCC;
	text-decoration: underline;
}
a.yellow:hover
{
	COLOR: #FFFFFF;
	text-decoration: underline;
	font-weight: none;
}

a.BoldWhite:link
{
	COLOR: #669999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	line-height: 10pt;
}
a.BoldWhite:visited
{
	COLOR: #669999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	line-height: 10pt;
}
a.BoldWhite:active
{
	COLOR: #669999;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	line-height: 10pt;
}
a.BoldWhite:hover
{
	COLOR: #CCCCCC;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	FONT-WEIGHT: bold;
	line-height: 10pt;
}

.buttons {
	font-family: Arial, Helvetica, sans-serif;
	color:white;
	font-size=8pt;
	font-weight:bold;
	background-color:#4F78D9;
	border-color:#99CCFF;
}


/* ======================================= */
/* Calendar */
/* ======================================= */
.calendarTitleText {
	font:14pt Georgia;color:white;font-weight:bold;
}
.calendarSmallText {
	font:8pt verdana;color:#E6E6E6;font-weight:normal;
}
.calendarPanel {
	width: 500px;border:1px silver dotted;
}
.calendarDateCol {
	background-color:gray;
	width: 89px
}
.calendarDatePanel {
	width: 70px; height:70px;border: 1px silver dotted; margin-top:8px; margin-left:8px; margin-bottom:8px; margin-right:8px;
}
.calendarDate {
	background-color: #1E1E1E;
	width: 100%;
}
.calendarDateDay {
	font:8pt arial;color:white; font-weight:normal;
}
.calendarDateDayNum {
	font:24pt arial;color:white; font-weight:bolder;
}
.calendarDateMonth {
	font: 8pt arial;color: #E6E6E6; font-weight: normal;
}
.calendarInfoCol {
	background-color:#CCCCCC;
}
.calendarInfoPanel {
	margin:5px 5px 5px 5px;
}
.calendarInfoEventName {
	font:11pt Georgia;color:black;font-weight:bold;
}
.calendarInfoEventDateRange {
	font:8pt verdana;color:gray;font-weight:normal;
}
.calendarInfoEventDetail {
	font:10pt Georgia;color:#5B5B5B; font-weight:normal; margin-top:10px;margin-bottom:10px; margin-right:10px;
}
.calendarInfoLinksPanel {
	font:8pt arial;color:gray;font-weight:normal;margin-bottom:10px;
}
a.calendarInfoLinksPanel:link,
a.calendarInfoLinksPanel:active,
a.calendarInfoLinksPanel:visited {
	font-style:normal;
	text-decoration: none;
	color:#999999;
}
a.calendarInfoLinksPanel:hover {
	font-style:normal;
	text-decoration: underline;
	color:#FFFFFF;
}
