/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background: #b8bdc3 url(../images/body-bg_2.jpg) repeat-x;
}


.text {
	font: 11px Tahoma;
	color: #333333;
}
.style1 {font: 11px Tahoma; color: #333333; font-weight: bold; }
.text_red {
	font: 11px Tahoma;
	color: #a20c09;
}
.style3 {font: 11px Tahoma; color: #a20c09; font-weight: bold; }

a {
	font-family: Tahoma;
	font-size: 11px;
	color: #04478B;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #04478B;
}
a:hover {
	text-decoration: underline;
	color: #0066FF;
}
a:active {
	text-decoration: none;
	color: #04478B;
}

.test_login {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.smalltext {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}


.button_submit {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../Admin/images/button.gif);
	height: 23px;
	width: 72px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E2A821;
}
.textbox {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	height: 15px;
	width: 150px;
	border: 1px solid #999999;
}
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.heading {

	font-family: Tahoma;
	font-size: large;
	font-weight: bold;
	color: #333333;
}
.subheading {


	font-family: Tahoma;
	font-size: medium;
	font-weight: bold;
	color: #054078;
}
.button_med {

	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../Admin/images/submit_med.gif);
	height: 23px;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E2A821;
}
.button_long {


	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../Admin/images/submit_long.gif);
	height: 23px;
	width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E2A821;
}

.button_long1 {


	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../Admin/images/submit_long1.gif);
	height: 23px;
	width: 225px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E2A821;
	
}
.errormsg {

	font-family: Tahoma;
	font-size: 10px;
	color: #FF0000;
}
.tablehead {

	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
.smalltextbox {

	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	height: 15px;
	width: 75px;
	border: 1px solid #999999;
}
a.linkText {
	font: 11px Tahoma;
	color: #FFFFFF;
	text-decoration: none;	
 } 
 
 a.linkText:link { 
font: 11px Tahoma;
	color: #FFFFFF;
	text-decoration: none;	
} 

a.linkText:hover {
	font: 11px Tahoma;
	color: #FFFFFF;
	text-decoration: underline;
	
} 
 
 a.linkText_left {
	font: 11px Tahoma;
	color: #292929;
	text-decoration: none;	
 } 
a.linkText_left:link { 
font: 11px Tahoma;
	color: #292929;
	text-decoration: none;	
} 

a.linkText_left:hover {
	font: 11px Tahoma;
	color: #a20c09;
	text-decoration: underline;
	
} 

a.linkText_red {
	font: 11px Tahoma;
	color: #a20c09;
	text-decoration: none;	
 } 
a.linkText_red:link { 
font: 11px Tahoma;
	color: #a20c09;
	text-decoration: none;	
} 

a.linkText_red:hover {
	font: 11px Tahoma;
	color: #000000;
	text-decoration: underline;
	
} 
.text_white {
	font: 11px Tahoma;
	color: #FFFFFF;
}
.modalPopup 
{
   background-color:transparent;  
   padding:1em 6px;
}

.modalPopup2
{
   background-color:#ffffdd;
    width:270px;
   vertical-align :top;
}

.modalBackground 
{
 background-color:gray;
 filter:alpha(opacity=70);
 opacity:0.7;
}
