/* 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... */
    .tabs-hide {
        display: none;
    }
}
/* Hide useless elements in print layouts... */
@media print {
    .tabs-nav {
        display: none;
    }
}
/* Skin */
.tabs-nav {
    list-style: none;
	padding: 0;
	margin: 0;
	/*border-bottom: 1px solid #c3d2f1;*/
	list-style-type: none;
	text-align: center;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: "";
}
.tabs-nav li {
	float:left;
	padding: .3em 1.3em .4em 1.3em;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	background:url(../images/bgtabhome.jpg) repeat-x;
	border: 1px solid #c3d2f1;
	border-left: none;
	border-bottom: none;
	position: relative;
	top: 1px;
	list-style-type: none;
}
.tabs-nav li:first-child {
	border-left: 1px solid #c3d2f1;
}
.tabs-nav .tabs-selected {
	margin: 0;
	background: #eff3fd !important;
}
.tabs-nav a, .tabs-nav a span {
	text-decoration: none;
	color: black !important;
    display: block;
}
.tabs-nav .tabs-selected a {
    color: #000;
}
.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {}
.tabs-nav a span {
    width: 64px;
    min-width: 64px;
    height: 18px; 
    min-height: 18px;
    padding-top: 6px;
    padding-right: 0;
}
*>.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected  span {
	font-weight:bold;
	top:1px;	
	color: black;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
}
.tabs-nav a span, .tabs-nav .tabs-disabled a:hover span, .tabs-nav .tabs-disabled a:focus span, .tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}
.tabs-nav .tabs-selected a:link, .tabs-nav .tabs-selected a:visited, .tabs-nav .tabs-disabled a:link, .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
.tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
}
.tabs-nav .tabs-disabled {
    opacity: .4;
}
.tabs-container {
	padding:1em 1em 2em 1em;
	border:1px solid #c3d2f1;
	background:url(../images/bg-tabs-container.jpg) repeat-x;
}
.tabs-container ul {
	padding: .8em 0;
}
.tabs-container ul li{
	list-style-type: none;
	margin: .7em 0 1.2em -.9em;
}
.tabs-container  .buttonArea{
	margin: -1em 0 1em 1em;
}
.tabs-container .mainTitle {
	font-size: 14px;
	font-weight: bold;
	color: #003399;
}
.tabs-container .mainTitle a{
	color: #039 !important;
}
.tabs-container .date a{
	color: #333 !important;
	text-decoration: underline;
}
.tabs-container .source{
	font-size: 12px;
	color: #003399;	
}
.tabs-container .date{
	font-size: 12px;
	color: #333333;	
}
.tabs-container ul li a{
	color: #333333 ;		
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}