/* generic declarations */
body {
	margin: 0; padding: 0;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	text-align: left;
	font-size: small;
}

img {
	border: none;
}
a {
	color: #006;
}
a:visited {
	color: #006;
}
a:hover {
	text-decoration: underline;
}


/* container */
div#container {
	margin: 0; padding: 0;
	width: 770px;
	border-right: 0;
}

/* header */
div#header h1 {
	margin: 0; padding: 0;
	height: 90px;
	background: url('../images/certheader.jpg') #2f6291 left top no-repeat;
}
div#header h1 span#title {
	display: none;
}

/* nav */
div#nav {
	display: none;
}

/* content */
div#content {
	margin: 0; padding: .5em;
}
div#content h2 {
	margin: 0; padding: 0;
	color: #284665;
}
div#content h3 {
	color: #284665;
}
div#content span.qa {
	font-weight: bold;
	color: #284665;
}
div#content ul.plain {
	margin: 0; padding: 0;
	list-style-type: none;
}
div#content ul.plain li {
	padding: 0 0 .5em 0;
}
div#content span.new {
	color: red;
	background: yellow;
	padding: 0 .5em;
}

/* footer */
div#footer {
	display: none;
}

/* random classes */

.datatable {
	margin: .5em; padding: 0;
	width: 550px;
	border-top: 0;
	border-right: 0;
       	border-bottom: 1px solid #2b4b08;
	border-left: 1px solid #2b4b08;
}
.datatable caption {
	font-weight: bold;
	color: #2b4b08;
}
.datatable td {
	border-top: 1px solid #2b4b08;
	border-right: 1px solid #2b4b08;
	border-bottom: 0; border-left: 0;
	padding: .5em;
	font-size: smaller;
}
.datatable th {
	border-top: 1px solid #2b4b08;
	border-right: 1px solid #2b4b08;
	padding: .5em;
	background-color: #ccc;
	font-size: smaller;
}
.datatable th.filename {
	background-color: #dcecd2;
}
.datatable td.plugin {
	text-align: center;
}

