@charset "iso-8859-1";

@import url(../../base/css/general.css);
@import url(login_section.css);

body {
	font-family :"Trebuchet MS";
	font-size : 12px;
	padding : 0;
	margin:0;
	text-align : center;
	background-color:#000;
	line-height:normal;
}

.grunge {
	background: url(../images/bg_grunge.png) no-repeat top center;
}

.wood {
	background: url(../images/bg_wood.png) no-repeat top center;
}

.wall {
	background:url(../images/bg_wall.png) no-repeat top center;
}	
	

form, table, p, h1, h2, h3, h4, h5, h6, ul, li, div, dl , dt, dd{
	margin : 0;
	padding : 0;
	font-size : 100%;
}
li,dl {
	padding : 0;
	margin : 0;
	list-style : none;
}
a {
	text-decoration : none;
	outline : none;
	color : #000;
}
a:hover {
	text-decoration : none;
}
img {
	border : 0;
	vertical-align : top;
}
.clsFloatLeft {
	float : left;
}
.clsFloatRight {
	float : right;
}
.clsborder a {
	background : url(images/footerimg.jpg) no-repeat right 2px;
	padding : 10px;
	margin : 0 2px;
}
.clsNoborder a {
	background : none;
}
.clear {
	clear : both;
}
/*-- End of Common Styles --*/

/* CSS Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-table;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}

/* CSS Clearfix */
.main_content{
	margin-top:25px;
}
/* close commented backslash hack */
.clsBody_top{
	background:url(../images/bg_top.png) repeat-x;
}
.clsBody_bot{
	background:url(../images/bg_bot.png) repeat-x 0 568px;
}
.clsContainer {
	margin : 0 auto;
	text-align : left;
	position:relative;
}
.clsSubContainer {
	margin : 0 auto ;
	width : 1000px;
}
/* Scroller */
.clsScroller {
	height:445px;
	}
/* end of Scroller */	
#header {
	padding : 25px 0 0 0;
	height:85px;
	}
#selLogo {
	width : 400px;
	padding-left:10px;
	}
#selLogo h1{	
	background:url(../images/logo.png) no-repeat;
	}
#selLogo h1 a{		
	width:369px;
	height:47px;
	text-indent:-2000em;
	overflow:hidden;
	display:block;
	}
	
.clsInnerPages .clsh_right{
	margin-bottom:5px;
	}
#selJoin {
	width:520px;
	margin:10px 0 0;
	}
#selJoin a{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
#selJoin a:hover{
	text-decoration:underline;
}

.topMemberBlock .thumbnail_block{
	margin-right:10px !important;
}
#selContent{
	background:#FFF;
	height:1%;
}
.clsImage {
	background : url(../images/banner.jpg) no-repeat center bottom;
	height : 288px;
	margin:10px 0;
}
/*.disignBoxFirst{
	background:url(../images/bg_col2_span.jpg) no-repeat 10px 38px;
}*/
.clsHeaderCommon{
	background:url(../images/bg_col2_span.jpg) no-repeat 10px 36px;
}
#page_column_1 .clsHeaderCommon{
	background:url(../images/bg_col1_span.jpg) no-repeat 10px 36px;
}
/*#page_column_1  .clsHeaderCommon{
	background-color:#ff5b00;
	}*/
.boxFirstHeader{
	background:url(../images/bg_col_2.jpg) repeat-x;
	}
#page_column_1 .boxFirstHeader{
	background:url(../images/bg_col_1.jpg) repeat-x;
	}
.clsHeaderCommon{
/*	background:url(../images/h_icon.jpg) no-repeat 0 0;
	border-bottom:1px solid #CFCFCF;
	padding:8px 0 ;*/
	/*background-color:#190e02;*/
	padding-left:10px;
	height:46px;
	}
.clsHeaderCommon span{
	font:13px "Trebuchet MS";
	text-transform:capitalize;
	color:#fff;
	line-height:40px;
}
.clsInnerPages .bodyBlock{
	margin:25px 0 0;
	background-color:#fff;
}

