#main {
	margin: 0px;
	padding: 0px;
}
#langs{
	border: thin solid #000000;
	padding: 5px;
	text-align: right;
	margin-bottom: 5px;
	font-size: 0.7em;
}
#lflags{
	padding: 2px;
	float: right;
}
#header{
	border: thin solid #000000;
	padding: 5px;	
}
a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #0099FF;
}
a:hover {
	color: #0066CC;
	text-decoration: underline;
}
#pagelbar {
	border: 1px solid #000000;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-top: 5px;
	text-align: right;
	background-color: #383737;
}
.pagenum {
	border: 1px solid #000000;
	padding-top: 0.2em;
	padding-bottom: 0.3em;
	padding-left: 0.2em;
	padding-right: 0.2em;
	font-size: 0.9em;
	background-color: #383737;
	color: #CCCCCC;
	font-weight: bold;
}
.pagel {
	color: #000000;
	text-decoration: none;
	padding: 0.2em;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 0.7em;
}
.pagel a:link, .pagel a:active, .pagel a:visited, .pagel a:hover {
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.4em;
	padding-left: 0.4em;
	margin-left: 0.1em;
	background-color: #444444;
	border: 1px solid #000000;
	font-size: 0.9em;
}
.pagel a:hover {
	background-color: #383737;
}
.pagela a:link, .pagela a:active, .pagela a:visited, .pagela a:hover {
	color: #CCCCCC;
	text-decoration: none;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	padding-right: 0.4em;
	padding-left: 0.4em;
	margin-left: 0.1em;
	background-color: #383737;
	border: 1px solid #000000;
	font-size: 0.9em;
}
.pagela a:hover {
	background-color: #383737;
}
#navHorizTop{
	border: 1px solid #CCCCCC;
	margin-bottom:10px;
}
#navHorizBottom{
	margin:5px;
	border: 1px solid #CCCCCC;
}
#welcome_line{
	border: thin dotted #000066;
	padding: 5px;
	margin-top:5px;
	height: 18px;
}
#content{
	text-align: left;
	width: 100%;
	min-width: 960px;
}

#column_left{
	vertical-align: top;
}
#column_center{
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}
#column_right{
	padding: 0px;
	vertical-align: top;
}
#footer{
	border: thin solid #000000;
	padding: 5px;
	margin-top:5px;
}

