body {
	margin-top: 0px;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 20px;
	max-width: 94%;
	background: #FAF0BD;
	/*background-image: url('/images/snow_background.jpg');*/
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10pt;
	color: #1A1A1A;
}


a, a:hover {
	color: #598CBB;
	text-decoration: underline;
}

table,form {
	border: 0px;
	font-size: 10pt;
	margin: 0px;
}

h2 {
	font-size: 20pt;
	color: #999999;
	margin-bottom: 5px;
	margin-left: 5px;
	font-weight: normal;
	text-align: left; //
	margin-top: 10px;
}

h2 a,h2 a:hover {
	font-size: 20pt;
	color: #CF680A;
	text-decoration: underline;
}

h2 a:hover {
	color: #8A0000;
}

.h2a {
	color: #8A0000;
}

.h2a:hover {
	color: #999999;
}

h3 {
	font-size: 10pt;
	color: #1A1A1A;
	margin: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	font-weight: bold;
	text-align: left;
}

h3 a {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

h3 a:hover {
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}

h4 {
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #B80000;
	font-size: 17pt;
	font-weight: normal;
}

h5 {
	margin: 0px 0px 10px 0px;
	font-size: 21pt;
	font-weight: normal;
	color: #999999;
	font-family: Verdana, sans-serif;
	letter-spacing: -1px;
}

img {
	border: 0px;
}

img a,img a:hover {
	text-decoration: none;
}

blockquote {
	margin: 10px;
	margin-left: 15px;
	padding: 0px;
	display: table;
	clear: both;
	padding-left: 4px;
	border-left: silver 3px solid;
	background-color: #F4F4F4;
	font-style: italic;
}

acronym {
	border-bottom: #000000 0px dotted;
}

.site_message {
	align: center;
	width: 95%;
	padding: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #EFFBDB;
	border: #91EC20 1px dashed;
}

.site_error {
	align: center;
	width: 95%;
	margin-left: 5px;
	padding-top: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #FFEBDD;
	border: #FBAB7B 1px dashed;
}

.simple_div {
	width: 95%;
	margin-left: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #F7F9FB;
	border-bottom: #E4E4E4 1px solid;
}

.avatar {
	display: inline;
	float: left;
	margin-right: 10px;
	border: #F2F2F2 1px solid;
}

.com_art_header {
	width: 20%;
	padding-right: 12px;
}

.date {
	color: #999999;
	font-size: 8pt;
	font-weight: normal;
}

.help {
	font-size: 8pt;
	color: #999999;
}

a.linkme,a.linkme:hover {
	margin-left: 20px;
	color: #598CBB;
	text-decoration: underline;
	font-weight: normal;
}

div.pages {
	width: 100%;
	display: table;
	clear: both;
	margin-top: 10px;
	margin-bottom: 20px;
	padding: 4px;
}

div.pages a {
	border: #CCCCCC 1px solid;
	padding: 2px 4px 2px 4px;
	margin: 0px 2px 0px 0px;
	text-decoration: none;
	color: #999999;
}

div.pages a:hover {
	border: #999999 1px solid;
	padding: 2px 4px 2px 4px;
	margin: 0px 2px 0px 0px;
	text-decoration: none;
	color: #666666;
}

div#add_new_block {
	position: absolute;
	width: 34%;
	left: 33%;
	top: 250px;
	background: #FFFFFF;
	border: #EBEBEB 5px solid;
	display: none;
	z-index: 99;
}

div#picuploadform {
	position: absolute;
	width: 34%;
	left: 33%;
	top: 450px;
	background: #FFFFFF;
	border: #EBEBEB 5px solid;
	display: none;
	z-index: 99;
}

div#picuploadform table {
	width: 100%;
	border: silver 1px solid;
}

div#screen {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 98;
	display: none;
	background: url("/images/trans.png");
}

* html div#screen {
	background-color: #333;
	background-color: transparent;
	background-image: url("/images/spacer.gif");
	filter: progid : DXImageTransform . Microsoft .
		AlphaImageLoader(src = "/images/trans.png", sizingMethod = "scale");
}


img.image_border {

	background-color: #FFFFFF;
	text-align: center;
	
	border: 1px solid #D0D0D0;
	padding: 4px;

}

/*==================
	LOGO AND MENU
==================*/
#logo {
	display: table;
	width: 100%;
	clear: both;
	background-color: #B80000;
	border-bottom: #8A0000 2px solid;
	font-family: Arial, "Trebuchet MS", Tahoma;
	background: url("/images/header_back_flower.gif");
	margin-top: 10px;
}

#logo h1 {
	float: left;
	color: #353D44;
	font-size: 40pt;
	display: table;
	margin-bottom: 20px;
	font-weight: normal;
}

