@charset "utf-8";
/* CSS Document */

#shadow{
	width:916px;
	background-image:url(../images/icon/shadow.png);
}

#bottomShadow{
	width:916px;
	background-image:url(../images/icon/shadowBottom.png);
	background-repeat:no-repeat;
	height:8px;
	text-align:center;
	font-size:9px;
	color:#BBBBBB;
}

#banner{
	width:900px;
	height:80px;
}

#menu{
	width:900px;
	height:30px;
	text-align:left;
	background-image:url(../banners/menuBackground.png);
	height:30px;
}

#submenucontainer{
	width:900px;
	text-align:left;
	height:30px;
}

#path{
	text-align:left;
	text-indent:10px;
	width:235px;
	position:relative;
	top:12px;
	float:left;
}

.submenu{
	width:640px;
	position:relative;
	top:10px;
	float:left;
	margin-left:15px;
}

#loginContainer{
	width:900px;
	text-align:right;
	background-color:#FFFFFF;
	border-bottom:solid 1px #BBBBBB;
}

#container{
	width:880px;
	background-color:#FFFFFF;
	text-align:justify;
	min-height:340px;
	border:solid 0px;
	padding:10px;
}

.textIndent{
	margin-left:8px;
}

#footer{
	width:900px;
	height:50px;
	text-align:left;
	background-image:url(../banners/bottom.png);
}

img{
	border:none;
}

.link{
	cursor:pointer;
}

.right{
	position:relative;
	top:6px;
	left:783px;
}

.rightAdm{
	position:relative;
	top:6px;
	left:754px;
}

.searchEngine{
	width:230px;
	height:25px;
	position:relative;
	left:670px;
}

hr{
	margin-top:20px;
	margin-bottom:5px;
}

.contentAdmin{
	float:left;
	width:679px; 
	min-height:300px; 
	border-left: solid 1px #DDDDDD; 
	text-indent:30px;
}

.forum{
	background-color:#009999;
	color:#FFFFFF;
	font-weight:bold;
}

.subForum1{
	border-bottom:#009999 1px solid;
	background-color:#FFFFFF;
	padding:8px;
}

.subForumLeftBloc1{
	border-bottom:#009999 1px solid;
	border-right:#009999 1px solid;
	background-color:#FFFFFF;
	padding:8px;
}

.subForum2{
	border-bottom:#009999 1px solid;
	background-color:#EFFFCE;
	padding:8px;
}

.subForumLeftBloc2{
	border-bottom:#009999 1px solid;
	border-right:#009999 1px solid;
	background-color:#EFFFCE;
	padding:8px;
}

.forumReply{
	border-bottom:#009999 1px solid;
	background-color:#EFFFFF;
	color:#003366;
	padding:8px;
}

.forumReplyLeftBloc{
	border-bottom:#009999 1px solid;
	border-right:#009999 1px solid;
	background-color:#EFFFFF;
	color:#003366;
	padding:8px;
}

.blockLeft{
	border:#009999 1px solid;
	background-color:#E5FFFF;
	padding:8px;
	font-size:12px;
	font-weight:bold;
	color:#009900;
	margin-bottom:2px;
	letter-spacing:2px;
}

.blockRight{
	border:#009999 1px solid;
	background-color:#FFFFF0;
	color:#003366;
	padding:8px;
}

.inputDisabled{
	border:solid 1px #CCCCCC;
	background-color:#EEEEEE;
}

img.noMarginNoPadding{
	margin:0px;
	padding:0px;
	border:none;
	border-width:0px;
}