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

	div.bodyDiv
	{
		position:relative;
		padding:0px;
		margin:0px;
		overflow:hidden;
		background-image:url('../images/main_body_cutting.png');
	    background-repeat:repeat-y; 
		background-position:top center;
		border:0px solid red;
	}
	
	div.mainBlockDiv
	{
		position:relative;
		border:0px solid green;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:30px;
		padding:0px;
	}
	
	.bodyTopBlock
	{
        position: relative;
        z-index: 56;
        background-color:transparent;
		border:0px solid red;
		height:83px;
		margin-bottom:1px;
		/* background-image:url('../images/body_top_block_cutting.png');
	    background-repeat:repeat-x; */
		margin:0px 43px 0px 43px; 
	}
	
	
	div.bodyTopBlockLC
	{
		position:absolute;
		top:0px;
		left:-43px;
		background-image:url('../images/body_top_block_lc.png');
	    background-repeat:no-repeat;
		background-position:top left;
		height:133px;
		width:43px;
	}
	
	div.bodyTopBlockRC
	{
		position:absolute;
		top:0px;
		right:-43px;
		background-image:url('../images/body_top_block_rc.png');
	    background-repeat:no-repeat;
		background-position:top right;
		height:133px;
		width:43px;
	}
	
	div.innerBottomDiv
	{
		position: relative;
		height:39px;
		margin-left:34px;
		margin-right:34px;
		border:0px solid yellow;
	}
	
	div.innerBottomDivLC
	{
		position:absolute;
		top:0px;
		left:-34px;
		background-image:url('../images/inner_bottom_div_lc.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:34px;
		height:49px;
	}
	
	div.innerBottomDivRC
	{
		position:absolute;
		top:0px;
		right:-34px;
		background-image:url('../images/inner_bottom_div_rc.png');
		background-repeat:no-repeat;
		background-position:top right;
		width:34px;
		height:49px;
	}
	
	
	/*********************** bottom , copyrights ******************************/
	
	div.bodyLowerBlock
	{
		position:relative;
		height:25px;
		border:0px solid green;
		overflow:visible;
	}
	
	div.bottomLinks {
    	float:none;
    	width:100%;
		text-align:center;
    	overflow:hidden;
    	text-transform:capitalize;
        padding:12px 0px 0px 0px;
		font-size:11px;
	}
	
	.bottom_links_block
	{
		margin-right:8px;
	}
	
	div.bottomCpr
	{
		float:none;
    	color:#a7b0b6;
    	font-weight:normal;
    	font-size:11px;
		padding:0px 0px 0px 0px;
		text-align:center;
	}
	
	.TransBox .msgbox_content 
	{
		background-image:none;
		position:relative; 
		background-color:#fff;
	}

	.actionsBlock .button_input_wrapper
	{
	   margin-right: 7px;
	   background-position: left top;
	   background-repeat: no-repeat;
	   background-image: url(../images/button_bg.png);
	   padding-top:2px;
	}
	
	div.top_settings_block 
	{
		background-color:transparent;
	}
	
	div.search_filled_block
	{
		background-color:transparent;
	}
	
	.mainLogo {
		margin: 0px 0px 0px 15px;
	}
	
	.swf_uploader_warning
	{
	color:#fff;
	}

	.controlsDiv {
		background-color:transparent;
	}

	.actionsBlock .button_input_wrapper button {
		color:#fff;
	}


	.blue-small-text { font-family:  Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; color: #015888; text-decoration:none; line-height: 20px;}
.small-text { font-family:  Helvetica, Arial, sans-serif; font-size: 12px; font-weight: normal; color: #474A4D; text-decoration:none; line-height: 20px;}

.plan-mid-white { font-family:  Helvetica, Arial, sans-serif; font-size: 16px; font-weight:bold; color: #ffffff; text-decoration:none; font-style: normal; line-height:30px; margin-left:5px}