/*
 * jQuery UI screen structure and presentation
 * This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI
 * Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com
 * Visit themeroller.com
*/
/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}
/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}
/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-size: 11px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0 0 0 0;
    padding: 0 0 0 3px;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    margin: 0;
}

.ui-tabs-nav a {
	border: 0; 
	outline: 0; 
	line-height: 16px; 
	text-decoration: none; 
	list-style: none;
	float: left;
	font-weight: normal;
	text-decoration: none;
	padding: 4px 12px; /* sw072108 changed from 6px 18px to accomodate more tabs */
	color: #444444;
	border: 1px solid #cccccc;
	background: #e0e0e0 url(images/e0e0e0_40x100_textures_06_inset_hard_80.png) 0 50% repeat-x;
}
.ui-tabs-nav a:hover {
	background: #adadad url(images/adadad_40x100_textures_06_inset_hard_90.png) 0 50% repeat-x;
}
.ui-tabs-nav .ui-tabs-selected a {
    z-index: 2;
	background: #0181BE url(images/0181BE_40x100_textures_06_inset_hard_50.png) 0 50% repeat-x;
	color: #fff;
}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
    /* font-weight: bold;  added swest071808 to make the text on selected tab bold */
}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    float: left;
    /* width:96%; */
    width:740px;
    height:auto;
    padding: 10px;
    margin: 0;
	border: 1px solid #cccccc;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
#accountTabContainer .ui-tabs-panel {
    float: left;
    /* width:96%; */
    width:720px;
    height:auto;
    padding: 10px;
    margin: 0;
	border: 1px solid #cccccc;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
.ui-tabs-panel p {
	margin: 0;
	padding: 0;
}

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

/* ---------------------------------------------------------------
Clearfix
--------------------------------------------------------------- */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