.block {
	height:1%;
	}
	td
	{
		text-align:left;
	}
	
	a img, form 
	{
		border:none;
		margin:0px;
		padding:0px;
	}	
	
	select,
	select.no,
	input,
	input.no,
	textarea,
	textarea.no
	{
		font-size:12px;
		font-family:Arial;
	}
	
	/* * * * MsgBox * * * */
	
	.MsgBox
	{
		margin:25px auto;
	}
	
	.MsgBox td
	{
		margin:0px;
		padding:0px;
	}
	
	.MsgBox .corner,
	.MsgBox .corner img
	{
		width:7px !important;
		height:7px !important;
		font-size:0px;
	}
	
	.MsgBox .left_side,
	.MsgBox .right_side,
	.MsgBox .top_side,
	.MsgBox .bottom_side
	{
		background-color:#F8F8F8;
		background-image:url(../images/msgbox_bd.gif );
		font-size:0px;
	}
	
	.MsgBox .left_side
	{
		width:7px;
		background-position:left top;
		background-repeat:repeat-y;
	}
	
	.MsgBox .right_side
	{
		width:7px;
		background-position:right top;
		background-repeat:repeat-y;
	}
	
	.MsgBox tr .top_side
	{
		height:7px;
		background-position:left top;
		background-repeat:repeat-x;
	}
	
	.MsgBox .bottom_side
	{
		height:7px;
		background-position:left bottom;
		background-repeat:repeat-x;
	}

	.MsgBox .msgbox_content
	{
		background-color:#F8F8F8;
	}
	
	.MsgBox .msgbox_text
	{
		text-align:center;
		color:#CCCCCC;
		font-weight:bold;
		font-size:24px;
		padding:10px;
		text-transform:uppercase;
	}
	
	/* * * *  * * * */
	
	
	.main
	{
		position:relative;
/*		border: 1px solid #999;
		
		margin-bottom:5px;
		margin-top:4px;
		margin-left:auto;
		margin-right:auto;
*/		/*padding:8px 10px;*/
	}
	
	/*.topestMenuWrapper
	{
		position:relative;
		height:21px;
	}*/
	
	.topestMenu
	{
		/*position:absolute;
		top:-8px;
		left:-10px;
		width:980px;*/
		
		height:17px;
		padding-top:3px;
		border-bottom:1px solid #999999;
		background-image:url(../images/top_tab_cutting.gif);
		font-size:12px;
		text-align:center;
	}
	
	.topestMenu a
	{
		margin-left:5px;
	}
	
/*	.topBlock
	{
		position:relative;
		height:73px;
		border:0px dashed blue;
		margin-bottom:0px;
	}
	
	img.mainLogo
	{
		position:absolute;
		top:4px;
		left:4px;
	}
*/
	.topBigText
	{
		position:absolute;
		top:7px;
		left:70px;
	}
	
	.topBigText .title
	{
		font-size:36px;
		line-height:36px;
	}
	
	.topBigText .title a,
	.topBigText .title a:link,
	.topBigText .title a:visited,
	.topBigText .title a:active,
	.topBigText .title a:hover
	{
		font-weight:bold;
		color:#666666;
		text-decoration:none;
	}
	
	.topBigText .powered
	{
		font-size:8px;
		font-weight:bold;
		text-transform:uppercase;
		color:#666666;
		margin-left:3px;
	}
	
	.topMenuWrapper
	{
		position:relative;
		z-index:100;
		clear:both;
	}

	/* * * *  * * * */
	
	.topMenu td {
		text-align:center;
		vertical-align: middle;
		width:80px;
		margin:0;
		padding:0;
	}
	
	.topMenu a,
	.topMenu b {
		font-weight:normal;
		display: block;
		line-height: 39px;
		height: 39px;
		margin: 0px;
		padding: 0px;
		color: #FFF  !important;
}

	
	.topMenu a,
	.topMenu a:link,
	.topMenu a:visited,
	.topMenu a:active {
		text-decoration: none;
		font-family:Arial, Helvetica, sans-serif;
		/*line-height: 33px;*/
}
	.topMenu b,
	.topMenu a:hover {
	    background:url(../images/bg_hover.jpg) no-repeat bottom center;
		text-decoration: none;
		color:#fff !important;
	}
	.topMenu b {
		cursor: default;
		white-space: nowrap;
	}
	.subMenusContainer {
		position: relative;
		width: 100%;
		z-index: 150;
/*		padding-left:18px;
		margin-top:5px;*/
}
	
	.subMenu {
		font-weight: bold;
		position: absolute;
		top: 0px;
		background-color:#7E5A04;
		width:100%;
	}
	.subMenuOvr {
		margin-left:13px;
	}
	.subMenu a{
		background:url(../images/summenu_sep.jpg) no-repeat right;
		font:normal 12px Arial, Helvetica, sans-serif !important;
		line-height:25px !important;
}
	.subMenu h2,h2.pageHeader{
		font:bold 16px Arial, Helvetica, sans-serif!important;
		background:url(../images/bg_h2.jpg) no-repeat left center;
		padding-left:10px !important;
		color:#2A699F !important;
		display:none;
	}
	
	* html .subMenu {
		/*background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/tmpl_uni/images/h_menu_bg.png', sizingMethod='scale');*/
		/*background-image:url('templates/tmpl_uni/images/h_menu_bg.png');*/
	}

	.subMenu h2 {
		margin: 0px;
		padding: 0px;
		padding-bottom: 2px;
		font-size: 14px;
		color: #666666;
		text-transform: capitalize;
		display:none;
	}
	
	.subMenu a,.subMenu b,
	.subMenu a:link,
	.subMenu a:hover,
	.subMenu a:active,
	.subMenu a:visited {
		text-decoration: none;
		padding-right:10px;
		color:#fff;
	}
	
	.subMenu a, .subMenu b {
		margin-right: 9px;
	}
	 .subMenu b {
		margin-right: 9px;
		font:bold 12px Arial, Helvetica, sans-serif !important;
		color:#FFF !important;
		line-height:25px !important;
	}
	.login_form_cont{
		background:none !important;
	}
	/* * * *  * * * */
	
