@charset "iso-8859-1";

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

	body
	{
		margin:0px;
		padding:0px;
		background-color: #1a1a1a;
		
		font-family:Arial;
		font-size:12px;
		color:#000000;
	}
	body a,
	body a:link,
	body a:visited,
	body a:active {
		color: #000000;
		text-decoration: none;
	}
	body a:hover {
		color: #ddba7a;
		text-decoration: none;
	}
	
	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;
		BORDER-BOTTOM: #999999 1px solid;
		BORDER-LEFT: #999999 1px solid;
		BORDER-RIGHT: #999999 1px solid;
		BORDER-TOP: #999999 1px solid;
		PADDING-LEFT: 2px;
		PADDING-RIGHT: 2px;		
	}
	
	/* * * * MsgBox * * * */
	
	.MsgBox
	{
		margin:15px auto 15px auto;
	}
	
	.MsgBox td
	{
		margin:0px;
		padding:0px;
	}
	
	.MsgBox .corner,
	.MsgBox .corner img
	{
		width:7px;
		height:7px;
		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;
	}
	
	/* * * *  * * * */
.divOverMain {
	height: 10px;
	line-height: 10px;
}
	
	.main
	{
		position:relative;
		float:left;
		width: 898px; /*be*/
		border:1px solid #ddba7a; /*be*/
		background-color: #1a1a1a; /*be*/
		margin-bottom: 10px; /*be*/
		margin-top: 15px; /*be*/
		margin-left:20px;
		padding: 8px 0px 8px 0px;
	}
	
	.topestMenuWrapper
	{
		background-image: url(/media/images/logo_tophalf.jpg);
		position:relative;
		margin-left: 18px;
		margin-right: 18px;
		height: 40px; /* be*/
	}
	
	.topestMenu
	{
		position:absolute;
		/*top:-8px;
		left:-10px;*/
		width: 862px;
		height: 30px;
		/*padding-top:3px;
		border-bottom:1px solid #999999;*/
		/*background-image:url(../images/top_tab_cutting.gif);*/
		font-size:11px;
		text-align: left;
	}
	
	.topestMenu a,
	.topestMenu a:link,
	.topestMenu a:active,
	.topestMenu a:visited
	{
		margin-left:5px;
	}
	.topestMenu a:hover
	{
		margin-left:5px;
		color:#ddba7a;
	}
	
	.topBlock
	{
		position:relative;
		height: 103px;
		margin-bottom:0px;
		margin-left: 18px;
	}
	
	img.mainLogo
	{
		position:absolute;
		top:0px;
	}

	.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;
		/*height:24px;*/
		z-index:100;
	}
	
	.topMenu
	{
		position:absolute;
		top:0px;
		/*left:-11px;*/
		/*width: 560px; /*be*/
	}
	
	table.topMenuCont
	{
		/*width:100%;*/
		/*background-color:#999999;*/
		/*border-collapse:collapse;*/
	}
	
	
	table.topMenuCont td
	{
		padding:0px;
		margin:0px;
	}
	
	.topMenuItem,
	.topMenuItemActive
	{
		/*border-top:1px solid #dddddd;
		border-left:1px solid #aaaaaa;
		border-bottom:1px solid #999999;		*/
	}
	
	td.topMenuItemHover
	{
/*		border-top:1px solid #bbbbbb;
		border-left:1px solid #bbbbbb;
		border-bottom:1px solid #eeeeee;*/
	}
	
	
	.topMenuItem .topMenuItemCont
	{
/*		background-image:url(../images/tab_cutting.gif);*/
		border-left:1px solid #ffffff;
		border-right:1px solid #ffffff;
	}
	
	.topMenuItemActive .topMenuItemCont
	{
/*		background-image:url(../images/tab_cutting_h.gif);*/
		border-left:1px solid #e2e2e2;
		border-right:1px solid #e2e2e2;
		color:#336699;
	}
	
	.topMenuItemHover .topMenuItemCont
	{
/*		background-image:url(../images/tab_cutting_h.gif);*/
		border-left:1px solid #ffffff;
		border-right:1px solid #ffffff;
	}
	
	.topMenuItemCont
	{
		text-align:center;
/*		background-color:#ffffff;*/
		height:19px;
		padding-top:3px;
		padding-left:3px;
		padding-right:3px;
		font-weight:bold;
		text-transform:capitalize;
		white-space:nowrap;
	}
	
	.topPageHeader
	{
		font-weight:bold;
		font-size:24px;
		color:#666666;
		text-transform:capitalize;
		height:30px;
		margin-bottom:2px;
	}
	
	.topCustomMenu
	{
		margin-bottom:5px;
		font-size:12px;
		font-weight:bold;
		text-transform:capitalize;
		color:#cccccc;
		height:15px;
		position:relative;
	}
	
	.topCustomMenu a,
	.topCustomMenu span
	{
		margin-right:9px;
	}
	
	.hiddenMenu
	{
		position:absolute;
		top:24px;
		left:-10px;
		z-index:101;
	}
	
	.hiddenMenuBgCont
	{
		width:774px;
		height:57px;
		padding-top:8px;
		background-image:url( ../images/h_menu_bg.png );
		background-repeat:repeat-x;
		position:static;
	}
	
	* html .hiddenMenuBgCont
	{
		background-image:none;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/tmpl_uni/images/h_menu_bg.png', sizingMethod='scale');
	}
	
	.hiddenMenuCont
	{
		margin-left:14px;
		position:relative;
	}

	a.customMenuItem
	{
		position:relative;
	}
	
	.Notice
	{
		padding:3px;
		width:70%;
		border:1px solid #cc6;
		background-color:#ffc;
		margin:5px auto;
		text-align:center;
		color:black;
	}
	
	.bodyBlock
	{
		margin: 10px 18px;
		padding: 10px; /*be*/
		background-color: white;		
		border-bottom: 1px solid #1a1a1a;
		z-index:50;
	}
	
	.leftNavDiv
	{
		position:relative;
		width:182px;
		float:left;
		margin-right:8px;
	}
	
	.rightNavDiv
	{
		position:relative;
		width:749px;
		/*float:left;*/
		padding:0px;
		overflow:hidden;
	}
	
	/* * * * * * */

	
	.bottomBlock
	{
		position:relative;
		height:20px;
		margin-left: 18px;
		margin-right: 18px;
		/*border:1px solid #D0D0D0;*/
	}
	
	.bottomImages
	{
		margin-top:7px;
		margin-left:7px;
		float:left;
		position:relative;
	}
	
	.bottomTexts
	{
		font-size:11px;
		margin-left:15px;
		text-align: right;
	}
	
	.bottomTexts div
	{
		margin-bottom:1px;
	}
	
	.bottomLinks a
	{
		margin-right:2px;
	}
	
	.bottomLinks
	{
		color:#FFFFFF;
	}
	
	.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;
		border: none;
		float:left;
		visibility:visible;
		z-index:51;
		width:100%;		
		margin-bottom:10px;
		background-color:#fff;
	}
	
	.boxFirstHeader
	{
		position:relative;
		
		/*height: 24px;*/
		/*padding: 4px 0px 0px 15px;*/
		font-size:10px;
		font-weight:bold;
		height:25px;
		color: white;
		text-align:right;
		vertical-align:middle;
		text-transform:uppercase;
		/*background-color: #c59f4d;*/
		width:100%;
		line-height:26px;
		/* round corners */
		/* margin: 0 0*/;
	}
	
