body
{
	background-color:#606174; /*FFD5D9*/
	margin:0;
}

p 
{
	color: #000;
	font: 12px/18px Georgia, "Times New Roman", Times;
	margin: 0;
	padding: 0;
}

a 
{
 	color: #555;
  	font: 12px/16px Georgia, "Times New Roman", Times; 
 	text-decoration: none;
}
a:hover {
 text-decoration: underline;
}

 a.colored:link{
 	color: #BE7429;
  	font: 12px/16px Georgia, "Times New Roman", Times; 
 	text-decoration: none;
	
}
a.colored:hover {
 text-decoration: underline;
 color: #94865C;
}
a.colored:visited {
 
 color: #A7B18F;
}
.Outer_Frame
{
	background-color:white;
	border-collapse: collapse;
	border-spacing: 0px;
	border:0px;
	padding:0px;
	align:center;
	border:1px solid #333333;
	background-color:#e4ecff;/*change background as desireds*/
}

.Login
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color:#efefef;
	
}
 .Login input.text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color:#efefef;
}

 
 /*--- start : menu --- */
table.navbar
{

	font-size: 8pt;
	margin: 2px;
	padding: 2px; 
	border: 0px; 
	font-weight: bold;
	z-index:0;
}
table.menu
{

	font-size: 8pt;
	margin: 2px;
	padding: 2px;
	font-weight: bold;
	
}
td.menuNormal
{
	padding: 1px;
	color: black;
	font-weight: bold;
	vertical-align: top;
	background-color: white;
	border:0px solid #9E1111;
	
}

td.menuHover
{
	padding: 1px;
	color: black;
	font-weight: bold;
	vertical-align: top;
	/*remove the following line for drop-down menu with images*/
	background-color: #FFD5D9;
}
div.menuNormal
{
	display: none;
	position: static;
}
div.menuHover
{
	border: 1px solid #9E1111;
	background-color: white;
	display: inline;
	position: absolute;
}
a.menuitem:link
{ 
	text-decoration: none;
	color: black;
	background-color: white;
	display: block;
}
a.menuitem:visited
{
	text-decoration: none;
	color: black;
	background-color: white;
	display: block;
}
a.menuitem:hover
{
	text-decoration: none;
	color: black;
	background-color: #FFD5D9;
	display: block;
}
a.menuitem:active
{
	text-decoration: none;
	color: black;
	background-color: #FFD5D9;
	display: block;
}
/* --- end : menu --- */

.Content_Main
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding:10px;
	/*background-color:#FFFFFF;
	background-color:#e4ecff;*/ /*Back Ground of the Content page*/
	background-color:#e4ecff;
} 

.Content_Main h2 {
	color: #1f1fb5;
	font: 18px/24px "Andale Mono", Verdana, Arial, Helvetica;
	margin: 0;
	padding: 0;
}
.Content_Main h3 {
	color: #0505ac;
	font: 16px/16px "Andale Mono", Verdana, Arial, Helvetica;
	margin: 0;
	padding: 0;
}

.Content_Main p {
	margin: 0;
	padding: 0;
}
.Content_Main table {
	border: 0px solid #999;
	font: 10px/14px "Andale Mono", Verdana, Arial, Helvetica;
	margin: 0;
	padding: 0;
}

.Content_Main .table_head {
 background-color: #1f1fb5;
 color: #fff;
 margin: 0;
 padding: 1em 2px .5em;

}
.Content_Main .table_head_pink {
 background-color: #6AB26E;
 color: #fff;
 margin: 0;
 padding: 1em 2px .5em;

}
.Content_Main .table_subhead {
 background-color: #1f1fb5;
 color: #fff;
 font: 12px/14px "Andale Mono", Verdana, Arial, Helvetica;
 margin: 0;
 padding: .5em 2px .5em;
}
.Content_Main .row_light {
 background-color: #eeeef9;
 margin: 0;
 padding: 0;
}

