/*
@import "datepicker.css";
*/
#docList
{
	padding:0px 0 10px 0;
	margin:5px 0 5px 0;
}

#docList h2
{
	font-size:90%;
	color: #335A98;
	text-transform: uppercase;
	padding: 2px 0 2px 2px;
	background-color: #C4D645;
	border-bottom: 1px solid #8495BE;
}


#docList table
{
	width:100%;
}

#docList table thead td
{
	font-weight: bold;
	border-bottom: 1px solid #8495BE;
}

#docList table td
{
	padding: 2px;
}

#docList table tr.content
{
	font-style: italic;
	padding-bottom: 5px;
}

#docList table td.content
{
	border-bottom: 1px dotted #8495BE;
}



#docList dt
{
	padding: 0 4px 40px 0;
	margin: 0;
	width: 10px;
	height: 1%;
	font-weight: bold;
	font-size:100%;
	float: left;
}

#docList dd
{
	padding: 0;
	margin: 0 0 5px 20px;
	display: block;
}

#docList dd.number
{
	width: 20px;
}

#docList dd.clearleft
{
	padding:0;
	margin: 0 0 0 20px;
	clear:left;
}