/*  round corner classes */
b.rtop, b.rbottom {
	display:block;
	background: #fff;
}
b.rtop b,
b.rbottom b {
	display:block;
	height: 1px;
    overflow: hidden;
	background: #c59f4d;
}
b.r1 {
	margin-left: 2px;
	margin-right: 2px;
	height: 2px;
	/*background: #00ff00;*/
}
b.r2 {
	margin: 0 1px;
	/*background: #0000ff;*/
}
b.r3 { 
	margin: 0 0px;
	/*background: #f0f000;*/
}
b.rtop b.r4,
b.rbottom b.r4 {
	margin: 0 0px;
	height: 1px
	/*background: #00f0f0;*/
}
	
	.profile_delim_header
	{
		position:relative;
		/*margin-bottom:10px;
		margin-top:10px;*/
		/*height: 22px;*/
		/*padding: 4px 0px 0px 15px;*/
		font-size:10px;
		font-weight:bold;
		color: white;
		text-align:right;
		vertical-align:middle;
		text-transform:uppercase;
		/*background-color: #c59f4d;*/
		width:100%;
		height:25px;
		line-height:26px;		
				
		/* round corners */
		/*margin: 0 0;*/
	}
	
	.boxContent
	{
		position:relative;
		overflow:hidden;
		font-size:13px;
		color:#000000;
		padding-top: 10px;
	}
	
	.disignBoxFirst .boxFirstHeader .dbTopMenu,
	.disignBoxFirst .boxFirstHeader .caption_item
	{
		position: absolute;
		top: 0px;
		right: 0px;
		white-space:nowrap;
		color: #000;
		font-size: 11px;
		text-transform: capitalize;
		font-weight: bold;
	}
	
	.disignBoxFirst .boxFirstHeader .caption_item
	{
		padding-top:3px;
		padding-right:5px;
	}
	
	.dbTopMenu div
	{
		float: left;
		padding-left: 5px;
		padding-right: 5px;
		border-left: 1px solid #ccc;
		height:17px;
		padding-top:3px;
		position:relative;
	}
	
	.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;
	}
	
	.dbTopMenu div.active
	{
		border-bottom: 1px solid #F7F7F7;
	}
	
	.dbBottomMenu
	{
		position:relative;
	}
	
