.e4-plugin-tab-container{
    clear: both;
	background:#fff;
    padding-bottom:15px;
}

/* 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: Tahoma;
    font-size: 11px;
}
.ui-tabs-nav {
    list-style: none;
    margin: 0 !important;
    float: left;
	width:525px !important;
	color:#000;
}

.ui-tabs-panel {
    clear: both;
	margin:15px;
	margin-bottom:0px;
	width:495px;
}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}

.ui-tabs-nav li {
    float: left;
    min-width: 84px; /* be nice to Opera */
	width:131px;
    list-style: none;
    list-style-type: none;
	background:#c7c7c7;
	font-family:"trebuchet MS";
	font-weight:bold;
	line-height:27px;
	text-transform:none;
}

.ui-tabs-nav li.first{width:132px;}
.ui-tabs-nav a, .ui-tabs-nav a span {
    display: block;
    /*padding: 0 10px;*/
}

.ui-tabs-nav a {
    margin: 0px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
    color: #000;
    text-align: left;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
    outline: 0; /* prevent dotted border in Firefox */
	border-right:1px solid #e7e7e7;    
	height:27px;
}

.ui-tabs-nav a:hover{background:#DADADA;}

.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    z-index: 2;
	background:#fff;
	border-right:1px solid #fff;
}


/*.ui-tabs-nav li a span{
    padding-left:17px !important;
    padding-right:0px !important;
}*/


.ui-tabs-nav a span {
    padding-right: 0;
}
*>.ui-tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}

.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-panel {
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
    text-align:left;
}
.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  { /* @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}

.read-all{
 border-top:1px dotted #CBCBCB;
 width:100%;
 text-align:right;
 padding-top:5px;
}

.read-all div{float:right;}
