/* Body Styles */
body {
	background-color: #e5ecf3;
	font-family:Arial;
	background:url(images/bg_shadow.png) transparent repeat-y top center;
}

#h {
	position: relative;
	height: 100px;
	width: 100%;
}

#h_logo {
	float:left;
	margin-top:10px;
	margin-left:20px;
}

#leaderboard {
	width: 728px;
	height: 90px;
	margin-top:4px;
	margin-right:10px;
	float:right;
	border:1px solid #cccccc;
	overflow:hidden;
}

#tagline .heading {
	float:left;
	color:#63b3d4;
	margin:10px 10px 0 20px;
}

#container {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1b5790;
	background:#fff;
	min-height:800px;
}

/* Toolbar Styles h/s -3 34 -1*/
#toolbar {
	height:27px;
	font-size:12pt;
	padding-left:10px;
	padding-top:7px;
	position:relative;
	z-index:10;
	border-width: 1px 0 1px 0;
	border-style: solid none solid none;
	border-color: #c3cee0;
	background:#e7f8ff;
}

#toolbar_links {
	float:left;
}

#toolbar_links .h_link {
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c3cee0;	
	margin-right:10px;
}
#toolbar_links .h_last {
	border-right-width:0;
}

#toolbar_links a {
	float:left;
	margin-right:10px;
	color:#000000;
	text-decoration:none;
}

#toolbar_links .h_account a {
	color:#6e73b5;
}

#toolbar_links a img {
	border:0;
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
}

#toolbar_links a:hover {
	text-decoration:underline;
}

#toolbar_bookmark {
	background:url(images/toolbar_div.gif) transparent no-repeat top left;
	float:right;
	padding:10px 0 0 5px;
	height:40px;
	width:150px;
}

#toolbar .toolbar_divider {
	float:left;
	margin-top:-10px;
	margin-right:10px;
}

#toolbar .toolbar_selected {
	text-decoration:underline;
}

#login_button {
	cursor:pointer;
}
#login_button:hover {
	color:#0026FF;
}

/* Body Block */
#body_block {
	width: 640px;
	margin-left:2%;
}

#body_block .basic_form {
	font-size:12px;
	padding:10px;
	background:#E5E5E5;
	padding-left:20px;
}

#body_block .basic_form .text_field {
	width:190px;
}

#body_block .basic_form label {
	font-weight:bold;
}

#body_block .basic_form .submit_button {
	padding:2px;
}

#main_content
{
	width:100%;
	float:left;
	margin-bottom:50px;
	margin-top:10px;
}

#main_content h3 {
	font-weight:bold;
	color:#a0a0a0;	
	font-size:16px;
	margin-top:5px;
	margin-bottom:5px;
}

#main_content .heading {
	font-weight:bold;
}

#main_content div.main_block {
	background:#F4F1E9;
	border:1px solid #DFDBD2;
	margin:10px 3px 0 10px;
	min-height:500px;
	padding:10px 30px 20px 30px;
	font-size:12px;
}

#main_content div.main_block p {
	margin-top:5px;
	margin-bottom:5px;
}

#main_content div.main_block ul {
	margin-top:5px;
	margin-bottom:5px;
}

#main_content div.main_block li {
	margin-left:20px;
	list-style:circle;
}


#main_content div.paginationControl {
	float:left;
	width:100%;
	clear:both;
	margin:10px;
	text-align:center;
	font-size:12px;
	color:#666666;
}
#main_content div.paginationControl a {
	color:#666666;
}

#right_content
{
	float:right;
	width:320px;
	margin-top:15px;
	clear:right;
}

/* Right block */
#f5_logo
{
	width:183px;
	height:90px;
	margin-left:10px;
	border:0;
}

/* Block */
#right_content .right_block_top {
	background:url(images/right_block_top.gif) transparent no-repeat;
	width:300px;
	height:9px;
	float:left;
	margin-left:8px;
}

#right_content .right_block_bottom {
	background:url(images/right_block_bottom.gif) transparent no-repeat;
	width:310px;
	height:9px;
	float:left;
	margin-bottom:10px;
	margin-left:8px;
}

