﻿
p
{
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    font-style: normal;
    margin-left:40px;
}
body {
	/*color: #000000;
	line-height: 2em;
	background: #A7A4A1 url(images/bg.jpg); */
	font-size: 11pt;
}

body,input {
	font-family:Arial, Helvetica, sans-serif;
}

br.clearfix {
	clear: both;
}

.table
{
	border-width:1px;
	border-color:Black;
	border-style:solid;
}

.dataentryformtextbox
{
	height:15px;
    border-radius:3px 3px 3px 3px;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-left:  1px solid #000000;
    border-bottom: 1px solid #000000;
    text-align:left;
}

.contents_blueLink
	{
	font-family:Verdana;
	font-size:12px;
	color:#e19004;
	line-height:17px;
	text-decoration:none;
	}
	/*a.contents_blueLink:hover
	{
	font-family:Verdana;
	font-size:12px;
	color:#003399;
	line-height:17px;
	text-decoration:none;
	}*/
.dataentryformbutton{
background: transparent url('../../images/square-blue-left.gif') no-repeat top right;
display: block;
float: left;
font: normal 12px Verdana; /* Change 12px as desired */
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 23px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
padding-right: 4px 9px 4px 0;
text-decoration: none;
}
/*
line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) 
height: 23px; /* Height of button background height 
padding-left: 9px; /* Width of left menu image 
padding-right: 4px 9px 4px 0;
text-decoration: none;
}*/

.dataentryformbutton:link, .dataentryformbutton:visited, .dataentryformbutton:active{
color: #494949; /*button text color*/
}

.dataentryformbutton span{
background: transparent url('../../images/square-blue-right.gif') no-repeat top right;
display: block;
padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

.dataentryformbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

.dataentryformbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
width: 100%;
}

.dataentryformlabel
{
   
    font-size: 12px;
    color:Black;
    font-family:Verdana;
    text-align:right;
    
}
.dataentryformlabelerror
{
   
    font-size: 12px;
    color:Red;
    font-family:Verdana;
    text-align:right;
    
}
.datareceiptlabel
{
    font-size: 12px;
    color:Black;
    font-family:Verdana;
    text-align:right;
}
.datareceiptlabel2
{
    font-size: 12px;
    color:Black;
    font-family:Verdana;
    text-align:left;
}

.dataentryformlabel_left
{
   
    font-size: 12px;
    color:Black;
    font-family:Verdana;
    text-align:left;
}

.dataentryformlabel_status
{
   
    font-size: 12px;
    color:Black;
    font-family:Verdana;
    text-align:right;
    background-color:#FFFBD6;
}

.dataentryformlabel_SP
{
   
    font-size: 12px;
    color:Black;
    font-family:Verdana;
    text-align:right;
    background-color:#FFFBD6 ;
}

.dataentryformlabel_left
{
   
    font-size: 12px;
    color:Black;
    font-family:Verdana;
    text-align:left;
}

.dataentryformdropdown
{
	height:20px;
    border-radius:3px 3px 3px 3px;
    border-right: 1px solid #000000;
    border-top: 1px solid #000000;
    border-left:  1px solid #000000;
    border-bottom: 1px solid #000000;
    text-align:left;
    font-size: 12px;
    font-family:Verdana;
}

.dataentryformlistbox
{
    border-right: 1px solid;
    border-top:  1px solid;
    border-left:  1px solid;
    border-bottom: 1px solid;
    font-size:12px;
    font-family:Verdana;
}
.dataentryformbuttonbold
{
    
    font-weight: normal;
    font-size: 12px;
    color:Black;
    font-family:Arial, Helvetica, sans-serif;
    background-color: #FFFBD6;
    border-color:maroon;
    border-width:1px; 
    height: 22px;
    width: 75px;
    font-weight:bold;
}

