@import url(../../../_css/general.css);
/*---------------*/
	.marginbottom5{margin-bottom:5px;}
	.marginbottom10{margin-bottom:10px;}
	.marginbottom15{margin-bottom:15px;}
	.textCenter{text-align:center;}
	.textBold{font-weight:bold}

	body
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333333;
		background-color:#f0f0f0;
	}
	a:link, a:visited
	{
		color: #0066CC;  text-decoration: underline;
	}
	a:active, a:hover
	{
		color: #FF7300;  text-decoration: underline;
	}
	div
	{
		position:relative;
		margin:0px;
		padding:0px;
	}
/*---------------*/
	div.errorBlock{}
	div.error
	{
		border: 1px solid #D893A1;
		color: #333;
		padding:5px 5px 5px 35px;
		background-color:#FBE6F2;
		background-image:url('../images/icons/attention.gif');
		background-repeat:no-repeat;
		background-position:left top;
		margin-bottom:5px;
		font-weight:bold;
	}
/*---------------*/
	div#asynchelp_container
	{
		position: absolute;
		width: 200px;
		border:1px solid #444444;
		padding: 3px;
		background-color:#fffec0;
		display:none;
		z-index:1000;
	}
	a.asynchelp
	{
		vertical-align: top;
		font-size: 8px;
		text-decoration: none;
	}
/*---------------*/
	div#links
	{
		padding:10px;
		width:400px;
	}
	div#links a
	{
		display:block;
		margin:3px;
		width:150px;
		float:left;
	}
	textarea, input.text, input.password
	{
		background: #f4f4f4;
		border: 1px solid #b2b2b2;
		color: #000;
		font-family: 'Lucida Grande', Verdana, Geneva, Sans-serif;
		font-size:12px;
		margin:1px;
		padding:3px;
	}
	select
	{
		background: #f4f4f4;
		border: 1px solid #b2b2b2;
		color: #000;
		font-family: 'Lucida Grande', Verdana, Geneva, Sans-serif;
		font-size:14px;
	}
	div.submit
	{
		text-align:center;
		margin-bottom:5px;
		margin-top:5px;
	}
	input.submit
	{
		padding:2px 13px;
	}
	input.radio
	{
		vertical-align:middle;
	}
	textarea:focus,
	label:focus,
	select:focus,
	input.text:focus,
	input.password:focus,
	* html textarea,
	* html select,
	* html input.text,
	* html input.password
	{
		background: #fff;
		border: 1px solid #686868;
	}
/*---------------*/
	div#main
	{
		width:980px;
		border:1px solid silver;
		margin:20px auto;
		background-color:#fff;
		padding:5px;
	}
	#header
	{
		height:100px;
		margin-bottom:10px;
	}

	.floatLeft
	{
		float:left;
	}

	.floatRight
	{
		float:right;
	}

	#leftCol, #centerCol
	{
		min-height:600px;
	}* html #leftCol, * html #centerCol{height:600px;}

	#leftCol
	{
		width:200px;
		/*background-color:#f1f1f1;*/
	}

	#centerCol
	{
		/*
		width:560px;

		*/
		width:770px;
		margin-left:10px;
		/*background-color:#f1f1f1;*/
	}
	/*
	#rightCol
	{
		width:200px;
		margin-left:10px;
		background-color:#f1f1f1;
	}
	*/
	div.colCapt
	{
		height:25px;
		line-height:25px;
		vertical-align:middle;
		border:1px solid silver;
		background-image:url('../images/parent_box_header_bg.gif');
		color:#fff;
		text-align:center;
		font-weight:bold;
		margin-bottom:10px;
	}
/* login form */
	#loginBlock .input input
	{
		width:95%;
	}
	div#categories
	{
/*		background-color:#d4d4d4;*/
		margin-bottom:10px;
		padding:1px;
		padding-left: 10px;
	}
	div#categories div.categoryItem, div.categoryItem_hover
	{
		width:230px;
		float:left;
		margin:3px 4px;
		line-height: 15px;
		border: 1px solid #f9f9f9;
		padding-left:10px;
	}
	div#categories img
	{
		float:left;
		margin:1px 5px 1px 1px;
	}
	div#categories div.categoryItem_hover
	{
		border: 1px solid #b2b2b2;
	}
	div#categories a:link, div#categories a:visited
	{
		display:block;
		padding:0px 5px;
		text-decoration:none;
		text-align:left;
	}

	.caption
	{
		font-size:16px;
		font-weight:bold;
		font-family:Georgia, "Times New Roman", Times, serif;
		border-bottom:1px solid #f1f1f1;
		border-top:1px solid #f1f1f1;
		border-left:1px solid #f1f1f1;
		/*border:1px solid #f1f1f1;*/
		padding:5px;
		background-color:#f9f9f9;
		width:300px;
		margin-bottom:10px;
	}

	div#news .caption
	{
		background-color:#C3D2DF;
	}

