@import url("../../base_en/css/main.css");

#orca_main
{
    width:100%;
}

.dbFirstHeaderLeftCO
	{
		position:absolute;
		top:0px;
		left:0px;
		background-image:url('../db_first_header_lcor.png');
		background-repeat:no-repeat;
		background-position:top left;
		height:36px;
		width:23px;
	}
	
	.dbFirstHeaderRightCO
	{
		position:absolute;
		top:0px;
		right:0px;
		background-image:url('../db_first_header_rcor.png');
		background-repeat:no-repeat;
		background-position:top right;
		height:36px;
		width:23px;
	}
	
	.forum_table_list th 
	{
		background-color:transparent;
		border:1px solid #7fc1e8;
	}
	
	.forum_table_list tr td {
	border-top:1px solid #7fc1e8;
	}
	
	.forum_table_cell_user
	{
	border-right:1px solid #7fc1e8;
	padding:5px;
	}
	
	.forum_post_text {
	border-top:1px solid #7fc1e8;
	padding:5px;
	}
	
	.live_fade {
background-image:none;

}

.search_box {
background-color:transparent;
border:0px solid #7fc1e8;

}

#f_breadcrumb {
margin-left:15px;
}