/* Default ---------------------------------------------------------------- */

.sub {
   margin-left: 10px;
   line-height: 1.6em;
}

.head {
   color: #797979;
   margin-top: 10px;
   font-weight: bold;
   font-size: 1em;
}

/* @group DomTab */
/* DomTab Code ------------------------------------------------------------------ */

#div.domtab table {
	text-align: left;
   color: #919191;
   font-size: .9em;
   padding: 1em 20px 0;
   margin-bottom: 50px;
}


ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover {
	display:block;
}
		
div.domtab {
   padding-top: 0;
   padding-bottom: 0;
   width: 900px;
   color: #929292;
}

div.domtab a {
   color: #929292;
   text-decoration: none;
   font-weight: normal;
   font-style: normal;
}

ul.domtabs {
   list-style-type: none;
   line-height: 1.2em;
   margin-top: 10px;
   margin-bottom: 15px;
   padding-left: 40px;
}

ul.domtabs li {
	float: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
   text-align: center;
   background-color: #fff;
   height: 24px;
   width: 100px;
   padding: 0;
   display: inline-block;
   font: 1em "Trebuchet MS",Arial,Sans-Serif;
   margin-left: 2px;
   margin-right: 2px;
}

ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover {
	display:block;
	background: transparent;
	text-decoration:none;
   height: 30px;
   font-weight: normal;
   font-style: normal;
   color: #5e5e5e;
   margin-right: auto;
   margin-left: auto;
   padding: 5px 10px;
}

html>body ul.domtabs a:link,
html>body ul.domtabs a:visited,
html>body ul.domtabs a:active,
html>body ul.domtabs a:hover{
	height:auto;
	min-height:1em;
}

ul.domtabs a:hover{
	background: #a9a9a9;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
   color: #fffeff;
}

div.domtab div{
	clear:both;
   width: 860px;
   background-color: white;
   padding: 20px;
}

ul.domtabs li.active a:link,
ul.domtabs li.active a:visited,
ul.domtabs li.active a:active,
ul.domtabs li.active a:hover {
	background: #5e5e5e;
	color: #fffeff;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-opera-border-radius: 3px;
	-moz-border-radius: 3px;
}

#domtabprintview {
	float:right;
	padding-right:1em;
	text-align:right;
   height: 450px;
   margin-left: 0;
}

#domtabprintview a:link,
#domtabprintview a:visited,
#domtabprintview a:active,
#domtabprintview a:hover {
	color:#fff;
}

div.domtab div h2 a,
div.domtab div h2 a:hover,
div.domtab div h2 a:active {
	color: #929292;
	display:inline;
	padding:0;
	font-weight:normal;
	font-size:1em;
}
/* @end */

/* @group Footer Code from MT */

#footer-inner {
    height: 1%;
}

#footer-inner {
    padding-top: 0;
    padding-bottom: 0;
}

#footer-content,
#footer-content a {
   text-decoration: none;
}

#footer-content {
    margin: 5px 0 15px;
   display: inline-block;
   position: relative;
}

#footer { 
    background-color: #eaeaea; 
    border-top: 5px solid #919191;
   border-bottom: 5px solid #919191;
   margin-bottom: 25px;
}

/* @end */