.Content_Main .row_highlighted {
 background-color: #FFFF99;
 margin: 0;
 padding: 0;
}

.Content_Main .row_dark {
 background-color: #d4d4f1;
 margin: 0;
 padding: 0;
}



.Content_MainHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color:#000099;
}
.Content_SubHead
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color:#000099;
}

.Content_MediumText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color:#000;
}

.Content_SmallText
{
	font-family: verdana,Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color:#000;
}

.Content_SmallTextBlack
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color:#000;
}

.Content_BodyText
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	height:16px;
}

.Content_Msg
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color:#FF0000;
}

.Content_BoxTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color:#fff;
	padding-left:5px;
	background-color:#9E1111;
	height:16px;	 
}
.Content_BoxContent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color:#fff;
	padding-left:5px;
	border:1px solid #9E1111;	 
}


.InnerPage_BoxTitle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color:#fff; /*#9E1111;*/
	padding-left:5px;
	background-color:#5f5b5b; /*5f5b5b DFC6CF*/
	height:16px;	 
}
.InnerPage_BoxContent
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding:5px;
	border:1px solid #5f5b5b;	 
	border-top:0;
	background-color:#FFFFFF;
}
.InnerPage_Title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 21px;
	font-weight: bold;
	color:#fff; /*#9E1111;*/
	padding:5px;
	background-color:#5f5b5b;
	height:20px;
}
.InnerPage_TitleSmall
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color:#fff;
	padding:0;
}


.Footer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	background-color:#333333;
	color:#fff;
}
a.footer:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	
}
a.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	
}
a.footer:visited
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.Copyright{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: normal;
	color: #fff;
	background-color:#333333;
}



.table_grid
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	table-layout:fixed;
	
	
}
.table_grid  td
{
	padding: 2px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px #cccccc;
	border-left: 1px #cccccc;
	height:auto;
	white-space:normal; word-break:break-all;overflow:hidden;
	text-wrap:unrestricted;
}
.tr_header td
{
	padding: 2px;
	background-color: #efefef;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: #cccccc;
	border-left: #cccccc;
	height:auto;
}

.bullet
{
background-image:url('./../images/bullet.jpg');
background-position:center 8px;
background-repeat: no-repeat;
padding:3px;
}


	.titlteText{
		color: #1f1fb5;
	 	font: 24px "Andale Mono", Verdana, Arial, Helvetica;
	 	font-weight: bold;
	}
	.SeasonTitle{
	color: #666666;
	font: 11px  "Arial, Helvetica, sans-serif";
	}
	.reportName{
	font-size: 18px;
	color: #950000;
	 
	
	}
	.linkGroup{
	font-size: 14px;
	color: #000000; 
	font: 12px/16px "Andale Mono", Verdana, Arial, Helvetica;
	font-weight: bold;
	}
	.newsTitle{
	font-size: 18px;
	color: #000000; 
	font: 12px/16px "Andale Mono", Verdana, Arial, Helvetica;
	font-weight: bold;
	}
	.linkGroupSelected{
	font-size: 12px;
 	font-weight: bold;
	color: #9E1111;
	}
	.linkGroupUnselected{
	font-size: 12px;
	color: #0000D7;
	}
	.ResultSubHead{
	font-size: 14px;
	color: #000;
	font-weight: bold;
	}
	.ResultSubHeadUnselected{
	font-size: 14px;
	color: #0000D7;
	}
	.headerLink{
		color: #666;
	 font: 12px/16px Georgia, "Times New Roman", Times;
	 text-decoration: none;
	 }	
	.unselectedLink{
	font-size: 14px;
	color: #950000;
	}
	.meetLink{
	color: #1f1fb5;
	font-weight: bold;
	font: 16px  "Arial, Helvetica, sans-serif";
	} 

	.ViewName{
	font-size: 18px;
	color: #000000; 
	font: 16px "Andale Mono", Verdana, Arial, Helvetica;
	font-weight: bold;
	}
	.ViewNameSelected{
	font: 16px "Andale Mono", Verdana, Arial, Helvetica;
 	font-weight: bold;
	color: #0000D7;
	}
	.ViewNameUnselected{
	font: 16px "Andale Mono", Verdana, Arial, Helvetica;
	color: #0000D7;
	}	
	.tableTitle{
	background-color: #1f1fb5;
	color: #fff;
	font: 10px/14px "Andale Mono", Verdana, Arial, Helvetica;
	font-weight: bold;
	 }
	 .tableStateClass{
		color: #000;
		font: 11px "Andale Mono", Verdana, Arial, Helvetica;
		font-weight: bold;
	 }

	.reportName{
		font-family: Verdana;
		font-size: 16pt;
		font-weight: bold;
		color: #950000;
	}
	.reportTitle{
		font-family: Verdana;
		font-size: 12pt;
		font-weight: bold;
	}
	.linkTitle{
		font-family: Arial;
		font-size: 10pt;
		font-weight: bold;
	}
	.linkNmae{
		font-family: Arial;
		font-size: 10pt;
	}
	
	
	
	
	
	
	
	
 
