 body {
	margin: 0px;
	max-width: 100%;
	background: #503232;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10pt;
	color: #efefef;
}
a, a:hover {
	font-size: 10pt;
	color: #EDB033;
	text-decoration: underline;
  outline: none;
}
table, form {
	border: 0px;
	font-size: 10pt;
	margin: 0px;
}
h2 {
	font-size: 18pt;
	color: #efefef;
	margin-bottom: 5px;
	margin-left: 5px;
	font-weight: normal;
	text-align: left;
	//margin-top: 10px;
}
h2 a, h2 a:hover {
	font-size: 18pt;
	color: #EBB032;
	text-decoration: underline;
}
.h2a 
{ color: #efefef; background: #1A1A1A; padding: 5px 10px 5px 10px; text-decoration: none;}

.h2a:hover 
{ color: #efefef; background: #EDB033; padding: 5px 10px 5px 10px; text-decoration: none;}
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: #efefef;
	font-size: 17pt;
	font-weight: normal;
	background-color: #5F4141; 
}
h5 {
	margin: 0px 0px 10px 0px;
	font-size: 20pt;
	font-weight: normal;
	color: #CCCCCC;
	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: #7F6767;
	font-style: italic;
}
acronym { border-bottom: #000000 1px dotted; }

.site_message {
	align: center;
	width: 95%;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #6F5353;
}
.site_error {
	align: center;
	width: 95%;
	margin-left: 5px;
	padding-top: 3px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #6F5353;
}
.simple_div {
	width: 95%;
	margin-left: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-color: #5F4141;
	border-bottom: #E4E4E4 1px solid;
}

.avatar { display: none; float: left; border: #F2F2F2 1px solid; margin-right: 10px; }
.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; }
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#picuploadform{
  position: absolute;
  width: 34%;
  left: 33%;
  top: 250px;
  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");
}


/*==================
	LOGO AND MENU
==================*/
#logo { display: table; width: 100%; clear: both; background-color: #FFFFFF; border-bottom: #7B8833 2px solid; }
#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;}
#menu li {
	float: left;
	margin: 0px;
	padding: 5px 0px 5px 25px;
	list-style: none;
	list-style-type: none;
}
#menu a {
	font-size: 15pt;
	color: #EFF5DC;
	text-decoration: underline;
}
#menu a:hover {
	font-size: 15pt;
	color: #000;
	text-decoration: underline;
}

#user_block {
	width: 300px;
	position: absolute;
	top: 358px;
	right: 10%;
	font-size: 8pt;
}
#user_block a, #user_block a:hover { font-size: 8pt; color: #000; }

#auth_form {
	width: 400px;
	position: absolute;
	top: 10px;
	right: 2%;
	font-size: 8pt;
}
#auth_form a, #auth_form a:hover { font-size: 8pt; }

ul#second_navigation { overflow: visible; display: table; //display: inline; clear: both; margin: 0px 0px 15px 0px; padding: 0px 10px 0px 20px; background-color: #5F4141; }
ul#second_navigation li { display: inline; float: left; margin: 0px 10px 0px 0px; padding: 5px 5px 5px 5px; background-color:  #503232; }
ul#second_navigation li.active { background-color: #5F4141; }
ul#second_navigation li a { color: #EBB032; font-size: 12pt; }
ul#second_navigation li a:hover {color: #E5720D;}
ul#second_navigation li.active a, ul#second_navigation li.active a:hover { color: #CC6B41; }

/*==================
	CONTENT
==================*/

#main_table { background-color: #5F4141; margin-top: 12px; margin-left: 12px; margin-right: 12px; }

/*==================
	TABLE STYLES
==================*/
.table { margin-top: 5px; margin-bottom: 20px; text-align: left; width: 96%; display: table; }
.table_body {
	padding: 5px;
	padding-left: 25px;
	font-size: 10pt;
	color: #fff;
	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: #999 1px dotted; border-top: #999 1px solid; }
table.comment_table td.c_body {
	vertical-align: top;
	padding: 5px 10px 0px 20px;
	font-size: 10pt;
	color: #efefef;
	text-align: left;
	border-top: #999 1px solid;
}

.table_second_header, .table_bottom {
	padding-left: 25px;
	max-width: 100%;
	font-size: 9pt;
	color: #CFC2C2;
	display: table;
	margin-bottom: 4px;
	margin-top: 4px;
	width: 100%;
	text-align: left;
}
.table_second_header a, .table_bottom a {
	font-size: 9pt;
	color: #FFA200;
	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: #EBB032;
	text-decoration: none;
}
.block { background-color: #5F4141; margin-top: 20px; }
.block_body {
	padding: 10px;
	padding-top: 4px;
	font-size: 10pt;
	color: #efefef;
	text-align: left;
	background-color: #5F4141; 
}

#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 40px 0px 20px;
}
#footer #f_rigth {
	float: right;
	display: inline;
	text-align: right;
	margin: 0px 20px 0px 0px;
}
.headrtext {
color: #fff;
}

#copyright {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12pt;
	color: #efefef;
	padding-top: 10px;
	padding-left: 35px;
}

.copy a {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12pt;
	color: #503232;
}
