#content td, #content ul, #content p {
	font-size: 12px;
	line-height: 17px;
}

#content .headerblue, #content .headerbluemaincontent {
	font-size: 14px;
	margin-top: 15px;
}

ul.docs {
	margin-top: -7px !important;
}

li.pdf {
	background: url(../images/ico-pdf.png) top left no-repeat;
	padding-left: 24px;
	list-style: none;
	margin-left: -20px;
	margin-bottom: 4px;
}

.details {
	/*font-size: 11px !important;*/
}

p.validation {
	border: 1px solid #b00;
	background: #fee;
	padding: 10px;
	color: #b00;
	font-weight: normal;
}

p.green {
	border: 1px solid #0b0;
	background: #efe;
	padding: 10px;
	color: #0b0;
}

p.yellow {
	border: 1px solid #b60;
	background: #fec;
	padding: 10px;
	color: #a50;
}



#userbar {
	background: #702C91;
	padding: 0px 10px 2px 10px;
	color: white;
	margin-bottom: 20px;
	font-size: 10px;
	width: 613px;
	#width: 633px;
}

#userbar a {
	color: #ff9;
	font-size: 10px;
	text-decoration: underline;
}

input.text {
	padding: 3px;
	font-size: 12px;
	margin-bottom: 5px;
}

input.submit {
	font-size: 12px;
}

img.qp {
	width: 633px;
	display: block;
	height: 105px;
	border-bottom: 1px solid #702C91;
}

#content table {
	width: 633px;
	margin-left: 5px;
}

#content p {
	padding-left: 15px;
}

.directory div.content {
	display: none;
}

.directory {
	padding: 0 30px;
	margin: 0;
}

.directory li {
	display: block;
	border: 1px solid #ddd;
	background: #f9f9f9;
	list-style: none;
	padding: 3px 5px;
	margin-bottom: 8px;
}

.directory a.handle {
	display: block;
	font-weight: bold;
}

.directory a.handle img {
	margin-right: 6px;
	border: none;
}


.contacts {
	margin: 0 10px 12px 10px;
	border: 1px solid #ddd;
	background: #fdfdfd;
}

