body 
{
	background: #000000 ;
	font: 12px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
}
.headerTitle
{
	color: #999999 ;
	background-color: #1E3564 ;
    vertical-align: middle; 
	text-align: Center ;
}
#footer
{
    height: 15px; 
	color: #999999 ;
	font-size: 10px;
	background-color: #1E3564 ;
    /* background-color: #4A55DE; */
    border: solid 1px black;
    vertical-align: middle;
	text-align: Right ;
}
.loginHeader
{
	 text-align:center; 
	 font-weight: bold; 
	color: #999999 ;
	background-color: #1E3564 ;
}
.errorMessageDiv
{
	color: #FF0000 ;
	font-weight:bold;
	text-align:left;
	border: solid 1px red;
	width: 98%;
	padding: 2px 2px 2px 2px;
	margin-bottom: 10px;
}
.validationSummary
{
	text-align:left;
}
.changePasswordHeader
{
	 text-align:center; 
	 font-weight: bold; 
	color: #999999 ;
	background-color: #1E3564 ;
}
.FromLabel
{
    text-align:right;
}

.DownloadLink
{
    color:Black;
}

.collapsePanelHeader
{	
	width:99.28%;		
	height:20px;
    overflow: hidden;
	color: #999999 ;
	font-weight:bold;
	padding:5px; 
	cursor: pointer; 
	vertical-align: middle;
	text-align: left;
	background: #1E3564 ;
    /*
    background:#95b6e0 url( '~/Image/HeaderBg.gif' ) repeat-x;
    */
}

.collapsePanel 
{
	width: 100%;
	height:0px;
	background-color:white;
	overflow:hidden;
}
.GridFirstChild
{
	background: SlateGray ;
}
.GridSecondChild
{
}
.Custom .GridRow_Default
{
	background: none ;
}
.Custom .GridAltRow_Default
{  
	background: none AliceBlue ;
}  
.Custom .SelectedRow_Default
{  
	background: none Silver ;
}  
.Custom .GridRowOver_Default
{  
	background: none AliceBlue ;
}  
.tableGrid
{
 border-top-width:1px;
	border-top-color: #000000 ;
 border-top-style:solid;
 border-left-width:1px; 
	border-left-color: #000000 ;
 border-left-style:solid;
 border-right-width:1px;
	border-right-color: #000000 ;
 border-right-style:solid;
 border-bottom-style:none;
	background-color: #FFFFFF ;
 width:100%;
 top:25px;
}
.table90
{
 border-top-width:1px;
	border-top-color: #000000 ;
 border-top-style:solid;
 border-left-width:1px; 
	border-left-color: #000000 ;
 border-left-style:solid;
 border-right-width:1px;
	border-right-color: #000000 ;
 border-right-style:solid;
 border-bottom-style:none;
	background-color: #FFFFFF ;
 width:90.18%;
 top:25px;
}
.tableBlue
{
	background-color: #FFFFFF ;
top:25px;
width:727px; 
border-width:1px;
border-style:solid;
	border-color: #000000 ;
}
.tableButton
{
    width:100%;
	background-color: #FFFFFF ;
}
.tableEditFormTemplate
{
    border:solid 1px;
	border-color: #000000 ;
	background-color: #FFFFFF ;
}
.pnlCompanyLogo
{
    border-color:Gray;
    border:solid 1px;
    width:99%;
}
.RadTextBox
{
    border-width:1px;
    border-color:#999999;
    border-style:solid;
    color:#284775;
    width:150px;
}
.Form_td_comp
{
    text-align:right;
    width:190px; 
    font-family:Helvetica;
    font-size:10pt; 
}

