/* site switcher */

#site-switcher {
	position: absolute;
	width: 300px;
	}
	
	
	
#switcher-topborder{
left:0px;
vertical-align:top;}
#site-switcher-wrapper{
	background-color:#FFFFFF;
	background-image:url(../graphics/callrequest.jpg);
	height:38px;
	width:157px;
	
	margin-right: 0px;

} 
#site-switcher-wrapper:hover .switcher-links-wrapper {
	display: block;
}



#switcher-header {
	height: 43px;
	width: 115px;
	margin-left: -1px;
	text-indent: -9999px;
	background-image: url(/images/switcher-button.jpg);
	background-position: 0px bottom;
	background-repeat: no-repeat;
	
}

.switcher-links {
	padding-top: 0px;
	padding-right: 5px; 
	padding-left: 15px;
	margin-top: 0px;
	border-right: 0px solid #e0e0e0;
	border-bottom: 0px solid #e0e0e0;
	z-index: 100;
	height:447px;

	
}
.switcher-links-wrapper {
	display: none;
	position: absolute;	
	right: 0px;
	top: 35px;
	left:0px;
	width: 345px;
	height:447px;
	z-index: 1000;
	background-image: url(/graphics/switcher-border.png);
	background-color: #ffffff;
	background-image:url(../graphics/tally_enquiry_formbg1.JPG);
	background-repeat: no-repeat;
	background-position: 0px 0px 0px 0px;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
}
.switcher-links .switch-group {
	font-size: 13px;
	margin-bottom: 20px;
}
.switcher-links .switch-group .site{
	color: #979797;
	width:113px;
	float: left;
	font-size: 13px
}
.switcher-links .switch-group .about{
	width: 180px;
	color: #545353;
	font-size: 12px;
}

.switcher-links .switch-group li {
	clear: both;
}

.switch-hover {
  /* text-decoration: underline; */
  color: #FFFFFF;
}


.fieldrow{ height:35px; font-weight:bold;
font: 12px/22px Arial, Helvetica, sans-serif;
color:#333333; font-weight:900;}

.fieldrowh7{ 
font: 10px/22px Arial, Helvetica, sans-serif;
color:#333333}


.alert {
	display:none;
	position:absolute;
	top:389px;
	left:766px;
	float:right;
	width:300px;
	background-color: #3300FF;
	border-style:solid;
	border-width:1px;
	padding:15px 20px 5px 20px;
   }
