.tabs_pub {
	margin-bottom: 2px;
}

.ui-tabs-hide {
    display: none;
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {
   font-size:90%;
   font-weight: bold;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 32px;
    background: #fff url('/_static/img/tab-pub-inactive.gif') repeat-x;
}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.ui-tabs-nav li {
    float: left;
    display: inline;
    color: #1d313a;
    /*background-color: #e4eff3;*/
    background: #fff url('/_static/img/tab-pub-inactive.gif') repeat-x;
    margin: 0;
    padding: 0;
    padding-left: 4px;
    padding-right: 4px;
    /*border-left: 2px solid #fff;*/
    border-right: 2px solid #fff;
    border-bottom: none;
    line-height:32px;
    width: 162px;
    overflow: hidden;
    white-space: nowrap;
	text-align: center;
}

.ui-tabs-nav li.ui-tabs-selected {
    /*background-color: #d1dce2; */
    background: #FCAA1A url('/_static/img/tab-pub-active.gif') repeat-x;
	width: 163px;
}
.ui-tabs-nav a, .ui-tabs-nav a span {
    /*float: left; /* fixes dir=ltr problem and other quirks IE */
	font-size: 11pt;
}
.ui-tabs-nav a {
    margin: 0 0 0; /* position: relative makes opacity fail for disabled tab in IE */
	display: block;
    padding-left: 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */
}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {
    color: #1d313a;
}
.ui-tabs-nav a:hover {
    color: #fff;
}
.ui-tabs-nav .ui-tabs-selected a, .ui-tabs-nav .ui-tabs-selected {
    /*position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;*/
    /*background-position: 100% -23px;*/
    color: #fff;
}
.ui-tabs-nav a span {

}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
}
.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;
}
.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 {

    padding: 0;
    margin: 0;
    /*margin-left: 1px;*/
    margin-right: 2px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
/*     height: 90%; */
    /*min-height: 384px;*/
    border-top: 5px solid #fcaa1a;
}
.ui-tabs-panel form {
    padding: 0px;
    margin: 0px;
}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

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

.tabs_pub {
    width: 100%;
}

.tab_pub_content {
    padding: 5px 5px 0px 5px;
    padding-top: 10px;
/*     height: 100%; */
    background: #fff url('/_static/img/tab-content-bg.gif') repeat-x;
    border-left: 1px solid #989898;
    border-right: 1px solid #989898;
    border-bottom: 1px solid #989898;
    font-weight: normal;
    /*padding-bottom: 15px;*/
}

.tab_pub_content b, .tab_pub_content li {
	color: #555;
}

.tab_pub_content ul.park_list {
	list-style: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tab_pub_content_lower {
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 5px;
    padding: 5px 5px 0px 5px;
    /*padding-top: 10px;*/
    font-weight: normal;
}

.tab_pub_content_lower div.block {
	margin-left: -5px;
	margin-right: -5px;
}

.tab_pub_content_lower div.block ul {
    background: #fff url('/_static/img/listgradient_h.png') repeat-y;
}

.tab_pub_content_lower div.block li {
	border-top: 1px solid #ccc;
	padding: 5px;
	font-size: 10pt;
	font-weight: bold;
    background: transparent url('/_static/img/bullet.gif') no-repeat 5px;
	padding-left: 18px;
}

.ndx .tab_pub_content_lower div.block li {
    background: transparent url('/_static/img/bullet_blue.png') no-repeat 5px;
}

.tab_pub_content_lower div.more {
    background: #fff url('/_static/img/listgradient_h.png') repeat-y;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}
/*
.tab_pub_content_lower div {
	background-color: #ffffff;
	padding-top: 5px;
}
*/
.tab_pub_content_top {
    /*height: 359px;*/
    /*min-height: 358px;*/
/*     margin-bottom: 15px; */
}

.tab_pub_content_bottom {
/*    height: 270px;*/
}

.tab_pub_content ul li {
    margin: 1px;
}

.tab_pub_title {
    color: #fdaa1c;
    font-weight: bold;
    font-size: 22px;
}

.ndx .tab_pub_title {
    color: #0066E9;
    font-weight: bold;
    font-size: 22px;
}

/** -- moved due to ie6 bug
.ui-tabs-nav li.ui-tabs-selected.ndx, .ui-tabs-nav li.ndx   {
    background: #0066e9 url('/_static/img/tab-pub-ndx-active.gif') repeat-x;
    border-top: 0;

}

.ui-tabs-panel.ndx {
    border-top: 5px solid #0066e9;
}
*/
div.my_account_link {
	padding-top: 5px;
}

/* two tab style */
/*
.ui-tabs-nav li .right-tab {
	float: right;
}

.ui-tabs-nav {
	background: none;
}

.ui-tabs-nav li {
	width: 49%;
	padding: 0px;
}
*/
