/*
	ÕèÒ ÂÌÑ CSS Table
	@author Dmitry Kozloff
	@date 03.06.2008
*/

body, table, td, th, p, div, img, h1, h2, h3, h4, h5, h6, a {
	padding: 0px;
	margin: 0px;
	border: none;
	font-family: tahoma, serif;
	font-size: 11px;
	color: #525252;
}

body {
	background: url('top_bg.gif') top left repeat-x #EBE9E9;
	padding: 0px 15px 15px 15px;
}

table {
	border-collapse: collapse;
}

input {
	background: url('input_bg.gif') top left repeat-x;
	border: 1px solid #c1c1c1;
	font-family: tahoma;
	font-size: 11px;
	padding: 1px 3px;
	color: #838383;
}

a, a:visited {
	color: #0096C2;
	text-decoration: none;
}

a:hover, a:active {
	color: #B7000B;
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS";
	font-weight: bold;
}

a h3 {
	color: #B7000B !important;
	font-size: 1.2em;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 1.4em;
	color: #B7000B;
	display: inline;
}

h3 a {
	color: #B7000B !important;
	font-size: 1.2em;
}

h4 {
	color: #B7000B;
	font-size: 1.2em;
	margin: 5px 0px;
}


h3 {
	margin: 5px 0px;
}

.ddmenu {
	display: none;
	z-index:1;
	position: absolute;
	background: #F0F0F0 !important;
	border: 1px solid #B52A17 !important;
	border-bottom: none;
	min-width: 150px;
	max-width: 200px;
	border-left: 10px solid #B52A17 !important;
}

.ddmenu a {
	display: block;
	font: 11px Tahoma !important;
	color: #B52A17 !important;
	padding: 4px 5px;
	text-decoration: none !important;
	border-bottom: 1px solid #B52A17 !important;
	background: none !important;
	text-align: left !important;
}

.ddmenu a:hover {
	color: #FFFFFF !important;
	background: #B52A17 !important;
}

td.header {
	padding: 0px 15px;
}

td.title_1,
td.title_2 {
	padding: 15px 0px;
}

td.logo {
}

td.title_1 h1,
td.title_2 h1 {
	font-size: 13px;
	font-weight: bold;
}

td.title_2 h1 {
	font-size: 13px;
}

td.title_1 h1 {
	color: #6E6E6E;
}

td.title_2 h1 {
	color: #B30339;
}

td.top_menu {
	background: url('top_menu_bg.gif') top left repeat-x;
}

td.top_menu {
	color: #fffef2;	
	text-align: center; 
}

td.top_menu a {
	color: #fffef2;	
	text-decoration: none;
	font-size: 12px;
}

td.top_menu a:hover {
	color: #ffffff;	
	text-decoration: underline;
}

td.top_menu a.current {
	font-weight: bold;
}

td.tumbs {
	background: url('mid_bg.gif') bottom left repeat-x #F4F4F4;
	border-bottom: 1px solid #D8D8D8;
	padding: 5px 15px;
}

td.tumbs img {
	margin: 0px 3px;
}

td.main_bl {background: url('main_bl.gif') top left repeat-y;}
td.main_br {background: url('main_br.gif') top left repeat-y;}
td.main_bb {background: url('main_bb.gif') top left repeat-x;}

td.content {
	background: #FFFFFF;
	padding-top: 15px;
}

td.footer {
	padding: 15px;
}

div.hr {
	background: url('hr.gif') center center no-repeat;
	height: 2px;
	margin: 10px 0px;
}

table.box {
	background: url('box_bg.gif') bottom left repeat-x;
	height: 260px;
	width: 250px;
}

td.box_bl {background: url('box_border.gif') top left repeat-y;}
td.box_br {background: url('box_border.gif') top right repeat-y;}
td.box_bt {background: url('box_border.gif') top left repeat-x;}
td.box_bb {background: url('box_border.gif') bottom left repeat-x;}


img.box_header {
	display: block;
	margin-bottom: 10px;
}

td.text {
	padding: 10px 20px;
}

td.main_border {
	background: url('main_border.gif') top left repeat-y;
}

td.text table th,
td.text table td
{
	padding: 3px 5px;
	border: 1px solid gray;
	background: #F5F5F5;
}

.library td {
	border: none !important;
}

td.text p, td.content p {
	margin: 10px 3px !important;
}

#Login, #Pswd{
	width: 80px;
}

form.login_form input.login_input {
	margin: 0px 2px;
}
