#main-container {
	border-left:1px solid transparent
}

#header {
	margin-bottom: 0
}
#directoryTabs {
	margin: 0;
}
#directoryTabs ul.tabs {
	list-style: none;
	margin-left:160px;
}
#directoryTabs ul.tabs li {
	float: left;
	margin-right: 1px;
	margin-bottom: -1px;
	font-weight: 700;
	display: block;
	padding: 8px 14px 8px 14px;
	background: #F1EEE4;
	margin-bottom: -1px;
	border: 1px solid #B4AE95;
	position: relative;
	color: #898989;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    -khtml-border-top-left-radius: 5px;
}
#directoryTabs ul.tabs li.activeDir{
	background: #fff;
	border-bottom: 1px solid #fff;
	color: #5f95ef;
}
* html #directoryTabs ul.tabs li {
	display: inline;
}
#directoryTabs ul.tabs li, #directoryTabs ul.tabs li a {
	float: left;
	color: #555;
}
#directoryTabs ul.tabs li.activeDir {
	background: #FFF;
	color:#333;
}
#directoryTabs div.dirContainer {
	background: #FFF;
	clear: both;
	padding: 15px;
	min-height: 200px;
	border-top: 1px solid #B4AE95;
}
#directoryTabs input[type="submit"] {
	background-image: -webkit-gradient(linear,left top,left bottom,from(whiteSmoke),to(#F1F1F1));
	background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
	-webkit-border-radius: 2px;
	-webkit-user-select: none;
	background-color: whiteSmoke;
	background-image: linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: -o-linear-gradient(top,whiteSmoke,#F1F1F1);
	border: 1px solid gainsboro;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #666;
	cursor: default;
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 23px;
	line-height: 21px;
	margin: 0 6px;
	min-width: 54px;
	padding: 0 8px;
	text-align: center;
	vertical-align:top;
}
#directoryTabs input[type="submit"]:hover{
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
	background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);
	background-color:#f8f8f8;
	background-image:linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);
	border:1px solid #c6c6c6;
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
	color:#333
}
#directoryTabs input[type="submit"]:focus{
	border:1px solid #4d90fe;
	outline:none
}
#directoryTabs input[type="text"] {
	border: 1px solid #c6c6c6;
	height: 21px;
	font-size: 13px;
	padding-left: 2px;
}
#directoryTabs input[type="text"]:hover{
	border: 1px solid #a0a0a0;
}
#directoryTabs input[type="text"]:focus{
	border: 1px solid #39C;
}
#directoryTabs select{
	margin-left: 5px;
}
#tabs div h3 {
	margin-bottom: 12px;
}
#tabs div p {
	line-height: 150%;
}
#tabs ul.tabs li a {
	text-decoration: none;
	padding: 8px;
	color: #000;
	font-weight: bold;
}
.page-title {
	border-bottom: 1px solid #B4AE95;
}
div.loading {
	margin:auto;
	min-height:50px;
	min-width:50px;
	background:#ffffff url('/images/loading.gif') no-repeat center center;
}
#preview {
	border: 1px solid #CCC;
	margin: 2px auto;
	padding: 3px;
	background: #fff;
    display: none;
    position: absolute;
}
a.preview img {
	border: 1px solid #CCC;
	margin: 2px auto;
	padding: 3px;
	background: #fff;
}
table.no-label{
	border-top: 2px #aaa solid;
}
table.z-bra td.label{
	background-color:#2c4873;
	font-weight:bold;
}
table.z-bra td {
	border-bottom: 1px #ccc dotted;
	padding:5px;
	margin:1px;
	vertical-align:middle;
}
table.z-bra td.nowrap {
	white-space:nowrap;
}
div.moreButton{
	width:80%;
	margin:auto;
	margin-top:15px;
	text-align:center;
		background-image: -webkit-gradient(linear,left top,left bottom,from(whiteSmoke),to(#F1F1F1));
	background-image: -webkit-linear-gradient(top,whiteSmoke,#F1F1F1);
	-webkit-border-radius: 5px;
	-webkit-user-select: none;
	background-color: whiteSmoke;
	background-image: linear-gradient(top,whiteSmoke,#F1F1F1);
	background-image: -o-linear-gradient(top,whiteSmoke,#F1F1F1);
	border: 1px solid gainsboro;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	color: #666;
	cursor: default;
	font-family: arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 28px;
}
div.moreButton:hover{
	background-image:-webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
	background-image:-webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);
	background-color:#f8f8f8;
	background-image:linear-gradient(top,#f8f8f8,#f1f1f1);
	background-image:-o-linear-gradient(top,#f8f8f8,#f1f1f1);
	border:1px solid #c6c6c6;
	box-shadow:0 1px 1px rgba(0,0,0,0.1);
	color:#333
}
#breadcrumb
{
    font-size: 11px;
    background-color:#f9f9f9;
    height:30px;
    line-height:30px;
    color:#9b9b9b;
    border:solid 1px #cacaca;
    width:100%;
    overflow:hidden;
    margin:0px;
    padding:0px;
}
#breadcrumb li {
    list-style-type:none;
    float:left;
    padding-left:10px;
	margin:0;
}

#breadcrumb a {
    height:30px;
    display:block;
    background-image:url('/images/bc_separator.png');
    background-repeat:no-repeat;
    background-position:right;
    padding-right: 15px;
    text-decoration: none;
    color:#454545;
}
#breadcrumb a:hover{
    color:#39C;
}
#faqs div.faq-title{
	cursor:pointer;
	color:#39C;
	font-weight: 500;
	background:url("/images/tiny-arrow.png") no-repeat scroll 9px 50% transparent;
	padding:0 0 0 26px;
	line-height:16px;
}
#faqs div.faq-title.active{
	background:url("/images/tiny-arrow-down.png") no-repeat scroll 9px 50% transparent;
}
#faqs div.faq-body{
	height:0;
	overflow:hidden;
	position:relative;
	padding-top:10px;
	padding:10px 0 10px 26px;
	line-height:14px;
}
#faqs div.faq-body p{
	line-height:14px;
}
div.classic, div.classic p {
	margin-bottom:20px;
	line-height:18px;
}
div.classic ul { display: block; list-style-type: disc; margin: 1em 0; padding-left: 40px;border:0;}
div.classic ol { display: block; list-style-type: decimal; margin: 1em 0; padding-left: 40px;border:0;}
div.classic li { display: list-item;border:0;}
div.classic strong {font-weight:bold;}
div.classic hr {height:1px;}

.ui-accordion .ui-accordion-header { border:0; color: black; cursor: pointer; display: block; font-size: 12px; font-weight: normal; height: 27px; line-height: 16px;margin: 0;outline: medium none;padding: 12px 0 0 25px;text-align: left;text-decoration: none;text-transform: none;background-repeat: repeat-x;background-position: 9px center, left center;}
.ui-accordion .ui-accordion-header[aria-selected=false] { background-image: url(/images/accordion-bg.png); }
.ui-accordion .ui-accordion-header[aria-selected=true] { background-image: url(/images/accordion-bg.png); border-bottom: 1px dotted #DDD}
.ui-widget-content { border:0;background: url(/images/accordion-bg.png) repeat-x bottom; }
.ui-widget-content a{color:#39c}