/* 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... */
   	div#container-1 .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    div#container-1 .tabs-nav {
        display: none;
    }
}

/* Home Tab Skin */
div#container-1 .tabs-nav {
    list-style: none;
    margin: 0px;
	padding:0px;
}
div#container-1 .tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
div#container-1 .tabs-nav li {
    float: left;
    margin: 0px;
	padding: 0px;
	margin-right: 2px;
	width: auto;
    min-width: auto; /* be nice to Opera */
}
div#container-1 .tabs-nav a, 
div#container-1 .tabs-nav a {
    display: block;
    background: url(home_tab_bg.png) repeat-x;
}
div#container-1 .tabs-nav a {
	color: #039cdf;
	border-top: 1px solid #adb9c2;
	border-left: 1px solid #adb9c2;
	border-right: 1px solid #adb9c2;
}
div#container-1 .tabs-nav a {
	color: #039cdf;
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
div#container-1 .tabs-nav .tabs-selected a span,
div#container-1 .tabs-nav a span:hover  {
    color: #ffffff;
	background-color:#039cdf;
}
div#container-1 .tabs-nav .tabs-selected a, 
div#container-1 .tabs-nav a:hover, 
div#container-1 .tabs-nav a:focus, 
div#container-1 .tabs-nav a:active {
    background-color:#039cdf;
	color: #ffffff;
    outline: 0; /* prevent dotted border in Firefox */
}
div#container-1 .tabs-nav a, 
div#container-1 .tabs-nav .tabs-disabled a:hover, 
div#container-1 .tabs-nav .tabs-disabled a:focus, 
div#container-1 .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
div#container-1 .tabs-nav a {
    width: auto; /* IE 6 treats width as min-width */
    min-width: auto;
    height: 14px; /* IE 6 treats height as min-height */
    min-height: 14px;
    padding: 10px 13px;;
}

*>.tabs-nav a { /* hide from IE 6 */
    width: auto;
    height: auto;
}
div#container-1 .tabs-nav .tabs-selected a {
    padding-top: 10px;
	color: #ffffff;
	border: 0px;
}
div#container-1 .tabs-nav .tabs-selected a, 
div#container-1 .tabs-nav a:hover, 
div#container-1 .tabs-nav a:focus, 
div#container-1 .tabs-nav a:active {
    background-position: 0 -50px;
}
div#container-1 .tabs-nav a, 
div#container-1 .tabs-nav .tabs-disabled a:hover, 
div#container-1 .tabs-nav .tabs-disabled a:focus, 
div#container-1 .tabs-nav .tabs-disabled a:active {
    background-position: 0 0;
}
div#container-1 .tabs-nav .tabs-selected a:link,
div#container-1 .tabs-nav .tabs-selected a:visited,
div#container-1 .tabs-nav .tabs-disabled a:link, 
div#container-1 .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
div#container-1 .tabs-nav a:hover, 
div#container-1 .tabs-nav a:focus, 
div#container-1 .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
	color: #039cdf;
}
div#container-1 .tabs-nav .tabs-disabled {
    opacity: .4;
}
div#container-1 .tabs-container {
    padding: 10px;
	margin-bottom:10px;
	width:230px;
    background: #039cdf; /* declare background color for container to avoid distorted fonts in IE while fading */
}
div#container-1 .tabs-container p,
div#container-1 .tabs-container a{
    color: #ffffff;
}
div#container-1 .tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}


/* 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... */
   	div#container-2 .tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    div#container-2 .tabs-nav {
        display: none;
    }
}

/* Content Tab Skin */
div#container-2 .tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}
div#container-2 .tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
div#container-2 .tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 140px; /* be nice to Opera */
}
div#container-2 .tabs-nav a, 
div#container-2 .tabs-nav a {
    display: block;
    background: url(content_tab_bg.png) repeat-x;
	text-transform:uppercase;
}
div#container-2 .tabs-nav a {
	color: #ffffff;
	border-top: 1px solid #adb9c2;
	border-left: 1px solid #adb9c2;
	border-right: 1px solid #adb9c2;
}
div#container-2 .tabs-nav a {
	color: #ffffff;
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #27537a;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
div#container-2 .tabs-nav .tabs-selected a,
div#container-2 .tabs-nav a:hover  {
    color: #039cdf;
	background-color:#ffffff;
}
div#container-2 .tabs-nav .tabs-selected a, 
div#container-2 .tabs-nav a:hover, 
div#container-2 .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
div#container-2 .tabs-nav a, 
div#container-2 .tabs-nav .tabs-disabled a:hover, 
div#container-2 .tabs-nav .tabs-disabled a:focus, 
div#container-2 .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
div#container-2 .tabs-nav a {
    width: 140px; /* IE 6 treats width as min-width */
    min-width: 140px;
    height: 23px; /* IE 6 treats height as min-height */
    min-height: 23px;
    padding-top: 7px;
    padding-right: 0;
}

*>.tabs-nav a { /* hide from IE 6 */
    width: auto;
    height: auto;
}
div#container-2 .tabs-nav .tabs-selected a {
    padding-top: 7px;
	color: #039cdf;
}
div#container-2 .tabs-nav .tabs-selected a, 
div#container-2 .tabs-nav a:hover, 
div#container-2 .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 0 -50px;
}
div#container-2 .tabs-nav a, 
div#container-2 .tabs-nav .tabs-disabled a:hover, 
div#container-2 .tabs-nav .tabs-disabled a:focus, 
div#container-2 .tabs-nav .tabs-disabled a:active {
    background-position: 0 0;
}
div#container-2 .tabs-nav .tabs-selected a:link, 
div#container-2 .tabs-nav .tabs-selected a:visited, 
div#container-2 .tabs-nav .tabs-disabled a:link, 
div#container-2 .tabs-nav .tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
}
div#container-2 .tabs-nav a:hover, 
div#container-2 .tabs-nav a:focus, 
div#container-2 .tabs-nav a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
	color: #039cdf;
}
div#container-2 .tabs-nav .tabs-disabled {
    opacity: .4;
}
div#container-2 .tabs-container {
    border: 1px solid #adb9c2;
    padding: 1em 8px;
	margin-bottom:10px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
}
div#container-2 .tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}
