body{
	background-color:#aaa8a4;
	font-family:Verdana;
	margin:0;
	font-size: 11px;
	color: #333;
	}

div#page{
	float: left;
	position: relative;
	margin-top: 20px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px solid #333;
}

.banners {
	float: left;
	position: relative;
	margin-left: 10px;
	margin-top: 20px;
	display: inline;
	z-index: 1;
}

div#header{
	position: relative;
	height:141px;
	z-index: 50;
	background-image: url(../images/header_bg.jpg);
	background-repeat: repeat-x;
}

div#module{
	background-image: url(../images/module_bg.jpg);
	background-repeat:no-repeat;
	background-color:#fff;
}

div#module td#contentTD{
	width:100%;
	padding: 20px; 
}

div#module td#leftBlockTD{
	padding-top: 40px;
	padding-left: 10px;
}
/* div#content table tr td#contentTD table{border-collapse: collapse;}
div#content table tr td#contentTD table tr th{padding: 4px;background-color:#CF0000;color:white;border-bottom:1px solid black;}
div#content table tr td#contentTD table tr th a{color:white;}
div#content table tr td#contentTD table tr td{padding: 4px;background-color:#f3f3f4;} */
div#content table tr td#contentTD table#forumInput table tr td {border:0;}
div#content table tr td#contentTD table#forumInput table tbody tr td table tbody tr td{border:0;}
div#content table tr td#contentTD table#forumInput table tbody tr td table tbody tr td table tbody tr td{border:0;}


div#footer{
	height:30px;
	background-image: url(../images/footer_bg.jpg);
	background-repeat:repeat-x;
	background-color:#747373;
	padding-top:10px;
}

table#footerTable{
	width:100%;}
	
div#menu{
	float: left;
	position: relative;
	margin-left: 230px;
	margin-top: 100px;
	display: inline;
	height: 10px;
	z-index: 50;
	font-size: 10px;
	}
	
img#menubg{top:0px;left:0px;position:absolute;}
div#menu img{

	position:absolute;
	top:-3px;


	}

div.blockTitle
{
	border: 1px solid #747373;
	padding:2px 4px 2px 4px;
	/* background-image: url(../images/red_block_title.jpg); */
	/* background-repeat:repeat-x; */
	background-color: #747373;
	-moz-box-sizing:border-box;
	white-space: nowrap; 
	font-weight: bold;
	color:white;
}


div.blockTitle span.blockTitleIcon{
	background-image: url(../images/blockTitleIcon.gif);
	background-repeat:no-repeat;
}


div.blockContainer
{
	background-color: #f3f3f4;
	border-left: 1px solid #747373;
	border-right: 1px solid #747373;
	border-bottom: 1px solid #747373;
	padding:5px;
	margin-bottom:13px;
	-moz-box-sizing:border-box;
}
	
	
	
	
.dtree {
    font-family: Verdana, Tahoma, sans, Helvetica, Arial;
    color: #000000;
    white-space: nowrap;
}

.dtree img {
    border: 0px;
    vertical-align: middle;
}

.dtree a {
    color: black;
    font-family:Verdana;
    font-weight:bold;
    font-size:10px;
    text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
    white-space: nowrap;
    padding: 1px 2px 1px 2px;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
    color: #000000;
    text-decoration: underline;
}
.dtree a.nodeSel {
    background-color: #c0d2ec;
}

a
{
	font-family:Verdana;
	color: #ac4043;
	text-decoration: none;
}

table.sortable a.sortheader {
	/*background-color: black;*/
	display: block;
	white-space: nowrap;
	color: white;
	font-family:Verdana;
	font-weight:bold;
    font-size:10px;
    text-decoration: none;
    text-align:left;
	background-color:#CF0000;
	background-repeat: repeat-x;
	margin:0px;
}
table.sortable span.sortarrow {
    color: white;
    text-decoration: none;
	position:relative;
	left:-5px;
}

table.tableWithStyles, table.sortable, table.popupTable, table.ownerComment
{
	background-color:#F3F3F4;
	border:1px solid #8A0003;
}
table.tableWithStyles th, table.popupTable th, table.sortable th, table.ownerComment th
{
	background-color:#E0272C;
	color:white;
}


table.tableWithStyles th table, table.popupTable th table, table.sortable th table, table.ownerComment th table
{
	color:white;
	font-weight:bold;
}
table.tableWithStyles td, table.popupTable td, table.sortable td, table.ownerComment td
{
	
}
table.tableWithStyles th a, table.popupTable th a, table.sortable th a, table.ownerComment th a
{
	color:white;
}
table.ownerComment th
{
	color:#afa;
}
table.sortable a.sortheader {
	/*background-color: black;*/
	display: block;
	white-space: nowrap;
	color: white;
	font-family:Verdana;
	font-weight:bold;
    font-size:11px;
    text-decoration: none;
    text-align:left;
	margin:0px;
}
table.sortable span.sortarrow {
    color: white;
    text-decoration: none;
	position:relative;
	left:-5px;
}
.highlight
{
	background-color:#e5e5e5;
}

.hyperlink{cursor:pointer;}


#menu table tr td a:hover
{
	color:#F3F3F4;
	text-decoration:underline;
}
#menu table{
	float:left;
	width:100%;
}
.mainMenuItem {

}
.mainMenuItemSelected{
	font-weight:bold;
}


.mainMenuItem:hover{

}
.verticalMenuMainElement, .verticalMenuSubElement, .verticalMenuMainElementSelected, .verticalMenuSubElementSelected{
	cursor:pointer;
}

.verticalMenuSubElementSelected{
	text-decoration:underline;
}

.verticalMenuMainElement:hover, .verticalMenuSubElement:hover{
	text-decoration:underline;
}

