/********************************************************************
*	Start css_sheet
*
********************************************************************/
/*Applies to all pages except the index.aspx and login.aspx pages***/
.Body{
	color: black;
	font-family: Verdana;
	/*	background-image:url(http://summit01/summitonline/custom/companylogo.gif);*/
}

/********************************************************************
*	Index.Aspx Specific Settings
*
*********************************************************************/
.Body_Index{
	color: black;
	font-family: Verdana;
	/*background-image:url(http://summit01/summitonline/custom/companylogo.gif);*/
}
.Table_Index_BackGroundColor{
	background-color:silver;
}
.Table_Index_BackGroundColor_1{
	background-color:darkblue;
}
.Table_Index_BackGroundColor_2{
	background-color:silver;
}
.LinkButtons_Index{
	font-weight:bold;
	font-size:x-small;
	color:white;
}
.Labels_Index{
	font-size:x-small;
	font-weight:bold;
	color:White;
}
.Labels_Index_Header{
	font-family:Times New Roman;
	font-weight:bold;
	font-size:30pt;
	color:White;
}
/*End Index Settings*************************************************/

/********************************************************************
*	Login.Aspx Specific Settings
*
*********************************************************************/
.Body_Login{
	color: black;
	font-family: Verdana;
	background-color:#000080;
	/*background-image:url(http://summit01/summitonline/custom/companylogo.gif);*/
}
.Table_Login_BackColor{
	font-weight:bold;
	font-size:x-small;
	color:White;
}
.Table_Login_Logo_Background{
}
.Table_Login_Borders{
	border:solid 2px black;
	background-color:White;
}
.LinkButtons_Login{
	font-weight:bold;
	font-size:x-small;
	color:Black;
}
.LinkButtons_Login_Smaller{
	font-weight:bold;
	font-size:xx-small;
	color:Black;
}
.Labels_Login{
	font-size:x-small;
	font-weight:bold;
	color:Black;
}
.Labels_Login_Smaller{
	font-size:xx-small;
	font-weight:bold;
	color:Black;
}
.Buttons_Login{
}
/*End Login.aspx****************************************************/

/********************************************************************
*	Main Menu Settings
*
*********************************************************************/
.MenuItem{
	/*color: white;
	border-style:none;*/
	background-color:darkblue;
}
.MenuItem_LinkButtons{
	font-size:x-small;
	font-family: Verdana;
	font-weight:bold;
	text-decoration:none;
	cursor:hand;
	color:White;
}
.MenuItem_LinkButtons_Hover{
	font-size:x-small;
	font-family: Verdana;
	font-weight:bold;
	text-decoration:none;
	cursor:hand;
	color:White;
}
.MenuItemMouseOver{
	/*color: white;
	border-style:none;*/
	background-color:blue;
	/*color:white;
	border-style:none;
	background-color: Black;*/
	
}
/*End Menu Settings**************************************************/

/********************************************************************
*	Tab Menu Settings
*
*********************************************************************/
.Menu_Emp_LinkButtons{
	font-family:verdana;
	font-weight:bold;
	font-size:8pt;
	color:White;
	text-decoration:none;
}
.Menu_Emp_Sep{
	border-bottom:1px solid black;	
}
.Menu_Emp_LinkButtons_Hover{
	font-family:verdana;
	font-weight:bold;
	font-size:8pt;
	color:Black;
	text-decoration:none;
}
.Menu_Emp{
	border:1px solid black;
	background-color:#000080;
}
.Menu_Emp_Hover{
	border:1px solid black;
	background-color:White;
}
/*End Tab Settings**************************************************/

/********************************************************************
*	Calander settings
*
*********************************************************************/
.Calander{
	font-family:Verdana;
	font-size:xx-small;
	font-weight:bold;
}
.Calander_Title{
	font-family:Verdana;
	font-size:xx-small;
	font-weight:bold;
	color:White;
	background-color:Silver;
}
.Calander_Select{
	background-color:Silver;
}
/*End Calander Settings******************************************************/