a.button, a.buttonDis {
display: block;
	background-color: #333333 ;
	background-image: none ;
background-repeat: no-repeat;
width: 132px;
height: 23px;
margin: 5px auto;
padding: 5px 0 0 0;
text-align: center;
font-family: Calibri, Helvetica, Calibri, Arial, sans-serif;
font-size: small;
font-weight:bold;
text-decoration: none;
}
a.button:link, a.button:visited {
	color: #FFFFFF ;
}
a.button:hover, a.button:active {
	background-color: #777777 ;
	color: #000000 ;
}
.iconLogIn {
background-image: url(ButtonImages/ok.gif);
background-repeat: no-repeat;
padding: 0 0 5px 18px; }

.iconOk{
background-image: url(ButtonImages/ok.gif);
background-repeat: no-repeat;
padding: 0 0 5px 18px; }

.iconSearch{
background-image: url(ButtonImages/search.gif);
background-repeat: no-repeat;
padding: 0 0 5px 18px; }

.iconReset{
background-image: url(ButtonImages/reset.gif);
background-repeat: no-repeat;
padding: 3px 0 0 18px; }

.iconSave{
background-image: url(ButtonImages/save.gif);
background-repeat: no-repeat;
padding: 0 0 0 17px; }

.iconCancel{
background-image: url(ButtonImages/close.gif);
background-repeat: no-repeat;
padding: 0 0 0 15px; }

.iconNext{
background-image: url(ButtonImages/Forward.png);
background-repeat: no-repeat;
padding: 0 0 5px 18px; }

.iconBack{
background-image: url(ButtonImages/back.png);
background-repeat: no-repeat;
padding: 0 0 5px 18px; }

.iconEmail{
background-image: url(ButtonImages/email.gif);
background-repeat: no-repeat;
padding: 0 0 7px 18px; }

.iconCopy{
background-image: url(ButtonImages/copy.gif);
background-repeat: no-repeat;
padding: 0 0 6px 20px; }

.iconExportPDF{
background-image: url(ButtonImages/PDFbtn.gif);
background-repeat: no-repeat;
padding: 0 0 6px 20px; }

.iconReport{
background-image: url(ButtonImages/Report.gif);
background-repeat: no-repeat;
padding: 0 0 6px 20px; }

.iconPrint{
background-image: url(ButtonImages/print.gif);
background-repeat: no-repeat;
padding: 0 0 6px 20px; }


a.button:hover .icon, a.button:active .icon {
background-position: 0 -56px;
}
a.buttonDis:link .icon, a.buttonDis:visited .icon, a.buttonDis:hover .icon, a.buttonDis:active .icon {
background-position: 0 -56px;
}
a.smallbutton, a.smallbuttonDis {
display: block;
	background-color: #333333 ;
	background-image: none ;
background-repeat: no-repeat;
width: 70px;
height: 23px;
margin: 5px auto;
padding: 5px 0 0 0;
text-align: center;
font-family: Calibri, Helvetica, Calibri, Arial, sans-serif;
font-size: 100%;
font-weight: 100;
text-decoration: none;
}
a.smallbutton:link, a.smallbutton:visited {
	color: #FFFFFF ;
}
a.smallbutton:hover, a.smallbutton:active {
	background-color: #777777 ;
	color: #000000 ;
}
.multipleRowsColumns .rcbItem, .multipleRowsColumns .rcbHovered{
float: left;
margin: 0 1px;
min-height: 13px;
overflow: hidden;
padding: 2px 19px 2px 6px;
width: 100px;
}
.customstyle1{
	background-image: Default ;
	background-image: True ;
}
.Label
{

}
.sectionGap
{
	height:3px; 
	background: #000000 ;
}
.RadComboBoxDropDown
{
    overflow: hidden;
}
.RadComboBoxDropDown .rcbList
{
    float: left;
}
div.RadUpload .ruBrowse
{
   background-position: 0 -23px !important;
     width: 79px;

}
div.RadUpload_Default .ruFileWrap .ruButtonHover
{
    background-position: 0 -23px !important;
     width: 79px;
}
.RadUpload .ruFakeInput
{
    width:230px!important;
}
.RadPicker {
    display: inline-table;
}
