/* MTEHelp CSS */
/* ©2007 MetroCount® */

/* Body Styles **************************************************/
body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 70%;
	background: #ffffff;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.link {
	color: #0066cc;
	text-decoration: underline;
}
a.visited {
	color: purple;
	text-decoration: underline;
}
a.active {
	color: red;
	text-decoration: underline;
}

hr 
{
	width: 100%;
}


p, div.itemizedlist, div.orderedlist
{
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 0em;
	margin-bottom: 0.5em;
}

p.title
{
	margin-top: 0px;
}

div.figure p.title
{
	font-weight: bold;
	color: #0066cc;
}

div.figure img
{
	border-bottom: #0066cc 1px solid;
	padding-bottom: 2px;
	clear: both;
}

li
{
	margin-bottom: 0px;
	margin-top: 0px;
}

ul li
{
    list-style-position:outside;
	list-style-image: url(../images/sqbullet.png);
}

li h1, li h2, li h3, li h4, li h5
{
	margin-left: 0px;
}


ul
{
	margin-top: 0em;
	margin-bottom: 0em;
	list-style-position: outside;
    margin-left: 2em;
    padding-left: 2em;
}

ol
{
	margin-top: 0em;
	margin-bottom: 0em;
}

div.procedure ul
{
    margin-left: 0px;
}

div.note, div.procedure, div.table, div.warning
{
	margin-left: 5%;
	margin-right: 5%;
}

div.procedure div.procedure, div.note p
{
	margin-left: 0px;
	margin-right: 0px;
}

/* Heading Styles ***********************************************/
h1, h2, h3, h4, h5
	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em; 
	margin-top: 1em;
	font-weight: bold;
	color: #0066cc; 
	}
h1
	{
	font-size: 200%;
	margin-left: 1%;
	}
h2
	{
	font-size: 160%;
	margin-left: 2%;
	}
h3
	{
	font-size: 150%;
	margin-left: 3%;
	}
h4
	{
	font-size: 130%;
	margin-left: 4%;
	}
h5
	{
	font-size: 110%;
	margin-left: 5%;
	}

/* Table Styles *************************************************/
table
{
    font-size: 1em;	
}
div.procedure table, div.note table
{
	width: 90%;
}

div.table, div.tablestyle_borderless
{
	margin-left: 5%;
	margin-right: 5%;
}

div.tablestyle_narrow
{
	margin-left: 20%;
	margin-right: 20%;
}

div.tablestyle_medium
{
	margin-left: 10%;
	margin-right: 10%;
}

div.table table
{
	width: auto;
}

div.tablestyle_borderless table
{
	border-collapse: collapse;
}


td hr
{
	width: 100%;
	color: #0066CC;
}

td p, li p
{
	margin-left: 0%;
	margin-right: 0%;
}

td, th
{
	 /* font-size: 70%; */
}

th
{
	background-color: #ddeeff;
}

/* Header Styles ************************************************/
div#Header{height:50px;margin:0;background: #ddeeff;color: #0066CC;border-bottom:solid 1px #0066CC;overflow:hidden;}
div#HeaderContact{padding:5px; font-weight:bold; font-style:italic; border-bottom:solid 1px #0066CC;overflow:hidden;}
div#PDFLink{width:164px; display:inline; float:right;margin: 5px;}


/* Footer Styles ************************************************/
div.footer
{
	padding: 5px 5px 5px 5px;
	margin: 1em 0px 0px 0px;
	background-color: #ddeeff;
	border-top: 1px solid #0066cc;
	border-bottom: 1px solid #0066cc;
}

div.footer div
{
	margin-left: 1%;
	margin-bottom: 0px;
	margin-top: 0px;
	font-style:italic;
}

/* PDFServ Styles ***********************************************/
table.article
{
	border-style: none;
    border-collapse: collapse;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right:auto;
    text-align:center;
}

table.article td
{
	background-color: #ddeeff;
    padding: 5px 5px 5px 5px;
    text-align:left;
}

table.article td.spacer
{
	padding: 0px 0px 0px 0px;
}

table.article th
{
	background-color: #0066cc;
	color: White;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 0px 5px;
	vertical-align: middle;
}

table.article th div
{
	padding: 15px;
	font-size: 150%;
}

table.article th a.ArticleLink
{
  color: White;
  text-decoration: None;  
  font-size: 150%;
  font-weight: Bold;	
}

table.article th a img
{
	vertical-align: middle;
}

#MTEKey
{
	font-size:150%;
	color:#0066CC;
}

/* Update Styles ************************************************/
tr.subhead
{
		border-style: none;
		font-size: 150%;
     	font-family: Verdana, Arial, Helvetica, sans-serif;
     	height: 1.5em;
     	vertical-align:bottom;
     	font-weight: bold;
	    color: #0066cc; 
}

td.RowHead
{
	font-weight: bold;
	text-align: right;
}

table.update
{
	border-style: none;
	
}

table.update td
{
    padding: 5px 5px 5px 5px;
    border-width: medium;
    border-collapse: separate;
}

#SectionSummary ul
{
	margin-left: 5%;
}

#SectionSummary ul ul
{
	margin-left: 2em;
}

#SectionSummary p
{
	font-weight: bold;
	font-size: 120%;
}

#SectionSummary h3,h4
{
    margin-bottom: 0em; 
	margin-top: 0em;

}



