@CHARSET "UTF-8";

#message {
	padding-left: 10px;
	padding-top: 20px;
}

#message a {
	color:#833000;
	font-weight:900;
	text-decoration:underline;
}

#sort {
	margin: 5px 0;
	position: relative;
	left: 290px;
}


#sort p {
	float: left;
}


#sort ul {
	margin: 0 8px;
	float: left;
}

#sort ul li a {
	color: rgb(131, 48, 0);
}

#documents .img {
	float: left;
	width: 26px;
	height: 26px;
}

#documents .open a {
	text-decoration: none;
	color: #000;
	font-weight: 900;
	font-size: 9px;
}

#documents .open a:hover {
	text-decoration: underline;
}

#documents .titleContent {
	float: left;
	width: 300px;
	padding-left: 10px;
}

#documents .titleContent .text {
	font-size: 11px;
	font-weight: 900;
	color: #000;
}

#documents .titleContent .sum {
	color: #c1c1c1;
}

#documents .desc {
	clear: both;
	min-height: 30px;
}

#documents .download {
	text-align: right;
}

#documents .download a {
	text-decoration: none;
	color: #000;
	font-weight: 900;
	font-size: 9px;
}

#documents .download a:hover {
	text-decoration: underline;
}