/* CSS Document */
body {
	font-size: 100%;
	color: #333;
	text-align: center;
	font-family: "Myriad Pro", Myriad, Arial, Helvetica, sans-serif;
	background-color: #EEE;
}

h1 {
	font-size: 1.8em;
	margin: 0;
	padding: 10px 0;
}

h2 {
	color: #333;
	background-color: #FCC;
	font-size: 1.6em;
	margin: 0 0 15px;
	padding: 5px;
	border: 1px solid #333;
	text-align: center;
}

h3 {
	font-size: 1.4em;
	margin-top: 0;
}

h4 {
	font-size: 1.2em;
	margin: 0 0 5px;
}

caption {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

table.standard {
    margin-bottom: 20px;
}

.header, .container, .footer {
	width: 730px;
	padding: 10px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFF;
	color: #333;
}

.header, .top {
	width: 750px;
	padding: 0;
	margin: 0 auto;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #FCC;
	background: #FCC;
}

.header {
    border-bottom: 5px solid #F00;
}

.header p {
	margin: 5px 10px;
}

.header a, .header a:visited, .header a:hover, .header a:active {
	border: 0;
}

.logo, .logo a, .logo h1 {
    width: 750px;
    height: 153px;
    display: block;
    border: 0;
	margin: 0;
	padding: 0;
}

.logo {
    background: url(/images/header.png) top left no-repeat;
}
    

.top {
	border-top: none;
	background: #F00 url(/images/top.png) 0 0 no-repeat;
	width: 750px;
	height: 54px;
	color: #FFF;
	display: none;
}

.top h2, .top p {
	display: none;
	margin: 0;
	padding: 0;
}

.container {
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}

.container table {
    width: 100%;
}

.container td p {
    margin-top: 0;
}

.container td ul {
    margin: 0;
    padding: 0;
}

.container td ul li {
    margin-left: 15px;
}

.view {
    width: 510px;
    overflow: auto;
}

.view table {
    width: 99%;
    margin: 0 1px;
}

.footer {
    clear: both;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
}

.detail, .standard {
	border: 1px solid #CCC;
	border-collapse: collapse;
}

.standard {
    margin: 0;
    padding: 0;
}

.detail th, .standard th {
	color: #000;
	background: #CCC;
	text-align: center;
}

.detail td, .standard td {
	border: 1px solid #CCC;
	padding: 5px;
}

.standard td.nb {
    border-width: 0;
}

.header label, .form label {
	display: -moz-inline-box;
	display: inline-block;
	width: 140px;
	line-height: 20px;
	font-weight: bold;
	vertical-align: top;
}

.droplist {
	width: 520px;
	margin-bottom: 5px;
	vertical-align: middle;
}

.droplist .note {
    display: block;
	width: 520px;
	height: 25px;
}

span.droplist {
	width: 520px;
    height: 200px;
    overflow: auto;
	display: -moz-inline-box;
	display: inline-block;
    border: 1px solid #CCC;
    background-color: #FFF;
}

span.droplist label {
    font-weight: normal;
    font-size: .9em;
}

.droplist br {
    display: none;
    visibility: hidden;
    height: 0;
}

span.droplist span {
	display: -moz-inline-box;
	display: inline-block;
	width: 150px;
	height: 50px;
    margin: 5px;
    padding: 0;
}

span.droplist span label {
    display: inline;
    margin-left: 5px;
    margin: 0;
    padding: 0;
    line-height: 1em;
}

.buttons {
	width: 420px;
	height: 25px;
	margin: 0 150px;
	text-align: center;
}

.small {
	font-size: .9em;
}

p.small {
	margin: 0;
	text-align: right;
	color: #999;
	line-height: 30px;
}

p.small img {
	float: left;
	vertical-align: bottom;
}

.title {
    margin: 0 0 5px;   
}

.tag {
    font-weight: bold;
    font-size: 1.4em;
}

div.toc {
    float: left;
    width: 200px;
    height: 50px;
    overflow: auto;
    margin: 10px 20px 0 0;
    margin-bottom: 20px;
}

.toc, .actlist {
    font-size: .8em;    
}

.standard .actlist {
    margin-bottom: 10px;
    padding: 0;
    font-size: 1em;    
}

.actlist .actlist {
    font-size: .8em;    
}

.toc ul, .toc p,
.actlist ul, .actlist p {
    margin: 0;
    padding: 10px 20px 10px 0;
}

.toc p,
.actlist p {
    padding-bottom: 0;
}

.toc ul li,
.actlist li {
    list-style-type: none;
    margin: 0;
    padding-bottom: 10px;
}

.pages {
    font-style: italic;   
}

hr {
	height: 1px;
	color: #333;
	background-color: #333;
	border: 0;
	margin: 20px 0;
}

.dhr {
	color: #EEE;
	background-color: #EEE;
}

.topnav {
    font-size: .8em;
    margin: 0;
    padding: 0;
}

.hd {
    font-weight: bold;
    text-decoration: underline;
}

.info {
    clear: both;
}

.error {
    font-style: italic;
    color: #F00;
}

.hide {
    position: absolute;
    left: -99999em;
}

.form .w {
    width: 500px;
}

.for:after, 
span.droplist:after {
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}