﻿
.ADN
{
    background-color:Black;
    
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, li, ol, apan, a
{
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}
.left
{
	float: left;
}
.right
{
	float: right;
}
.clearfix
{
	clear: both;
	height: 0px;
}
body
{
	background: url(../images/topbg.gif) repeat-x;
}
#header
{
	width: 1000px;
	margin: 0 auto;
}


.phone a
{
	color: #fff;
	text-decoration: none;
}

.phone a:hover
{
	color: #000;
	text-decoration: none;
}


.loginlogo
{
	margin-top: 20px !important;
}

.bottomfixed
{
	bottom: 0px;
	position: absolute;
	width: 100%;
}

.topcurve
{
	background: url(../images/number-bg.gif) no-repeat right;
	height: 31px;
	color: #fff;
	padding-top: 10px;
	padding-right: 15px;
	font-size: 12px;
}
.topcurve img
{
	vertical-align: text-bottom;
}
.topcurve span
{
	padding-right: 0px;
}
.topcurve span a
{
	color: #fff;
	text-decoration: none;
}
.topmenuwd
{
	width: 850px;
	padding-top: 35px;
}
.txtmenu
{
	font-size: 11px;
	line-height: 25px;
	color: #666666;
}
.txtmenu span
{
	padding: 0px 15px;
}
.txtmenu span a
{
	color: #666666;
	text-decoration: none;
}
.txtmenu span a:hover
{
	color: #000000;
	text-decoration: none;
}

.menu-wd
{
	width: 720px;
}

.logoname
{
	font: bold 30px/35px Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	text-transform: uppercase;
	padding-top: 30px;
}
.menubg
{
	background: -moz-linear-gradient(90deg, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(249, 249, 249, 1)));
	background: -webkit-linear-gradient(90deg, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(90deg, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%); 
	background: -ms-linear-gradient(90deg, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%); 
	background: linear-gradient(0deg, rgba(249, 249, 249, 1) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0 );
	height: 56px;
	border: solid 1px #dedede;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
	margin-top: 8px;
}

/*-------------------nav-----------------*/
.nav ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 10px;
	margin-left: 15px;
}
.nav ul li
{
	display: block;
	position: relative;
	float: left;
	text-align: center;
	width: auto;
}
.nav li ul
{
	display: none;
}
.nav ul li a
{
	display: block;
	text-decoration: none;
	color: #000;
	padding: 10px 15px 10px 15px;
	margin-left: 1px;
	white-space: nowrap;
}
.nav ul li a:hover
{
	background: #3b3b3b;
	color: #fff;
}
.nav li:hover ul
{
	display: block;
	position: absolute;
}
.nav li:hover li
{
	float: none;
	font-size: 11px;
}
.nav li:hover a
{
	background: #3b3b3b;
	color: #fff;
}
.nav li:hover li a:hover
{
	background: #4d4d4d;
}

#container
{
	background: url(../images/content-btm-bg.gif) repeat-x bottom;
}

.containerwd
{
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
	padding-top: 20px;
}

.leftpanel
{
	width: 999px;
	float: left;
}

.leftpanel .title
{
	background: url(../images/welcome-bg.png) no-repeat right;
	font: 18px/25px tahoma;
	color: #d16a10;
	padding: 5px 15px;
}

.paddleft
{
	padding-top: 20px;
}

.rightpanel
{
	float: right;
	width: 240px;
}

.rightpanel .title
{
	background: #025fa9;
	border-radius: 5px;
	border: solid 1px #00467d;
	font: 20px/25px tahoma;
	color: #fff;
	padding: 5px 15px;
}

.loginbg
{
	background: url(../images/loginbg.png) no-repeat;
	width: 492px;
	height: 289px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 40px;
}

.loginpad
{
	margin-top: 75px;
	margin-right: 25px;
}

.logintxt
{
	font-size: 12px;
	color: #333;
	line-height: 25px;
}

.logintxt a
{
	color: #f66a00;
	text-decoration: none;
}

.logintxt a:hover
{
	color: #333;
	text-decoration: none;
}

.logininput
{
	border: solid 1px #d0d9e4;
	width: 230px;
	height: 25px;
	font: 12px/25px tahoma;
	color: #333;
}

.inputbut
{
	background: #282828;
	border: solid 1px #000000;
	font: 12px/25px tahoma;
	text-align: center;
	color: #fff;
	min-width: 70px;
	cursor: pointer;
}

.innerpagebg
{
	background: #f9f9f9;
	border: solid 1px #dedede;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	margin-top: 10px;
}

.tableborder
{
	border: solid 1px #ffdbbb;
}


