@charset "utf-8";
/* CSS Document */

.roundtop,ul.css-tabs, ul.css-tabsW,ul.css-tabs li a:hover,ul.css-tabsW li a:hover,ul.css-tabs li a.current,ul.css-tabsW li a.current{
		-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
	}
	.roundbot,.css-panes div,.css-panesW div {
		-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
	}
	.tabs{
		margin-left:auto;
		margin-right:auto;
		width:100%;
		height:53px;
		background:URL(../images/bg_tabs.gif) repeat-x top left;
	}
	a:active {
    outline:none;
}

:focus {
    -moz-outline-style:none;
    outline: none;
}
/* root element for tabs  */
ul.css-tabs {
    margin:0 !important;
    
    height:53px;
    border-bottom:1px solid #666;
	
}

/* single tab */
ul.css-tabs li,ul.css-tabsW li {
    float:left;
	margin-top:8px;
	background:transparent URL(../images/tab_sep.gif) no-repeat top right;
	height:44px;
    padding:0;
   
    list-style-type:none;
}
ul.css-tabs li:first-child ,ul.css-tabsW li:first-child{
	margin-left:20px;
	/*background:none;*/
	
}
ul.css-tabs li:last-child,ul.css-tabsW li:last-child {
	background:none;
}


ul.css-tabs li.off{
background:none;
}
ul.css-tabs li.on{
background:transparent URL(../images/tab_sep.gif) no-repeat top right;
}

/* link inside the tab. uses a background image */
ul.css-tabs a,ul.css-tabsW a {
    float:left;
    font-size:14px;
    display:block;
    padding:15px 15px;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
    border-bottom:0px;
    height:15px;
    background:transparent;
    color:#ffffff;
    margin-right:2px;
    position:relative;
    top:1px;
    outline:0;
    
}

ul.css-tabs a:hover,ul.css-tabsW a:hover {
    	color:#FF8DC7;
	padding:15px 15px;
}

/* selected tab */
ul.css-tabs a.current {
    background-color:#f4f4f4;
    border-bottom:1px solid #f4f4f4;
    color:#333333;
    cursor:default;
	padding:15px 15px;
}


/* tab pane */
#content{
    display:block;
    border:1px solid #cccccc;
    border-width:0 1px 1px 1px;
	clear:both;
}
.bggray{
	background-color:#F4F4F4;
}

/*tabs white*/
ul.css-tabsW a {
    float:left;
    font-size:14px;
    display:block;
    padding:15px 15px;
    text-decoration:none;
    font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
    border-bottom:0px;
    height:15px;
    background:transparent;
    color:#ffffff;
    margin-right:2px;
    position:relative;
    top:1px;
    outline:0;
    
}


/* selected tab */
ul.css-tabsW a.current {
    background-color:#FFFFFF;
    border-bottom:1px solid #FFFFFF;
    color:#333333;
    cursor:default;
	padding:15px 15px;
}


/* tab pane */
#content{
    display:block;
    border:1px solid #cccccc;
    border-width:0 1px 1px 1px;
	clear:both;
}
.bgwhite{
	background-color:#FFFFFF;
}

.no_tabs_bg
{
	background:none !important;
}
.heading_tab_txt_width{
	white-space: nowrap;
}