/* CBP CSS DOCUMENT */


body {
	margin-top: 2px;
	margin-left: 10%;
	margin-right: 15%;
	font-size: 0.9em;
	color: #333;
	/*background: #202020;*/
	background: #fcfcfc;
}
#container {
	padding: 3%;
	background: #fcfcfc;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
}

h2 {
	border-bottom: 1px dashed #E6B3B3;
	padding-bottom: 3px;
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
}

h3 {
	color: #666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	/*background-color: #EDEDED;*/
	padding: 3px;
}

p, ol, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	line-height: 150%
}

#navTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	background: #fcfcfc;
	/*border-top: 1px  solid #6B2E2E;
	border-bottom: 1px  solid #6B2E2E;*/
}

#navTable TD {
	padding: 0 .25em;
}

/* Links */
a:link {
	color: #900;
}
a:hover, a:active, a:visited {
	color: #600;
}


/* Navigation */

.menu, .menu a:link,.menu a:active,.menu a:visited {
	color: #900;
	font-weight: bold;
	text-decoration : none;
	line-height: 150%;
}

.menu a:hover {
	color: #600;
	font-weight: bold;
	cursor : pointer;
	text-decoration : underline;
	display: block;
}

/* for text in table of uploaded file page */
#resultsTable {
	font-size:80%;
}
#resultsTable TD {
	padding: .5em 1em;
	border-top: 1px solid #CCC;
}