.gridview
{
 width:650px;
 height:412px;
}
.gridbutton
{
	font-weight: normal;
    font-size: 12px;
    color:Black;
    font-family:Arial, Helvetica, sans-serif;
    background-color: #FFFBD6;
    border-color:maroon;
    border-width:1px; 
    position: absolute;
    width: 680px;
}
.dataerrorlabel
{
	border: 0px solid #FFF0F5;
	background-color:#FFFFFF;
    font-size: 13px;
    color:red;
    font-family:Verdana;
    text-align:left;
    font-weight:bold;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left:20px;
}
.datasucclabel
{
	border: 0px solid #FFF0F5;
	background-color:#FFFFFF;
    font-size: 13px;
    color:Green;
    font-family:Verdana;
    text-align:left;
    font-weight:bold;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left:20px;
}
.dataerrorlabel1
{
	border: 1px solid Red;
	background-color:#FFF0F5; /* #F5F5F6;*/
    font-size: 13px;
    color:#000000;
    font-family:Verdana;
    text-align:left;
    font-weight:bold;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding-left:20px;
}
.dataentryformradiobutton
{
    text-align:left;
    font-size: 12px;
}

.div
{
	width:auto;
	margin-left:20px;
	border:1px solid #cccccc;
	border-radius:5px 5px 5px 5px;
}
.div_faq
{
	width:900px;
	border: 1px solid #990000;
	padding-left:20px;
	border-radius:5px 5px 5px 5px;
	margin-left:20px;
}
.Heading
{
	background-color:#e0e0e0;
    color:#000000;
    font-family:Verdana;
    font-size:12px;
    border-radius:10px 10px 0px 0px;
    line-height: 30px;
    padding-left:20px;
} 

.MessageBox
{
	border: 5px solid Green;
	background-color:#cccccc;
	font-size:12px;
}

.logo
{
	background: url("../../Images/logo.png") no-repeat scroll 0 -20px transparent;
    height: 100px;
    margin-left: 10px;
    text-indent: -9000px;
    width: 500px;
}

