/* -------------------------------
      FORM ELEMENT STYLES
------------------------------- */
/* FORM BUTTON STYLE */
.form_button {
background: Navy;
color: White;
font-family: Verdana, Geneva, 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-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 8px; 
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-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px; 
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 {
	background-color : #EFEFEF; 
	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-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:600;
	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-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	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-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:8pt;
	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: Black;
font-family: arial,verdana,sans-serif;
font-size: 11 px;
font-weight: bold; 
border-top: 1px  Black;
border-left: 1px  Black;
border-bottom: 2px groove #ED171F;
border-right: 2px groove #ED171F;
text-transform: capitalize;
background-image: url(../../images/home/advert1.jpg);
}
/* FORM OBJECT STYLE */
.form_mirco_text_field {
color:#000000; 
font-size: 8pt; 
font-family:arial,verdana,sans-serif; 
background: #ffffff; 
border: solid #F26721 1px;

}
/* FORM TEXT BOX ONLY */
.form_mirco_text_box {
color:#000000; 
font-size: 8pt; 
font-family:arial,verdana,sans-serif; 
background: #ffffff; 
border: solid #ED171F 1px;
}

/* TABLE FORM OUTLINE  */
.form_mirco_table_outline {
	background-color : #4181C0; 
	empty-cells : show;
	}
	
/* TABLE FORM CELL TITLE WRAP */
.form_mirco_td_title_wrap{
	color:#4181C0; 
	font-size:8pt; 
	font-family:arial,verdana,sans-serif; 
	padding:2px;
		background-color: #F4F8FA;
}
/* TABLE FORM CELL TITLE NO WRAP */
.form_mirco_td_title_nowrap{	
	color:#4181C0; 
	font-size:8pt; 
	font-family:arial,verdana,sans-serif; 
	padding:2px;
		background-color: #F4F8FA;
	}


/* TABLE CELL CONTENT */
.form_mirco_td_content{
	color:#000000; 
	font-size:8pt; 
	font-family:arial,verdana,sans-serif; 
	padding:2px;
	background-color: #F4F8FA;
}
/* TEXT  */
.form_mirco_text{
	color:#000000; 
	font-size:8pt; 
	font-family:arial,verdana,sans-serif; 
	padding:2px;
}
.form_micro_heading{
 color:#ffffff;
 background-color: #ED171F; 
 font-size:8pt; font-weight:bold; 
 font-family:arial,verdana,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;
}


