/*--------LOGIN---------*/
body
{
	font-family:"Trebuchet MS";	
	margin:10px 10px;
	font-size:14px;
}
h3 {
 margin-top: 20px;
 margin-bottom: 1px;
 font-family: Arial, Helvetica, sans-serif;
 line-height: normal;
 text-align:left;
}
.floatleft
{
	float:left;
}
.container
{
	
	background:#FFF;
}
.tabledata a
{
	color:#0066FF;
}
.menu {
    position: relative;
    z-index: 1000;
}
.content
{
	width:340px;
	margin:0px auto;
	text-align:center;
	padding:25px 0;
}
.loginholder
{
	float: left; 
	width: 260px;
	padding-top:30px;
}
.labeltext
{
	width:100px; 
	display:block;
	float:left;
	height:auto;
	padding-top:5px;
	font-weight:600;
	text-align:right;
	color:#0072bc;

}
.padding
{
	width:110px;
}
td.label
{
	height:22px;
	font-weight:600;
	text-align:left;
	color: #003366;
}
.labeltextright/* this is added for the viewadvertiser.php	*/
{
	width:196px; 
	display:block;
	float:left;
	/*height:22px;
	font-weight:600;*/
	text-align:left;
	color: #003366;

}
select
{
	color:#003366;
}
.labeltextdata
{
	color:#0072BC;
	display:block;
	float:left;
	font-weight:600;
	margin:2px 0;
	text-align:left;
	width:auto;
}
td.labeltextdata
{
	color:#0072BC;
	display:block;
	float:left;
	font-weight:600;
	height:22px;
	margin:2px 0;
	text-align:left;
	width:auto;
}
.labeltextdata a
{
	color:#0066FF

}
.labeltextdata a:hover
{
	color:#F6DF0F

}
.tabledata a:hover
{
	color:#F6DF0F

}
.labeltextdata .textbox, #stateSelect
{
	border:1px solid #015890;
	color:#003366;
	font-family:"Trebuchet MS";
	font-size:14px;
	height:auto;
	padding:0;
}
.input
{
	display:block;
	float:left;
	height:35px;
	padding:2px 0 0 5px;
	text-align:left;
	width:150px;

}
input.textbox
{
	border:1px #015890 solid;
	padding:4px 2px 0 3px;
	height:21px;
	color:#003366;
	font-family:"Trebuchet MS";	
	font-size:14px;
}
textarea
{
	border:1px #015890 solid;
	color:#003366;
	font-family:"Trebuchet MS";	
	font-size:14px;
}
.dvlog
{
	float:right;
	width:80px;
	padding-top:30px;
}
.btns
{
	background:transparent url(../image/loginbtnbg.png);
	background-position: 0px 0px;
	background-repeat:no-repeat;
	border:none;
	cursor:pointer;
	height:64px;
	width:65px;
}
.btns:hover
{
	background-position: 0px -65px;
}
.btns:active
{
	background-position: -1px -130px;
}
.btnsubmit
{
	border:1px #f6df0f solid;
	background:#FFFFCC;
	margin: 0 2px;
	cursor:pointer;
}
.botlinks a
{
	color:#0072bc;
	font-size:11px;
	text-decoration:none;
}
.botlinks a:hover
{
	color:#f6df0f
}
.shadet
{
	background-image:url(../image/shdwtop.png);
	background-repeat:repeat-x;
	height:10px;
	width:100%;
}
.shadeb
{
	background-image:url(../image/shdwbot.png);
	background-repeat:repeat-x;
	height:10px;
	width:100%;
}
.selectbox
{
	border:1px solid #015890;
}

/*----------------------*/
.innercontent
{
	border:1px #666666 solid;
	float:left;
	width:100%;	
}
.datapanel
{

}
.top
{
	background-color:#FFFF99;
	border-bottom:1px solid #666666;
	height:30px;
	padding-left:10px;
	padding-top:0px;
}
.datacontent
{
	padding:10px;
	font-size:12px;
}
/*----------------------*/
td, th 
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height:1.7em;
	color: #333333
}

.footer a
{ 
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #318dc9;
}
.footer a:hover
{
	text-decoration:underline;
	color: #f6df0f;
}
/************Tables New CSS*************/
.DataTable {
    border: 1px solid #ececec;
    border-collapse: collapse;
}
.DataHeading th {
    background: #ececec;
	border-bottom: 1px solid #cccccc;
}
.DataHeading th .TableSortButton {
    background: none;
    border: none;
    color: #333333;
    cursor: pointer;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
}
.DataHeading th:hover {
    background: #cccccc;
}
.DataTable td {
    border-bottom: 1px solid #ececec;
}
.DataTable a {
    color:#0072BC;
	text-decoration:none;
}.DataTable a:hover {
	text-decoration:underline;
}
.warningtext {
	color:#FF0033;
}

.MessageClass {
	background:#CCFFCC;
    border: 1px dotted #99CC99;
    color: #339900;
    font-size: 16px;
    font-weight: bold;
	margin:0 0 5px 0;
    padding: 3px;
    text-align: center;
}
.ErrorClass {
	background:#ffcccc;
    border: 1px dotted #FF9999;
    color: #DD0000;
    font-size: 16px;
    font-weight: bold;
	margin:0 0 5px 0;
    padding: 3px;
    text-align: center;
}
.TooltipDesc {
	background:#b3ede4;
	border: 1px solid #029A81;
    color: #029A81;
	font-weight:bold;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: normal;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    top: 20px;
    width: 150px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	
	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	
	/*filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";*/

}
a.Tooltip img {
	margin-bottom:-5px
}
a.Tooltip {
	border:none;
}
.Tooltip {
	position:relative;
}