/**************************************************************/
	div.design_box_border
	{
		position:relative;
		border:1px solid #ccc;
		margin:10px;
		padding:1px;
	}
	div.design_box_border div.header
	{
		position:relative;
		padding:0px 0px 0px 7px;
		height:30px;
		line-height:23px;
		vertical-align:middle;
		font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
		
		background-image:url('../images/design_border_cutting.gif');
	    background-repeat:repeat-x;
		
	}
	div.design_box_border div.keeper
	{
		position:relative;
		padding:5px;
		border:0px solid red;
		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;
		/*height:40px;*/
		margin-top:5px;
		border:1px solid red;
		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:11px;
		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
	{
		color: #FFFFFF;
		font-size: 11px;
		position:absolute;
		left:5px;
		height: 100%;
		text-align:left;
/*		padding:3px;*/
		width:600px;
		font-size:11px;
	}
	.topMemberBlock a,
	.topMemberBlock a:link,
	.topMemberBlock a:active,
	.topMemberBlock a:visited {
		color: #dfaf63;
	}
	.topMemberBlock a:hover {
		color: white;
	}
	
	.topMemberBlock .thumbnail_block, .HelloMemberBlock .thumbnail_block
	{
		margin-left:5px;		
	}
	
	.hello_member
	{
		position: absolute;
		left: 5px;
		bottom: 16px;
/*		padding:7px 12px 0px;*/
		font-size:12px;
		color: #dfaf63;
	}
	
	.hello_actions
	{
		text-transform: capitalize;
		font-size:11px;
		margin-top: 13px;
		color: #dfaf63;
	}
	
	.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,
	.categoryHeader,
	.articleBlock,
	.articleBlock1,
	.articleBlock2
	{
		margin: 0px 0px 10px;
	}
	
	.categoryBlock1,
	.categoryHeader,
	.articleBlock,
	.articleBlock1,
	.articleBlock2
	{
		margin-left:12px;
		margin-right:12px;
		text-align:justify;
	}
	
	.newsHead,
	.categoryCaption,
	.artCaption,
	.articleBlock1 .title,
	.articleBlock2 .title
	{
		font-size:12px;
		font-weight:bold;
		padding-left:30px;
		padding-bottom:10px;
		background-position:left top;
		background-repeat:no-repeat;
	}

	.newsHead
	{
		background-image:url(../images/icons/news.gif);
		text-align:left;
	}
	
	.newsInfo
	{
		font-size:11px;
		color:#666666;
	}
	
	.newsText
	{
		
	}
		
	.articleBlock1 .title,
	.articleBlock2 .title
	{
		margin-bottom:5px;
		background-image:url(../images/icons/artic_papr.gif);
	}
	
	.categoryCaption,
	.artCaption
	{
		background-image:url(../images/icons/artic_fldr.gif);
	}
	
	.articleBlock .date,
	.articleBlock1 .date,
	.articleBlock2 .date
	{
		font-size:11px;
		color:#666666;
	}

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

	/* Blog Design Box */
	.blogBlock
	{
		margin-bottom:10px;
		margin-top:10px;
	}

	.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:11px;
		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:normal;
		font-size:12px;
		#text-decoration:underline;
		color:#333366;
	}
	
	.online_offline_bulb
	{
		position:absolute;
		z-index:10;
		right:0px;
		top:0px;
	}
	
	/* * * * RSS Feed * * * */
	
	.rss_item_wrapper
	{
		padding-bottom:15px;
	}
	
	.rss_item_header
	{
		font-size:16px;
		font-weight:bold;
	}
	
	.rss_item_info
	{
		color:#666;
		font-size:11px;
	}
	
	.rss_read_more
	{
		text-align:right;
		font-weight:bold;
	}
	
	/* * * * FORM STYLES * * * */
	
	.login_form_submit {
		background-color: #a5a5a5;
		font-weight: bold;
		color: #ffffff;
	}
	/*input[type='checkbox'],input.checkbox {
		BORDER-BOTTOM: #ffffff 1px solid;
		BORDER-LEFT: #a5a5a5 1px solid;
		BORDER-RIGHT: #ffffff 1px solid;
		BORDER-TOP: #a5a5a5 1px solid;
		PADDING-LEFT: 0px;
		PADDING-RIGHT: 0px;
		border-style: solid;
		outline-style: solid;
	}*/
	input[type='submit'],input.submit {
		background-color: #fff;
		BORDER-BOTTOM: #ddba7a 1px solid;
		BORDER-LEFT: #ddba7a 1px solid;
		BORDER-RIGHT: #ddba7a 1px solid;
		BORDER-TOP: #ddba7a 1px solid;
		font-weight: normal;
		color: #ddba7a;
	}
	input[type='button'],input.button {
		background-color: #fff;
		BORDER-BOTTOM: #ddba7a 1px solid;
		BORDER-LEFT: #ddba7a 1px solid;
		BORDER-RIGHT: #ddba7a 1px solid;
		BORDER-TOP: #ddba7a 1px solid;
		font-weight: normal;
		color: #ddba7a;
	}
	.start_login_but {
		color: #ddba7a;
		background-color: #ffffff;
		font-weight: bold;
	}
	.button {
		background-color: #a5a5a5;
		font-weight: bold;
		color: #ffffff;
		font-color: #ffffff;
	}
	.bottommenu a,
	.bottommenu a:link,
	.bottommenu a:active,
	.bottommenu a:visited {
		color: #ffffff;
		font-size: 10px;
	}
	.bottommenu a:hover{
		color: #ddba7a;
		font-size: 10px;
	}
	.bottomLinks a,
	.bottomLinks a:link,
	.bottomLinks a:active,
	.bottomLinks a:visited {
		color: #ffffff;
		font-size: 10px;
		margin-right:2px;
	}
	.bottomLinks a:hover{
		color: #ddba7a;
		font-size: 10px;
		margin-right:2px;
	}
	.textarea_edit {
		width:240px;
	}
	.be_topest_menu_item {
		font-weight:normal;
	}
	.be_topest_menu_item_right {
		font-weight:normal;
	}