.logonbtn
{
	/* background-color:#990000;
	color:#FFFFFF;
	float:right;
	border:1px solid #000000;
	border-radius:4px 4px 4px 4px;
	display: block;
	font: normal 12px Verdana; /* Change 12px as desired 
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) 
	height: 23px; /* Height of button background height 
	padding-left: 9px; /* Width of left menu image 
	padding-right: 4px 9px 4px 0;
	text-decoration: none; */
	background: linear-gradient(#9C2727, #F02626) repeat scroll 0 0 transparent;
	background-color:#9C2727;
    border-color: #FC0000;
    color: #FFFFFF;
    min-width: 100px;
    height:30px;
    padding: 6px 20px;
    /*margin: 10px 0px 15px 20px;*/
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px #FC0000, 1px 1px 1px rgba(255, 255, 255, 0.4) inset, -1px -1px 1px rgba(255, 255, 255, 0.4) inset;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    font-family: Helvetica,sans-serif;
}

.logonbtn:hover
{
	background: linear-gradient(#F02626, #9C2727) repeat scroll 0 0 transparent;
    border-color: #FC0000;
    color: #FFFFFF;
    min-width: 100px;
    height:30px;
    padding: 6px 20px;
    /*margin: 10px 0px 15px 20px;*/
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px #FC0000, 1px 1px 1px rgba(255, 255, 255, 0.4) inset, -1px -1px 1px rgba(255, 255, 255, 0.4) inset;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    font-family: Helvetica,sans-serif;
}

.logonbtn_inner
{
	background: linear-gradient(#9C2727, #F02626) repeat scroll 0 0 transparent;
	background-color:#9C2727;
    border-color: #FC0000;
    color: #FFFFFF;
    min-width: 100px;
    height:30px;
    padding: 6px 20px;
  /*  margin: 10px 0px 15px 30px;*/
  margin-left:100px;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px #FC0000, 1px 1px 1px rgba(255, 255, 255, 0.4) inset, -1px -1px 1px rgba(255, 255, 255, 0.4) inset;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    font-family: Helvetica,sans-serif;
    
}

.logonbtn_inner:hover
{
	background: linear-gradient(#F02626, #9C2727) repeat scroll 0 0 transparent;
    border-color: #FC0000;
    color: #FFFFFF;
    min-width: 100px;
    height:30px;
    padding: 6px 20px;
   /* margin: 10px 0px 15px 20px;*/
  margin-left:100px;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px #FC0000, 1px 1px 1px rgba(255, 255, 255, 0.4) inset, -1px -1px 1px rgba(255, 255, 255, 0.4) inset;
    cursor: pointer;
    float: left;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    font-family: Helvetica,sans-serif;
}
/* .logonbtn:hover /* Hover state CSS 

{ 
    cursor:pointer;
	background-color:#FFFFFF;
	color:#990000;
	float:right;
	border:1px solid #000000;
	border-radius:4px 4px 4px 4px;
	display: block;
	font: normal 12px Verdana; /* Change 12px as desired 
	line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) 
	height: 23px; /* Height of button background height 
	padding-left: 9px; /* Width of left menu image 
	padding-right: 4px 9px 4px 0;
	text-decoration: none;
}*/

.logonformlabel
{
   
    font-size: 12px;
    text-align:left;
    color: #333333;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: Helvetica,Arial,sans-serif;
    padding: 6px 5px;
    /*margin-bottom: 1px;*/
}

.logonformtxtbox
{
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
    border-color: #BDBFC3 #E8EAEC #E2E4E7;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px #E8EAEC inset;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding: 10px 5px;
    width: 95%; 
    /*margin: 0px 20px 0px 20px;*/
    margin-bottom: 3px;
}

.logonheading
{
	
	font-size: 18px;
	color: #444444;
    font-family: Helvetica,Arial,sans-serif;
    overflow: hidden;
    height: 40px;
    text-align:center;
    font-weight: bold;
    margin-bottom: 25px;
}

.logonboxed {
    -moz-box-sizing: border-box;
    background: url("../../Images/box-bg-4cf175.png") repeat-x scroll 0 bottom transparent;
    border: 1px solid #E8EBEE;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 2px #E8EBEE;
    margin: 10px auto 30px;
    overflow: hidden;
    padding: 20px;
    width: 280px;
    text-align:right;
}
.contents_blueLink {
    color: #CC0000;
    font-family:Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 17px;
    text-decoration: none;
    text-align:right;
    margin: 0px 15px 0px 0px;

}

.contents_blueLink:hover {
    color: #00A3D3;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 17px;
    text-decoration: none;
    margin: 0px 15px 0px 0px;
}

.logoncontent-wrap {
	clear:both;
    margin: 0; padding:0;
	width: 1020px;	
}
.logonsidebar 
{
	float:left;
	width: 320px;
	margin: 0;	
	padding: 10px 0px 0px 20px;
	display: inline;	
}
/* main column */
.logonmain {
	float: left;
   	margin-left: 15px;
	padding: 10px 0 0 5px;
	width: 64%;	
	border-left: 1px solid #f2f2f2;
}
/* footer */
#footer {
	clear: both;
	background: #FFF url(../../Images/footerbg.gif) repeat-x left top;
	border-top: 2px solid #F2F2F2;
	text-align: center;	
	height: 50px;
    font-size: .9em;
    color:#CC0000;
}

.watermarked
{
	background-color: #F9E6E5;
	color:gray;
	font-size:0.75em;
	height:15px;
	width:150px;
    border-radius:3px 3px 3px 3px;
    border-right: 1px solid #990000;
    border-top: 1px solid #990000;
    border-left:  1px solid #990000;
    border-bottom: 1px solid #990000;
    text-align:center;
    Border-Width:1px;
    Border-Style:Solid;
}

.modalPopup 
{
    box-shadow: 5px 5px 5px #000000;
    position: relative;
    background-color: #FFFFDD;
    border-color: Gray;
    border-style: solid;
    border-width: 3px;
    padding: 3px;
    width: 50px;
}



.w100 {
    width: 908px;
    border-color: #BDBFC3 #E8EAEC #E2E4E7;
    background-color:#F0F0F0;
    border-style: solid;
    border-width: 1px;
    padding:15px 15px 15px 15px;
    margin: 25px 25px 25px 30px;
    border-radius: 5px 5px 5px 5px;
    
}

.textarea {
    width: 100px;
    border: 1px solid #7F9DB9;
    clear: both;
    height: 17px;
    padding-left: 2px;
    padding-right: 2px;

}

.fieldinput {
   /* border: 1px solid #7F9DB9;
    clear: both;
    height: 17px;
    padding-left: 2px;
    padding-right: 2px;
    margin-top : 3px;
    margin-bottom: 3px;
    width: 219px;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px; */

    border-color: #BDBFC3 #E8EAEC #E2E4E7;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px #E8EAEC inset;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    width: 95%;
    padding: 6px 5px;
    margin: 0px 5px 3px 0px;
}

.fileupload 
{
	background-color :#abcdef;
	color:Blue;
	border:1px solid #AB00CC;
	font:verdana 10px;
	padding:1px 4px;
	font-family:Palatino Linotype,Arial,Helvetica,sans-serif;
}




.inputlong {
   /* border: 1px solid #7F9DB9;
    clear: both;
    height: 17px;
    padding-left: 2px;
    padding-right: 2px;
    margin-top : 3px;
    margin-bottom: 3px;
    width: 219px;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px; */

    border-color: #BDBFC3 #E8EAEC #E2E4E7;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px #E8EAEC inset;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    /*width: 219px; 
    height:100px;*/
    width:95%;
    height:100%;
    padding: 6px 5px;
    margin: 0px 5px 0px 0px;
    margin-bottom: 3px;
}

.listboxlong {
   /* border: 1px solid #7F9DB9;
    clear: both;
    height: 17px;
    padding-left: 2px;
    padding-right: 2px;
    margin-top : 3px;
    margin-bottom: 3px;
    width: 219px;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px; */

    border-color: #BDBFC3 #E8EAEC #E2E4E7;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px #E8EAEC inset;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    width: 100%; 
    height:100px;
    padding: 6px 5px;
    margin: 0px 5px 0px 0px;
    margin-bottom: 3px;
}

       .modalPopup
           {
               background-color:White;
               border-width: 3px;
               border-style: solid;
               border-color: black;
               padding-top: 10px;
               padding-left: 10px;
               width: 300px;
               height: 140px;
            }

.w50 {
    width: 400px;
    clear: none;
}

.subheading {
    /* border-bottom: 1px solid #BFD3F2; */
    font: bold 14px Arial,sans-serif;
    margin-bottom: 0;
    padding-bottom: 10px;
    width: 100%;
    margin: 10px 20px 3px 20px;
    color:Black;
   /* background-color:#F0F0F0;*/
}



.label {
    /*display: block;*/
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
	}
.label_left {
    /*display: block;*/
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
}

.label_right {
    /*display: block;*/
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    text-align:right;
}
.fieldset 
{
	border:none;
    border-bottom: 0px solid #CCCCCC;/*#BFD3F2;*/
    border-top-width: 0;
    padding:0px 15px 10px 15px;
    margin: 0px 15px 0px 15px;
}

.fieldset_Last 
{
	border:none;
    border-bottom: 1px solid #f0f0f0;/*#BFD3F2;*/
    border-top-width: 0;
    padding:0px 15px 10px 15px;
    margin: 0px 15px 0px 15px;
}
.field {
    margin-right: 15px;
    padding-bottom: 10px;
    width: 250px; 
}

.DDL {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
     border-color: #BDBFC3 #E8EAEC #E2E4E7; 
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px #E8EAEC inset;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding: 6px 5px;
    margin: 0px 5px 3px 0px;
    /*width: 227px;*/
    width:95%;
}
.DDL2 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
     border-color: #BDBFC3 #E8EAEC #E2E4E7; 
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px #E8EAEC inset;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding: 6px 5px;
    margin: 0px 5px 3px 0px;
    width: 150px;
}
.DDL3 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
     border-color: #BDBFC3 #E8EAEC #E2E4E7; 
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px #E8EAEC inset;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding: 6px 5px;
    margin: 0px 5px 3px 0px;
    width: 150px;
}
.DDL4 {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
     border-color: #BDBFC3 #E8EAEC #E2E4E7; 
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px #E8EAEC inset;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding: 6px 5px;
    margin: 0px 5px 3px 0px;
    width: 150px;
}
.DDLsmall {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-box-sizing: border-box;
     border-color: #BDBFC3 #E8EAEC #E2E4E7; 
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px #E8EAEC inset;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding: 6px 5px;
    margin: 0px 5px 3px 0px;
    width: 130px;
}

.Rdobtn {
    border-image: none;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding: 6px 5px;
    margin: 0px 5px 3px 0px;
}
div.sidebarfirst_consltAutowidth {
background: url("../../images/gradient.png") repeat-x scroll left top #F2F2F2;
border: 1px solid #EBEBEA;
box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
float: left;
margin: 0 0 15px 15px;
min-height: 1px;
padding-left: 8px;
padding-right: 8px;
padding-bottom:5px;
position:relative;
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
width: 98%;
height: 350%;
}
div.sidebarfirst_consltAutowidth1 {
background: url("../../images/gradient.png") repeat-x scroll left top #F2F2F2;
border: 0px solid #EBEBEA;
border-radius:25px;
box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
float: left;
margin: 0 0 15px 15px;
min-height: 1px;
padding-left: 8px;
padding-right: 8px;
padding-bottom:8px;
padding-top:8px;
position: relative;
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
width: 92%;
height: 100%;
}
div.sidebarfirst_consltAutowidth2 {
background: url("../../images/gradient.png") repeat-x scroll left top #F2F2F2;
border: 1px solid #EBEBEA;
box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
float: left;
margin: 0 0 15px 15px;
min-height: 1px;
padding-left: 8px;
padding-right: 8px;
padding-bottom:8px;
padding-top:8px;
position: relative;
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
border-radius:25px;
width: 90%;
height: 100%;
}
div.sidebarfirst_consltAutowidth3 {
background: url("../../images/gradient.png") repeat-x scroll left top #F2F2F2;
border: 1px solid #EBEBEA;
box-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5) inset;
float: left;
margin: 0 0 15px 15px;
min-height: 1px;
padding-left: 8px;
padding-right: 8px;
padding-bottom:8px;
padding-top:8px;
position: relative;
text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
border-radius:25px;
width: 90%;
height: 100%;
}
#innerpage {
    background-color: #FFFFFF;
    border-color: #BDBFC3 #E8EAEC #E2E4E7;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    margin: 0 25px 0 30px;
    padding: 15px 15px 0;
}
.consultant_text {
font-size: 12px;
color: #000000;
font-family: Arial, Helvetica, sans-serif;
line-height: 23px;
text-decoration: none;
}
div.accordionHeader {
    background: none repeat scroll 0 0 #E7E7E7;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    color: #000000;
    cursor: pointer;
    font-family: verdana;
    font-size: 12px;
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
}
div.accordionHeader1 {
    background: none repeat scroll 0 0 #E7E7E7;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 1px;
    color: #000000;
    cursor: pointer;
    font-family: verdana;
    font-size: 12px;
    padding: 1px 1px 1px;
    position: relative;
    text-decoration: none;
}
.lnkbtn
{
	font-family:Helvetica;
    font-size:12px;
    color:#008AB3;
    font-weight:bold; 
    text-decoration:none;

}
.lnkbtn:hover
{
    font-family:Helvetica;
    font-size:12px;
    color:#ff7f0b;
    font-weight:bold; 
    text-decoration:none;
}

.field {
    padding-bottom: 10px;
}
/*.nonwatermarked
{
   border: solid 1px #808080;
   padding: 2px;
}

 .calendar
{
    background-color:#CCCCCC;
    color: #990000;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    text-decoration: none;
    cursor:pointer;
}

.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: lemonchiffon;
    color: red;
}
.MyCalendar .ajax__calendar_other .ajax__calendar_day,
.MyCalendar .ajax__calendar_other .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    color: black;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day,
.MyCalendar .ajax__calendar_active .ajax__calendar_month,
.MyCalendar .ajax__calendar_active .ajax__calendar_year {
    color: black;
    font-weight:bold;
}

.rounded-corners 
{
    border-radius: 10px 10px 10px 10px;
    border: 1px solid  #000000;
    background-color: #CEE3FF;
    margin-top: 5px;
}

.Heading
{
    color:#000000;
    font-family:Verdana;
    font-size:12px;
} 

*/
.tablew{width:40%; border-collapse:collapse; table-layout:auto; vertical-align:top; margin-bottom:15px;}

.CustomValidatorCalloutStyle div
{

}
.CustomValidatorCalloutStyle td { 
    border:solid 1px blue; background-color: #ADD8E6; 
   
}