.module .error {
	font-size: 1.2em;
	color: red;
}

#center .module h1 {
	font-size: 2.3em;
	font-weight: bold;
	padding-bottom: 6px;
	margin-bottom: 22px;
	background: url('/media/images/h1_bg.gif') no-repeat bottom left;
}
#center .module {
	margin-bottom: 40px;
}
.module .content p {
	font-size: 1.2em;
}
.module .content {

}
.module .content ol,
.module .content ul {
	margin-top: 10px;
	padding-left: 20px;
	margin-bottom: 10px;
}
.module table {
	width: 100%;
}
.module table td {
	font-size: 1.1em;
}
.module .table_list th{
	color: #000;
	font-size: 1.1em;
	background: #fff url('/media/images/th_bg.gif') repeat-x bottom left;
	font-family: Tahoma;
	font-weight: bold;
	text-align:left;
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}
.module .table_list.small th {
	font-size: 1.0em;
}
.module .table_list.small {
	font-size: 1.0em;
}
.module .table_list th,
.module .table_list td {
	padding-right: 10px;
}
.module .table_list.small td {
	background: #fff;
}
.module .table_list a{
	color: #231f20;
}
.module .table_list tr td{
	border-bottom: 1px solid #ccc;
}
.module .table_list tr:hover {
	cursor: pointer;
	/*background: #a6c1dc;*/
}
.module .table_list tr.second {
	/*background: #f4f3f1;
	color: #484d50;*/
}
.module .table_list tr.ended {
	font-weight: bold;
	background: #f5eee5;
	color: #444444;
}
.module .table_list tr.select {
	background: #484d50;
}
.module .table_list td {
	padding-top: 8px;
	padding-bottom: 7px;
}
#center .module .table_list tr.canceled{
	background: #f26522;
}