/*  header member stats  */
	.topMemberBlockStats
	{
		position: absolute;
		left: 240px;
		bottom: 16px;
		font-size:12px;
		color: #dfaf63;
	}
	.topMemberBlockStats a,
	.topMemberBlockStats a:link,
	.topMemberBlockStats a:active,
	.topMemberBlockStats a:visited
	{
		color: #dfaf63;
	}
	.topMemberBlockStats a:hover
	{
		color: white;
	}

/* header search for members */	
	.topMemberBlockSearch
	{
		position: absolute;
		left: 425px;
		bottom: 14px;
		font-size:12px;
		color: #dfaf63;
	}
	
	.topMemberBlockSearch_in
	{
		font-size:11px;
		font-family:Arial;
		color: black;
		background-color: white;
/*		background-color:#e0c48a;*/
		border:none;
		padding:1px;
	}
	
	.topMemberBlockSearch_bt
	{
		font-size:10px;
		font-family:Arial;
		font-weight:bold;
		color:#ffffff;
		border:none;
		background-color:#ddba7a;
		padding:1px;
	}

.info_page_n {
	color: #ffffff;
}
.info_page_n a,
.info_page_n a:link,
.info_page_n a:active,
.info_page_n a:visited {
	color: #ddba7a;
}
.info_page_n a:hover {
	color: #ffffff;
}
.info_page_h {
	color: #ddba7a;
}
.info_page_t {
	color: #ddba7a;
}
.info_page_t a,
.info_page_t a:link,
.info_page_t a:active,
.info_page_t a:visited {
	color: #ddba7a;
}
.info_page_t a:hover{
	color: #ffffff;
}