#right_content .right_block_main {
	background:url(images/right_block_main.gif) transparent repeat-y;
	width:280px;
	float:left;
	padding-left:10px;
	padding-right:10px;
	margin-left:8px;
}

#right_content .right_block_main .heading {
	font-weight:bold;
}

#right_content .right_block_main .footer {
	text-align:right;
	margin-right:5px;
	font-size:10px;
}

#right_content .right_block_main .footer a {
	color:#808080;
}

#right_content .right_blank {
	float:left;
}

input.search_key {
	border:1px solid #7F9DB9;
	width:200px;
	height:20px;
	margin-top:5px;
	padding:3px 0 0 25px;
}

#toolbar_search input {
	border:1px solid #7F9DB9;
	width:130px;
	height:20px;
	margin-top:5px;
	#margin-top:3px;
	padding:3px 0 0 5px;
}

#toolbar_search  {
	position:absolute;
	right:5px;
	top:0px;
}

#toolbar_search img.search_icon {
	position:relative;
	top:4px;
	#top:2px;
	left:-12px;
	cursor:pointer;
}

#toolbar_search #tb_category {
	margin-top:8px;
	float:left;
}
#toolbar_search #tb_category a {
	color:#000000;
	text-decoration:none;
}
#toolbar_search #tb_category a:hover {
	text-decoration:underline;
}
#toolbar_search #tb_category .star {
	margin:0 3px 0 0;
	float:left;
}
#search_icon {
	position:absolute;
	margin:10px;
}

#load_icon {
	border:0;
}

#right_content .right_block_main .contents {
	padding-top:10px;
}

#right_content .right_block_main img.share_button, #right_content .right_block_main img.random_item {
	border:0;
	cursor:pointer;
	margin:3px;
}

/* Footer */
#copyright {
	margin-top:1em;
	padding: 1em 0 1em 0;
	text-align: center;
	clear:both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c3cee0;
	font-size:12px;
}

#copyright a {
	color:#0000ff;
}

#copyright p a img {
	border:0;
	margin-top:10px;
}

/* MODAL CSS */
.ModalPop { background:#FFFFFF;border:1px solid #000000; }
.ModalMessage { background:#FFFFFF;margin:1px;font-size:12px;padding:5px; }
.ModalTitle { background:#4E95EC;color:#FFFFFF; font-size:12px; padding:2px 0 2px 10px; border:1px solid #808080; }
.ModalClose { font-size:12px; text-align:right;padding-right:3px; width:50px; height:20px;cursor:pointer;position:absolute; }
.ModalClose a { text-decoration:none; }

/* Ads Block */
#right_content .ads_block {
	float:left;
	margin-bottom:10px;
	width:300px;
	height:250px;
	border:1px solid #cccccc;
	margin-left:8px;
	overflow:hidden;
}

/* Global Class */
ul.popular_tags li {
	float:left;
}
ul.popular_tags li a {
	color:blue;
	text-decoration:none;
	line-height:20px;
	padding:3px;
	color:#0094ff;
}

ul.popular_tags li a:hover {
	text-decoration:underline;
	color:blue;
}

#system_notice, .system_notice {
	padding:5px;
	border:2px solid green;
	background:white;
}

#system_notice_bad, .system_notice_bad {
	padding:5px;
	border:2px solid red;
	background:white;
}


.link, .c_link {
	margin-bottom:7px;
	white-space:nowrap;
	font-size:14px;
}

.link a {
	color:#0000ff;
}

.c_link a {
	text-decoration:none;
	color:#0094FF;
}

.hidden {
	display:none;
}

.invisible {
	visibility:hidden;
}

.state_fame {
	color:#007F0E;
	font-size:10px;
	font-weight:bold;
}

.state_lame {
	color:#ff0000;
	font-size:10px;
	font-weight:bold;
}

.star {
	cursor:pointer;
}

.error {
	color:#ff0000;
}

img.favicon {
	width:12px;
	height:14px;
}

a.a_link {
	color:#000000;
	font-weight:normal;
}