.Dock_Field {
	font-family: Verdana; 
	font-size: 8pt; 
	font-weight: bold;
}

.column5
{
	width:5%;
}

.column15
{
	width:15%;
}

.column20
{
	width:20%;
}

.column25
{
	width:25%;
}

.column70
{
	width:70%;
}

.column75
{
	width:75%;
}

.column80
{
	width:80%;
}

.borderRight
{
	border-right:1px;
	border-right-style:solid;
	border-right-color:#9B8A57;
}

.borderBottom
{
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#9B8A57;
}

.leftMenu {
	/*width: 27%;*/
	width: 1;
	vertical-align:top;    
}

.content {
	/*width: 73%;*/
	vertical-align:top;    
}

.noborder
{
	border:none;
}

.popup {
	background-color:rgb(255,255,255);
    color: #000000;
    border: 1px solid #CCCCCC;
    font-size: 3px;
}

.paging {
	font-family: Arial; 
	font-size: 8pt; 
}

.copy {
	font-family: Tahoma;
	font-size: 11px;
	line-height: 12px;
	color: #6B6B6B;
	text-decoration: none;
}

.mainSection{
	border:1px;
	border-style: solid;
	border-color: #000000;
}

.mainSection_Header{
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial;
	font-size: 13px;
	background-color: #776A42;
	
}

.mainSection_Subheader{

 	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	color: #ffffff;
	padding: 3px 5px 3px;
	display: block;
	background-color: #9B8A57;
	border: none;

}

.standardTable{
	/*border:1px;
	border-style: solid;*/
	background-color: #9B8A57;
	font-family : Arial, verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.standardTable_Header {
	
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
	background-color: #CEC5A8;

	color: #000000;
    text-align: left;
    border: none;
}

.standardTable_Footer {
    background-color: #FFFFE0;
}

.standardTable_Row {
	font-family: Arial;
	font-size: 12px;
	background-color:#FFFFFF;
}

.standardTable_CheckBox_Column {
	font-family: Arial;
	font-size: 12px;
    width: 1%;
    text-align: center;
	vertical-align:middle;    
}

.standardTable_No_Column {
	font-family: Arial;
	font-size: 12px;
    width: 3%;
    text-align: center;
	vertical-align:middle;    
}

.standardTable_Date_Column {
	font-family: Arial;
	font-size: 12px;
    width: 15%;
    text-align: center;
	vertical-align:middle;    
}

.standardTable_ShortDate_Column {
	font-family: Arial;
	font-size: 12px;
    width: 10%;
    text-align: center;
	vertical-align:middle;    
}

.standardTable_Amount_Column {
	font-family: Arial;
	font-size: 12px;
    width: 15%;
    text-align: right;
	vertical-align:middle;    
}

.standardTable_ShortAmount_Column {
	font-family: Arial;
	font-size: 12px;
    width: 10%;
    text-align: right;
	vertical-align:middle;    
}

.standardTable_ColumnCentered {
	font-family: Arial;
	font-size: 12px;
    text-align: center;
	vertical-align:middle;    
}

.standardTable_ColumnCentered_75 {
	font-family: Arial;
	font-size: 12px;
    text-align: center;
    width: 75%;
	vertical-align:middle;    
}

.standardTable_ColumnRight {
	font-family: Arial;
	font-size: 12px;
    text-align: right;
	vertical-align:middle;  
}

.standardTable_ColumnRight_10 {
	font-family: Arial;
	font-size: 12px;
    text-align: right;
    width: 10%;
	vertical-align:middle;    
}

.standardTable_ColumnRight_75 {
	font-family: Arial;
	font-size: 12px;
    text-align: right;
    width: 75%;
	vertical-align:middle;    
}

.standardTable_ColumnLeft {
	font-family: Arial;
	font-size: 12px;
    text-align: left;
	vertical-align:middle;    
}

.standardTable_ColumnLeft_25 {
	font-family: Arial;
	font-size: 12px;
    text-align: left;
    width: 25%;
	vertical-align:middle;    
}

.standardTable_ColumnLeft_90 {
	font-family: Arial;
	font-size: 12px;
    text-align: left;
    width: 90%;
	vertical-align:middle;    
}

.standardTable_ColumnLeft_50 {
	font-family: Arial;
	font-size: 12px;
    text-align: left;
    width: 50%;
	vertical-align:middle;    
}

.error {
	font-family : verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}

.standardText {	
	font-family: Arial;
	font-size: 12px;
	vertical-align:middle;
}

.standardText_Descriptor {
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	vertical-align:middle;
}

.standardText_Descriptor_top {
	font-family: Arial; 
	font-size: 12px; 
	font-weight: bold; 
	vertical-align:top;
}

.standardText_Details {
	font-family: Arial; 
	font-size: 12px; 
	font-style: italic; 
	vertical-align:middle;
}

.standardText_Instruction {
	font-size: 10px;
	font-family: Arial;
}

.standardText_Mandatory {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;

}

.standardText_Example {

	font-size: 10px;
	color: #FF0000;
	font-family: Arial;
}

.standardButton {
	border-style: solid;
	border-color: #003C74;
	background-color: #F7F7F7;
	color: #000000;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	border-width: 1px;
	cursor: pointer; 	
	
}

/* Tab css*/
.TabInactive
{
    BORDER-TOP: #988F23 1px solid;
    BORDER-LEFT: #988F23 1px solid;
    BORDER-RIGHT: #988F23 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana;
    /*BACKGROUND-IMAGE: url(../images/inactive_tab.jpg);*/
   	TEXT-ALIGN: center;
	height: 30;
	width: 138;
	background-color: #D6CB4B;
	/*background-color:#BFAEA4;*/
	/*background-color: #95A8BD;*/
	cursor:pointer;
	COLOR: #D6CB4B;
}

.TabActive
{
    FONT-WEIGHT: bold;
	FONT-FAMILY: Verdana;
    FONT-SIZE: 10pt;
	background-color:#988F23;
    /*background-color:#55453C;*/
	/*background-color: #39495B;*/
    /*BACKGROUND-COLOR: #90AB66;*/
	TEXT-ALIGN: center;
	height: 30;
	width: 138;
	cursor:pointer;
	color:#FFFFFF;
}

.TabActiveText
{
    FONT-SIZE: 8pt;
    COLOR: #ffffff;
	text-decoration:none;
    
}

.TabInactiveText
{
    FONT-SIZE: 8pt;
    COLOR: #000000;
    TEXT-DECORATION: none
}

/*My Submenu*/
.SubTab
{
    BORDER-TOP: #D6CB4B 1px solid;
    BORDER-LEFT: #D6CB4B 1px solid;
    BORDER-RIGHT: #D6CB4B 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
	FONT-FAMILY: Verdana;
    /*BACKGROUND-IMAGE: url(../images/inactive_tab.jpg);*/
    /*WIDTH: 70px;*/
    TEXT-ALIGN: left;
	height: 20;
	background-color:#D6CB4B;
	/*background-color:#DED1B6;*/
	cursor:pointer;
	color:#000000;
}

a.SubTab
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
	FONT-FAMILY: Verdana;
    /*BACKGROUND-IMAGE: url(../images/inactive_tab.jpg);*/
    /*WIDTH: 70px;*/
    TEXT-ALIGN: left;
	cursor:pointer;
	color:#000000;
	text-decoration:none;
}