.tableheader
{
	background: -moz-linear-gradient(90deg, rgba(255, 201, 154, 1) 0%, rgba(255, 237, 218, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 237, 218, 1)), color-stop(100%, rgba(255, 201, 154, 1))); 
	background: -webkit-linear-gradient(90deg, rgba(255, 201, 154, 1) 0%, rgba(255, 237, 218, 1) 100%); 
	background: -o-linear-gradient(90deg, rgba(255, 201, 154, 1) 0%, rgba(255, 237, 218, 1) 100%); 
	background: -ms-linear-gradient(90deg, rgba(255, 201, 154, 1) 0%, rgba(255, 237, 218, 1) 100%); 
	background: linear-gradient(0deg, rgba(255, 201, 154, 1) 0%, rgba(255, 237, 218, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedda', endColorstr='#ffc99a', GradientType=0 );
	font: bold 13px/30px tahoma;
	color: #333;
	height: 40px;
	padding-left: 10px;
	border-bottom: solid 1px #fff;
} 
.row
{
	background: #fff2e3;
	border-bottom: solid 1px #fff;
	padding: 10px;
	font: 13px/20px tahoma;
	color: #666;
}

.rowalt
{
	background: #fffaf5;
	border-bottom: solid 1px #fff;
	padding: 10px;
	font: 13px/20px tahoma;
	color: #666;
}
#footer
{
	background: url(../images/btm-bg.jpg) repeat-x top #d06100;
}
.footerwd
{
	width: 1000px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	padding: 10px 0px;
	color: #fff;
}

.RequiredStar
{
	color: Red;
	font-size: 10px;
	font-weight: bold;
	padding-left: 3px;
}

.Error
{
	color: Red;
	font-size: 12px;
	font-weight: bold;
}

img
{
	border:0;
}

.ValidationError
{
	color: Red;
	font-size: 11px;
	font-weight: bold;
}

.CurrLink
{
	background: #d06100;
	color: White;
}
.grd
{
	background: #fffaf5;
	border-bottom: solid 1px #fff;
	padding: 10px;
	font: 13px/20px tahoma;
	color: #666;
	
	
}
.grd th
{	
	border-right: 1px solid #666;	
	text-transform: uppercase;	
	height: 30px;	
	background: -moz-linear-gradient(90deg, rgba(255, 201, 154, 1) 0%, rgba(255, 237, 218, 1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 237, 218, 1)), color-stop(100%, rgba(255, 201, 154, 1)));
	background: -webkit-linear-gradient(90deg, rgba(255, 201, 154, 1) 0%, rgba(255, 237, 218, 1) 100%); 
	background: -o-linear-gradient(90deg, rgba(255, 201, 154, 1) 0%, rgba(255, 237, 218, 1) 100%); 
	background: -ms-linear-gradient(90deg, rgba(255, 201, 154, 1) 0%, rgba(255, 237, 218, 1) 100%);
	background: linear-gradient(0deg, rgba(255, 201, 154, 1) 0%, rgba(255, 237, 218, 1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffedda', endColorstr='#ffc99a', GradientType=0 ); 
	font: bold 13px/30px tahoma;
	color: #333;
	padding-left: 10px;
	border-bottom: solid 1px #fff;
}


.grd th a
{
	color: Black;
	text-decoration: none;
}

.alt
{
	background: #fff2e3;
	border-bottom: solid 1px #fff;
	padding: 10px;
	font: 13px/20px tahoma;
	color: #666;
}
.grd td
{
	padding: 3px 6px;
}
.grd a
{
	color: #888;
	text-decoration: underline;
}

.pageno
{
	color:#000;
}

.pageno table
{
	width:10px;
}

.pageno a
{
	color: blue;
	display: inline-block;
}
.pageno a:hover
{
	background-color: #acd;
}

.hidden
{
	display:none;
}
.PopupExtender
{
	background-color: #666;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.popup
{
	padding: 3px;
	border: 5px solid #FB9101;
	background: #fff;
}

.blur
{
	z-index: 10000;
	top: 0px;
	left: 0px;
	background-color: #000;
	filter: alpha(opacity=60);
	opacity: 0.60;
}


.progress
{
	height: 75px;
	width: 250px;
	background-color: #fff;
	color: #ccc;
	padding: 10px;
	border: 3px solid #000;
}

.pnlList
{
    border:1px solid #333;
    padding:2px 0px;
}
/* Slider */
.ajax__slider_h_rail 
{
    position:relative;
    height:20px;

}
.ajax__slider_h_handle 
{

position:absolute;
    height:20px;width:10px;

}

