/* Default CSS Stylesheet for a new Web Application project */

.TopMenuGroup
{ 	
	background-color:#003399;
	/*border-color:#CFE6F2; */
	cursor:pointer;
	
	height:20;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:10;
	color:White;
	
}

.TopMain
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:10;
	height:20;
	color:White;
	cursor:pointer;
	
}

.TopMainOver
{
	background-color:#ffcc00;
	cursor:pointer;
	
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:10;
	height:20;
	color:black;
}

.MenuGroup
{ 	
	background-color:#003399;
	/*border-color:#CFE6F2; */
	cursor:pointer;
	
	height:20;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:10;
	color:White;
}

.MenuItem
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:10;
	height:20;
	color:White;
	cursor:pointer;
}

.MenuItemOver
{
	background-color:#ffcc00;
	cursor:pointer;
	
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:10;
	height:20;
	color:black;
}
.MenuItemClicked
{
	background-color:#ffcc00;
	cursor:pointer;
	
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:10;
	height:20;
	color:black;
}


.Separator
{
	background-color: Transparent; 
	margin-left: 4px;
	margin-right: 4px;

}

.NewsMain
{
	background-color:#e4e4e4;
	font-family:Arial, Tahoma;
	font-size:10pt;
	
	scrollbar-face-color:#FBF7EC;
	scrollbar-highlight-color:#D79A0D;
	scrollbar-3dlight-color:#D79A0D;
	scrollbar-darkshadow-color:#D79A0D;
	scrollbar-shadow-color:#D79A0D;
	scrollbar-arrow-color:#D79A0D;
	scrollbar-track-color:#FBF7EC;
}
.AllNewsMain
{
	background-color:white;
	font-family:Arial, Tahoma;
	font-size:10pt; 
	width:100%;
	
	scrollbar-face-color:#FBF7EC;
	scrollbar-highlight-color:#D79A0D;
	scrollbar-3dlight-color:#D79A0D;
	scrollbar-darkshadow-color:#D79A0D;
	scrollbar-shadow-color:#D79A0D;
	scrollbar-arrow-color:#D79A0D;
	scrollbar-track-color:#FBF7EC;
}

.NewsHeading
{
color:#3669A6;
font-size:11px;
font-weight:bold;
font-family:verdana;
	cursor:hand;
}

.NewsHeading a
{
	color:#3669A6;
	font-size:11px;
	font-weight:bold;
	font-family:verdana;
	cursor:hand;
	
}

.AllNewsHeading
{
	font-family:verdana;
	font-size:10pt;
	font-weight:bold;
	text-decoration:underline;
	color:black;
	cursor:hand;
}

.AllNewsHeading a
{
	font-family:verdana;
	font-size:10pt;
	font-weight:bold;
	text-decoration:underline;
	color:black;	
	width:100%;
	height:100%;
	
}

.NewsBody
{
	color:#000000;
font-size:11px;
font-family:verdana;
	
	text-decoration:none;
	
	padding-left: 6px;
	text-align:justify ;
}
.AllNewsBody
{
	font-family:verdana;
	font-size:10pt;
	font-weight:normal;
	text-decoration:none;
	color:black;
	padding-left: 6px;
	padding-right:6px;
	text-align:justify ;
}
.MoreNews a
{
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	text-decoration:underline;
	color:#FFFFC9
}
.MoreNews 
{
	font-family:verdana;
	font-size:8pt;
	font-weight:bold;
	text-decoration:underline;
	color:#FFFFC9;
	height:50	;
	padding-right:10;
}


.ContentMain
{
	background-color:White;
	vertical-align:top;	
	font-family:verdana;
	font-size:10pt;
	background-color:red
}
.ContentTop
{
	background-color:White ;
	font-family:verdana;
	font-size:10pt;
	background-color:red
}

.ContentLeft
{	
	background-color:White;
	vertical-align:top;
	font-family:verdana;
	font-size:10pt;
}

.ContentRight
{
	background-color:White;
	font-family:verdana;
	font-size:10pt;
}

.ContentBody
{
	background-color:White;
	font-family:verdana;
	font-size:10pt;
}

.SearchMain
{
	 background-color:#3669a6;
}

.SearchTitle
{
	 background-color:#3669a6;
	 font-weight:bold;
	 font-size:12;
	 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	 height:16;
	 
}
.SearchTextBox
{
	border:solid 1pt #000000;
color:#000000;
font-size:11px;
font-family:verdana;
width:190;

}

.SearchText
{
	padding-left:5;
	height:30;
	 
	 
}

.SearchButton
{
	 
	 
	 font-weight:bold;
	 font-size:12;
	 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	 background-image:url(images/bt_search.gif);
	 border-width:0;
	 width:63;
	 height:14;
	 
}
.Error
{

	 color:red;
	 font-weight:bold;
	 font-size:12;
	 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	 
}

.SearchLink
{
 color:Black;
 text-decoration:none;
 font-size:10;	
 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 	 font-weight:bold;
}

.SiteMapLink
{
	 color:Black;
 text-decoration:none;
 font-size:10;	
 font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 	 font-weight:bold;

}
