body
{
	font: normal 12px Tahoma;
	color: #000;
	background: #b4d3f5 url('../images/web/bg.jpg') repeat-x top left;
	margin: 0;
	padding: 0;
}

h2
{
	font: bold 12px Arial;
	color: #2f7de0;
}

.reds
{
	color: red;
}

.subTitle
{
	padding: 0 5px;
}

input, textarea
{
	font: normal 11px Tahoma;
	line-height: 12px;
}

.error
{
	color: red;
	font-weight: bold;
	padding: 5px;
}

form
{
	margin: 0;
	padding: 0;
}

a img
{
	border: none;
}

a
{
	color: #000;
	cursor: pointer;
}

a.small
{
	font: normal 11px Arial;
}

a:hover
{
	text-decoration: none;
}

.clear
{
	clear: both;
}

.center
{
	text-align: center;
}

.blue
{
	color: #3881e0;
}

.inputButton
{
	background-color: #2761a1;
	color: #fff;
	border: 1px solid #fff;
	font: normal 12px Arial;
	padding: 2px 10px;
}

.inputSubmit
{
	padding: 2px 30px;
}

.inputText
{
	height: 18px;
	line-height: 21px;
	border: 1px solid #8db2da;
}

#site
{
	width: 717px;
	margin: 0 auto;
}

#header
{
	padding-top: 8px;	
}

#header .logo
{
	margin-left: 6px;
	float: left;
}

#header .image
{
	margin-left: 56px;
	float: left;
}

#header .links
{
	widows: 1;
	margin-left: 71px;
	float: left;
	
	background: url('../images/web/links.jpg') no-repeat top left;
	width: 329px;
	height: 149px;
}

#header .links a
{
	display: block;
	height: 36px;
	width: 150px;
	float: left;
	margin-top: 100px;
}

#header .links a.link1
{
	margin-left: 4px;
}

#header .links a.link2
{
	margin-left: 12px;
}


#info
{
	color: #3e5269;
	font: normal 11px Arial;	
	padding-top: 15px;
	padding-bottom: 18px;
}

#info p
{
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
}

#info .left
{
	float: left;
	margin-left: 9px;
	width: 380px;
}

#info .right
{
	width: 300px;
	float: right;
}

#info .right .fieldContainer
{
	float: left;
	margin-right: 12px;
}

#info .right .fieldContainer .title
{
	font: normal 10px Tahoma;
	padding-left: 6px;
	margin-bottom: 1px;
}

#info .right .fieldContainer .field input
{
	width: 114px;
	height: 18px;
	line-height: 21px;
	border: 1px solid #8db2da;
	margin: 0;
	padding: 0;
	padding-top: 3px;
	padding-left: 3px;
}

* html #info .right .fieldContainer .field input
{
	padding-top: 0;
	height: 21px;	
}

#info .right .submitContainer
{
	float: left;
	padding-top: 14px;
}

#info .right .submitContainer input
{
	border: 1px solid #fff;
	font: normal 10px Tahoma;
	color: #fff;
	background-color: #2761a1;
	width: 30px;
	height: 21px;
	margin: 0;
	padding: 0;
}

#info .right .registerLink 
{
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
}

#info .right .registerLink a
{
	color: #000;
	text-decoration: underline;
}

#info .right .registerLink a:hover
{
	text-decoration: none;
}

#main .block
{
	margin-bottom: 30px;
}

#main .block .title
{
	background: url('../images/web/block_top.jpg') no-repeat top left;
	width: 717px;
	height: 24px;
	padding-top: 13px;
	line-height: 27px;
	
	font: bold 12px Arial;
	color: #3e5269;
	padding-left: 18px;
	padding-right: 18px;
}

#main .block .title a
{
	color: #3e5269;
	text-decoration: none;
}

#main .block .title a:hover
{
	text-decoration: underline;
}

#main .block .pageTitle
{
	color: #2f7de0;
}

#main .block .content
{
	background: #fff url('../images/web/block_bg.jpg') no-repeat top left;
	width: 658px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 31px;
	padding-top: 17px;
	padding-bottom: 20px;
}

#main .block .list
{
	padding-left: 10px;
	padding-right: 10px;
	width: 693px;
}

#main .block .content .paging
{
	text-align: right;
	color: #87abd3;
	font: normal 11px Tahoma;
	float: right;
}

#main .block .content .pagingTop
{
	margin-top: -26px;
}

#main .block .content .paging a
{
	text-decoration: none;
	color: #2761a1;
	padding-left: 3px;
}

#main .block .content .paging a:hover, #main .block .content .paging a.active
{
	text-decoration: underline;
	color: #000;
}

#main .block .content .spacer
{
	border-top: 1px solid #d4e2f2;
	height: 1px;
	margin: 0;
	padding: 0;
	clear: both;
	margin-top: 12px;
	padding-bottom: 15px;
}

#main .block .content .spacerEmpty
{
	margin: 0;
	padding: 0;
	clear: both;
	height: 12px;
}

#main .block .content .item
{
	padding-bottom: 10px;
	border-bottom: 1px solid #d4e2f2;
	margin-bottom: 18px;
}

#main .block .content .last
{
	border-bottom: none;
}

#main .block .content .user
{
	float: left;
	width: 100px;
	padding-right: 10px;
}

#main .block .content .user .name
{
	font-weight: bold;
	margin-bottom: 10px;
}

#main .block .content .post
{
	float: left;
	width: 546px;
	overflow: hidden;
}

#main .block .content pre, #main .block .content em
{
	width: 533px;
	overflow: hidden;
	background-color: #ececec;
	border: 1px solid #cfcfcf;
	padding: 5px;
	display: block;
	font-style: normal;
}

#main .block .content .postInfo
{
	color: #87abd3;
	font-size: 11px;
	margin-bottom: 10px;
}

#main .block .content .postInfo .itemTitle
{
	float: left;
}

#main .block .content .postInfo .itemDate
{
	float: right;
}

#main .block .content .text
{
	text-align: justify;
	line-height: 16px;
}

#main .block .content .text p
{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

#main .block .content .reply
{
	text-align: right;
}

#main .block .content .reply a
{
	color: #2761a1;
	font-size: 11px;
}

#main .userActions
{
	float: left;
	width: 300px;
	padding-left: 14px;
}

#main .userActions a
{
	color: red;
	display: block;
	float: left;
	color: #2761a1;
	height: 18px;
	padding-left: 22px;
	padding-top: 4px;
}

#main .userActionsPosts
{
	padding-left: 0;
	padding-bottom: 10px;
}

#main .userActions a.actionReply
{
	background: url('../images/web/action_reply.jpg') no-repeat top left;
	margin-right: 20px;
}

#main .userActions a.actionNew
{
	background: url('../images/web/action_new.jpg') no-repeat top left;
}



#footer
{
	color: #fff;
	font: normal 11px Arial;
}

#footer span
{
	color: #000;
}

#footer a
{
	color: #fff;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}

#main .tableList td
{
	border-bottom: 1px solid #d4e2f2;
	padding-left: 14px;
	padding-right: 14px;
}

#main .tableList thead td
{
	font: normal 10px Tahoma;
	color: #87abd3;
	padding-bottom: 10px;
}

#main .tableList tbody td
{
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 12px;
}

#main .tableList a
{
	text-decoration: none;
}

#main .tableList a:hover
{
	text-decoration: underline;
}