.ftablebg {
	background-color: #3d3c3c;
	line-height: normal;
	font-size:0.7em;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.splita {
	color: #FFFFFF;
	background-color: #666666;
	border-top: #918f8f 1px solid;
	border-left: #918f8f 1px solid;
	font-weight: bold;
}
.splita a:link, .splita a:active, .splita a:visited, .splita a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.splita a:hover {
	text-decoration: none;
}
.splitb {
	color: #FFFFFF;
	background-color: #999999;
	border-top: #cbc9c9 1px solid;
	border-left: #cbc9c9 1px solid;
	font-weight: bold;
}
.splitb a:link, .splitb a:active, .splitb a:visited, .splitb a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.splitb a:hover {
	text-decoration: underline;
}
.form_input{
	display:block;
	font-size: 12px;
 	font-family: tahoma,helvetica;
 	color: #CCCCCC;
 	background-color: #383737;
 	border:1px solid #000000;
	border-top-width : 1px;
 	border-right-width : 1px;
 	border-bottom-width : 1px;
 	border-left-width : 1px;
 	text-indent : 2px;
}
.form_input_err{
	display:block;
	color: #BB0000;
	background-color: #FFE8E8;
	border: 1px dotted #FF0000;
}
.form_nss{
	font-weight: bold;
	color: #FF0000;
	font-size:1.2em;
}
.msgerr{
	display:block;
	background-color: #FFEAEA;
	border: 1px solid #FF7777;
	color: #B90000;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	padding-top:0;
	padding-bottom:0;
	padding-left:0.5em;
	font-size:0.7em;
}
.msgerr h1{
	font-size:1.5em;
	margin-top:5px;
	margin-bottom:0;
}
.msgcorrectly{
	display:block;
	background-color: #ffde39;
	border: 1px solid #000000;
	color: #000000;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	margin-top:5px;
	padding-top:0;
	padding-bottom:5px;
	padding-left:5px;
	font-size:0.7em;
}
.msgcorrectly h1{
	font-size:1.5em;
	margin-top:5px;
	margin-bottom:0;
}
.msgattention{
	display:block;
	background-color: #FFFFBB;
	border: 1px solid #B9B900;
	color: #373700;
	margin-bottom:5px;
	margin-left:5px;
	margin-right:5px;
	padding-top:0;
	padding-bottom:5px;
	padding-left:0.5em;
	font-size:0.7em;
	margin-top: 5px;
}
.msgattention h1{
	font-size:1.5em;
	margin-top:5px;
	margin-bottom:0;
}
.msgattention a:link, .msgattention a:active, .msgattention a:visited, .msgattention a:hover{
	color: #000000;
	text-decoration: none;
}
.msgattention a:hover {
	text-decoration: underline;
}
.comautor {
	font-weight: bold;
	color: #CCCCCC;
	font-size:0.8em;
	margin-bottom: 5px;
}
.comautor a:link, .comautor a:active, .comautor a:visited, .comautor a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.comautor a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.cominfo {
	color: #CCCCCC;
	font-size:0.7em;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
}
.comver {
	color: #CCCCCC;
	font-size:0.7em;
	font-weight: bold;
	text-align: left;
	margin-top: 5px;
}
#comsmiliebox {
	height:400px;
	width:350px;
	overflow:scroll;
	overflow-x:hidden;
}
.con_title {
	background-color: #996600;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #003366;
	border-left-color: #003366;
	width: 478px;
}
.con_content {
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #003366;
	width: 478px;
}
.con_descr {
	float:left;
	width:90%;
	font-size:0.7em;
	margin:0.2em;
}


/*.navibgblog{
	height:33px;
	background-image: url(images/c_06b.jpg);
}
.horz_button_l {
	float:left;
	display:block;
	padding-top:0px;
	margin-top:8px;
	width:96px;
	height:23px;
	font-size:12px;
	font-family: Arial, Tahoma, helvetica;
}
.horz_button_lb{
	float:left;
	display:block;
	padding-top:0px;
	margin-top:2px;
	width:2px;
	height:29px;
	background-image: url(images/zw1.jpg);
}

.horz_button_r {
	float:right;
	display:block;
	padding-top:0px;
	margin-top:8px;
	width:96px;
	height:23px;
	font-size:12px;
	font-family: Arial, Tahoma, helvetica;
}

.horz_button_rb{
	float:right;
	display:block;
	padding-top:0px;
	margin-top:2px;
	width:2px;
	height:29px;
	background-image: url(images/zw.jpg);
}
*/
.normText {
	font-size: 13px;
	font-family: tahoma, helvetica;
	text-align: justify;
	font-weight: normal;
}


.btablembg {background-color: #F7F7F7; border-top: #5B5757 1px solid; border-left: #5B5757 1px solid; background: #F7F7F7 url(images/cat2.gif) repeat-x top left;}

.tablebgm {
	background-color: #101010;
	font-size: 13px;
	font-weight: normal;
}

.tableabg {
 	color: #CCCCCC;
 	background-color: #444444;
 	border-top: #5B5757 1px solid;
	border-left: #5B5757 1px solid;
}
.tablebbg {
	color: #CCCCCC;
	background-color: #383737;
	border-top: #5B5757 1px solid;
	border-left: #5B5757 1px solid;
}
.tabledel {
	color: #000000;
	background-color: #ffde39;
	font-weight: bold;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #F9D1CC;
	border-left-color: #F9D1CC;
}

.clear {
	clear: both;
	margin:0px;
	padding:0px;
}