.boardIndent {
	margin-left:12px;
	margin-right:12px;
}

.no_results {
	margin-left:12px;
	margin-right:12px;
}

.IndentBox {
	margin-left:10px;
	margin-right:10px;
}

.IndentSmall {
	margin-left:5px;
	margin-right:5px;
}

.ThumbIcon {
	position:relative;
	float:left;
	margin: 2px;
	/*width:45px;*/
	/*height:72px;*/
	font-size:9px;
	overflow:hidden;
	text-align:center;
}

.ThumbIcon img {
	margin-bottom:2px;
}
.lightLine
	{
		height:1px;
		line-height: 1px;		
		width:100%;
		/* ddba7a */
		background-color:#999999;
		margin-top:8px;
		margin-bottom:8px;
	}
.lightVert
	{
		height:100%;
		width:1px;
		/* ddba7a */
		background-color:#999999;
		margin:0px;
		padding:0px;
	}
.be_bodyBlockStart {
	padding-left:0px;
}
.objBody {
	position:relative;
	float:none;
	width:100%;
	background-color:#ffffff;
}
.objRow {
	position:relative;
	float:left;
	width:100%;
	padding:0px;
	margin:0px;
}
.objCell {
	position:relative;
	float:left;
	width:auto;
	padding:0px;
	margin:0px;
}
.myBoard_self_image {
	position:relative;
	float:left;
	width:160px;
	padding:0px;
	margin:0px;
}
.myBoard_self_title {
	position:relative;
	float:left;
	width:675px;
	padding:0px;
	color:#dbaf68;
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	border-bottom:1px #dbaf68 solid;
}
.myBoard_self_infobox {
	position:relative;
	float:left;
	width:auto;
	padding:0px;
	margin-top:10px;
	font-size:11px;
	line-height:13px;
}
.myBoard_self_users {
	position:relative;
	float:left;
	width:490px;
	padding:0px;
	margin-left:24px;
	margin-top:13px;
}
.myBoard_user_requests {
	position:relative;
	float:left;
	width:400px;
	padding:2px;
	margin-left:10px;
	text-align:center;
	background-image:url(../images/boxes/fade_gold.gif);
	background-repeat:repeat-y;
	background-position:center top;
}
.myBoard_user_requests a,
.myBoard_user_requests a:link,
.myBoard_user_requests a:visited,
.myBoard_user_requests a:active  {
  display:block;
  color:#000000;
}
.myBoard_user_requests a:hover {
  display:block;
  color:#999999;
}
.myBoard_user_invites {
	position:relative;
	float:left;
	width:400px;
	padding:2px;
	margin-left:10px;
	text-align:center;
	background-image:url(../images/boxes/fade_gold.gif);
	background-repeat:repeat-y;
	background-position:center top;
}
.myBoard_user_invites a,
.myBoard_user_invites a:link,
.myBoard_user_invites a:visited,
.myBoard_user_invites a:active  {
  display:block;
  color:#000000;
}
.myBoard_user_invites a:hover {
  display:block;
  color:#999999;
}
.myBoard_user_activity {
	position:relative;
	float:left;
	width:540px;
	padding:0px;
	margin:0px;
}
.myBoard_select {
	position:relative;
	float:left;
	width:auto;
	height:21px;
	padding:0px;
	margin:0px;
	color:#b6b6b6;
	font-size:11px;
	font-weight:bold;
	border-top:1px #b6b6b6 solid;
}
.myBoard_select a,
.myBoard_select a:link,
.myBoard_select a:visited,
.myBoard_select a:active   {
	display:block;
	margin:3px;
	margin-bottom:0px;
	color:#b6b6b6;
}
.myBoard_select a:hover {
	display:block;
	margin:3px;
	margin-bottom:0px;
	color:#999999;
}
.myBoard_tab {
	position:relative;
	float:left;
	width:auto;
	height:21px;
	padding:0px;
	margin-top:1px;
	color:#b6b6b6;
	font-size:11px;
	font-weight:bold;
}
.myBoard_tab a,
.myBoard_tab a:link,
.myBoard_tab a:visited,
.myBoard_tab a:active   {
	display:block;
	margin:3px;
	margin-bottom:0px;
	color:#b6b6b6;
}
.myBoard_tab a:hover {
	display:block;
	margin:3px;
	margin-bottom:0px;
	color:#999999;
}
.myBoard_select_left {
	position:relative;
	float:left;
	width:3px;
	height:22px;
	padding:0px;
	margin:0px;
	background-image:url(../images/boxes/tab_l.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.myBoard_select_right {
	position:relative;
	float:left;
	width:6px;
	height:22px;
	padding:0px;
	margin-right:5px;
	background-image:url(../images/boxes/tab_r.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.myBoard_tab_left {
	position:relative;
	float:left;
	width:3px;
	height:22px;
	padding:0px;
	margin:0px;
}
.myBoard_tab_right {
	position:relative;
	float:left;
	width:6px;
	height:22px;
	padding:0px;
	margin-right:5px;
}
.general_module_header {
	position:relative;
	float:left;
	width:100%;
	padding:0px;
	color:#dbaf68;
	font-weight:bold;
	font-size:12px;
	border-bottom:1px #dbaf68 solid;
	text-transform:uppercase;
	margin-top:15px;
	margin-bottom:10px;
	background-position:right bottom;
	background-repeat:no-repeat;
}
.general_module_header a,
.general_module_header a:link,
.general_module_header a:visited,
.general_module_header a:active  {
	display:block;
	color:#dbaf68;
}
.general_module_header a:hover {
	display:block;
	color:#999999;
}
.box_slide {
	position:relative;
	float:left;
	display:block;
	width:100%;
	overflow:hidden;
	padding:0px;
}
.box_slide_content {
	position:absolute;
	float:left;
	display:block;
	width:100%;
	margin:0px;
	border-collapse:collapse;
}
.upto_icon {
	width:24px;
	padding-right:5px;
}
.upto_titlename {
	padding-top:5px;
	padding-right:5px;
}
.upto_singleline {
	padding-top:5px;
	padding-right:5px;
}
.upto_time {
	padding-top:7px;
	color:#dbaf68;
	font-size:10px;
}
.upto_border_box {
	position:relative;
	float:left;
	width:100%;
	margin-top:8px;
	padding-top:8px;
	border-top:1px #dbaf68 solid;
}
.upto_comment {
	position:relative;
	float:left;
	width:100%;
	margin-top:5px;
	font-size:11px;
	color:#b6b6b6;
}
.upto_make_comment a,
.upto_make_comment a:link,
.upto_make_comment a:visited,
.upto_make_comment a:active   {
	font-size:10px;
	color:#dbaf68;
}
.upto_make_comment a:hover {
	font-size:10px;
	color:#b6b6b6;
}
.upto_comment a,
.upto_comment a:link,
.upto_comment a:visited,
.upto_comment a:active   {
	font-size:11px;
	color:#808080;
}
.upto_comment a:hover {
	font-size:11px;
	color:#b6b6b6;
}

.iconPopup {
	float:left;
	position:relative;
	z-index:80;
	width:auto;
	height:auto;
}
.popupContent {
	position:absolute;
	z-index:100;
	display:none;
	width:220px;
}
.objNoteTitle {
	color:#555555;
	font-weight:bold;
	text-transform:none;
}
.objNoteText {
	font-size:9px;
	line-height:12px;
	color:#555555;
	text-transform:none;
}
.objNoteText a,
.objNoteText a:link,
.objNoteText a:active,
.objNoteText a:visited {
	color:#000000;
	text-decoration:underline;
	text-transform:none;
}
.objNoteText a:hover {
	color:#555555;
	text-decoration:underline;
	text-transform:none;
}
.fade_box {
	float:left;
	width:100%;
	display:none;
	-moz-opacity:0.0;
	filter:alpha(opacity=0);
}
