
/** 11/5/2008         */
/** Pavel Milyavskiy  */



table.pm {
	table-layout: automatic;
	empty-cells: show;
	width:100%;
	border-collapse: separate;
	border-spacing: 10px;
	border-width: 2px;
	border-style: solid;
	border-color: #336633;
	background-color: white;
}

table.pm th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #336633;
	background-color: #f4f4f4;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	font-size: small;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: capitalize;
	text-align: center;
	text-indent: 0ex;
}

table.pm td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #336633;
	background-color: white;        
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: small;
	line-height: 90%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;
	text-align: left;
	text-indent: 0ex;
}

h1.pm,h2.pm,h3.pm,h4.pm,h5.pm
{
    color: #336633;
	text-align: center;      	
    font-style: normal;
    font-variant: normal;
	line-height: 100%;
	word-spacing: normal;
	letter-spacing: normal;
	text-decoration: none;
	text-transform: none;	 
	text-indent: 0ex;
}

ul.pm 
{
	list-style-type: disc;
	list-style-image: none;
	list-style-position: inside;
}
ul.pm li 
{
	font-style: italic; 	
    font-size: small;
}

ul.pm ul.pm 
{
 	list-style-type: disc;   
}

ul.pm ul.pm li 
{
	font-style: normal; 	
	font-size: smaller;
}


ol.pm
 {
	list-style-type: decimal;
	list-style-position: inside;
}

ol.pm li 
{
	font-style: italic; 	
	font-size: small;
}

ol.pm ol.pm 
{
	list-style-type: lower-alpha;      
}

ol.pm ol.pm li 
{
	font-style: normal; 	
	font-size: smaller;
}

hr.pm 
{
	border: none;	
	color: #336633;
	height: 2px;
	width:100%;
}



input.pmtext{  	 
 	font-size: small; 
	font-weight:normal; 
	background-color:#ffffff; 	
	border-style:solid; 
	border-width:1px;
	padding: 3px;	
}

select.pm {	
	font-size: small; 
    font-weight:normal; 
	background-color:#ffffff; 	
	border-style:solid; 
	border-width:2px;
	padding: 3px;	        
} 



checkbox.pm 
{ 
	width: 19px; 
	height: 25px; 
	padding: 0 5px 0 0; 
	display: block; 
	clear: left; 
	float: left; 
    background-color:#cccccc; 

} 

radio.pm { 
	width: 19px; 
	height: 25px; 
	padding: 0 5px 0 0; 
	background-color:#cccccc; 
	display: block; 
	clear: left; 
	float: left; 
} 

body.pm
{
	font-size: small;
    background-color: white;
    font-family: arial, helvetica, sans-serif;
    line-height: normal;
    background: url(http://ag.utah.gov/appfiles/images/BlueWaffle.png) repeat;
}

a.pm:link {text-decoration: underline; color: black;}
a.pm:visited {text-decoration: underline; color: black;}
a.pm:active {text-decoration: underline; color: black;}
a.pm:hover {text-decoration: underline; color: blue;}

#mainContent {
background-color: white;
width: 1050px;
}