/* CSS Document */

.ctabs_head
{
	padding: 0;
	margin-top: 8px;
	text-align: left;
}

/*---------- To align the Actions, Icon and Title ---------*/
.ctabs_icon, .ctabs_actions, .ctabs_head h1
{
	float: left;
}
.ctabs_head h1
{
	margin: 0;
	padding: 0;
}
.icn img
{
	margin-right: 5px;
	float:left;
}

.head_title
{
	margin: 0;
	float: left;
}
.title_vis
{
	margin: 0;
	float: right;
}

.ctabs_content
{
	clear: both;
}
.ctabs_contentpane
{
	padding: 8px 0 0 0;
	text-align: left;
}
.ctabs_footer
{
	margin-bottom: 20px;
	padding: 0;
	text-align: right;
	float:right;
}
/*---------- Tabs Section ---------*/

.ctabs_us
{
	float: left;
	height: auto;
	width: 760px;
	font-family: arial;
	font-size: 12px;
	color: #535659;
	/*margin-top:-3.5em;*/
	overflow: hidden;
}

.ctabs_us_top_left
{
	float: left;
	height: 21px;
	width: 760px;
	background: transparent url(images/top_left.png) no-repeat top left;
}
.ctabs_us_top_right
{
	float: right;
	height: 21px;
	width: 738px;
	background: transparent url(images/top_right.png) no-repeat top right;
}
.ctabs_us_top_bg
{
	float: left;
	height: 21px;
	width: 717px;
	background: transparent url(images/top_bg.jpg) repeat-x top left;
}
.ctabs_us_middle_left
{
	float: left;
	width: 760px;
	height: auto;
	overflow: hidden;
	background: transparent url(images/border.jpg) repeat-y top left;
}
.ctabs_us_middle_right
{
	float: right;
	width: 759px;
	height: auto;
	overflow: hidden;
	background: transparent url(images/border.jpg) repeat-y top right;
}
.ctabs_us_middle_content
{
	float: left;
	width: 758px;
	height: auto;
	overflow: hidden;
	background: #FFF;
	padding-bottom:30px;
}
.ctabs_us_bottom_left
{
	float: left;
	height: 21px;
	width: 760px;
	background: transparent url(images/bottom_left.png) no-repeat bottom left;
}
.ctabs_us_bottom_right
{
	float: right;
	height: 21px;
	width: 738px;
	background: transparent url(images/bottom_right.png) no-repeat bottom right;
}
.ctabs_us_bottom_bg
{
	float: left;
	height: 21px;
	width: 717px;
	background: transparent url(images/bottom_bg.jpg) repeat-x bottom left;
}
/*---------- default style for head & normal -----------*/
.Normal p
{
	margin-top: 0px;
}

/*---------- For the inline edit icons -----------*/
.eipbackimg
{
	background-color: #DAE7F2;
	border: solid 1px #4F839F;
}










