﻿body 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin:0;
	padding:0;
	border:none;
}

#container 
{
    margin:0pt auto 15px;
    padding:5px 10px 3px;
    text-align:left;
    width:950px;
}

input
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}


input.btn
{
	padding: 3px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-right: 6px;
	font-size: 9pt;
	text-align: center !important;
}


.BoldLabel
{
    font-weight: bold;
    padding-right:30px;
}

.BoldLabel2
{
    font-weight: bold;
    padding-right:10px;
}

.labelCaption
{
    font-weight: bold;
    width: 150px;
    float: left; 
}

.EditField
{
    color:Black;
    font-weight:normal; 
}

.TitleCaption  
{ 
	font-size: 12pt;
	font-weight: bold;
	color:#006;
	/*margin-bottom:5px;*/
}

.TitleCaption2
{ 
	font-size: 16pt;
	font-weight: bold;
	color:#006;
	width:850px;
	text-align:center;
}

.TitleCaption3
{ 
	font-size: 14pt;
	font-weight: bold;
	color:#006;
	width:850px;
	text-align:center;
}

.TitleCaption4
{ 
	font-size: 11pt;
	font-weight: bold;
	font-style:italic;
	color:#006;
	width:850px;
	text-align:left;
}


.divMasterDiv
{
    width:950px;
    margin:-15pt auto 15px;
}


.spanWelcome
{
    background-color: #d3d3d3; 
    padding:  5px 0px 5px 10px;

}

.menulinks
{
    background-color: #d3d3d3; 
    padding: 5px 0px 5px 180px;
}

.SmallText
{
    font-size:8pt;
}

.SmallTextFooter
{
    font-size:8pt;
    width:950px;
}

div#divHeader
{   
    height: 70px;
    margin:0pt auto 15px;
    padding: 5px 10px 3px;
    text-align:left;
    width:950px;
}

div.Spacer1
{
    height: 50px; 
}

div.Spacer2
{
    height: 0px; 
}

div.Spacer10
{
    height: 0px; 
}

div.Spacer22
{
    height: 22px; 
    width: 850px;
}

div.Spacer35
{
    height: 35px; 
}

div.Spacer50
{
    height: 50px; 
}

div.Spacer100
{
    height: 100px; 
}

div.Spacer175
{
    height: 175px; 
}

.divFilters
{
    width:850px;
    text-align:center;
}
  

.CmdButtonArea
{
    width: 205px;
    float: left; 
    
}

.spnCmdButton
{
    float:left;
}


.spnNavBtn
{
    float:right;
    
}

.DateOptPanel
{
    height:20px;
    padding:15px;
    width:850px;
    text-align:center;
}


.modalPopupBg 
{
	background-color:#E0E0E0;
	filter:alpha(opacity=10);
	opacity:0.1;  
	
}

.modalDialog
{
	background-color:#E0E0E0;
	border-color:#006;
	border-width:2px;
	border-style:solid;
	padding:15px;
	text-align:center;
}

.modalPopupBg2 
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;  
	
}

.modalDialog2
{
	background-color:#E0E0E0;
	border-color:#006;
	border-width:2px;
	border-style:solid;
	padding:15px;
/*	text-align:center;  */
}


.ErrorMsg
{
    font-size: 10pt;
    font-weight:bold;
    color:Red;
}

table#tblMainLayout
{
	width: 100%;
	border-spacing: 0px;
}

tr#trHeader td
{
    padding:0 0 0 0;
}

tr#trMainRow
{
	width: 100%;
}

td#tdLeftNav
{
/*	width: 11%; */
    width:175px;
	vertical-align: top;
}


td#tdMainBody
{
    width:100%;
}


/************* Grid styles *************/
.grid  
{
    margin-top:0;
    padding-top:0;
/*    padding-bottom:30;
    padding-left:40;
    padding-right:20;
    padding-top:20;
*/    
    font-size:9pt;
    font-weight:normal;
}

.GridHdr
{
    background-color:#CDCDCD
}

.AlternatingRowStyle
{
    background-color:#E0E0E0;
}

.SelectedRowStyle
{
    background-color:Navy;
    color:White;
}

.GridHdrLeft
{
    text-align:left;
}

.Name_35
{
    width:180px;
}

.BtnCol
{
    width:45px;
    text-align:center;
}

.LinkColumn
{
    width:50px;
    text-align:center;
}

.Code_8
{
    width:70px;
}

.Date
{
    width:120px;
    text-align:left;
}

.Name_50
{
    width:350px;
}

/************* End Grid styles *************/



/************* Login Page  *****************/
.divLogin
{
    padding-left:350px; 
}

/************* end Login Page  *****************/