/*	h2.pageHeader {
		margin: 0px;
		padding: 0px;
		font-size: 24px;
		color: #666666;
		height: 35px;
		padding-top: 8px;
		padding-left: 14px;
	}*/	
	.Notice
	{
		padding:3px;
		width:70%;
		border:1px solid #cc6;
		background-color:#ffc;
		margin:5px auto;
		text-align:center;
		color:black;
	}
	.bodyBlock
	{
		z-index: 50;
		padding:0;
		margin:15px 0 0;
	background-color:#fff;
	}
	* html .bodyBlock
	{
		height:38em;
	}
	
	.topMemberBlock a{
		padding:0 5px;
	}
	.page_column {
		float: left;
		position: relative;
		overflow:hidden;
	}
	
	.page_block_container {
		margin-left: 5px;
		margin-right: 10px;
	}
	
	.page_column_first .page_block_container {
		margin-left: 0px;
	}
	
	.page_column_last .page_block_container {
		margin-right: 0px;
	}
	
	.leftNavDiv
	{
		position:relative;
		width:182px;
		float:left;
		margin-right:8px;
	}
	
	.rightNavDiv
	{
		position:relative;
		width:749px;
		/*float:left;*/
		padding:0px;
		overflow:hidden;
	}
	
	/* * * * * * */

	
	.loginDiv
	{
		position:relative;
		height:201px;
		border:1px solid #ccc;
		margin-bottom:13px;
	}
	* html .loginDiv
	{
		margin-bottom:14px;
	}
	
	
	.shoutboxDiv
	{
		position:relative;
		border:1px solid #ccc;
		margin-bottom:13px;
		height:241px;
	}
	
	* html .shoutboxDiv
	{
		height:242px;
	}
	
	.pollsDiv
	{
		position:relative;
		border:0px solid green;
	}
	
	.boxHeader
	{
		position:relative;
		background-image:url('../images/head_cutting.gif');
	    background-repeat:repeat-x;
		
		height:22px;
		padding:4px 0px 0px 6px;
		font-size:10px;
		font-weight:bold;
		color:#666;
		text-align:left;
		text-transform:uppercase;
	}
	
/**************************************************************/
	
	.menu_item_link
	{
		text-decoration:none;
	}
	
/**************************************************************/	
	
	div.menu_item_line
	{
		position:relative;
		padding:0px 0px 0px 25px;
		margin:0px 0px 1px 0px;
		height:20px;
		line-height:20px;
		vertical-align:middle;
		font-weight:bold;
		text-transform:capitalize;
	}
	div.menu_item_line_active
	{
		position:relative;

		height:20px;
		line-height:20px;
		vertical-align:middle;
		font-weight:bold;
		text-transform:capitalize;

		padding:0px 0px 0px 25px;
		margin:0px 0px 1px 0px;
		background-image:url(../images/bullet.gif);
		background-repeat:no-repeat;
		background-position:left center;
	}
	