.SubTabOpen
{
    BORDER-TOP: #D6CB4B 1px solid;
    BORDER-LEFT: #D6CB4B 1px solid;
    BORDER-RIGHT: #D6CB4B 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
	FONT-FAMILY: Verdana;
    TEXT-ALIGN: left;
	height: 20;
	background-color:#D6CB4B;
	cursor:pointer;
	color:#000000;
}

.SubSubTab
{
    BORDER-TOP: #E3DD88 1px solid;
    BORDER-LEFT: #E3DD88 1px solid;
    BORDER-RIGHT: #E3DD88 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
	FONT-FAMILY: Verdana;
    /*BACKGROUND-IMAGE: url(../images/inactive_tab.jpg);*/
    /*WIDTH: 70px;*/
    TEXT-ALIGN: left;
	height: 20;
	/*background-color:#ECE4D5;*/
	background-color:#E3DD88;
	cursor:pointer;
	
}

.SubSubTab_Active
{
    BORDER-TOP: #EEEAB9 1px solid;
    BORDER-LEFT: #EEEAB9 1px solid;
    BORDER-RIGHT: #EEEAB9 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
	FONT-FAMILY: Verdana;
    /*BACKGROUND-IMAGE: url(../images/inactive_tab.jpg);*/
    /*WIDTH: 70px;*/
    TEXT-ALIGN: left;
	height: 20;
	background-color:#EEEAB9;
	/*background-color:#F8F4EF;*/
	cursor:pointer;
	
}

a.SubTabActiveText
{
    FONT-SIZE: 8pt;
    COLOR:#3B002A;   
}

a.SubTabInactiveText
{
    FONT-SIZE: 8pt;
    COLOR: #333333;
    TEXT-DECORATION: none;
}

A.SubTabInactiveText:hover 
{
	FONT-SIZE: 8pt;
    COLOR:#FFFFFF;
    TEXT-DECORATION: none
}

/* Submenu css*/
.outerTable
{
	BORDER-RIGHT: #988F23 1px solid;
    BORDER-TOP: #988F23 1px solid;
    BORDER-LEFT: #988F23 1px solid;
    BORDER-BOTTOM: #988F23 1px solid;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana;
    /*BACKGROUND-COLOR: #EEEEEE;*/
	background-color: #EEEAB9;
}

.TabSubMenuInactiveText
{
    FONT-SIZE: 8pt;
    COLOR: #0000ee;
    TEXT-DECORATION: none
}

.TabSubMenuInactive
{
    BORDER-TOP: #808080 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    WIDTH: 70px;
    BACKGROUND-COLOR: #cccccc;
    TEXT-ALIGN: center
}

.outerSubMenuTable
{
	BORDER-RIGHT: #90AB66 1px solid;
    BORDER-TOP: #90AB66 1px solid;
    BORDER-LEFT: #90AB66 1px solid;
    BORDER-BOTTOM: #90AB66 1px solid;
    FONT-SIZE: 8pt;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: #FFFFFF
}

.TabSubMenuActiveText
{
    FONT-SIZE: 8pt;
    COLOR:#FFFFFF;
	TEXT-DECORATION: none;

}

.TabSubMenuActive
{
    FONT-WEIGHT: bold;
	FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt;
    /*WIDTH: 70px;*/
	background-color:#333333;
    /*BACKGROUND-COLOR: #90AB66;*/
	TEXT-ALIGN: left;
	height: 25;
	width: 150;
	cursor:pointer;
	color:#FFFFFF;

}

A.TabInactiveText {
	FONT-SIZE: 8pt;
    COLOR: #000000;
    TEXT-DECORATION: none;
}

A.TabInactiveText:hover {
	FONT-SIZE: 8pt;
    COLOR:#FFFFFF;
    TEXT-DECORATION: none
}

.minBgColor
{
	min-height:600px;	
}
