@charset "iso-8859-1";

@import url(../../base/css/general.css);
@import url(login_section.css);

	h2.pageHeaderCommunity {
			margin: 0px;
			padding: 0px;
			color: #666666;
			height: 169px;
			background-image:url('../images/acting/acting-h-community.jpg');
			background-repeat: no-repeat;
	}

	body
	{
		margin:0;
		text-align:center;
		padding:0;
		background:#111111 url('../images/bg.jpg') top center repeat-x;
		font-family:Arial;
		font-size:12px;
		color:#000000;
	}

	td
	{
		text-align:left;
		font-family:Arial;
		font-size:12px;
	}

	a img, form
	{
		border:none;
		margin:0px;
		padding:0px;
		color: #000000;		
	}

	select,
	select.no,
	input,
	input.no,
	textarea,
	textarea.no
	{
		font-size:12px;
		font-family:Arial;
	}

	/* * * * 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;
	}

	/* * * *  * * * */


	.main	{
		margin:0 auto;
		position:relative;
		width: 960px;
		background-color: transparent;
		text-align:left;
		/*
		margin-top:0px;
		margin-left:auto;
		margin-right:auto;
		padding:8px 10px;*/
	}

	
.mainbg {
	width: 960px;
	background-image: url(../images/bgBody.jpg);
	background-repeat: repeat-y;
}


	.topBlock
	{
		position:relative;
		height:123px;
		width: 960px;
	}

	img.mainLogo
	{
		position:absolute;
		width:398px;
		height:80px;
		margin:28px 0 0 22px;
	}
	

	.topBigText
	{
		position:absolute;
		top:0px;
		left:0px;
	}

	.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: #000000;
		text-decoration:none;
	}

	.topBigText .powered
	{
		font-size:8px;
		font-weight:bold;
		text-transform:uppercase;
		color:#FFF;
	}

/*	.topMenuWrapper
	{
		position:relative;
		z-index:100;
	}*/

	/* * * *  * * * */

	.topMenus {
		width: 960px;
		background-image: url(../images/bgTopMenu.jpg);
		height: 64px;
	}

	.topMenus td {
		height: 22px;
	/*	text-align: center; */
	}

	.topMenus a {
		font-weight: normal;
		display: block;
		height: 22px;
		font-family:"Lucida Sans Unicode","Lucida Grande", Arial, sans-serif;
		font-size:14px;
		text-align:center;
		padding:6px 0 6px 0;
	}

	.topMenus b {
		font-weight: bold;
		display: block;
		line-height: 22px;
		height: 22px;
	}

/* New Top Nav */
	#topMenuWrapper {
		background: url(../images/bgTopMenu.jpg) no-repeat;
		width: 960px;
		padding-top:13px;
		padding-bottom:12px;
	}

	#topNav {    
		width: 960px;
		height: 37px;
		margin:0 0 0 12px;
		padding:0;
		list-style: none;		
	}

	#topNav li {
		float:left;
		padding-right:4px;
		height:37px;
		line-height:37px;
	}

	#topNav li a {
		float:left;
		display: block;
		outline: none;
		font-family:"Lucida Sans Unicode","Lucida Grande", Arial, sans-serif;
		font-size:14px;
		padding:0 0 0 4px;
		line-height:37px;
		color:#fff;
		background: url("../images/bgTopMenu_left.jpg") top left no-repeat;
	}
	
	#topNav li a span {
		display: block;
		padding:0 18px 0 13px;
		background: url("../images/bgTopMenu_right.jpg") top right no-repeat;
		cursor:pointer;
	}
	
	#topNav li a:hover {
		background: url("../images/bgTopMenu_left.jpg") bottom left no-repeat;
	}
	
	#topNav li a:hover span {
		background: url("../images/bgTopMenu_right.jpg") bottom right no-repeat;
	}

	#navSearch {
		padding-top:5px;
	}

	#navSearch #searchField {
		background:url(../images/search_bg.gif) no-repeat;
		width:173px;
		height:29px;
		float:left;
		margin:0 4px 0 8px;
	}

	#navSearch #searchField input {
		background:none;
		border:0;
		width:160px;
		height:29px;
		padding-top:5px;
		padding-left:5px;
	}

	#navSearch #searchButton {
		background:url(../images/b_search.gif) no-repeat;
		width:65px;
		height:29px;
		float:left;
	}

	#navSearch #searchButton input {
		background:none;
		border:0;
		width:65px;
		height:29px;
	}

	/* * * *  * * * */

	h2.pageHeader {
		margin: 0px;
		padding: 0px;
		color: #666666;
		height: 169px;
		/* Modificado por SW,el valor del header default */
		background-image:url('../images/acting/log-in-sign-up-header.jpg');
		background-repeat: no-repeat;
	}