/********************************************************************
*	Main Table Settings...Datagrids and Informational tables
*	Header, Footers, and content along with control settings
*
*********************************************************************/
.Table_Borders{
	border:solid 1px black;
}
.Table_Header{
	font-weight:bold;
	font-size:x-small;
	color:Black;
}
.Table_Header_Smaller{
	font-weight:bold;
	font-size:xx-small;
	color:Black;
}
.Table_Header_Color
{
	font-weight:bold;
	font-size:x-small;
	color:White;
	background-color:#005454;
}
.Table_Header_Color_Smaller
{
	font-weight:bold;
	font-size:xx-small;
	color:White;
	background-color:#005454;
}
.Table_Header_Color_EmpInfo
{
	font-weight:bold;
	font-size:x-small;
	color:White;
	background-color:#005454;
}
.Table_Content{
	font-weight:normal;
	font-size:x-small;
	color:Black;
}
.Table_Content_HighLight{
	background-color:Silver;
	font-weight:normal;
	font-size:x-small;
	color:Black;
}
.Table_Content_Bold{
	font-weight:bold;
	font-size:x-small;
	color:Black;
}
.Table_Content_Smaller{
	font-weight:normal;
	font-size:xx-small;
	color:Black;
}
.Table_Content_Smaller_Shade{
	font-weight:normal;
	font-size:xx-small;
	background-color:White;
}
.Table_Content_Smaller_Bold{
	font-weight:bold;
	font-size:xx-small;
	color:Black;
}
.Table_Footer{
	font-weight:bold;
	font-size:x-small;
}
.Table_Footer_Color{
	font-weight:bold;
	font-size:x-small;
	color:White;
	background-color:Silver;
}
.Table_Footer_color_Smaller{
	font-weight:bold;
	font-size:xx-small;
	color:White;
	background-color:Silver;
}
/*End Main Table Settings********************************************/

/********************************************************************
*	Misc Control Settings: Buttons Textboxes Labels LinkButtons ect.
*
*********************************************************************/
.Buttons{
	font-size:x-small;
	font-weight:bold;
	color:white;
	background:#000080;
	cursor:hand
}
.Buttons_Smaller{
	font-size:xx-small;
	font-weight:bold;
	color:white;
	background:#000080;
	cursor:hand;
}

.DropDowns{
	font-size:x-small;
	font-weight:normal;
}
.DropDowns_Error{
	font-size:x-small;
	font-weight:normal;
	background-color:#FFC0CB;
}
.DropDowns_Smaller{
	font-size:xx-small;
	font-weight:normal;
}
HR.Line{
	color:Black;
	height:1px;
}
.Labels{
	font-size:x-small;
	font-weight:normal;
}
.Labels_Bold{
	font-size:x-small;
	font-weight:bold;
}
.Labels_Smaller{
	font-size:xx-small;
	font-weight:normal;
}
.Labels_Bold_Smaller{
	font-size:xx-small;
	font-weight:bold;
}
.Labels_Error{
	font-weight:normal;
	font-size:x-small;
	color:Red;
}
.ListBoxes{
	font-size:x-small;
	font-weight:normal;
}
.ListBoxes_Smaller{
	font-size:xx-small;
	font-weight:normal;
}
.LinkButtons{
	font-weight:bold;
	font-size:x-small;
	color:Black;
}
/*A.MenuItem_LinkButtons:link{color:White;}
A.MenuItem_LinkButtons:visited{color:#E8DBE2;}
A.MenuItem_LinkButtons:active{color:White;}
A.MenuItem_LinkButtons:hover{color:#C96831;}*/
.LinkButtons_Doc_Reports{
	font-weight:bold;
	font-size:x-small;
	color:Black;
}
.LinkButtons_HearderColor{
	font-weight:bold;
	font-size:x-small;
	color:White;
}
.LinkButtons_HearderColor_Smaller{
	font-weight:bold;
	font-size:xx-small;
	color:White;
}
.LinkButtons_Smaller{
	font-weight:bold;
	font-size:xx-small;
	color:Black;
}
.LinkButtons_Footer{
	font-weight:bold;
	font-size:x-small;
	color:White;
}
.LinkButtons_Smaller_Footer{
	font-weight:bold;
	font-size:xx-small;
	color:white;
}
.RadioButtonList{
	font-size:xx-small;
	font-weight:bold;
}
.TextBoxes_Error
{
	font-family: Verdana;
	font-size:x-small;
	font-weight:normal;
	background-color:#FFC0CB;
}
.TextBoxes{
	font-family: Verdana;
	font-size:x-small;
	font-weight:normal;
}
.TextBoxes_RightAlign{
	text-align:right;
	font-size:x-small;
	font-weight:normal;
}
.TextBoxes_Smaller{
	font-size:xx-small;
	font-weight:normal;
}
.TextBoxes_RightAlign_Smaller{
	text-align:right;
	font-size:xx-small;
	font-weight:normal;
}
.Title_Bold{
	font-weight:bold;
	font-size:medium;
	color:#63619c;
}
.Table_Contacts{
	BORDER-RIGHT: black 2px solid;
	BORDER-TOP: black 2px solid;
	BORDER-LEFT: black 2px solid;
	border-bottom: black 2px solid;
	background-color:#f5f5dc;
	font-weight:bold;
	color:Black;
}
.Table_ViewCheck_Line{
	font-weight:bold;
	font-size:xx-small;
	color:White;
	background-color:#000080;
}
/*End Misc Control Settings******************************************/