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

	body
	{
		position:relative;
		margin:0px;
		padding:0px;
		background-color:#fff;
		font-family:Verdana;
		font-size:11px;
		color:#534c4c;
		background-image:url('../images/top_main_bg.png');
	    background-repeat:repeat;
	}
	
	.topLogo
	{
		position:absolute;
		top:-10px;
		left:466px;
	}
	
	.clear_both
	{
		height:0;
		clear:both;
		font-size:1px;
		line-height: 1px;
	} 
	
	/* * * * DesignBox * * * */
	
	.disignBoxFirst
	{
		position:relative;
		margin-bottom:6px;
		background-color:transparent;
		border:0px solid red;
		background-image:none;
	}
	
	.boxFirstHeader
	{
		position:relative;
		height:25px;
		font-size:13px;
		color:#fff;
		font-family:Verdana;
		/*text-transform:capitalize;*/
		background-repeat:repeat-x;
		background-image:url('../images/db_1_header_cut.png');
		padding:6px 0px 0px 10px;
		border:0px solid red;
		margin:0px 16px 0px 16px;  
		background-color:transparent;
	}
	
	.dbFirstHeaderLeftC
	{
		position:absolute;
		top:0px;
		left:-16px;
		background-image:url('../images/db_1_header_lc.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:16px;
		height:31px;
	}
	
	.dbFirstHeaderRightC
	{
		position:absolute;
		top:0px;
		right:-16px;
		background-image:url('../images/db_1_header_rc.png');
		background-repeat:no-repeat;
		background-position:top right;
		width:16px;
		height:31px;
	}
	
	.boxContent1
	{
		position:relative;
		background-image:url('../images/db_1_body_left_cut.png');
	    background-repeat:repeat-y;
		background-position:top left;
	}
	
	.boxContent2
	{
		position:relative;
		background-image:url('../images/db_1_body_right_cut.png');
	    background-repeat:repeat-y;
		background-position:top right;
		
	}
	
	.boxContent3
	{
		overflow:hidden;
		font-size:11px;
		color:#606060;
		font-family:Verdana;
		padding:10px 8px 10px 8px;
		background-image:url('../images/db_1_body_bg.png');
	    background-repeat:repeat;
		margin:0px 2px 0px 2px;
	}

	.dbFooter
	{
		position:relative;
		height:21px;
		background-image:url('../images/db_1_footer_cut.png');
		background-repeat:repeat-x;
		margin:0px 17px 0px 17px;
		background-color:transparent;
	}
	
	.dbFirstFooterLCor
	{
		position:absolute;
		bottom:0px;
		left:-17px;
		background-image:url('../images/db_1_footer_lc.png');
		background-repeat:no repeat;
		background-position:top left;
		width:17px;
		height:21px;
		background-color:transparent;
	}
	
	.dbFirstFooterRCor
	{
		position:absolute;
		bottom:0px;
		right:-17px;
		background-image:url('../images/db_1_footer_rc.png');
		background-repeat:no repeat;
		background-position:top right;
		width:17px;
		height:21px;
		background-color:transparent;
	}
	
	
	.disignBoxFirst .boxFirstHeader .dbTopMenu,
	.disignBoxFirst .boxFirstHeader .caption_item {
		position: absolute;
		top:0px;
		right: 10px;
		white-space:nowrap;
		color:#8eaace;
		font-size: 11px;
		/*text-transform:capitalize;*/
		font-weight:bold;
		border:0px solid red;
	}
	
	.dbTopMenu div.active 
	{
		background-image:none;
		background-color:transparent;
		cursor:pointer;
		display:block;
		float:left;
		height:28px;
		line-height:28px;
		padding:0pt 0pt 0pt 0px;
	}
	
	.dbTopMenu .active span 
	{
		background:transparent url(../images/cursor2.png) no-repeat scroll bottom center;
		display:block;
		float:left;
		height:28px;
		padding:0pt 0px 0pt 0px;
		margin-right:5px;
		margin-left:5px;
	}
	
	.dbTopMenu div a,
	.dbTopMenu div a:link,
	.dbTopMenu div a:visited 
	{
		color: #fff;
		font-family:Verdana,Arial;
		font-size:11px;
	}
	
	.dbTopMenu div a:active, .dbTopMenu div a:hover
	{
		color: #8eaace;
	}
	
	.disignBoxFirst .boxFirstHeader .dbTitle 
	{
		float:left;
		position:relative;
		color: #fff;
	}
	
	div.gT
	{
		position:absolute;
		bottom:80px;
		right:-15px;
		background-image:url('../images/gorpus_link.png');
		background-repeat:no-repeat;
		background-position:top left;
		width:14px;
		height:144px;
	}
	
	.MsgBox .msgbox_text 
	{
	text-align:center;
	color:#4ba0ff;
	font-weight:bold;
	font-size:14px;
	padding:10px;
	/*text-transform:uppercase; */
	}
	
	.admin_actions_panel 
	{
		background-color:transparent;
	}

	.admin_filter_panel 
	{
	    background-color:transparent;
	}
	
	.dbBottomMenu
	{
		background-color: transparent;
	}
	
	.admin_actions_panel div.button_wrapper_close
	{
		background-color:#d7dbe2;
	}
	
	.notify_message .notify_wrapper_close 
	{
		background-color:#d7dbe2;
		
	}
	
	div.paginate 
	{
		top:-5px;
		background-color:transparent;
		height:20px;
		width:100%;
	}
	
	div.paginate div.view_all
	{
		height:20px;
		line-height:20px;
		margin-left:10px;
		padding-left:21px;
	}

	div.paginate div.pages_section
	{
		top:-5px;
	}

	div.paginate_btn 
	{
		margin-top:2px;
	}