/**************************************************************/	

	.disignBoxFirst
	{
		position:relative;
/*		margin-bottom:10px;*/
		
	}
	
	
	.boxContent
	{
/*		position:relative; */
		overflow:hidden;
		font-size:12px;
		padding:5px;
		margin:15px 0 0;

	}
	
	.disignBoxFirst .boxFirstHeader .dbTopMenu,
	.disignBoxFirst .boxFirstHeader .caption_item
	{
		position: absolute;
		top: 5px;
		right: 5px;
		white-space:nowrap;
		color: #000;
		font-size: 12px;
		text-transform: capitalize;
		font-weight: bold;
		/*margin-right:5px;*/
		margin:0;
		padding:0;
	}
	
	
	.disignBoxFirst .boxFirstHeader .caption_item
	{
		padding-top:3px;
		padding-right:5px;
	}
	
	.dbTopMenu div.active,
	.dbTopMenu div.notActive
	{
		float: left;
		position:relative;
		width:50px;
		text-align:center;
		height:23px;
		line-height:23px;
		font-weight:normal;
		color:#FFF;
		margin-right:3px;
	}
	.dbTopMenu div.notActive a{
		color:#fff !important;
	}
	.dbTopMenu div.active
	{
		background:url(../images/menu.png) no-repeat left top;
		color:#FFF !important;
	}
	.dbTopMenu div a,
	.dbTopMenu div a:link,
	.dbTopMenu div a:hover,
	.dbTopMenu div a:active,
	.dbTopMenu div a:visited,
	.caption_item a,
	.caption_item a:link,
	.caption_item a:hover,
	.caption_item a:active,
	.caption_item a:visited	
	{
		text-decoration: none;
		color: #0000CC;
	}
	
	.caption_item a
	{
		margin-left:4px;
	}
	

	.dbBottomMenu
	{
		position:relative;
		height: 16px;
		margin-top:5px;
		text-align: center;
		float:right;
		padding-bottom:10px;
	}
	* html .dbBottomMenu
	{
		float:none;
	}

	.backMembers,
	.moreMembers,
	.viewAllMembers {
		color:#669;
		text-transform:capitalize;
		font-weight:bold;
	}
	
	.backMembers {
		float: left;
	}
	
	.moreMembers {
		float: right;
	}
	
	
/**************************************************************/
	div.design_box_border
	{
		position:relative;
		border:1px solid #7E5A04;
		margin:10px;
		padding:1px;
	}
	div.design_box_border div.header
	{
		position:relative;
		padding:0px 0px 0px 7px;
		height:23px;
		line-height:23px;
		vertical-align:middle;
		font-size:12px;
		font-weight:bold;
		background:#7E5A04;
		color:#FFF;
	}
	div.design_box_border div.keeper
	{
		position:relative;
		padding:5px;
		text-align:center;
		margin:2px;
	}
	
		
/**************************************************************/	
	.emptyBox
	{
		position:relative;
		border:1px solid #ccc;
		margin:0px;
		padding:3px;
	}
	

/**************************************************************/	
	/*####################################################################*/

	.languageBlock
	{
		position:relative;
		border:0px solid red;
		float:right;
		margin-top:0px;
	}
	
	.skinBlock
	{
		position:relative;
		border:0px solid red;
		float:right;
		margin-top:24px;
		margin-right:-90px;
	}
	
/*####################################################################*/

	.topBannerBlock
	{
		position:relative;
		width:770px;
		margin-top:5px;
		margin-left:auto;
		margin-right:auto;
		
	}
	
	.bannerBlock
	{
		position:relative;
		width:770px;
		margin:0px auto;
		border:0px solid red;
	}
	
	.leftBanner
	{
		position:absolute;
		top:0px;
		left:-150px;
		border:0px solid red;
	}
	
	.rightBanner
	{
		position:absolute;
		top:0px;
		right:-150px;
		border:0px solid red;
	}
	
	.bottomBannerBlock
	{
		position:relative;
		width:770px;
		margin-top:0px;
		border:0px solid red;
		margin:auto;
	}
	
	.bannerInnerBlock
	{
		position:relative;
		margin-left:auto;
		margin-right:auto;
		border:0px solid blue;
		width:470px;
	}
/*####################################################################*/
	div.playerAdminLink
	{
		position:relative;
  		text-align:left;
 		margin-bottom:15px;
 	}
	
	
	
	.action
	{
		margin-top:20px;
	}