/* post item */
	.infobox
	{
		background-color:#EFF7FF;
		border-bottom:1px solid #C3D2DF;
		border-top:1px solid #C3D2DF;
		padding:5px;
	}
	.postItem
	{
		overflow:hidden;
		margin-bottom:10px;
	}
	.postItem .newsBox
	{
		background-color:#EFF7FF;
		border-bottom:1px solid #C3D2DF;
		border-top:1px solid #C3D2DF;
		padding:5px;
	}
	.postItem .even
	{
		padding:5px;
	}
	.postItem .odd
	{
		background-color:#f9f9f9;
		border-bottom:1px solid #f1f1f1;
		border-top:1px solid #f1f1f1;
		padding:5px;
	}
	.postItem .pic
	{
		text-align:center;
		float:left;
	}
	.postItem .info
	{
		margin-left:10px;
/*		float:left;*/
		width:640px;
	}
	.postItem .ztitle
	{
		font-weight:bold;
		margin-bottom:5px;
	}
	.postItem .stat
	{
		margin:5px;
		font-size:10px;
		text-align:center;
	}
	.advice
	{
		background-color:#f9f9f9;
		border-bottom:1px solid #f1f1f1;
		border-top:1px solid #f1f1f1;
		padding:5px;
		text-align:center;
	}
	.categoryDesc
	{
		font-style:italic;
		margin-bottom:10px;
		padding:0px 10px;
	}
	div.pagination
	{
		margin:20px;
		text-align:center;

	}
	div.pagination a
	{
		font-family:Arial, Helvetica, sans-serif;
		padding:2px 6px;
		font-size:11px;
		background-color:#fff;
		color:#105cb6;
		border: 1px solid #9AAFE5;
		text-decoration: none;
	}
	div.pagination a:hover
	{
		border-color: #2E6AB1;
	}
	div.pagination span.current
	{

		border: 1px solid #2E6AB1;
		font-weight: bold;
		color: #fff;
		font-family:Arial, Helvetica, sans-serif;
		padding:2px 6px;
		font-size:11px;
		background-color:#2e6ab1;
	}
	#breadcrumb
	{
		font-size:10px;
		font-weight:bold;
		margin-bottom:10px;
		color:#666;
	}
	#breadcrumb .divider
	{
		margin:0px 4px;
	}
/*	styles for fieldset
-------------------- */
	.formBlock
	{
		padding:1px;
		float:none;
		clear:both;
	}

	.fSet
	{
		border:1px solid silver;
		padding:15px 5px 5px 5px;
		margin:15px 0px;
	}
	.fSet .legend
	{
		position:absolute;
		top:-12px;
		left:10px;
		height:20px;
		line-height:20px;
		vertical-align:middle;
		padding:0px 5px;
		font-weight:bold;
		text-transform:capitalize;
		background-color:#fff;
	}
