@charset "utf-8";
/* CSS Document */
/***following CSS deal with MM XML files**/
table#showMM_XML 
{
float:left;
clear:both;
border:thin solid #006A54;
width:100%;
text-align:left;
}
table#showMM_XML tr
{

}

table#showMM_XML tr th,  #html_MM table tr td.left_text
{
text-align:left;
background-color:white;
color: black ;
padding:5px;
border:thin solid #006A54;

}
table#showMM_XML tr.switch1 th
{
background:#dbf1f0;
}

table#showMM_XML td
{
padding:5px;

}
h1#title_head, p#contact 
{

}
h1#title_head
{
text-align:left;
}
p#contact
{
text-align:center;
}



/****this following code for MM HTML***/
#html_MM
{
	margin-top:10px;
	clear:both;
	width:100%;
}

#html_MM h3
{

padding-top:10px;
padding-bottom:10px;
}

#html_MM table
{
text-align:left;
width:100%;

border:thin solid #006A54;

}
#html_MM table tr td
{
border:thin solid #006A54;

}

#html_MM table#red
{
border:thin solid #FF0000;


}

#html_MM table#green
{
border:thin solid #009900;

}

#html_MM table#blue
{
border:thin solid #0000FF;

}


#html_MM table tr td p
{
	padding:0px;
	margin:0px;

}

	


#html_MM table tr td, #html_MM table tr td p
{
	padding:5px;
	margin:0px;
	
}



#html_MM table tr th
{
	text-align:center;
}


