/* ***********************************TOP MENU************************************* */
.topMenu{}
.topMenu a{ color: white; }
.topMenu a:link	
{
	/*color: AppWorkspace;*/
	color: white;
}	
		
.topMenu  a:visited	
{
	text-decoration: none;
	color: white;
}	
		
.topMenu  a:active	
{
	text-decoration: none;
	color: white;
}	
		
.topMenu  a:hover	
{
	text-decoration: none;
	color: Background;
}	
		
.topMenu  a.offsite	
{
	text-decoration: none;
	color: white;
}

/* ************************************TOP MENU************************************ */
/* ************************************* WEBSITE TOP STARTS ********************************* */

.systemWorking{
	padding-top:5px;
	padding-bottom:5px;
	position: absolute;
	left: 50%;
	top: 15%;
	background: #EDEDED;
	border-style: solid;
	border-bottom-color: #9DB1EC;
	border-left-color: #9DB1EC;
	border-right-color: #9DB1EC;
	border-top-color: #9DB1EC;
	border-width: thin;
	border-color: Silver;
	width: 100px;
	height: 45px;
	z-index: 20;
	text-align: center;
	font-weight: bold;
	color: #679AC7;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
}




#seperator{
	/*background-image: url(../../../images/show_hide.JPG);
	background-repeat: repeat-y;*/
	cursor:pointer;
	margin:0px;
}

.headTop
{
	text-align:right;margin:0px;border-bottom:1px solid #839274;
	/*background-color: #154E82;*/
}

.siteTop
   {  
	   margin-top: 0px;   margin-bottom: 0px;   margin-left: 0px;   margin-right: 0px;
		/*background-color: #154E82;*/
	   /*background-image: url(images/top_bg.png);
	   background-repeat: repeat-x;	*/
}

td.top {
   background: #008000;
   background-repeat: repeat-x;
   vertical-align: top;
   height: 100%;
   border-left-style: solid;
   border-left: medium;
   border-left-color: Silver;
   border-right: thin;
   border-right-color: Silver;
   
}   
input.editfield {	width: 15em; border-top-width: thin;}
select.editfield {width: 8em;	border-top-width: thin;}

.bgcolorTop 
{
	padding: 2px;
	background-color: #50A100; /* background-image: url(images/bg_2.gif);*/
	background-repeat: no-repeat;
	color: AppWorkspace;
}


#title{
   color: black;
   font-family: Arial Black, Helvetica Black, sans-serif;
   font-size-adjust: .46;
   font-size: 2.33em;
   font-weight: 400;
   margin-top: 3px;
   margin-bottom: 1px;
}
#subtitle{
   color: black;
   font-family: Arial, Helvetica, sans-serif;
   font-weight: 600;
   font-size: 9pt;
   margin-top: 1px;

}
#slogan{
   font-style: normal;
  font-variant: normal;
  font-weight: 600;
  font-size: 7pt;
  line-height: normal;
  font-family: Charcoal
}
/* ************************************* WESITE TOP ENDS ********************************* */