/**************************************************************/	
/**************************************************************/	
/* #################################################################### */
	.logInRegistrationText
	{	
		margin:5px;
	}
	
	/**************************************************************/	
	div.pollBlock
	{
		position:relative;
		overflow:hidden;
		height:154px;
		/*width:260px;*/
		border:0px solid #96B2C9;
		text-align:left;
		float:left;
		margin-bottom:10px;
	}
	div.pollBody
	{
		border:1px dashed #CCC;
		margin:5px;
	}
	div.pollCaption
	{
		position:relative;
		margin:3px;
		padding:0px;
		overflow:hidden;
		height:15px;
		line-height:15px;
		vertical-align:middle;
		font-weight:bold;
		/*background-color:#96B2C9;
		color:#fff;*/
	}
	div.pollAnswerBlock
	{
		position:relative;
		margin:2px;
		overflow:hidden;
		height:100px;
		border:0px solid #96B2C9;
		text-align:left;
	}
	div.pollUp
	{
		position:absolute;
		left:2px;
		top:2px;
	}
	div.pollDown
	{
		position:absolute;
		left:2px;
		bottom:2px;
	}
	div.pollQuestionBlock
	{
		position:absolute;
		/*width:190px;*/
		padding:2px;
		overflow:hidden;
		margin-left:18px;
	}
	div.pollSubmitBlock
	{
		position:relative;
		margin:2px;
		overflow:hidden;
		height:30px;
		border:solid 0px #0000cc;
		text-align:center;
	}
	

	
	.small
	{
		font-size:12px;
		color:#333366;
	}
	
	.text2
	{
/*		border:1px solid #fff;*/
	}
	
	.pollContainer
	{
		position:relative;
		margin-top:2px;
		padding:10px;
		background-color:transparent;
		border:0px solid red;
	}
	
	.createPollSection
	{
		position:relative;
		padding:10px;
		background-color:transparent;
		border:0px solid red;
	}
	
	.controlsDiv
	{
		position:relative;
		clear:both;
		margin:10px;
		background-color:#ffffff;
	}
	
	.innerControlBlock
	{
		position:relative;
		float:none;
		width:auto;
	}
	
	.controlsHeader
	{
		padding: 0px 2px;
		font-weight:bold;
	}
	
	.deleteDiv
	{
		padding: 2px 0px 0px 2px;
		
	}
	
	/*.rightNavDiv .boxContent table textarea
	{
		width:300px;
	}*/
	
/*####################################################################*/

	.customMenuItemActive
	{
		color:black;
	}
	
	div.menuLine,
	div.menuLine:hover,
	div.menuLineActive
	{
		font-size:13px;
		margin-bottom:5px;
		text-transform:capitalize;
		color:black;
	}
	
	.menuLineDivider
	{
		
	}
	
	div.menuLinkBlock
	{
		padding-left:20px;
		background-repeat:no-repeat;
		background-image:url(../images/menu_pt.gif);
	}
	
	div.menuLine div.menuLinkBlock:hover
	{
		background-image:url(../images/menu_pt_h.gif);
	}
	
/*	.topMemberBlock
	{
		position:absolute;
		right:5px;
		top:10px;
		height:50px;
		text-align:right;
		padding:3px;
		width:400px;
		font-size:12px;
	}
	
	.topMemberBlock .thumbnail_block, .HelloMemberBlock .thumbnail_block
	{
		margin-left:5px;		
	}
	
	.hello_member
	{
		padding:7px 12px 0px;
		font-size:14px;
	}
	
	.hello_actions
	{
		text-transform:capitalize;
		font-size:12px;
	}
	
	.hello_actions span
	{
		margin-left:5px;
	}
	
	.no_hello_actions
	{
		font-size:18px;
		font-weight:bold;
		padding-right:10px;
		padding-top:9px;
	}
	
	.no_hello_actions a
	{
		margin-left:15px;
	}
	*/
	/* * * * Tags * * * */
	
	.tags_wrapper
	{
		text-align:center;
		border:0px solid green;
		margin:0px 18px 30px auto;
	}
	
	.one_tag
	{
		margin:0px 1px;
		line-height:30px;
		border:0px solid green;
	}
	
	div.rate_text
	{
		text-align:center;
		font-weight:bold;
	}
	
	
	
	
	/* * * * STANDART * * * */
	
	.newsWrap,
	.categoryBlock1,
	.categoryBlock2,
	.categoryHeader,
	.articleBlock,
	.articleBlock1,
	.articleBlock2
	{
		margin: 0px 0px 10px;
	}
	
	.categoryBlock1,
	.categoryBlock2,
	.categoryHeader,
	.articleBlock,
	.articleBlock1,
	.articleBlock2
	{
		margin-left:12px;
		margin-right:12px;
		text-align:justify;
	}
