/* 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;
    margin:0px 0px 0px 1px;
    padding: 0px 0px 0px 0px;
}
.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 3px 0 0px;
    min-width: 62px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0 2px;
    background: url(http://assets.loopd.com/RFS/2009/11/18/0748e98e-5b08-4797-9c42-4391867f6365.png) no-repeat;
}
.MainContentHolder .MainContentContainer .moduleDisplayContainer .tabs-nav a {
    position: relative;
    top: 1px;
    z-index: 2;
    padding-left: 0;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; /* required in IE 6 */    
}
.MainContentHolder .MainContentContainer .moduleDisplayContainer .tabs-nav .tabs-selected a {
    color: #ff0000;
}
.MainContentHolder .MainContentContainer .moduleDisplayContainer .tabs-nav a:hover {color:#000000;}
.MainContentHolder .MainContentContainer .moduleDisplayContainer .tabs-selected a:hover {color:#FF0000;}

.tabs-nav .tabs-selected a, .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    background-position: 100% -150px;
    outline: 0; /* prevent dotted border in Firefox */
}
.tabs-nav a, .tabs-nav .tabs-disabled a:hover, .tabs-nav .tabs-disabled a:focus, .tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}
.tabs-nav a span {
    width: 64px; /* IE 6 treats width as min-width */
    min-width: 60px;
    height: 18px; /* IE 6 treats height as min-height */
    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 a span {
    padding-top: 7px;
}
.tabs-nav .tabs-selected a span, .tabs-nav a:hover span, .tabs-nav a:focus span, .tabs-nav a:active span {
    background-position: 0 -50px;
}
.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 {
    border-top: 1px solid #97a5b0;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
	/*width:337px;*/
	/*height:964px;*/
	margin-left:1px;
	margin-right:6px;
	padding:0px;
	background-color:#FFFFFF;
	overflow:auto;
}
.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}

#container-1 {

height:950px;
padding-top:2px;
}
h1 {font-family:Arial, Helvetica, sans-serif; 
font-weight:bold; 
font-size:30px; 
margin: 0px 0px 4px 5px; 
padding:0px; 
color:#FFFFFF;}

h2 {
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:20px;
margin:0px 0px 0px 0px;
padding:0px;
letter-spacing:-0.05em;
}
.image-left {float:left;}

.resources_containers {

height:116px;
margin-left:6px;
margin-top:6px;
margin-bottom:0px;
margin-right:0px;
border-bottom: 1px dashed #e1e1e1;
cursor:pointer;
}

.resources_containers p {
margin:0px 0px 0px 0px;
padding:0px;
font-size:12px;
color:#333;
}
.resources_containers a {
color:#ff0000;
}
.resources_containers a:hover {
color:#666;
}

div.clear {height:.01em; 
	overflow:hidden; }
	
.resources_text {

margin-left:115px;
z-index:1000;
}
.more {
margin-right:7px;width:10px; padding-left:0px;}
.more a {background:none; text-align:right; color:#FFFFFF;width:10px; padding-left:0px;}
.more a:hover, .more a:visited, .more a:active {color:#FFFFFF;}

#fragment-2 p {font-size:12px; margin-left:7px;}
#fragment-2 p a{color:#FF0000; font-weight:bold;}

.steps {color:#666}
