
@import "/themes/default/forms.css";

 body {
	margin-top: 10px;
	margin-left: 3%;
	margin-right: 3%;
	margin-bottom: 20px;
	max-width: 94%;
	background: #dce9f0;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10pt;
	color: #1A1A1A;
}
a, a:hover {
	font-size: 10pt;
	color: #598CBB;
	text-decoration: underline;
}
table, form {
	border: 0px;
	font-size: 10pt;
	margin: 0px;
}
h2 {
	font-size: 20pt;
	color: #333333;
	margin-bottom: 5px;
	margin-left: 5px;
	font-weight: normal;
	text-align: left;
}
h2 a, h2 a:hover {
	font-size: 20pt;
	color: #2B82BB;
	text-decoration: underline;
}

h2.personal a, h2.personal a:hover {
	font-size: 20pt;
	color: #B0CC68;
	text-decoration: underline;
}

.h2a, .h2a:hover { color: #8DBEE2; }
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: #333333;
	font-size: 17pt;
	font-weight: normal;
}
h5 {
	margin: 0px 0px 10px 0px;
	font-size: 21pt;
	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: #F4F4F4;
	font-style: italic;
}
acronym { border-bottom: #000000 1px dotted; }


/* loading layer */

#loading-layer {
	display: none;
	width: 150px;
	background: #FFF;
	padding: 10px;
	text-align: center;
	border: 1px solid #000;
	position: fixed;
	right: 0px;
	top: expression (eval (document.body.scrollTop) + "px" );
	z-index: 99;
}

/* /loading layer */

.site_message {
	margin: 10px 0px;
	padding: 15px 40px 15px 90px;
	background: #F8F8F8 url("/themes/default/images/message.png")  no-repeat;
	background-position: 10px center;
	border: #CCCCCC 1px solid;
}
.site_error {
	margin: 10px 0px;
	padding: 15px 40px 15px 90px;
	background: #F8F8F8 url("/themes/default/images/warning.png")  no-repeat;
	background-position: 10px center;
	border: #CCCCCC 1px solid;
}
.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, .form_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: 199;
}
div#picuploadform table {
	width: 100%;
	border: silver 1px solid;
}

div#screen{
	display: none;
	background: url("/images/trans.png");
	position: fixed;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 98;
	top: expression (eval (document.body.scrollTop) + "px" );
}
* 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: block; /*width: 100%; clear: both;*/ height: 130px; background-color: #FFFFFF; border-bottom: #7B8833 2px solid; }

#menu { margin: 0px; padding: 0px; height: 35px; background-color: #8AA732; }
#menu li {
	float: left;
	margin: 0px;
	padding: 5px 0px 5px 15px;
	list-style: none;
	list-style-type: none;
}
#menu li#search {
	float: right;
	padding: 5px 10px 0px 0px;
	list-style: none;
	list-style-type: none;
}
#menu li#search input#srch {
	width: 175px;
	height: 20px;
	background: transparent url("/themes/default/images/search_back.gif") no-repeat;
	border: 0px;
	padding: 1px 0px 0px 10px;
	margin: 0px;
}
#menu a {
	font-size: 13pt;
	color: #EFF5DC;
	text-decoration: underline;
}
#menu a:hover {
	font-size: 13pt;
	color: #527021;
	text-decoration: underline;
}

#user_block {
	width: 260px;
	position: absolute;
	top: 18px;
	right: 3%;
	font-size: 8pt;
	background-color: #FFFFFF;
}
#user_block a, #user_block a:hover { font-size: 8pt; }

#auth_form {
	width: 290px;
	position: absolute;
	top: 18px;
	right: 0px;
	font-size: 8pt;
	background-color: #FFFFFF;
}
#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: #dce9f0; }
ul#second_navigation li {
	display: inline;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 5px 5px 5px 5px;
	background:  #B0CC68 url("/themes/default/images/second_navigation_bg.gif") repeat-x;
}
ul#second_navigation li.active { background-color: #FFFFFF; background-image: none; }
ul#second_navigation li a, ul#second_navigation li a:hover { color: #FFFFFF; font-size: 12pt; }
ul#second_navigation li.active a, ul#second_navigation li.active a:hover { color: #598CBB; }

/*==================
	CONTENT
==================*/

#main_table { background-color: #FFFFFF; margin-top: 12px;  }

/*==================
	TABLE STYLES
==================*/
.table { margin-top: 10px; margin-bottom: 20px; text-align: left; width: 96%; display: table; }
.table_body {
	padding: 5px;
	padding-left: 25px;
	font-size: 10pt;
	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.comment_table h3.new { padding-left: 25px; background: url("/themes/default/images/new.gif") left center no-repeat; }

.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;
	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%;
 	background-color: #FFFFFF;
	font-size: 9pt;
	color: #333333;
	padding: 20px 0px 20px 0px;
	margin-top: 13px;
	height: 50px;
}
#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;
}

/* FAST SEARCH */

div#fast_search {
	background: #FFF;
	overflow: visible;
	width: 195px;
	height: 150px;
	position: absolute;
	display:none;
	text-align: center;
	z-index: 99999;
	top: 160px;
	right: 1%;
	border: #CCCCCC 1px solid;
}
	div#fast_search_cont {
		width: 195px;
		height: 130px;
		margin-top: 10px;
		overflow: auto;
		text-align: left;
	}
	div#fast_search_cont a {
		font-size: 10pt;
		color: #000000;
		display: block;
		text-decoration: none;
		padding: 2px 5px 2px 5px;
		overflow: hidden;
		margin: 0px;
		border-bottom: silver 1px dashed;
	}
	div#fast_search_cont a:hover {
		background: #0099FF;
		color: #FFFFFF;
	}
/*
     */
/*
*/