.articleBlock1,.articleBlock2,.group_info
 {
/*	background:#FFF url(../images/bg-blog.jpg) repeat-x scroll left bottom !important;*/
	margin-bottom:10px;
	padding-bottom:20px;
}
	
	.newsHead,
	.categoryCaption,
	.artCaption,
	.articleBlock1 .title,
	.articleBlock2 .title
	{
		padding-bottom:10px;
	}

	.newsHead
	{
		text-align:left;
	}
	.newsHead a,.rss_item_header a{
		font-weight:bold;
	}
	
	.newsInfo
	{
		font-size:12px;
		color:#666666;
	}
	
	.newsText
	{
		
	}
	.newsReadMore
	{
		font-weight:bold;
		text-align:right;
	}
		
	.articleBlock1 .title,
	.articleBlock2 .title
	{
		margin-bottom:5px;	}
	.articleBlock1 .title a,
	.articleBlock2 .title a
	{
		font-weight:bold;}
	
	.categoryCaption,
	.artCaption
	{
		font-weight:bold;
	}
	
	.articleBlock .date,
	.articleBlock1 .date,
	.articleBlock2 .date
	{
		font-size:12px;
		color:#666666;
	}

	.guestbookTextArea
	{
		width: 530px;
		height:250px;
	}

	/* Blog Design Box */
	.blogBlock
	{
		margin-bottom:10px;
		margin-top:10px;
	}
	.newsWrap,.blogBlock,.rss_item_wrapper{
			border-bottom:1px dashed #CCCCCC;
			padding-bottom:10px;
			margin-bottom:5px;
	}

	.blog_wrapper
	{
		margin-bottom:10px;
		margin-top:10px;
	}

	.blog_subject
	{
		font-size:16px;
		font-weight:bold;
		padding-left:35px;
		padding-bottom:10px;
		background-repeat:no-repeat;
		background-position:left top;
		background-image:url(../images/icons/artic_papr.gif);
	}

	.blog_author
	{
		font-size:12px;
		font-style:normal;
		color:#666666;
		padding-top:2px;
		padding-bottom:2px;
	}

	.blog_text
	{
		font-size:13px;
		text-align:justify;
	}

	.blogs_pages
	{
		margin:4px;
		text-align:center;
		font-weight:bold;
		font-size:12px;
	}

	.menuLinkBlock 
	{
		font-weight:bold;
		font-size:12px;
		text-decoration:underline;
		color:#333366;
	}
	
	.online_offline_bulb
	{
		position:absolute;
		z-index:10;
		right:0px;
		top:0px;
	}

	/* * * * Blog/Cls/Adv little blocks * * * */
	.blog_subject_n
	{
		font-size:12px;
		font-weight:bold;
		padding-bottom:5px;
		background-repeat:no-repeat;
		background-position:left top;
	}
	
	.caption_item
	{
		position:relative;
		float:right;
		font-weight:bold;
		font-size:12px;
	}
	
	.blog_subject
	{
		font-size:12px;
		font-weight:bold;
		padding-left:25px;
		padding-bottom:5px;
		background-repeat:no-repeat;
		background-position:left top;
		background-image:url(../images/icons/artic_papr.gif);
	}
	
	.blogInfo
	{
		color:#fff;
		font-size:12px;
		padding-bottom:2px;
		padding-top:2px;
	}

	.blogInfo span
	{
		margin-right:5px;
		line-height:18px;
	}

	.blogInfo span img
	{
		vertical-align:middle;
		margin-right:3px;
	}
	
	.blogSnipper
	{
		font-size:12px;
		text-align:justify;
	}
	
	.icon_block
	{
		position:relative;
		float:left;
		width:47px;
		height:47px;
		margin-right:10px;
	}
	
	.blog_wrapper_n
	{
		position: relative;
		float: left;
		margin-top:0px;
		margin-bottom:15px;
		width:70% !important;
	}

.blogHead
{
	padding-bottom:5px;
	font-weight:bold;
}

.blogInfo
{
	color:#000;
	font-size:12px;
	padding-bottom:2px;
	padding-top:2px;
}

.blogInfo span
{
	margin-right:5px;
	line-height:18px;
}

