/* -------------------------------
      FORM ELEMENT STYLES
------------------------------- */
/* FORM BUTTON STYLE */
.form_button {
background: Navy;
color: White;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold; 
border-top: 2px groove Black;
border-left: 2px groove Black;
border-bottom: 2px groove Gray;
border-right: 2px groove Gray;
text-transform: uppercase;

}
/* FORM OBJECT STYLE */
.form_text_field {
	FONT: 8px geneva, verdana, arial, sans-serif; 
font-weight: bold; 
background-color: #F0F8FF; 
color: black;
border-top: 2px groove Blue;
border-left: 2px groove Navy;
border-bottom: 1px groove Gray;
border-right: 1px groove Gray;
text-transform: capitalize;
}
/* FORM TEXT BOX ONLY */
.form_text_box {
	FONT: 12px geneva, verdana, arial, sans-serif; 
background-color: #F0F8FF; 
color: black;
border-top: 2px groove Blue;
border-left: 2px groove Navy;
border-bottom: 1px groove Gray;
border-right: 1px groove Gray;
}
/* TABLE FORM OUTLINE  */
.form_table_outline {
	border : 1px solid #999966; 
	border-right-width : 0px; 
	border-top-width : 0px; 
	empty-cells : show;
	border-spacing: 10px;
		
	}
/* TABLE FORM CELL TITLE WRAP */
.form_td_title_wrap{
	color: Black;
	FONT: 8px geneva, verdana, arial, sans-serif; 
	background-color: #F2F2F2;
	text-transform: capitalize;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	border-top: 1px dashed #708090;
	border-right: 1px dashed #708090;
}
/* TABLE FORM CELL TITLE NO WRAP */
.form_td_title_nowrap{
	color: Black;
	FONT: 8px geneva, verdana, arial, sans-serif; 
	font-weight:600;
	background-color: #F2F2F2;
	text-transform: capitalize;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
	white-space: nowrap;
	border-top: 1px dotted #708090;
	border-right: 1px dotted #708090;
}
/* TABLE CELL CONTENT */
.form_td_content{
	color: Black;
	FONT: 8px geneva, verdana, arial, sans-serif; 
	background-color: White;
	border-top: 1px solid #708090;
	border-right: 1px solid #708090;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 5px;
	padding-left: 5px;
	white-space: nowrap;

}
/* -------------------------------
      MIRCO FORM ELEMENT STYLES
------------------------------- */
/* FORM BUTTON STYLE */
.form_mirco_button {
color: white;
	FONT: 10px  verdana, arial, sans-serif; 
font-weight: bold; 
border-top: 1px solid #829EDD;
border-left: 1px solid #829EDD;
border-bottom: 2px groove #6481BC;
border-right: 2px groove #6481BC;
 padding-top: 2px;
 padding-bottom: 2px;
 padding-left: 1px;
 padding-right: 1px;
 background-color: #526B9D;
 }
/* FORM OBJECT STYLE */
.form_mirco_text_field {
background-image: url(../../images/Generic/formboxback.gif);
	color:#324364; 
	FONT: 11px  verdana, arial, sans-serif; 
	border: 1px solid #1E4E8D;



}
/* FORM TEXT BOX ONLY */
.form_mirco_text_box {
background-image: url(../../images/Generic/formboxback.gif);
color:#324364; 
font-size: 9pt; 
font-family:verdana,sans-serif; 


}

/* TABLE FORM OUTLINE  */
.form_mirco_table_outline {
	empty-cells : show;
	}
	
/* TABLE FORM CELL TITLE WRAP */
.form_mirco_td_title_wrap{
	color:#F9F8F8; 
	FONT: 10px geneva, verdana, arial, sans-serif;	
	padding:2px;
	background-color: #F4F8FA;
	border-bottom: 1px solid #EAEFF8;

	
}
/* TABLE FORM CELL TITLE NO WRAP */
.form_mirco_td_title_nowrap{	
	FONT: 10px geneva, verdana, arial, sans-serif;	
	padding:2px;
	background-color: #F9F8F8;
	font-weight: bold;
	border-bottom: 1px solid #EAEFF8;

	}
.ItineryHeading{
	FONT: 10px geneva, verdana, arial, sans-serif
	color:#4F689A; 
	background-color: #F3F3F3;
	border-bottom-color: White;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	empty-cells : show;
	font-weight: bold;
}
.shiptitle{
	FONT: 10px geneva, verdana, arial, sans-serif
	color:#4F689A; 
	background-color: #F3F3F3;
	border-bottom-color: White;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	empty-cells : show;
	font-weight: bold;
}


/* TABLE CELL CONTENT */
.form_mirco_td_content{
	color:#000000; 
	background-color: #EAEFF8;
	border-bottom-color: White;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	empty-cells : show;
}


/* TEXT  */
.form_mirco_text{
	color:#000000; 
	FONT: 10px verdana, arial, sans-serif; 
	padding:2px;
}
.form_micro_heading{
 color:#ffffff;
 background-color: #ED171F; 
	FONT: 10px verdana, arial, sans-serif; 
 padding:5px;
 }


#m_table{
	height: 80%;
	width: 95%;
	border-width: thick;
	border-color: Blue;
	padding: 1px;
}

#m_header{
}

#m_contentrow{
}
#m_contentarea{
	width: auto;
	vertical-align: top;
	height: 100%;
}

#m_left{
	width: 150px ;
	vertical-align: top;
	height: 100%;
}

#m_right{
	width: 100px;
	vertical-align: top;
	height: 100%;
}

#m_footer{
	height: 20px;
	vertical-align: bottom;
}

.PartitionLeft{ 
background-color: #F1F5F9; 
 border-right-color: #C8CED5;
 border-right-style: solid;
 border-right-width: 1px;
 border-left-color: #C8CED5;
 border-left-style: solid;
 border-left-width: 1px;

}
.PartitionAlertLeft{ 
background-color: #FFFCED; 
 border-right-color: #FBE88A;
 border-right-style: solid;
 border-right-width: 1px;
 border-left-color: #FBE88A;
 border-left-style: solid;
 border-left-width: 1px;
  padding: 10px 10px 10px 10px;

}
 

.PartitionRight{
background-color: #FFFFFf; 
}
.PartitionContent{
background-color: white;
 padding-bottom: 10px;
 padding-left: 10px;
 padding-right: 10px;
 padding-top: 10px;
}
.Paging{
background-color: #F2F2F2; 

}