#logo small {
	font-size: 10pt;
}

#menu {
	margin: 0px;
	padding: 0px;
	width: 100%;
	display: table;
	background-color: #FCE899;

	
	
}

#menu li {
	float: left;
	margin: 0px;
	padding: 5px 0px 5px 25px;
	list-style: none;
	list-style-type: none;
}

#menu a {
	font-size: 15pt;
	color: #8A0000;
	text-decoration: underline;
}

#menu a:hover {
	font-size: 15pt;
	color: #999999;
	text-decoration: underline;
}

#user_block {
	
	float: right;	
	position: relative;
	top: 18px;
	right: 5%;
	color: #FFFFFF;
}

#user_block img {
	border: 1px solid #999999; background-color : #FFFFFF;
	padding: 5px;
	background-color: #FFFFFF;
}

#user_block	a {
	text-decoration: underline;
	color: #FCE899;
}

#user_block a:hover {
	text-decoration: underline;
	color: #999999;
}

#auth_form {
	width: 350px;
	position: absolute;
	top: 12px;
	right: 5%;

}



ul#second_navigation {
	overflow: visible;
	display: table; //
	display: inline;
	clear: both;
	margin: 0px 0px 15px 0px;
	padding: 0px 10px 0px 10px;
	background-color: #FAF0BD;
}

ul#second_navigation li {
	display: inline;
	float: left;
	margin: 0px 8px 0px 0px;
	padding: 5px 5px 5px 5px;
	background-color: #CF680A;
}

ul#second_navigation li.active {
	background-color: #FFFFFF;
}

ul#second_navigation li a {
	color: #FFFFFF;
	font-size: 12pt;
}

ul#second_navigation li a:hover {
	color: #8A0000;
	font-size: 12pt;
}

ul#second_navigation li.active a,ul#second_navigation li.active a:hover
	{
	color: #CF680A;
}

/*==================
	CONTENT
==================*/
#main_table {
	background-color: #FFFFFF;
	margin-top: 12px;
	
}

img.article_main {
	margin: 5px 15px 5px 5px;
	padding: 10px;
	border: 1px solid #D0D0D0;
}

.table_body .floatbox img {
	padding: 10px;
	margin: 5px;
	border: 1px solid #D0D0D0;
}

.csslisting {
	clear: left;
	margin-bottom: 20px;
}

.csslisting .floatbox {
	float: left;
	width: 155px;
}

.csslisting p {
	margin-left: 437px;
}

.csslisting ul {
	margin-left: 437px;

}


.floatbox table {
	font-size: 110%;
}

/*==================
	TABLE STYLES
==================*/
.table {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: left;
	width: 96%;
	display: table;
	font-size: 110%;
}

.table_body {
	padding: 5px;
	padding-left: 5px;
	color: #1A1A1A;
	text-align: left;
	width: 100%;
	display: table;
}


table.comment_table {
	margin-bottom: 20px;
	text-align: left;
}

table.comment_table td.c_avatar {
	padding: 5px 0px 0px 5px;
	width: 70px;
	vertical-align: top;
	border-left: #f0f0f0 1px solid;
	border-top: #f0f0f0 1px solid;
}

table.comment_table td.c_body {
	vertical-align: top;
	padding: 5px 10px 0px 20px;
	font-size: 10pt;
	color: #1A1A1A;
	text-align: left;
	border-top: #f0f0f0 1px solid;
}

.table_second_header,.table_bottom {
	padding-left: 25px;
	max-width: 100%;
	font-size: 9pt;
	color: #999999;
	display: table;
	margin-bottom: 4px;
	margin-top: 4px;
	width: 100%;
	text-align: left;
}

.table_second_header a,.table_bottom a {
	font-size: 9pt;
	color: #107eb7;
	text-decoration: none;
}

th {
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
}

.table_second_header a:hover,.table_bottom a:hover {
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #107eb7;
	text-decoration: none;
}

.block {
	background-color: #F7F9FB;
	margin-top: 20px;
	
}

.block_body {
	padding: 10px;
	padding-top: 4px;
	font-size: 10pt;
	color: #1A1A1A;
	text-align: left;
}

#footer {
	width: 100%;
	display: table;
	background-color: #FFFFFF;
	font-size: 9pt;
	color: #333333;
	padding: 20px 0px 20px 0px;
	margin-top: 13px;
	
}

#footer #f_left {
	float: left;
	display: inline;
	text-align: left;
	margin: 0px 0px 0px 30px;
}

#footer #f_rigth {
	float: right;
	display: inline;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 40px 0px 0px;
}

.comment {
	font-size: 10pt;

}

#adriver_banner {
	text-align: center;
}