h2.pageHeaderHomePage {
		margin: 0;
		padding: 0;
		color: #666666;
	}

	.Notice
	{
		padding:3px;
		width:70%;
		border:1px solid #cc6;
		background-color:#ffc;
		margin:5px auto;
		text-align:center;
		color:black;
	}

	.bodyBlock
	{
/*		margin-top: 5px; */
		z-index: 50;
		padding: 0;
		background-image: url(../images/bgBody.jpg);
		background-repeat: repeat-y;
	}

	.page_column {
		float: left;
		position: relative;
	}

	.page_block_container {
		margin-left: 5px;
		margin-right: 5px;
	}

	.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:#000000;
		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;
		/* Modificado por SW
		width:960px; */
		width:100%;
	}

	.boxFirstHeader
	{
		height:17px;
		padding:0px 0px 0px 8px ;
		font-size:12px;
		font-weight:bold;
		color:#666;
		text-align:left;
		text-transform:uppercase;
	}

	.boxContent
	{
		overflow:hidden;
		font-size:13px;
		color:#000000;
		padding:10px;
	}

	.caption_item span {
		margin-right:5px;
		background:none !important;
	}

	/**.box-round .box-top-blue .dbTopMenu,*/
	.box-round .box-top-blue .caption_item,
	.disignBoxFirst .boxFirstHeader .dbTopMenu,
	.disignBoxFirst .boxFirstHeader .caption_item
	{
		top: 0px;
		right: 0px;
		position:absolute;
		white-space:nowrap;
		color: #000000;
		font-size: 11px;
		text-transform: capitalize;
		font-weight: bold;
		/*margin-right:5px;*/
	}

	.disignBoxFirst .boxFirstHeader .caption_item
	{
		padding-top:3px;
		padding-right:5px;
	}

	.dbTopMenu div.active,
	.dbTopMenu div.notActive
	{
		float: right;
		padding-left: 5px;
		padding-right: 5px;
		margin-right:-1px;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
		border-right: 1px solid #ccc;
		background-color: #fff;
		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
	{
		background-color: #e7e7e7;
		border-bottom: 1px solid #e7e7e7;
	}

	.dbBottomMenu
	{
		position:relative;
		height: 16px;
		margin-top:5px;
		text-align: center;
	}

	.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 #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
	{
		position:absolute;
		right:5px;
		top:0px;
		height:50px;
		text-align:center;
		padding:0;
		width:400px;
		font-size:11px;
	}

	.topMemberBlock .thumbnail_block, .HelloMemberBlock .thumbnail_block
	{
		margin-left:5px;
	}

	.hello_member
	{
		padding:10px 12px 0;
		font-size:14px;
		color: #00AAEF;
	}


	.hello_actions
	{
		text-transform:capitalize;
		font-size:11px;
		color: #00AAEF;
	}

	.hello_actions span
	{
		margin-left:5px;
	}

	.no_hello_actions
	{
		font-size:14px;
		font-weight:bold;
		color: #FFF;
		text-decoration: none;
		width: 227px;
		float: right;
		height: 45px;
		background: url(../images/TopTabs-NA.jpg) no-repeat;
	}

	#bJoinNow {
		float:left;
		display:block;
		width:93px;
		margin-left:1px;
		padding:15px 0 10px 0;
	}
	
	#bJoinNow:hover {
		color:#ffdd00;
		text-decoration:underline;	
	}

	#bMemberLogin {
		float:left;
		display:block;
		width:127px;
		margin-left:3px;
		padding:15px 0 10px 0;
	}

	#bMemberLogin:hover {
		color:#ffdd00;
		text-decoration:underline;	
	}
	
	/* * * * 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:16px;
		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
	{

	}
	.newsReadMore
	{
		font-weight:bold;
		text-align:right;
	}

	.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:bold;
		font-size:18px;
		text-decoration:none;
		color:#333366;
	}

	.online_offline_bulb
	{
		position:absolute;
		z-index:10;
		right:0px;
		top:0px;
	}

	/* * * * Blog/Cls/Adv little blocks * * * */
	.blog_subject_n
	{
		font-size:16px;
		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:11px;
	}

	.blog_subject
	{
		font-size:16px;
		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:#666666;
		font-size:11px;
		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:13px;
		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:82%;
	}