.blogInfo span img
{
	vertical-align:middle;
	margin-right:3px;
}

	/* * * * RSS Feed * * * */
	
	.rss_item_wrapper
	{
		padding-bottom:15px;
	}
	
	.rss_item_header,.newsHead,.blogHead,.newsHead,
	.categoryCaption,
	.artCaption,
	.articleBlock1 .title,
	.articleBlock2 .title
	{
		font-size:12px !important;
		font-weight:bold;
	}
	
	.rss_item_info
	{
		color:#fff;
		font-size:12px;
	}
	
	.rss_read_more
	{
		text-align:right;
		font-weight:bold;
	}
	

	.login_ajax {
		position:absolute;
		z-index:550;
		background-image:url('../images/op40.png');
		display:none;
	}
	
	/** html .login_ajax {
		background-image:url('../images/spacer.gif');
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/tmpl_uni/images/op40.png', sizingMethod='scale');
	}*/

/* * * * Modal window * * * */

.popup_form_wrapper
{
	border-collapse:collapse;
	margin:0px;
	padding:0px;
	width:350px;
}

.popup_form_wrapper td
{
	padding:0px;
	margin:0px;
}

.popup_form_wrapper td.corner
{
	width:16px;
	height:16px;
	font-size:1px;
}

.popup_form_wrapper td.side
{
	width:16px;
}

.popup_form_wrapper td.side_ver
{
	height:16px;
}

.popup_form_wrapper td.side_ver,
.popup_form_wrapper td.side
{
	background-image:url(../images/sp_op_gr.png);
	font-size:1px;
}

.popup_form_wrapper td.container
{
/*	background-image:url(../images/sp_op_gr.png);*/
	width:450px;
	background-color:#fff;
}

/************EOS*************/

.edit_item_table_cont
{
	position:relative;
	border:1px solid #666666;
	/*padding-top:25px;
	padding-bottom:25px;*/
}

.bottomCopyright {
	text-align:center;
	padding:20px 10px;
}
.bottomLinks {
	position: relative;
}

.bottomCpr {
	position: relative;
	color:#FFF;
	margin-top:10px;
}

.short_desc {
	position: relative;
	float:left;
	width: 760px;
}

.login_ajax_wrap {
	width:350px;
	margin:250px auto 0px;
}

.login_ajx_close {
	position: absolute;
	right: -1px;
	top: 3px;
	z-index: 150;
	cursor: pointer;
}
.login_form_cont{
	width:250px !important;
	font-size:12px !important;
	color:#000;
}
.login_form_input{
	width:140px !important;
}
.login_form_submit,#subscr,.cur_pnt{
	background : url(../images/3.png) no-repeat scroll 0 0;
	height : 23px;
	line-height:23px;
	width : 75px;
	float : left;
	text-align : center;
	margin : 0 7px 0 0;
	border:0;
	color:#FFF;
	font-weight:bold;
	padding-bottom:3px;
}
#subscr{
	float:none;
}
.login_form_join{
font-size:12px;
font-weight:bold;
left:130px;
padding-left:45px;
width:200px;
}
.login_form_val{
	float:none;
}
.login_form_label{
	width:60px;
}
.backMembers,.viewAllMembers,.moreMembers{
	float:left;
	background:url(../images/3.png) no-repeat 0 0;
	display:block;
	width:74px;
	height:23px;
	line-height:23px;
	color:#FFF !important;
	text-decoration:none !important;
}
.viewAllMembers,.moreMembers{
	margin:0 10px;
}
.shareMediaAdd{
	text-align:center;
	font-weight:bold;
	margin:3px 0;
}
.galleryRate{
	padding-left:15px;
}

