@charset "iso-8859-1";

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

	html
	{
		overflow-x: hidden;
	}
	
	body
	{
		margin:0px;
		padding:0px;
		background: #000000 url('http://web.muracache.com/img/site_layout_mura_bg5.jpg') no-repeat fixed top center;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#005500;
	}
	
	td
	{
		text-align:left;
	}
	
	a img, form 
	{
		border:none;
		margin:0px;
		padding:0px;
	}	
	
	button,
	button.no,
	select,
	select.no,
	input,
	input.no,
	textarea,
	textarea.no
	{
		color: #00aa00;
		font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
		background-color: #f5f9ee;
		border: 1px solid #559900;
		margin: 1px 3px;
		padding: 2px;
		vertical-align: middle;
	}
	
	fieldset,
	form
	{
		border: 0 none;
	}
	
	.formText
	{
		margin: 1px;
	}
	
	.formText:focus,
	.formText:hover
	{
		margin: 0;
		border: 2px solid #55bb00;
	}
	
	.formButton
	{
		font-weight: bold;
		padding: 1px 2px 5px 2px;
		border: 0 none;
		width: 72px;
		height: 20px;
		background: transparent url(http://web.muracache.com/img/site_layout_mura_button.gif) no-repeat scroll center center; 
		color: #eaf9ce;
	}
	
	/* * * * 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(http://web.muracache.com/img/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 CONTAINER */
	.main
	{
		position:relative;
		width: 1000px !important;
		border: 0;
		
		margin-bottom:5px;
		margin-top:4px;
		margin-left:auto;
		margin-right:auto;
	}
	
	.bodyBlock
	{
		background: transparent url(http://web.muracache.com/img/site_layout_mura_body.png) repeat-y scroll;
		z-index: 50;
		padding: 0px 40px 0;
		width: 920px;
		margin: -10px 0 0;
	}
	
	.topestMenu
	{
		height:17px;
		padding-top:3px;
		border-bottom:1px solid #999999;
		background-image:url(http://web.muracache.com/img/top_tab_cutting.gif);
		font-size:11px;
		text-align:center;
	}
	
	.topestMenu a
	{
		margin-left:5px;
	}
	
	/* PAGE HEADER */
	.topBlock
	{
		background: transparent url(http://web.muracache.com/img/site_layout_mura_header.png) no-repeat scroll;
		position:relative;
		height:224px;
		border:0px dashed blue;
		margin-top: 20px;
		margin-bottom: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;
	}
	
	/* MAIN MENU */
	.topMenuWrapper
	{
		background: transparent url(http://web.muracache.com/img/site_layout_mura_menu.png) no-repeat scroll;
		position:relative;
		height:80px;
		z-index:100;
		padding: 0 19px;
		width: 967px;
	}
	
	/* * * *  * * * */
	
	.topMenu td {
		font-size: 115%;
		height: 22px;
		text-align: center;
		vertical-align: middle;
	}
	
	.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: #eaf9ce;
		text-decoration: none;
		border-left:1px dotted #99CC66; /**/
	}
	
	.topMenu b,
	.topMenu a:hover {
		color: #b5db6d;
		text-decoration: none;
	}
	
	.topMenu b {
		cursor: default;
		white-space: nowrap;
	}

	.subMenu h1 {
		margin: 0px;
		margin-right: 20px;
		padding: 0px;
		padding-bottom: 2px;
		font-size: 24px;
		color: #006600;
		text-transform: capitalize;
		display: inline;
	}
	
	.subMenu a, .subMenu b {
		margin-right: 9px;
	}
	
	.subMenu b
	{
		color: #090;
		text-decoration: underline;
	}
	
	/* * * *  * * * */
	
	.pageHeader {
		background: transparent url(http://web.muracache.com/img/site_layout_mura_h2_bg.png) repeat-y scroll;
		padding:32px 40px 17px 220px;
		color: #009900;
		height: 40px;
	}
	
	.pageHeader h1 {
		font-size: 24px;
		margin: 0;
	}
	
	.Notice
	{
		padding:3px;
		width:70%;
		border:1px solid #cc6;
		background-color:#ffc;
		margin:5px auto;
		text-align:center;
		color:black;
	}
	
	.page_block_container {
		position: relative;
		margin: 15px 5px 15px 5px;
		clear: both;
	}
	
	.page_column_first{
		
	}
	
	.page_column_last{
		
	}
	
	.page_column_first .page_block_container {
		margin-left: 0px;
	}
	
	.page_column_last .page_block_container {
		margin-right: 0;
	}
	
	.leftNavDiv
	{
		position:relative;
		width:182px;
		float:left;
		margin-right:8px;
	}
	
	.rightNavDiv
	{
		position:relative;
		width:749px;
		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(http://web.muracache.com/img/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(http://web.muracache.com/img/bullet.gif);
		background-repeat:no-repeat;
		background-position:left center;
	}
	
/**************************************************************/	

	.disignBoxFirst
	{
		position:relative;
		margin-bottom:10px;
	}
	
	.boxContent
	{
	}
	
	br
	{
		margin-top: 7px;
	}
	
	.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.active,
	.dbTopMenu div.notActive
	{
		background: transparent url(http://web.muracache.com/img/site_layout_mura_content_item_inactive.gif) repeat-x scroll;
		float: left;
		padding-left: 5px;
		padding-right: 5px;
		height:17px;
		padding-top:3px;
		position:relative;
	}
	
	.dbTopMenu div.active
	{
		background: transparent url(http://web.muracache.com/img/site_layout_mura_content_item_active.gif) repeat-x scroll;
	}
	
	.caption_item a
	{
		margin-left:4px;
	}
	
	.dbTopMenu div.active
	{
	}
	
	.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('http://web.muracache.com/img/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;
		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;
		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;
	}
	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;
		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;
	}
	
	.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;
		
	}
	
/*####################################################################*/

	.customMenuItemActive
	{
		color:black;
	}
	
	div.menuLine,
	div.menuLine:hover,
	div.menuLineActive
	{
		font-size:11px;
		margin-bottom:5px;
		/*text-transform:capitalize;*/
		color:black;
	}
	
	.menuLineDivider
	{
		
	}
	
	div.menuLinkBlock
	{
		padding-left:20px;
		background-repeat:no-repeat;
		background-image:url(http://web.muracache.com/img/menu_pt.gif);
	}
	
	div.menuLine div.menuLinkBlock:hover
	{
		background-image:url(http://web.muracache.com/img/menu_pt_h.gif);
	}
	
	/* LOGIN / MEMBER TOP PANEL */
	.topMemberBlock
	{
		background: transparent url(http://web.muracache.com/img/site_layout_mura_guest_bg.png) no-repeat scroll;
	}
	
	.topMemberBlock
	{
		position:absolute;
		right:50px;
		top:97px;
		text-align:right;
		padding: 13px 15px 0 0;
		width:160px;
		height:55px;
	}
	
	.topMemberBlockOffline
	{
		position:absolute;
		right:65px;
		top:87px;
		text-align:right;
		padding: 17px 0 0;
		width:160px;
		height:55px;
	}
	
	.topMemberBlock .thumbnail_block, .HelloMemberBlock .thumbnail_block
	{
		margin-left:5px;		
	}
	
	.hello_member
	{
		padding: 7px 42px 0px 7px;
		font-size: 115%;
		position: relative;
		text-align: center;
	}
	
	.hello_actions
	{
		background: transparent url(http://web.muracache.com/img/site_layout_mura_useractions.png) no-repeat scroll;
		text-transform: capitalize;
		font-size: 80%;
		position: absolute;
		right: 187px;
		top: -15px;
		width: 138px;
		height: 80px;
		padding: 28px 5px 0 0;
		text-align: left;
	}
	
	.hello_actions span
	{
		margin-left:5px;
	}
	
	.no_hello_actions a
	{
		margin-left:15px;
	}
	
	div.thumbnail_block
	{
		background-color: transparent;
	}
	
	div.thumbnail_block img
	{
		/*border-color: #009900;*/
		border: 0 none;
		background-color: #d7eac3;
	}
	
	.topMemberBlock .thumbnail_block img
	{
		border-color: #009900;
		/*width: 35px !important;
		height: 45px !important;*/
	}
	
	/* * * * 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;
	}
	
	.newsHead,
	.categoryCaption,
	.artCaption,
	.articleBlock1 .title,
	.articleBlock2 .title
	{
		font-size:110%;
		font-weight:bold;
		padding-left:30px;
		padding-bottom:10px;
		background-position:left top;
		background-repeat:no-repeat;
	}

	.newsHead
	{
		background-image:url(http://web.muracache.com/img/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(http://web.muracache.com/img/artic_papr.gif);
	}
	
	.categoryCaption,
	.artCaption
	{
		background-image:url(http://web.muracache.com/img/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(http://web.muracache.com/img/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:12px;
		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(http://web.muracache.com/img/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(http://web.muracache.com/img/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:100%;
		font-weight:bold;
	}
	
	.rss_item_info
	{
		color:#66bb66;
		font-size:85%;
	}
	
	.rss_read_more
	{
		text-align:right;
		font-weight:bold;
	}
	

	.login_ajax {
		position:absolute;
		z-index:550;
		background-image:url('http://web.muracache.com/img/op40.png');
		display:none;
	}

.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(http://web.muracache.com/img/sp_op_gr.png);
	font-size:1px;
}

.popup_form_wrapper td.container
{
	background-color: #eaf9ce;
	width:450px;
}

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

.edit_item_table_cont
{
	position:relative;
	border:1px solid #666666;
}

.bottomCopyright {
	height: 150px;
	background: transparent url(http://web.muracache.com/img/site_layout_mura_footer.png) no-repeat scroll;
	font-size: 11px;
	text-align: right;
	padding: 0px 40px;
	margin-top: -121px;
	margin-bottom: 0;
	position: relative;
}
.bottomLinks {
	top: 20px;
	position: relative;
	float: right;
	width: 80%;
}

.bottomCpr {
	top: 30px;
	position: relative;
	float: right;
	width: 69%;
}

.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
{
	background-color: transparent;
}

.no_result div,
.action div,
.no_result,
.action
{
	background: transparent url(http://web.muracache.com/img/site_layout_mura_no_results_bg.png) repeat-x scroll top left !important;
	border: 0 !important;
	color: #005500 !important;
}

/* MURA SPECIFIC ========================================================= */
.ad300x250
{
	background: transparent url(http://web.muracache.com/img/site_layout_mura_ad_300x250_bg.png) no-repeat scroll;
	width: 314px;
	height: 270px;
	padding-top: 14px;
	padding-left: 15px;
	overflow: visible;
}

.ad468x60
{
	background: transparent url(http://web.muracache.com/img/site_layout_mura_ad_468x60.gif) no-repeat scroll;
	width: 481px;
	height: 71px;
	padding-top: 11px;
	padding-left: 15px;
	overflow: visible;
}

.page_column_last .boxFirstHeader
{
	
}

.contentText img
{
	margin: 7px;
}

.muraNewsletter form input
{
	margin: 5px 0;
	font-weight: normal;
	color: #fff;
	border: 0;
}

.muraNewsletter h2
{
	color: #fff;
	font-size: 24px;
	margin: 10px 0 0;
}

.muraNewsletterForm
{
	margin-top: 15px;
}

.muraNewsletterForm .e-mail
{
	border: 1px solid #009900;
	color: #009900;
	float: left;
	font-size: 11px;
	margin: 2px 0;
	padding: 1px 2px;
	width: 195px;
	position: relative;
}

.muraNewsletterForm .ok
{
	width: 65px;
}

.muraNews h2
{
	color: #009900;
	font-size: 17px;
	padding-right: 150px;
	text-align: left;
	margin: 5px 0;
}

.muraNews h3
{
	font-size: 12px;
	margin: 0 0 5px;
}

.muraNews ul
{
	margin: 5px 15px 5px 0;
	padding: 20px 0 0 10px;
}

.muraNews li
{
	position: absolute;
	width: 93%
}

.muraNews li img
{
	float: left;
	margin: 0 5px;
}

.muraNewsContainer ul
{
	background-color: #d8e6be;
	margin: 0;
	padding: 0;
}

.muraNewsContainer ul li
{
	border: 0 none;
	position: relative;
	float: left;
	text-align: center;
	width: 17px;
}

.muraContent div
{
	width: 45%;
}

.box
{
	background:transparent url(http://web.muracache.com/img/site_layout_mura_box.gif) no-repeat scroll 0 50%;
	padding:11px 15px;
	width: 180px;
	height: 150px;
}

.text
{
	line-height: 19px;
	width: 335px;
}

.readMore
{
	margin-top: 7px;
}

.readMore img
{
	margin: 0;
}

ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.gamesCatalog ul li
{
	color:#009900;
	float:left;
	line-height:15px;
	margin:4px;
	padding:15px 10px 14px 50px;
	text-align:center;
	width:120px;
}

.gamesCatalog ul
{
	padding:0 0 0 0;
}

.gamesCatalog ul li.ddd {	background: url(http://localhost/cat-3d-bg.gif) no-repeat left top;}
.gamesCatalog ul li.ddd:hover {	background: url(http://localhost/cat-3d-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.multiplayer {	background: url(http://localhost/cat-multiplayer-bg.gif) no-repeat left op;}
.gamesCatalog ul li.multiplayer:hover {	background: url(http://localhost/cat-multiplayer-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.barbie {	background: url(http://localhost/cat-barbie-bg.gif) no-repeat left top;}
.gamesCatalog ul li.barbie:hover {	background: url(http://localhost/cat-barbie-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.estrategia {	background: url(http://localhost/cat-estrategia-bg.gif) no-repeat left top;}
.gamesCatalog ul li.estrategia:hover {	background: url(http://localhost/cat-estrategia-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.paciencia {	background: url(http://localhost/cat-paciencia-bg.gif) no-repeat left top;}
.gamesCatalog ul li.paciencia:hover {	background: url(http://localhost/cat-paciencia-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.moto {	background: url(http://localhost/cat-moto-bg.gif) no-repeat left top;}
.gamesCatalog ul li.moto:hover {	background: url(http://localhost/cat-moto-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.mario {	background: url(http://localhost/cat-mario-bg.gif) no-repeat left top;}
.gamesCatalog ul li.mario:hover {	background: url(http://localhost/cat-mario-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.sonic {	background: url(http://localhost/cat-sonic-bg.gif) no-repeat left top;}
.gamesCatalog ul li.sonic:hover {	background: url(http://localhost/cat-sonic-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.luta {	background: url(http://localhost/cat-luta-bg.gif) no-repeat left top;}
.gamesCatalog ul li.luta:hover {	background: url(http://localhost/cat-luta-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.futebol {	background: url(http://localhost/cat-futebol-bg.gif) no-repeat left top;}
.gamesCatalog ul li.futebol:hover {	background: url(http://localhost/cat-futebol-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.damas {	background: url(http://localhost/cat-damas-bg.gif) no-repeat left top;}
.gamesCatalog ul li.damas:hover {	background: url(http://localhost/cat-damas-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.cartas {	background: url(http://localhost/cat-cartas-bg.gif) no-repeat left top;}
.gamesCatalog ul li.cartas:hover {	background: url(http://localhost/cat-cartas-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.xadrez {	background: url(http://localhost/cat-xadrez-bg.gif) no-repeat left top;}
.gamesCatalog ul li.xadrez:hover {	background: url(http://localhost/cat-xadrez-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.rpg {	background: url(http://localhost/cat-rpg-bg.gif) no-repeat left top;}
.gamesCatalog ul li.rpg:hover {	background: url(http://localhost/cat-rpg-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.aventura {	background: url(http://localhost/cat-aventura-bg.gif) no-repeat left top;}
.gamesCatalog ul li.aventura:hover {	background: url(http://localhost/cat-aventura-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.diversos {	background: url(http://localhost/cat-diversos-bg.gif) no-repeat left top;}
.gamesCatalog ul li.diversos:hover {	background: url(http://localhost/cat-diversos-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.acao {	background: url(http://localhost/cat-acao-bg.gif) no-repeat left top;}
.gamesCatalog ul li.acao:hover {	background: url(http://localhost/cat-acao-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.femininos {	background: url(http://localhost/cat-femininos-bg.gif) no-repeat left top;}
.gamesCatalog ul li.femininos:hover {	background: url(http://localhost/cat-femininos-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.fliperama {	background: url(http://localhost/cat-fliperama-bg.gif) no-repeat left top;}
.gamesCatalog ul li.fliperama:hover {	background: url(http://localhost/cat-fliperama-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.esportes {	background: url(http://localhost/cat-esportes-bg.gif) no-repeat left top;}
.gamesCatalog ul li.esportes:hover {	background: url(http://localhost/cat-esportes-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.carro {	background: url(http://localhost/cat-carro-bg.gif) no-repeat left top;}
.gamesCatalog ul li.carro:hover {	background: url(http://localhost/cat-carro-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.infantis {	background: url(http://localhost/cat-infantis-bg.gif) no-repeat left top;}
.gamesCatalog ul li.infantis:hover {	background: url(http://localhost/cat-infantis-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.tiro {	background: url(http://localhost/cat-tiro-bg.gif) no-repeat left top;}
.gamesCatalog ul li.tiro:hover {	background: url(http://localhost/cat-tiro-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.guerra {	background: url(http://localhost/cat-guerra-bg.gif) no-repeat left top;}
.gamesCatalog ul li.guerra:hover {	background: url(http://localhost/cat-guerra-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.corrida {	background: url(http://localhost/cat-corrida-bg.gif) no-repeat left top;}
.gamesCatalog ul li.corrida:hover {	background: url(http://localhost/cat-corrida-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.meninas {	background: url(http://localhost/cat-meninas-bg.gif) no-repeat left top;}
.gamesCatalog ul li.meninas:hover {	background: url(http://localhost/cat-meninas-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.moda {	background: url(http://localhost/cat-moda-bg.gif) no-repeat left top;}
.gamesCatalog ul li.moda:hover {	background: url(http://localhost/cat-moda-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.crianca {	background: url(http://localhost/cat-crianca-bg.gif) no-repeat left top;}
.gamesCatalog ul li.crianca:hover {	background: url(http://localhost/cat-crianca-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.tabuleiro {	background: url(http://localhost/cat-tabuleiro-bg.gif) no-repeat left top;}
.gamesCatalog ul li.tabuleiro:hover {	background: url(http://localhost/cat-tabuleiro-bg.gif) no-repeat left bottom;}
.gamesCatalog ul li.memoria {	background: url(http://localhost/cat-memoria-bg.gif) no-repeat left top;}
.gamesCatalog ul li.memoria:hover {	background: url(http://localhost/cat-memoria-bg.gif) no-repeat left bottom;}

.gameSpacer
{
	width: 923px;
	height: 580px;
	text-align: center;
	background-color: #eaf9ce;
}

.gameSpacer embed
{
	z-index: 50;
}

.gameSpacerB
{
	height: 710px;
}

.gameActions
{
	/*width: 600px;*/
	width: 380px;
	/*margin: 16px 150px 0;*/
	margin: 16px 265px 0;
	padding: 7px;
	background: transparent url(http://web.muracache.com/img/site_layout_mura_content_body.gif) repeat-x scroll left top;
	height: 60px;
}

#muraGameSend,
#muraGamePost
{
	visibility: hidden;
	position: absolute;
	margin: 0 0 25px 0;
	width: 580px;
}

#gameStuffContainer
{
	margin-bottom: 12px;
}

#gameLink
{
	margin: 7px;
	padding: 2px;
	border: 1px solid #0b0;
	background-color: #f8ffea;
	color: #090;
	font-size: 90%;
	width: 235px;
	overflow: hidden;
}

#gameMail
{
	margin: 7px;
	padding: 4px;
}

#gamePost
{
	margin: 7px;
	padding: 4px;
	border: 1px solid #0b0;
	background-color: #f8ffea;
	color: #090;
	font-size: 90%;
	height: 160px;
	width: 535px;
	overflow: hidden;
}

.gameAdd,
.gamePost,
.gameSend,
.gameIG
{
	margin: 0 14px;
	padding: 3px 0 7px 60px;
}

.gameAdd{	background: transparent url(http://web.muracache.com/img/site_layout_jogo_adicionar.png) no-repeat scroll;}
.gamePost{	background: transparent url(http://web.muracache.com/img/site_layout_jogo_comentar.png) no-repeat scroll;}
.gameSend{	background: transparent url(http://web.muracache.com/img/site_layout_jogo_enviar.png) no-repeat scroll; width: 110px;}
.gameIG{	background: transparent url(http://web.muracache.com/img/site_layout_jogo_adicionar_ig.png) no-repeat scroll;}

.big
{
	display:block;
	font-size:150%;
	padding:0 0 0 20px;
}

.avatar{	margin: 0 7px;}

.gamesList
{
}

.gamesList ul li
{
	float: left;
	font-size: 65%;
	display: -moz-inline-box;
	margin: 5px 6px;
	min-height: 120px;
	vertical-align: top;
	width: 125px;
}

.gamesList ul li h2
{
	background: transparent none repeat scroll;
	display: block;
	margin: 0;
	padding: 0 10px 0 12px;
	width: 103px;
}

.gamesList ul li img
{
	background: transparent url(http://web.muracache.com/img/site_layout_mura_game_bg.gif) no-repeat scroll;
	padding: 10px 12px;
}

.gamesList ul li .play
{
	font-size: 9px;
	background: transparent url(http://web.muracache.com/img/site_controle.png) no-repeat scroll;
	float: left;
	line-height: 20px;
	margin: 0 0 0 12px;
	padding: 0 0 0 30px;
	text-transform: uppercase;
	width: 50px;
}

.policy ol li,
.policy p
{
	line-height: 18px;
	padding: 5px 0;
}

.policy ol li
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:decimal;
	margin:0 20px;
}

hr
{
	border-color: #009900;
	border-style: none none solid;
	border-width: medium medium 1px;
	color: #009900;
	height: 1px;
	padding: 0;
	margin: 24px 0;
}

.contactForm
{
	width: 67%;
}

.contactForm form
{
	margin: 20px 0;
}

.contactForm ol ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.contactForm ul li
{
	line-height: 18px;
	padding: 5px 0 0 0;
}

.contactForm label
{
	display: block;
	float: left;
	margin: 0 10px 0 0;
	text-align: right;
	width: 80px;
}

.contactForm input.formText,
.contactForm textarea
{
	width: 250px;
}

p
{
	line-height: 18px;
}

.bigLinks li
{
	font-size: 125%;
}

.lBox
{
	margin-bottom: 12px;
	float: left;
	width: 49%;
}

.rBox
{
	margin-bottom: 12px;
	float: right;
	width: 49%;
}

.left{
	margin-bottom: 12px;
	float: left;
}

.right{
	margin-bottom: 12px;
	float: right;
}

.gameThumb
{
	background: transparent url(http://web.muracache.com/img/gameThumbFrame.png) no-repeat scroll;
	width: 166px;
	height: 103px;
	padding: 6px;
}

.gameThumbn
{
	background: transparent url(http://web.muracache.com/img/gameThumbFrameNew.png) no-repeat scroll;
	width: 166px;
	height: 103px;
	padding: 6px;
}

.gameTitle
{
	font-size: 150%;
	margin-top: 0;
}

.langBlock
{
	float: right;
	position: relative;
	top: 55px;
	right: 30px;
}

h2
{
	font-size: 150%;
	color: #009900;
}

.contentText p
{
	margin-top: 10px;
}

/*.contentText p:first-child:first-letter {
	font-size: 175%;
}*/

.muraSocial div
{
	margin-bottom: 1px;
}

.muraNewsletter h3
{
	color: #fff;
	margin-top: 12px;
	margin-bottom: 0;
	font-size: 200%;
}

.muraSiteMap h3
{
	font-size: 13px;
	margin: 24px 0 6px;
	font-weight: bolder;
}

.muraSiteMapRoot
{
	padding: 0 10px;
	margin: 0;
}

.muraSiteMapSection
{
	float: left;
	padding-left: 5px;
	margin: 0 15px 0 0;
	border-left:1px solid #99EE66;
}

.muraList
{
	float: left;
	font-weight: bold;
	margin: 0 0 0 15px;
	/*min-width:135px;*/
}

.muraSubList
{
	font-weight: normal;
	margin: 3px 0 0 0;
}

.muraSubItem
{
	margin: 3px 0 0 16px;
	padding: 0;
}

.muraSubSubItem
{
	margin: 3px 0 0 32px;
	padding: 0;
}

.muraRegIcon a,
.muraLogIcon a
{
	margin: 0;
}

.muraRegIcon
{
	background: transparent url(http://web.muracache.com/img/site_layout_mura_icon_reg.png) no-repeat scroll center top;
}

.muraLogIcon
{
	background: transparent url(http://web.muracache.com/img/site_layout_mura_icon_log.png) no-repeat scroll center top;
}

.muraRegIcon,
.muraLogIcon
{
	font-size: 10px;
	float: left;
	text-align: center;
	width: 80px;
}

.muraBreadCrumb
{
	background: none;
	position: relative;
	padding: 0 40px 0 0;
}

.muraQuemSomos p
{
	margin-top: 8px;
}

.muraSiteMap h3 a,
.muraSiteMap h3 a:link,
.muraSiteMap h3 a:visited	
{
	color:#006600;
}

.muraSiteMap h3 a:hover,
.muraSiteMap h3 a:active
{
	color: #009900;
	text-decoration: underline;
}

.muraSiteMap a,
.muraSiteMap a:link,
.muraSiteMap a:visited	
{
	color:#009900;
}

.muraSiteMap a:hover,
.muraSiteMap a:active
{
	color: #00cc00;
	text-decoration: underline;
}

.muraBreadCrumb a,
.muraBreadCrumb a:link,
.muraBreadCrumb a:visited	
{
	color:#006600;
}

.muraBreadCrumb a:hover,
.muraBreadCrumb a:active
{
	color: #009900;
	text-decoration: underline;
}

.muraShortcuts img
{
	height: 20px;
	width: 20px;
	margin-right: 4px;
}

.googleSearchBar
{
	position: relative;
	float: right;
	margin: 12px 15px 0 0;
	padding: 0;
}

#searchField
{
	margin-right: 25px;
}

.muraStaffL
{
	position: relative;
	float: left;
	width: 53%;
}

.muraStaffR
{
	position: relative;
	float: right;
	width: 53%;
}

div.clear_both
{
	clear:both;
	font-size:1px;
}

.partners
{
	margin: 0 auto;
	text-align: center;
	padding: 0;
	position: relative;
}

.partners ul li
{
	background-color: transparent;
	padding: 7px;
	margin: 0;
	position: relative;
}

.policy
{
	padding: 26px;
}

.messageBlock
{
	width: 100%;
}

.contact_label
{
	text-align: right;
}

.inputText,
.inputTextarea
{
	width: 200px;
}

.inputTextarea
{
	height: 200px;
}

#cse-search-results iframe
{
	width: 850px;
	height: 1350px;
	margin: 0 35px;
}

.i
{
	color: #002200;
}

.muraCite
{
	color: #666666;
	float: right;
	font-size: 60%;
	line-height: 13px;
	width: 250px;
}

.muraLoginForm
{
	background-color: #eaf9ce;
}

.muraLoginForm #check
{
	width: 13px;
	border: 0 none;
	background: transparent;
	margin: 8px 55px;
}

.joinForm ul,
.cadastro ul
{
	margin: 0;
	padding: 5px 20px;
}

.muraLoginForm ul
{
	margin: 0;
	padding: 5px 10px;
}

.muraLoginForm ul li,
.joinForm ul li,
.buscaMembro ul li
{
	border-bottom: 1px dotted #009900;
	padding: 10px 10px;
	margin: 14px 0;
	background: transparent url(http://web.muracache.com/img/site_layout_mura_content_body.gif) repeat-x scroll;
}

.muraLoginForm ul li div,
.joinForm ul li div
{
	/*float: left;*/
	width: 100%;
	position: relative;
}

.cadastro ul li div
{
	float: left;
	width: 90%;
	margin: 0 auto;
}

.muraLoginForm h4,
.joinForm h4,
.buscaMembro h4,
.cadastro h4
{
	color: #009900;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px;
}

.joinForm label,
.cadastro label
{
	color: #009900;
	display: block;
	float: left;
	font-size: 12px;
	padding: 6px 10px;
	text-align: right;
	width: 150px;
	clear: left;
}

.input_text_noneditable,
.cadastro input,
.cadastro textarea
{
	border: 1px solid #009900;
	color: #009900;
	float: left;
	font-size: 11px;
	margin: 5px 0;
	padding: 1px 2px;
	width: 240px;
}

.input_text_noneditable
{
	border: 0 none !important;
	background-color: transparent !important;
	font-weight: bold !important;
	color: #005500 !important;
}

.joinForm ul li cite,
.cadastro ul li cite
{
	color: #666;
	float: right;
	font-size: 10px;
	line-height: 13px;
	width: 350px;
}

.muraLoginForm label
{
	color: #009900;
	display: block;
	float: left;
	font-size: 12px;
	padding: 6px 10px;
	text-align: right;
	width: 90px;
	clear: left;
}

.muraLoginForm input,
.muraLoginForm textarea
{
	border: 1px solid #009900;
	color: #009900;
	float: left;
	font-size: 11px;
	margin: 5px 0;
	padding: 1px 2px;
	width: 125px;
}

.buscaMembro ul li div
{
	float: left;
	/*width: 600px;*/
}

.buscaMembro label
{
	color: #009900;
	display: block;
	float: left;
	font-size: 12px;
	padding: 6px 10px;
	text-align: right;
	width: 75px;
	clear: left;
}

.buscaMembro input,
.buscaMembro select,
.buscaMembro textarea
{
	border: 1px solid #009900;
	color: #009900;
	float: left;
	font-size: 11px;
	margin: 5px 10px;
	padding: 1px 2px;
	width: 300px;
}

.buscaMembro fieldset
{
	float: left;
	width: 300px;
	padding: 0;
	margin: 0;
	text-align: center;
}

.buscaMembro #age_start,
.buscaMembro #age_end
{
	width: 75px;
	float: none;
}

.buscaMembroResultados
{
	margin: 10px;
}

/* * * * Inputs * * * */

.input_text,
.input_date,
.input_area,
.input_pass,
.input_check,
.input_select,
.input_select_couple,
.input_select_multi,
.input_file
{
	/*background-image: url( ../images/body_backgr.gif );
	border: 1px solid #999999;*/
	width: 240px;
	margin: 5px 0;
	float: left;
	font-size: 11px;
	padding: 1px 2px;
}

.input_check
{
	margin: 8px 110px !important;
	width: 13px !important;
	background: transparent;
	border: 0 none;
}

.input_select,
.input_select_couple,
.input_select_multi
{
	width: 245px;
	z-index: -1;
}

.counter {
	float: left;
	position: relative;
	width: 150px !important;
	color: rgb(0, 153, 0);
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.input_num {
	background-image: url( ../images/body_backgr.gif );
	border: 1px solid #999999;
	width: 40px;
	margin-right: 5px;
}

.input_range_0,
.input_range_1 {
	background-image: url( ../images/body_backgr.gif );
	border: 1px solid #999999;
	width: 40px;
}

.input_range_1 {
	margin-right: 5px;
}

.input_erroneus {
	border: 1px solid red !important;
	background-color: #ffdddd !important;
	color: #cc0000 !important;
}

.input_area,
.input_select_multi {
	height: 180px;
}

.form_row_special {
	text-align: center;
}

.form_error_cont {
	border: 1px solid red;
	padding: 3px;
	color: red;
	width: 220px;
}

label.input_radio_label {
	margin-right: 4px;
}

.text2 td
{
	text-align: center;
}

/*---------------------------------*/

.muraContent
{
	/*margin-bottom: 300px;*/
}

.prizesPrize img
{
	margin: 0;
	bottom: 6px;
	left: -3px;
	float: left;
	position: relative;
}

.prizesCounting
{
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	position: relative;
	right: 2px;
	width: 24px;
	text-align: center;
	top: 4px;
	overflow: hidden;
}

/*---------------------------------*/

.photo
{
	background-position: center center;
	/*border: 1px solid #009900;*/
	border: 0 none;
	background-repeat: no-repeat;
	background-color: #d7eac3;
}

.photo_title
{
	font-size: 11px !important;
	position: relative !important;
	text-align: center !important;
	float: none !important;
	left: 0 !important;
}

.photoBlock
{
	text-align: center;
}

#quickActionsB td
{
	width: 100px;
}

#qaIcons td
{
	text-align: center;
}
#qaLabels td
{
	font-size: 10px;
	text-align: center;
	vertical-align: top;
}

#view,
#edit,
#frnd,
#canc,
#bloq,
#mess
{
	width: 48px;
	height: 48px;
}

.buttonMiddlePart
{
	color: #fff !important;
	margin: 2px !important;
	padding: 0 5px !important;
	height: 20px !important;
	border: 1px solid #009900 !important;
	float: none !important;
	background: transparent url(http://web.muracache.com/img/site_layout_botao_fundo.png) repeat-x scroll top center;
}

.muraJoinTerms
{
	background: #FFFFFF none repeat scroll 0;
	border: 1px solid #CDCDCD;
	line-height: 15px;
	margin: 0 auto 20px;
	padding: 10px;
	text-align: center;
	width: 540px;
}

#ct-captcha
{
	width: 62px;
}

.errDiv
{
	display: none;
}

.peditSubmit
{
	width: 100px !important;
}

.fullCenter
{
	width: 100%;
	text-align: center;
	padding: 10px;
}

.control_panel_td_1_first,
.control_panel_td_1
{
	text-align: right;
	width: 20px;
}

.control_panel_td_2_first,
.control_panel_td_2
{
	text-align: left;
}

.control_panel_td_1_first,
.control_panel_td_1,
.control_panel_td_2_first,
.control_panel_td_2
{
	font-weight: bold;
	padding-right: 3px;
	vertical-align: middle;
}

/* LOGIN WINDOW ----------------------------------*/

.loginTL,
.loginTR,
.loginBL,
.loginBR
{
	width: 24px;
	height: 25px;
}

.loginTL
{
	background: #eaf9ce url(http://web.muracache.com/img/site_layout_login_tl.png) no-repeat scroll top left;
}

.loginTR
{
	background: #eaf9ce url(http://web.muracache.com/img/site_layout_login_tr.png) no-repeat scroll top right;
}

.loginBL
{
	clear: left;
	background: #eaf9ce url(http://web.muracache.com/img/site_layout_login_bl.png) no-repeat scroll bottom left;
}

.loginBR
{
	background: #eaf9ce url(http://web.muracache.com/img/site_layout_login_br.png) no-repeat scroll bottom right;
}

.loginL
{
	clear: left;
	background: #eaf9ce url(http://web.muracache.com/img/site_layout_login_left.png) repeat-y scroll center left;
	width: 11px;
	height: 100%;
}

.loginR
{
	background: #eaf9ce url(http://web.muracache.com/img/site_layout_login_right.png) repeat-y scroll center right;
	width: 12px;
	height: 100%;
}

.loginT
{
	background: #eaf9ce url(http://web.muracache.com/img/site_layout_login_top.png) repeat-x scroll top center;
	height: 13px;
	width: 302px;
}

.loginB
{
	background: #eaf9ce url(http://web.muracache.com/img/site_layout_login_bottom.png) repeat-x scroll bottom center;
	height: 14px;
	width: 302px;
}

.loginCenter
{
	text-align: center;
}

#okamin,
#emiata
{
	position: absolute;
}

#okamin
{
	background: transparent url(http://web.muracache.com/img/site_layout_login_okamin.png) no-repeat scroll;
	width: 230px;
	height: 280px;
	margin-left: 349px;
	margin-top: 220px;
}

#emiata
{
	background: transparent url(http://web.muracache.com/img/site_layout_login_emiata.png) no-repeat scroll;
	width: 88px;
	height: 93px;
	margin-left: -37px;
	margin-top: -75px;
}

.loginJoin
{
	background: transparent url(http://web.muracache.com/img/site_layout_mura_content_body_yellow.gif) repeat-x scroll !important;
	color: #555500;
}

.loginJoin h4
{
	color: #555500;
}

.loginJoin a,
.loginJoin a:link,
.loginJoin a:visited	
{
	color: #be7f00;
}

.loginJoin a:hover,
.loginJoin a:active
{
	color: #e4b500;
	text-decoration: none;
}

/*------------------------------------------------*/

.muraDidYouKnow
{
	background: transparent url(http://web.muracache.com/img/site_layout_vocesabia.png) no-repeat scroll 0;
	height: 130px;
	margin: 10px 0;
	padding: 25px;
	width: 236px;
	color: #555500;
}

.muraDidYouKnow h2
{
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	text-align: right;
	color: #555500;
}

.muraDidYouKnow a,
.muraDidYouKnow a:link,
.muraDidYouKnow a:visited	
{
	color:#CC4400;
}

.muraDidYouKnow a:hover,
.muraDidYouKnow a:active
{
	color: #DD6600;
	text-decoration: underline;
}

#actionMyPage,
#actionLogout
{
	height: 22px;
	display: block;
	padding: 2px 0 0 40px;
}

#actionMyPage
{
	background: transparent url(http://web.muracache.com/img/site_layout_mura_inicial.png) no-repeat scroll 8% center;
}

#actionLogout
{
	background: transparent url(http://web.muracache.com/img/site_layout_mura_sair.png) no-repeat scroll 8% center;
}

.hello_actions span
{
	margin-top: 3px;
}

.hello_actions a
{
	display: block;
	padding-top: 3px;
}

/*--------------------------------------------------------*/

/*.contentMurapedia
{
	background: #c3dceb url(http://web.muracache.com/img/site_layout_mura_content_body_blue.gif) repeat-x scroll !important;
	border: 1px dotted #002647;
}*/

.murapediaCient
{
	margin: 7px auto;
	padding: 0;
	height: 50px;
}

.murapediaCient li span
{
	float: left;
	clear: both;
	text-align: center;
}

.murapediaCient li .clsf
{
	font-weight: bold;
}

.murapediaCient .arrow
{
	background-color: transparent;
	border: 0 none;
	line-height: 40px;
	margin: 0;
}

.murapediaCient .arrow img
{
	margin: 0;
}

/**/
.murapediaDados
{
	margin: 7px;
	padding: 0;
	width: 45%;
}

.murapediaPhoto
{
	margin: auto inherit !important;
}

.murapediaDados li
{
	color: #002200;
	padding: 2px 0 0 5px;
	text-align: left;
	display: block;
	font-weight: bold;
	border-bottom: 1px dotted #cbea8f;
}

.murapediaDados .sub
{
	font-size: 80%;
	background-color: #cbea8f;
	font-weight: normal;
	border-bottom: 1px dotted #339900;
}
/**/

/**/
.ecossistemaDados
{
	margin: 0px;
	padding: 0;
	width: 45%;
}

.ecossistemaDados li
{
	color: #002200;
	text-align: left;
	padding: 2px 0 0 5px;
	display: block;
	font-weight: bold;
	border-bottom: 1px dotted #cbea8f;
}

.ecossistemaDados .sub
{
	font-size: 80%;
	background-color: #cbea8f;
	font-weight: normal;
	border-bottom: 1px dotted #339900;
}
/**/

.murapediaText p
{
	margin-bottom: 12px;
}

/*.murapediaText:first-child:first-letter
{
	font-size: 175%;
}*/

/*-----------------------------------------------------------*/

.searchPageNumber
{
	font-weight: bold;
	background-color: #eaf9ce;
	margin: 0;
	padding: 0;
	font-size: 150%;
}

.searchPageNumberCurrent
{
	border: 1px dotted;
	color: #66cc00;
	font-size: 150%;
	font-weight: bold;
	margin: 0 4px;
	background-color: #d9e8bd;
}

.searchFirst
{
	width: 21px;
	height: 16px;
	background: transparent url(http://web.muracache.com/img/site_prim.png) no-repeat scroll;
	margin: 4px 4px 0;
}

.searchPrev
{
	width: 16px;
	height: 16px;
	background: transparent url(http://web.muracache.com/img/site_ante.png) no-repeat scroll;
	margin: 4px 4px 0;
}

.searchNext
{
	width: 16px;
	height: 16px;
	background: transparent url(http://web.muracache.com/img/site_prox.png) no-repeat scroll;
	margin: 4px 4px 0;
}

.searchLast
{
	width: 21px;
	height: 16px;
	background: transparent url(http://web.muracache.com/img/site_ulti.png) no-repeat scroll;
	margin: 4px 4px 0;
}

.searchFirstDisabled
{
	width: 21px;
	height: 16px;
	background: transparent url(http://web.muracache.com/img/site_prim_d.png) no-repeat scroll;
	margin: 4px 4px 0;
}

.searchPrevDisabled
{
	width: 16px;
	height: 16px;
	background: transparent url(http://web.muracache.com/img/site_ante_d.png) no-repeat scroll;
	margin: 4px 4px 0;
}

.searchNextDisabled
{
	width: 16px;
	height: 16px;
	background: transparent url(http://web.muracache.com/img/site_prox_d.png) no-repeat scroll;
	margin: 4px 4px 0;
}

.searchLastDisabled
{
	width: 21px;
	height: 16px;
	background: transparent url(http://web.muracache.com/img/site_ulti_d.png) no-repeat scroll;
	margin: 4px 4px 0;
}

.photoFile
{
	display: inline;
}

.photoSend
{
	display: inline;
	width: 48px;
	height: 48px;
	background: transparent url(http://web.muracache.com/img/site_layout_icone_enviar_foto.png) no-repeat scroll;
	border: 0 none;
}

.photoDelete
{
	display: inline;
	width: 48px;
	height: 48px;
	background: transparent url(http://web.muracache.com/img/site_layout_icone_apagar_foto.png) no-repeat scroll;
	border: 0 none;
}

/*--------------------------------------------------*/

.baloon #tl
{
	background: transparent url(http://web.muracache.com/img/baloon_tl.gif) no-repeat scroll bottom right;
	width: 29px;
	height: 27px;
}

.baloon #t
{
	background: transparent url(http://web.muracache.com/img/baloon_t.gif) repeat-x scroll bottom center;
	height: 27px;
}

.baloon #tr
{
	background: transparent url(http://web.muracache.com/img/baloon_tr.gif) no-repeat scroll bottom left;
	width: 44px;
	height: 27px;
}

.baloon #l
{
	background: transparent url(http://web.muracache.com/img/baloon_l.gif) repeat-y scroll center right;
	width: 31px;
}

.baloon #m
{
	background-color: #dbf5bc;
}

.baloon #r
{
	background: transparent url(http://web.muracache.com/img/baloon_r.gif) repeat-y scroll center left;
	width: 47px;
}

.baloon #bl
{
	background: transparent url(http://web.muracache.com/img/baloon_bl.gif) no-repeat scroll top right;
	width: 31px;
	height: 42px;
}

.baloon #b
{
	background: transparent url(http://web.muracache.com/img/baloon_b.gif) repeat-x scroll top center;
	height: 42px;
}

.baloon #br
{
	background: transparent url(http://web.muracache.com/img/baloon_br.gif) no-repeat scroll top left;
	width: 46px;
	height: 42px;
}

.baloonArrow
{
	background: transparent url(http://web.muracache.com/img/baloon_arrow.gif) no-repeat scroll top left;
}

.baloonEdge
{
	background: transparent url(http://web.muracache.com/img/baloon_edge.gif) no-repeat scroll top left;
}

.messageActions
{
	position: relative;
	margin: 0 auto;
}

div.reply,
div.spam,
div.delete
{
	position: relative;
	width: 48px;
	height: 48px;
	line-height: 25px;
	vertical-align: middle;
	text-align: center;		
	float: left;
	margin: 0px 5px;
}

div.reply
{
	background: transparent url(http://web.muracache.com/img/site_layout_icone_msg_resp.png) no-repeat scroll;
}

div.spam
{
	background: transparent url(http://web.muracache.com/img/site_layout_icone_msg_spam.png) no-repeat scroll;
}

div.delete
{
	background: transparent url(http://web.muracache.com/img/site_layout_icone_msg_del.png) no-repeat scroll;
}

/*----------------------------------------*/

.myFriends
{
	border-top: 1px dotted #66cc00;
	border-bottom: 1px dotted #66cc00;
	padding: 20px 0;
	position: relative;
}

.myFriend
{
	position: relative;
	float: left;
	height: 135px;
}

.myFriendPic,
.myFriendName
{
	text-align: center;
}

.myFriendCheck
{
	position: absolute;
	margin: 2px;
	z-index: 60;
}

/*---------------------------------------*/

.mm
{
	width: 121px;
	height: 9px;
	background: transparent url(http://web.muracache.com/img/mm.png) no-repeat scroll bottom left;
	margin: 4px 0;
}

.tm
{
	width: 125px;
	height: 10px;
	background: transparent url(http://web.muracache.com/img/tm.png) no-repeat scroll bottom left;
	margin: 4px 0;
}

/*-----------------------------------------*/

.downloads
{
	margin: 27px 0;
}

.downPrev
{
	height: 400px;
	background: transparent url(http://web.muracache.com/img/site_layout_download_prv.png) no-repeat scroll top center;
	text-align: center;
	margin: 3px 0 0;
}

.prv
{
	width: 475px;
	height: 350px;
	margin-top: 18px;
}

.paperRes
{
	margin: 0 auto;
	padding: 0;
	width: 80%;
}

.paperRes tr td
{
	text-align: center;
	font-size: 10px;
	margin-right: 5px;
	padding-right: 6px;
	/*vertical-align: middle;*/
}

.paperRes tr td div
{
	height: 30px;
}

.downRes
{
	text-align: center;
}

.downResBorder
{
	border-right: 1px dotted #66cc00;
}

.downThumbs
{
	text-align: center;
	margin: 0;
	padding: 5px 34px;
}

.downThumbs li
{
	display: inline;
	padding: 6px 5px;
	margin: 1px;
	float: left;
	text-align: center;
	width: 60px;
	height: 48px;
	background: transparent url(http://web.muracache.com/img/site_layout_download_tb.png) no-repeat scroll top center;
}

/*-----------------------------------------*/

.muraHR
{
	height: 1px;
	border-bottom: 1px dotted #66cc00;
	margin: 2px 0;
}

/*---------------------------------------------*/

.muraMessages
{
	margin: 0 auto;
	border-top: 1px dotted #66cc00;
	border-bottom: 1px dotted #66cc00;
	padding: 20px 0;
}

.muraMsgBox
{
	float: left;
	width: 140px;
	margin: 6px;
}

.muraMsgBox #muraMsgFrom,
.muraMsgBox #muraMsgSubj,
.muraMsgBox #muraMsgSubjnew,
.muraMsgBox #muraMsgDate,
.muraMsgBox #muraMsgDatenew
{
	font-size: 10px;
}

/*---------------------------------------------*/

.muraCaptcha
{
	width: 100% !important;
	text-align: left;
}

div.mailbox_actions
{
	margin: 10px 0;
	padding: 4px 0;
	text-align: left;
	border-bottom: 1px dotted rgb(102, 204, 0);
}

.vitGame
{
	height: 227px;
	width: 400px;
}

/* BOONEX FOOTER*/
div.main_footer_block
{
	border:1px solid #CECECE;
	width: 1003px;
	margin-left: auto;
	margin-right: auto;
	height:49px;
	background-image:url('http://web.muracache.com/img/footer_part.png');
	font-family: Arial;
	font-size:11px;
}

div.powered_section
{
	color:#333333;
	padding-left:10px;
	padding-top:5px;
}

div.powered_section a,
div.powered_section a:link,
div.powered_section a:visited
{
	color: #3333CC;
	text-decoration: none;
}

div.powered_section a:hover,
div.powered_section a:active
{
	color: #3333CC;
	text-decoration: underline;
}

div.logo-section
{
	padding-top:7px;
	padding-right:10px;
	text-align:right;
}

div.license_section
{
	color:#000;
	padding-left:10px;
	padding-top:5px;
}

div.license_section a,
div.license_section a:link,
div.license_section a:visited
{
	color: #3333CC;
	text-decoration: none;
}

div.license_section a:hover,
div.license_section a:active
{
	color: #3333CC;
	text-decoration: underline;
}

/*---------------------------------------------
  WEB PLAYERS
  ---------------------------------------------*/
  
.playerUnity
{
	background: transparent url('http://web.muracache.com/img/icon_unity.png') no-repeat center left;
	height: 100px;
	margin: 270px 0 0 270px;
	padding: 5px 0 0 80px;
	position: absolute;
	text-align: left;
	width: 300px;
}

.playerFlash
{
	background: transparent url('http://web.muracache.com/img/icon_flash.png') no-repeat center left;
	height: 100px;
	margin: 270px 0 0 270px;
	padding: 5px 0 0 80px;
	position: absolute;
	text-align: left;
	width: 300px;
}