.blogHead
{
	background-image:url(../images/icons/artic_papr.gif);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
	padding-left:25px;
}

.blogInfo
{
	color:#666666;
	font-size:11px;
	padding-bottom:2px;
	padding-top:2px;
}

.blogInfo span
{
	margin-right:5px;
	line-height:18px;
}

.blogInfo span img
{
	vertical-align:middle;
	margin-right:3px;
}

.blogSnippet
{
	font-size:13px;
	text-align:justify;
}

	/* * * * 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;
	}


	.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-color:white;
	width:450px;
}

/************EOS*************/

.edit_item_table_cont
{
	position:relative;
	border:1px solid #666666;
	/*padding-top:25px;
	padding-bottom:25px;*/
}

.bottomCopyright {
	height: 17px;
	padding-top: 3px;
	border-top: 1px solid #999999;
	background-image: url(../images/top_tab_cutting.gif);
	font-size: 11px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.bottomLinks {
	position: relative;
	float: left;
}

.bottomCpr {
	position: relative;
	float: left;
	background-image: url(../images/Footer.jpg);
	width: 960px;
	height: 55px;
	color: #FFF;
}

.bottomCpr a {
	color: #dcdcdc;
	line-height: 20px;
	text-decoration: none;
}

.bottomCpr a:hover {
	color: #fff;
	text-decoration: underline;
}

.short_desc {
	position: relative;
	float:left;
}

.login_ajax_wrap {
	width:350px;
	margin:250px auto 0px;
}

.login_ajx_close {
	position: absolute;
	right: -1px;
	top: 3px;
	z-index: 150;
	cursor: pointer;
}


.generaltop {
	background-image: url(../images/GeneralTitle.jpg);
	width: 960px;
	height: 56px;
	display: block;
}

.generalcontent {
	background-image: url(../images/GeneralContent.jpg);
	background-repeat: repeat-y;
	width: 960px;
}


.generalcontent a, .generalcontent a:link, .generalcontent a:visited, .generalcontent a:active {
	color: #0054D1;
	font-weight: bold;
}

.generalcontent a:hover {
	color: #00AAEF;
	font-weight: bold;	
}


.generaldown {
	background-image: url(../images/GeneralDown.jpg);
	background-repeat: repeat-y;
	width: 960px;
	height: 22px;
}

.botones {
	width:161px;
	height: 33px;
	padding: 100px 0 0 30px;
}



.box-round {
	width:98%;
	margin:0px auto;
	margin-bottom: 20px;
	background:#e7e7e7 url(../images/rounded/leftside.gif) repeat-y left top;
}

.box-top {
	width:100%;
	height:48px;
	background:url(../images/rounded/blue/top.gif) no-repeat left top;
}

.box-top span {
	display:block;
	position:relative;
	height:48px;
	padding:25px 0px 0px 10px;
	font-weight: bold;
	background:none;
	background:url(../images/rounded/blue/topright.gif) no-repeat right top;
}

.box-top-blue,
.box-top-green,
.box-top-orange,
.box-top-purple,
.box-top-turquoise,
.box-top-yellow {
	width:100%;
	height:48px;
}

.box-top-blue {
	background:url(../images/rounded/blue/top.gif) no-repeat left top;
}

.box-top-green {
	background:url(../images/rounded/green/top.gif) no-repeat left top;
}

.box-top-orange {
	background:url(../images/rounded/orange/top.gif) no-repeat left top;
}

.box-top-purple {
	background:url(../images/rounded/purple/top.gif) no-repeat left top;
}

.box-top-turquoise {
	background:url(../images/rounded/turquoise/top.gif) no-repeat left top;
}

.box-top-yellow {
	background:url(../images/rounded/yellow/top.gif) no-repeat left top;
}

.box-top-blue span,
.box-top-green span,
.box-top-orange span,
.box-top-purple span,
.box-top-turquoise span,
.box-top-yellow span {
	display:block;
	position:relative;
	height:48px;
	padding:25px 0px 0px 10px;
	font-weight: bold;
	background:none;
}

.box-top-blue span {
	background:url(../images/rounded/blue/topright.gif) no-repeat right top;
}

.box-top-green span {
	background:url(../images/rounded/green/topright.gif) no-repeat right top;
}

.box-top-orange span {
	background:url(../images/rounded/orange/topright.gif) no-repeat right top;
}

.box-top-purple span {
	background:url(../images/rounded/purple/topright.gif) no-repeat right top;
}

.box-top-turquoise span {
	background:url(../images/rounded/turquoise/topright.gif) no-repeat right top;
}

.box-top-yellow span {
	background:url(../images/rounded/yellow/topright.gif) no-repeat right top;
}

.boxContent {
	position:relative;
	background:url(../images/rounded/rightside.gif) repeat-y right top;
	padding:5px 20px 10px 25px;
	margin:-1px 0 -10px 0;
}
.box-bottom {
	width:100%;
	height:17px;
	background:url(../images/rounded/bottom.gif) no-repeat left bottom;
}
.box-bottom span {
	display:block;
	position:relative;
	height:17px;
	background:url(../images/rounded/bottom-right.gif) no-repeat right top;
}
.box-footer {
	background-color: #d6d7d6;
	padding: 10px;
	height: 20px;
	display: block;
}

.box-top-blue div.dbTopMenu,
.box-top-green div.dbTopMenu,
.box-top-orange div.dbTopMenu,
.box-top-purple div.dbTopMenu,
.box-top-turquoise div.dbTopMenu,
.box-top-yellow div.dbTopMenu {
	margin-top: -15px;
	margin-right:10px;
	padding-bottom:10px;
	font-size: 9px;
}





	.topMenu {
		//margin-top:-15px;
		//width: 100%;
		width: 943px;
		margin-left:9px;
		background-image: url(../images/topMenuBg.gif);
	}
	
	.topMenu td {
		//background-color:white;
		height: 22px;
		text-align: center;
		vertical-align: middle;
	}

	.topMenu {
		color:#ff9f00;
	}

	.topMenu a,
	.topMenu b {
		font-weight: bold;
		display: block;
		line-height: 22px;
		height: 22px;
		margin: 0px;
		padding: 0px;
		text-transform: capitalize;
	}
	
	.topMenu a,
	.topMenu a:link,
	.topMenu a:visited,
	.topMenu a:active {
		color: #fff;
		text-decoration: none;
		background-image:url(../images/tab_cutting.gif);
		//border-left:1px solid #FFFFFF;
		//border-right:1px solid #FFFFFF;
	}
	
	.topMenu b,
	.topMenu a:hover {
		//color: #000000;
		text-decoration: none;
		background-image:url(../images/tab_cutting_h.gif);
	}
	
	.topMenu b {
		cursor: default;
		white-space: nowrap;
	}
	
	.subMenusContainer {
		position: relative;
		width: 943px;
		height: 75px;
		margin-left: 9px;
		z-index: 100;
	}
	
	.subMenu {
		background-image:url(../images/h_menu_bg.png);
		background-repeat:repeat-x;
		height:57px;
		padding-top:8px;
		/*padding-left: 14px;*/
		font-weight: bold;
		background-color: white;
		position: absolute;
		top: 0px;
		/*width: 946px;*/
		width: 100%;
	}

	.subMenuOvr {
		margin-left:14px;
	}
	
	* 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: 24px;
		color: #666666;
		text-transform: capitalize;
	}
	
	.subMenu a,
	.subMenu a:link,
	.subMenu a:hover,
	.subMenu a:active,
	.subMenu a:visited {
		color: #333399;
		text-decoration: none;
	}
	
	.subMenu a, .subMenu b {
		margin-right: 9px;
	}

.bannersR {
	width:290px;
	margin-left:3px;
	float: left;
}

	div.thumbnail_block
	{
		position:relative;
		text-align:center;
		padding:0px;
		margin-right:auto;
		background:none;
	}
	div.thumbnail_block img
	{
		border:1px solid #181c18;
		background-position:center;
		background-repeat:no-repeat;
	}