/*
 * 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 {
	list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	width:656px;
	height: 300px;
	background:url(/Images/tabnavi_bg.gif) repeat-x;
}
.ui-tabs-nav ul {
	text-decoration: none;
	list-style: none;
	margin:0 0 0 9px;
}
.ui-tabs-nav li {
	text-decoration: none; 
	list-style: none;
	list-style-type:none;
	float: left;
	height:28px;
	margin:0 0 0 -9px;
	background:transparent;
}
.ui-tabs-nav li span {
	height:28px;
	width:9px;
	display:block;
	float:left;
	background:transparent;
}
.ui-tabs-nav li a 
{
	margin:4px 6px 0 18px;
	text-decoration: none;
	list-style: none;
	float: left;
	display: inline;
}
.ui-tabs-nav li a:hover {

}
.ui-tabs-nav li.ui-tabs-selected 
{
	background:#ffffff url(/Images/tabnavi_left.gif) no-repeat left;
	margin:0; padding:0;
}

.ui-tabs-nav li.ui-tabs-selected span
{
	background:url(/Images/tabnavi_right.gif) no-repeat left;
	margin:0 -9px 0 0;
	padding:0;
	display: inline;
}

* html .ui-tabs-nav li.ui-tabs-selected span
{
	margin:0;
}

.ui-tabs-nav li.ui-tabs-selected a, .ui-tabs-nav li.ui-tabs-selected a:hover {

}
.ui-tabs-panel {
	clear:left;
	background:transparent;
	position:absolute;
	top:50px;
	left:0px;
	height:200px;
	width:656px;
}

.ui-tabs-panel a, #tabs div a
{
	background:#ecf5f4;
	margin:0 0 1px 0;
	height:25px;
	width:588px;
	padding:16px 0 8px 68px;
	display:block;
	clear:both;
	color:#5b5c5e;
}

/* Styles For File-Download BG with File-Type-Icon*/
#tabs .ui-tabs-panel a.pdf
{
	background:#E0EFEC url(/Images/filetype_icons/lo/pdf.gif) no-repeat 20px 6px;
}

#tabs .ui-tabs-panel a.zip
{
	background:#E0EFEC url(/Images/filetype_icons/lo/zip.gif) no-repeat 20px 6px;
}


#tabs .ui-tabs-panel a.jpg, #tabs .ui-tabs-panel a.gif
{
	background:#E0EFEC url(/Images/filetype_icons/lo/image.gif) no-repeat 20px 6px;
}

#tabs .ui-tabs-panel a.doc, #tabs .ui-tabs-panel a.docx
{
	background:#E0EFEC url(/Images/filetype_icons/lo/word.gif) no-repeat 20px 6px;
}

#tabs .ui-tabs-panel a.pdf:hover, #tabs .ui-tabs-panel a.pdf:active
{
	background:#5DA592 url(/Images/filetype_icons/hi/pdf_hi.jpg) no-repeat;
	color: #ffffff;
}

#tabs .ui-tabs-panel a.zip:hover, #tabs .ui-tabs-panel a.zip:active
{
	background:#5DA592 url(/Images/filetype_icons/hi/zip_hi.jpg) no-repeat;
	color: #ffffff;
}

#tabs .ui-tabs-panel a.jpg:hover, #tabs .ui-tabs-panel a.jpg:active,
#tabs .ui-tabs-panel a.gif:hover, #tabs .ui-tabs-panel a.gif:active
{
	background:#5DA592 url(/Images/filetype_icons/hi/image_hi.jpg) no-repeat;
	color: #ffffff;
}

#tabs .ui-tabs-panel a.doc:hover, #tabs .ui-tabs-panel a.doc:active,
#tabs .ui-tabs-panel a.docx:hover, #tabs .ui-tabs-panel a.docx:active
{
	background:#5DA592 url(/Images/filetype_icons/hi/word_hi.jpg) no-repeat;
	color: #ffffff;
}

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

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

