/* General ---------------------------------------------------------------------------------------*/
/* Housekeeping */
*{
	margin: 0;
	padding: 0;
}

html, body, .content, .contentinner, .main, .maininner, .footer, .footertop{
	width: 500px;
}

.clearfix{
	clear: both;
	width: auto;
	line-height: 0px;
	font-size: 0px;
}

.error{
	color: maroon;
	font-weight: bold;
}

hr, legend{
	display: none;
}

fieldset{
	border: none;
}

/* Tags */
body{
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	color: #464646;
	padding-left: 20px;
}

.container, .containerinner{
	margin: 0;
	padding: 0;
	float: none;
	display: static;
}

input, select, textarea{
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #464646;
	
	border: 2px solid #b7af8a;
	border-bottom-color: #f2f2f2;
	border-right-color: #f2f2f2;
	padding: 2px 6px;
}

select{
	padding-right: 2px;
}

input.button{
	border: 2px solid #b7af8a;
	border-top-color: #f2f2f2;
	border-left-color: #f2f2f2;
}

a{
	color: #964423;
}

h1, h2, h3, h4{
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	color: #665912;
}

h1{
	margin: 0;
	padding: 0;
	display: none;
}

h1 a{
	background-image: url(/static/images/logo-entrust.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 154px;
	height: 63px;
	float: left;
}

h2{
	font-size: 1.3em;
	margin-top: 30px;
}

h3{
	font-size: 1.7em;
	margin-top: 30px;
}

h4{
	font-size: 1.4em;
	margin-top: 30px;
}

img{
	border: none;
}

p{
	margin-top: 20px;
}

th{
	text-align: left;
}

/* Other */
a.rss{
	display: block;
	background-image: url(/static/images/icon-rss.gif);
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
}

a.morelink{
	display: block;
	padding: 2px 20px 2px 0;
	font-size: 0.9em;
	background-image: url(/static/images/btn-readmore.gif);
	background-position: center right;
	background-repeat: no-repeat;
	text-align: right;
	text-decoration: none;
	color: #665912;
	font-weight: bold;
}

.formline{
	padding: 5px 0 0 0;
	float: left;
	clear: left;
}

.formline label{
	float: left;
}

.formline label span{
	width: 150px;
	display: block;
}

.formline input, .formline textarea{
	float: left;
	width: 150px;
}

.formline textarea{
	height: 70px;
}

.formline select{
	float: left;
	width: 165px;
}

.formline .button{
	float: right;
	width: auto;
}

.formline .searchbutton{
	float: right;
}


.formline .searchbutton .button{
	float: none;
}

.formerrors{
	list-style-position: inside;
	padding-bottom: 20px;
}

.formerrors li{
	color: maroon;
	padding-left: 20px;
}

.hi-res-logo{
	display: inline;
}

/* Header ----------------------------------------------------------------------------------------*/
.header{
	margin: 0;
}

/* Main Section ----------------------------------------------------------------------------------*/
.main{
	clear: both;
	margin: 0;
}

.maininner .rightcol, .contentinner{
	padding: 0;
	width: 100%;
}

/* image box */

.content .imageboxleft img, .content .imageboxright img{
	background-color: #f7f4ec;
	padding: 10px;
	margin: 0 0 10px 10px;
}
.content .imageboxleft img {
	margin: 0 10px 10px 0;
}


/* File tables -----------------------------------------------------------------------------------*/
.filetable{
	padding: 20px 0;
}

.filetable th{
	background: #98872D;
	color: white;
	text-align: left;
}

.filetable th a{
	color: white;
}

.filetable th, .filetable td{
	padding: 2px 5px;
}

.filetable img{
	border: none;
}

.filetable tr.highlighted{
	background: #F7F4EC;
}


/* Pagination ------------------------------------------------------------------------------------*/
.pagination{
	float: right;
}

.pagination .current{
	font-weight: bold;
}

/* Footer ----------------------------------------------------------------------------------------*/
.footer{
	padding-top: 50px;
	clear: both;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #665912;
}

.footertop{
	background: white;
	border-top: 1px solid #665912;
}

.footertop .right{
	background: none;
	float: none;
	text-align: left;
}

.footer p{
	margin: 3px 0 3px 0;
	text-align: left !important;
}

.sIFR-alternate{
	position: static !important;
	width: auto !important;
	height: auto !important;
	overflow: auto !important;
}


/* DEB Details */
dl.debdetails{
	background: #EDEADA;
}

dl.debdetails dt{
	background: #EDEADA;
	padding: 3px 6px;
	width: 274px;
	float: left;
	clear: left;
	border-top: 1px solid white;
}

dl.debdetails dd{
	padding: 3px 6px 3px 6px;
	background: white url(/static/images/bg-subnavitem-top.gif) repeat-x top left;
	width: 275px;
	float: left;
	margin-left: 286px;
	display: inline;
}

dl.debdetails dd.first{
	background: white;
	border-top: 1px solid #EDEADA;
	margin-left: 0;
}

div.debcontentheader{
	border-bottom: none;
}


.printonly{
	display: block;
}

/* THINGS TO GET RID OF IN PRINT: */
.access, .search, .primarybanner, .leftcol, .nav, .linkboxes, .morelink, .footertop ul, .footertop .left, .emlink, .contentbox, #preview-message, a.debprevlink, a.debnextlink{
	display: none;
}

.header{
	padding-bottom: 0 !important;
}

.printpage, .sIFR-flash, embed.sIFR-flash, object.sIFR-flash, .sIFR-flash-container{
	display: none !important;
}