@import url(../../base/css/common.css);

	body
	{
		position:relative;
		margin:0px;
		padding:0px;
		background-color:#fff;
		font-family:Verdana;
		font-size:11px;
		color:#666;
		padding-bottom:30px;
	}
	
	/* * * * DesignBox * * * */
	
	.disignBoxFirst
	{
		position:relative;
		margin-bottom:6px;
		background-color:#fff;
		border:0px solid red;
	}
	
	.boxFirstHeader
	{
		position:relative;
		height:25px;
		font-size:12px;
		font-weight:none;
		color:#33af76;
		padding:19px 0px 0px 22px;
		font-family:Verdana;
		text-transform:lowercase;
		border:0px solid red;
		background-image:url('../images/db_first_header_cutting.gif');
	    background-repeat:repeat-x;
	}
	
	.dbFirstHeaderLeftC
	{
		position:absolute;
		top:0px;
		left:0px;
		background-image:url('../images/db_first_header_lcor.gif');
		background-repeat:no repeat;
		background-position:top left;
		height:44px;
		width:23px;
	}
	
	.dbFirstHeaderRightC
	{
		position:absolute;
		top:0px;
		right:0px;
		background-image:url('../images/db_first_header_rcor.gif');
		background-repeat:no repeat;
		background-position:top right;
		height:44px;
		width:23px;
	}
	
	.boxContent1
	{
		position:relative;
		background-image:url('../images/db_first_bcontent1_cutting.gif');
	    background-repeat:repeat-y;
		background-position:top left;
	}
	
	.boxContent2
	{
		position:relative;
		background-image:url('../images/db_first_bcontent2_cutting.gif');
	    background-repeat:repeat-y;
		background-position:top right;
		
	}
	
	.boxContent3
	{
		overflow:hidden;
		font-size:11px;
		color:#666;
		font-family:Verdana;
		padding:10px 8px 30px 8px;
		background-image:url('../images/db_first_bcontent3_cutting.gif');
	    background-repeat:repeat-x;
		background-position:bottom left;
		margin:0px 9px 0px 9px;
	}

	.dbFooter
	{
		position:relative;
		height:25px;
		background-image:url('../images/db_first_footer_cutting.gif');
	    background-repeat:repeat-x;
	}
	
	.dbFirstFooterLCor
	{
		position:absolute;
		top:0px;
		left:0px;
		background-image:url('../images/db_first_footer_lcor.gif');
		background-repeat:no repeat;
		background-position:top left;
		height:25px;
		width:25px;
	}
	
	.dbFirstFooterRCor
	{
		position:absolute;
		top:0px;
		right:0px;
		background-image:url('../images/db_first_footer_rcor.gif');
		background-repeat:no repeat;
		background-position:top right;
		height:25px;
		width:25px;
	}
	
	
	.disignBoxFirst .boxFirstHeader .dbTopMenu,
	.disignBoxFirst .boxFirstHeader .caption_item {
		position: absolute;
		top: 10px;
		right: 20px;
		white-space:nowrap;
		color:#33af76;
		font-size: 11px;
		text-transform:capitalize;
		font-weight:bold;
		margin-top:9px;
	}
	
	.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 top 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: #9b9e9d;
		font-family:Verdana,Arial;
		font-size:11px;
	}
	
	.dbTopMenu div a:active, .dbTopMenu div a:hover
	{
		color: #33af76;
	}
	
	.disignBoxFirst .boxFirstHeader .dbTitle 
	{
		float:left;
		position:relative;
		color: #fff;
	}
	
	div.gT
	{
		position:absolute;
		bottom:70px;
		right:-10px;
		background-image:url('../images/gorpus_link.png');
		background-repeat:no repeat;
		background-position:top left;
		width:10px;
		height:126px;
	}
	
	/***************paginates********************/	
	div.paginate 
	{
		top:-8px;
		background-color:transparent;
		height:20px;
		width:95%;
		position:relative;
		
		margin-left:15px;
	}
	
	div.paginate div.view_all
	{
		height:20px;
		line-height:20px;
		margin-left:10px;
		padding-left:21px;
	}

	div.paginate div.pages_section
	{
		top:-10px;
	}

	div.paginate_btn 
	{
		margin-top:2px;
	}