div.no_result div, div.action div{
	border:1px solid #8F8F8F;
background:url(../images/bg-blog.jpg) repeat-x scroll left bottom;
}
div.no_result div, div.action div {
	color:#666666;
	font-weight:bold;
	line-height:20px;
	text-align:center;
}
.no_result a{
	color:#000 !important;
}
.paginate i, .paginate a:active, .paginate a:hover {
background-color:#000 !important;
color:#FFFFFF !important;
}
.paginate i, .paginate a, .paginate a:link, .paginate a:active, .paginate a:visited, .paginate a:hover {
background:#841D20;
font-style:normal;
font-weight:bold;
margin-right:1px;
padding-left:3px;
padding-right:3px;
text-decoration:none;
color:#FFFFFF !important;;
}
.hello_member{
	margin-bottom:5px;
}
.hello_member,.hello_actions span a{
	color:#FFF !important;
}
#f_tbl,#live_title,.live_tracker{
/*	border-bottom:1px solid #C00000;*/
	margin:10px auto;
	background:none !important;
}
#f_header h2,#live_title {
	font-size:13px !important;
	color:#000;
}
#f_tbl ul .tbl_h_forum,#f_tbl ul .tbl_h_topic,#f_tbl ul .tbl_h_date,.lp_date b,.lp_date,#f_tbl ul .tbl_hh_topic,#f_tbl ul .tbl_hh_posts,#f_tbl ul .tbl_hh_date,#f_tbl ul .tbl_hh_date2,#f_tbl ul .tbl_hp_msg{
	font-size:12px !important;
}
#f_tbl ul .tbl_h_forum,#f_tbl ul .tbl_h_topic,#f_tbl ul .tbl_h_date,#f_tbl ul .tbl_hh_topic,#f_tbl ul .tbl_hh_posts,#f_tbl ul .tbl_hh_date,#f_tbl ul .tbl_hh_date2,#f_tbl ul .tbl_hp_author,#f_tbl ul .tbl_hp_msg  {
	background:url(../images/forum-heading-bg.jpg) repeat-x !important ;
/*	background:none !important;*/

}
#f_tbl ul .tbl_h_forum,#f_tbl ul .tbl_h_topic,#f_tbl ul .tbl_h_date,#f_tbl ul .tbl_hh_topic,#f_tbl ul .tbl_hh_posts,#f_tbl ul .tbl_hh_date,#f_tbl ul .tbl_hh_date2,#f_tbl ul .tbl_hp_author,#f_tbl ul .tbl_hp_msg,#f_tbl ul .tbl_hh_date2{
	color:#000 !important ;
	font-size:12px !important;
	border-bottom:1px solid #C00000;
} 
.live_tracker .live_post,.groups_result_wrapper,.searchrow_block {
/*	background:transparent url(../images/bg-blog.jpg) repeat-x scroll left bottom;*/
	background:none;
	margin-bottom:10px;
	padding-bottom:20px;
	/*border-bottom:1px solid #C00000;*/
	color:#000;
	}
div.colexp{
	background-image:url(../images/forum-icon.jpg) !important;
}
.group_creator_info {
	margin-right:51px;
}
.login_form_cont {
font-size:12px;
}
.login_form_row_forgot{
padding-left:72px}
.login_form_join {
padding-left:35px}
.no_hello_actions{
	margin:20px 0 0 0;
	padding-right:30px;
}
.no_hello_actions a{
	font-weight:bold;
}
.topMemberBlock{
	text-align:right;
}
.topMemberBlock .thumbnail_block{
	float:right !important;
	margin:0 5px !important;
} 
.subMenu {
	border-bottom:none !important;
}
div.thumbnail_block {
	background:transparent;
}

div.thumbnail_block img {
	border:1px solid #7E5A04;
}
#indexPhoto{
  display:none;
}
div.main_footer_block {
	background:none !important;
	border:1px solid #7E5A04 !important; 	
	margin:10px 0 0;
	}
div.main_footer_block a {
	color:#7F7F7F !important;
	}	
div.powered_section {
	color:#7F7F7F !important;	
	}
.inside {
	background-color:#fff; 
	color: #000;
	padding:0;
	margin-bottom:10px;
}

.notopgap {

margin-top: 0;
}

.nobottomgap {

margin-bottom: 0;
}	
/* end of rounded corner */	

/* * * * Modal window * * * */

/* by saravanan from base/css/main.css */

#f_tbl ul .tbl_c_forum , #f_tbl ul .tbl_f_forum, #f_tbl ul .tbl_f_topic , #f_tbl ul .tbl_f_date , #f_tbl ul .tbl_ff_topic, #f_tbl ul .tbl_ff_posts, #f_tbl ul .tbl_ff_date, #f_tbl ul .tbl_ff_date2  {
	background:none !important;
	}
.lp_u	{
	height:auto !important;
	}
/*#f_tbl ul .tbl_f_forum, #f_tbl ul .tbl_f_date, #f_tbl ul .tbl_f_topic {
	background:none !important;
	}	
*/
div.pages {
	color:#fff;
	}	
div.prof_ditails_block div.li_value, div.prof_ditails_block , div.prof_ditails_block div.li_word   {
	background:none;
	}	
div.prof_ditails_block  {
	border:1px solid #7F5A00;
	}	
#orca_main{
	color:#000 !important;
	
	}
#orca_main a 	{
	color:#000 !important;
	}
#live_fade {
	background:none !important;
	}
	
	