/* CSS Document */

#content ul, ol {
	margin-left: 10px;
}
#content li {
	color: #666666;
	padding-right: 15px;
	padding-left: 15px;
	background-image:  url(../assets/gif/arrow.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
}
.tables {
	font-family: Arial, Helvetica, sans-serif-serif;
	font-size: 11px;
	color: #666666;
	margin-right: 10px;
	margin-left: 15px;
}
.tables td {
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;*/
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	vertical-align: top;
}
.tables th {
	font-weight: bold;
	background-color: #EAEAEA;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666666;
	text-align: left;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-left: 5px;
	vertical-align: top;
}
h3 {
	font-size: 10pt;
	color: #666666;
	margin-left: 15px;
}
#select {
	border:#CCCCCC solid 1px;
	width:180px;
	height:180px;

}
#blox {
	background-color:#F3F3F3;
	display:block;
	color:#990000;
	font-weight:bold;

}