/* ================= */
	#registration
	{
		width:450px;
		margin:0px auto;
	}
	#registration .clearBoth
	{
		margin-bottom:10px;
		/*border:1px solid green;*/
	}
	#registration div.text, #registration div.input
	{
		height:24px;
		line-height:24px;
	}
	#registration div.text
	{
		float:left;
		/*border:1px solid red;*/
		width:200px;
		margin:0px;
	}

	#registration div.input
	{
		float:right;
		/*border:1px solid blue;*/
		width:220px;
	}
	#registration div.input input.text, #registration div.input input.password
	{
		width:210px;
	}
	span.unavailable{color:#ff0000;}
	span.available{color:#2a7a20;}

	.postTitle
	{
		font-size:16px;
		font-weight:bold;
		font-family:Georgia, "Times New Roman", Times, serif;
		border:1px solid #f1f1f1;
		padding:5px;
		background-color:#f9f9f9;
		margin-bottom:10px;
		text-align:center;
	}

	.postThumb
	{
		float:right;
		padding:2px;
		border: 1px solid #ccc;
	}

/*	comments
---------------------*/
    	div#commentsBlock
	{
	}
	div#commentsBlock .errorBlock
	{

	}
	div#commentsBlock .error
	{
		margin:10px 30px;
		padding:5px;
		background-color:#f6d5e6;
		border:1px solid #e1b2ca;
	}
	div#commentsBlock .comment
	{
		margin-bottom:5px;
		padding:5px;
	}
	div#commentsBlock .comment .floatLeft
	{
		width:50px;
		border:1px solid #dddddd;

		background-color:#f1f1f1;
		padding:1px;
		margin:0px 5px 5px 0px;

	}
	div#commentsBlock .comment .floatRight
	{
		width:50px;
		margin:0px 0px 5px 5px;
	}
	div#commentsBlock .comment .floatRight a
	{
		display:block;
		text-align:center;
		margin:2px 0px;
	}
	div#commentsBlock .comment .floatRight a:hover
	{
		background-color:#f1f1f1;
	}
	div#commentsBlock .odd
	{
		border-top:1px solid #f1f1f1;
		border-bottom:1px solid #f1f1f1;
		background-color:#f9f9f9;
	}
	div#commentsBlock .even
	{

	}
	div#commentsBlock .link
	{
		text-align:right;
	}
	div#commentsBlock h3
	{
		position:relative;
		font-size:15px;
		margin:10px 0px;
	}
	div#commentsBlock h3 a
	{
		position:absolute;
		right:20px;
		bottom:0px;
		font-size:12px;
		vertical-align:bottom;
		font-weight:normal;
	}
	div#commentsBlock .counterBlock
	{
		position:absolute;
		top:0px;
		right:5px;
		border:0px solid red;
	}
	div#commentsBlock .counter
	{
		font-size:10px;
		margin:0px 5px;
	}

/*-------------------*/
/*
 -------------------- */
	#memberMenu
	{
		border:0px solid red;
	}
	#memberMenu .capt
	{
		border:0px solid blue;
		font-weight:bold;
		margin-bottom:5px;
	}
	#memberMenu .mItem
	{
		border:0px solid green;
		margin-bottom:3px;
		text-transform:capitalize;
		padding-left:25px;
	}
	.usernick
	{
		text-align:left;
		color:#ab4761;
		font-weight:bold;
		background-color:#f9f9f9;
		height:25px;
		line-height:25px;
		vertical-align:middle;
		padding:0px 5px;
		border:1px solid #f1f1f1;
	}
 /* ================= */
 /*
 -------------------- */
 .mailboxTable{
	background-color:silver;
	width:100%;
}
.mailboxTable td{
	background-color:white;

}
.mailboxTable tr.head td{
	font-family:Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size:11px;
	text-align:center;
	font-weight:bold;
}
.head{
	font-family:Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size:11px;
	text-align:center;
	font-weight:bold;
	border:1px solid silver;
	background-color:#fff;
}
.letterNav{
	font-family:Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size:11px;
	text-align:right;
	margin:5px;
}
.letterNav span
{
	margin:0px 2px;
}
.even_mailboxLine, .odd_mailboxLine{
	border:1px solid silver;
	border-top:none;
}
.even_mailboxLine td, .odd_mailboxLine td, .hover_mailboxLine td{

}
.even_mailboxLine{
	background-color:#fff;
}
.even_mailboxLine td{

}
.odd_mailboxLine
{
	background-color:#EAF6C6;
}
.odd_mailboxLine td{
	background-color:#EAF6C6;
}
.hover_mailboxLine{
background-color:#FCFCDD;
}
.firstCol, .secondCol, .thirdCol, .forthCol, .fifthCol
{
	float:left;
	border-left:1px solid silver;
	line-height:25px;
	vertical-align:middle;
	font-family:Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size:11px;
}

.firstCol
{
	width:20px;
	text-align:center;
	border:none;
}
.secondCol
{
	width:20px;
	text-align:center;
}
.thirdCol
{
	width:91px;
	padding-left:4px;
}
.forthCol
{
	width:274px;
	padding-left:4px;
}
.fifthCol
{
	width:137px;
	text-align:center;
}
.letterBody
{
	background-color:#fff;
	border-left:1px solid silver;
	border-right:1px solid silver;
	border-bottom:1px solid silver;
	padding:5px;
}
.unread{font-weight:bold;}
.read{}
.example
{
	font-size:10px;
	font-style:italic;
	color:#666;
	font-family:Lucida Grande, Verdana, Geneva, Sans-serif;
}
 /* ================= */
 .formLeft{
	float:left;
	width:30%;
	text-align:right;
	margin-bottom:5px;
}
.formRight{
	float:left;
	width:65%;
	left:10px;
	margin-bottom:5px;
}
.toolBar{text-align:right;margin: 5px 0 5px 0;}
.ads
{
	text-align: center;
}

	#searchBlock
	{
		position:absolute;
		top:5px;
		right:5px;
		width:400px;
	}

	#searchBlock #search_text
	{
		width:290px;
	}
	#searchBlock .seacrhChoice
	{
		width:150px;
		float:left;
	}
	#searchBlock .seacrhChoice input
	{
		vertical-align:middle;
	}
	#searchBlock .searchSubmit
	{
		position:absolute;
		top:17px;
		right:0px;
	}
	#logoDesc
	{
		top:5px;
		left:20px;
		width:400px;
	}
	#logoDesc #siteDesc
	{
		font-weight:bold;
		color:#5b7b98;
	}
	.postImageBlock{width:220px;text-align:center;float:left;margin:0px 5px 5px 0px;}
	img#BlockThumbPic{cursor:pointer;}
.postIcondBlock{}
.postIcondBlock img, .postImageColumn img{cursor:pointer;background-repeat:no-repeat;background-position:center;border:1px solid #f1f1f1;margin-right:2px;}
.postImageColumn{float:right;clear:right;margin:0px 0px 3px 7px;}
img.imageBorder{border:1px solid #f1f1f1;}
img.imageBorderHover{border:1px solid #ccc;background-color:#f1f1f1;}

div#footer
{
	margin: 10px 5px;
	padding: 10px;
	text-align: center;
	border: 1px solid #F1F1F1;
	background-color: #F9F9F9;
}

a.bottomMenu:link, a.bottomMenu:visited{color:#0066cc;}
a.bottomMenu:active, a.bottomMenu:hover{color:#FF7300;}