#header {
        BACKGROUND: url(./../images/bg.gif) #dae0d2 repeat-x 50% bottom; FLOAT: 
		left; WIDTH: 100%; LINE-HEIGHT: normal;
		PADDING-RIGHT: 0px; PADDING-LEFT: 0px;  PADDING-BOTTOM: 0px; MARGIN: 0px; 
		FONT-family: Georgia,Serif; font-size:14pt; COLOR: #000; PADDING-TOP: 0px; voice-family: inherit
		
}
#header UL {
        PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 10px; LIST-STYLE-TYPE: none
}
#header LI {
        PADDING-RIGHT: 0px; PADDING-LEFT: 3px; BACKGROUND: url(./../images/left.gif) no-repeat left top; 
		FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px;
		 
}
#header A {
        PADDING-RIGHT: 3px; DISPLAY: block; PADDING-LEFT: 3px; FONT-WEIGHT: bold; 
		BACKGROUND: url(./../images/right.gif) no-repeat right top; FLOAT: left; 
		PADDING-BOTTOM: 4px; COLOR: #765; PADDING-TOP: 5px; TEXT-DECORATION: none;
		font-family:"Verdana", Andale Mono, Arial, Helvetica; 
		font-size:8pt; COLOR: #5f5b5b;
}
#header A {
        FLOAT: none
}
#header A:hover {
        COLOR: #9E1111
}
#header #current {
        BACKGROUND-IMAGE: url(./../images/left_on.gif)
}
#header #current A {
        BACKGROUND-IMAGE: url(./../images/right_on.gif); PADDING-BOTTOM: 5px; COLOR: #9E1111
}

.noDataText{
		font-family: Verdana;
		font-size: 12pt;
	}
	
/* To use for the search box in the top of the page*/
.txtBoxes	{
		/*border: none;
		height: 15px;
		*/
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;		
		width: 150px;
		
	}
.liteBlue{font-family:Arial, Helvetica, sans-serif; font-size:11px;font-weight:bold;color:#0A45AD;}
.learnMore{
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
	}
	
	
.scheduleName {
font-size: 11px;
color: #000000; 
font: 12px/16px "Andale Mono", Verdana, Arial, Helvetica;
font-weight: bold;
}	
.logInDiv
{
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #BCD3D8;
	background-color:#DEEBED;
}
.loginHead
{
	background-color:#00599E;
	color:#FFFFFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	padding:3px;
}
.grayBoldNew
{
	font-family:Arial, Helvetica, sans-serif; color:#666;font-weight:bold;font-size:12px;
}
.lightBoldBlue
{
	font-family:Arial, Helvetica, sans-serif; color:#006CBE;font-weight:bold;font-size:12px;
}

.lightBlueNew{color:#006CBE;}

.league_color_diff {
color: #9e1111;
}
