/*
 * 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
*/

/*
 * Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size.
 * As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px.
 * body {font-size: 62.5%;}
*/






/*UI tabs*/
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	width: 96%;
	padding: 20px;
	float: left;
	position: relative;
	z-index: 1;
	bottom: -1px;
}
.ui-tabs-nav ul {
	/*resets*/margin: 0; margin-left: 0!important; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
#content-css .ui-tabs-nav li, .ui-tabs-nav li {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border-bottom:none;
	margin: -1px;
	border-collapse:collapse;
}
#content-css.ui-tabs-navv li {margin:0 -1px 0 0;}
.ui-tabs-nav li a {
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;	
	/*resets*/margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 10px;
	list-style: none;
	float: left;
	font-weight: normal;
	text-decoration: none;
	color:#000;
	background: #DFC7C7;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	margin-right: 5px;
	border: thin dashed #999999;
	border-bottom: none;
}
.ui-tabs-nav li a:hover {
	background: #DFC7C7;
	color: #000;
}
.ui-tabs-nav li.ui-tabs-selected {
	border-bottom-color: #DFC7C7;
}


.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {
	background: #910505;
	color: #fff;
	font-weight: bold;
}
.ui-tabs-nav p{
	padding-top: 10px;

	font-size: 10px;
}
.ui-tabs-nav h2{
	font-size: 11px;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	font-family: Verdana,Arial,sans-serif;
	clear:left;
	border: thin dashed #CCCCCC;
	font-size: 10px;
	margin-top:0px;
	border-collapse:collapse;
	background: #fcfdfd url(images/fcfdfd_40x100_textures_06_inset_hard_100.png) 0 bottom repeat-x;
	padding: 10px;
	
	overflow: auto;
}
.ui-tabs-panel p{
margin: 0;
padding: 0;
margin-bottom: 7px;
}

.ui-tabs-panel h2{
height: auto;
margin: 0;
padding: 0;
margin-bottom: 7px !important;
text-align: left;
}

.ui-tabs-panel p a{
	letter-spacing: 0;
	font-size: 10px;
	font-weight: bold;
	color: 910505;	
}

strong a:hover{
	color: #000000 !important;
}

.ui-tabs-panel p a:hover{
	letter-spacing: 0;
	font-size: 10px;
	font-weight: bold;
	color: #000000 !important;	
}




.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

#tabs { margin-left: 0px; margin-right: 0px; }

/*hidden elements*/
.ui-hidden {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}
.ui-accessible-hidden {
	 position: absolute; left: -99999999px;
}
/*reset styles*/
.ui-reset {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
}
/*clearfix class*/
.ui-clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.ui-clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .ui-clearfix {height: 1%;}
.ui-clearfix {display: block;}
/* End hide from IE-mac */

/* Note: for resizable styles, use the styles listed above in the dialog section */



