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

ul#process {
    list-style: none;
	float:left;
	margin-top:2px;
	margin-left:-22px;
	border-bottom:1px solid #c1001f;
	padding-right:8px;
	}
	
ul#process li a {
    color: #fff;
	border:1px solid #c1001f;
	background:#c1001f;
	padding:4px;
    font-size: 12px;
    font-weight: bold;
    line-height: 24px;
    text-decoration: none;
	
}

ul#process li a:hover {
	color:#c1001f;
	border:1px solid #c1001f;
	border-bottom:none;
	background:#fff;
	}

	




/* Skin */
.tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 0px;
	float:left;
	}
	
#container-1 .tabs-nav {
	border-bottom:1px solid #64ad15;
	padding-right:15px;
	}

#container-2 .tabs-nav, #container-4 .tabs-nav {
	border-bottom:1px solid #c1001f;
	padding-right:15px;
	}

#container-3 .tabs-nav {
	border-bottom:1px solid #007abb;
	padding-right:10px;

	}
	
#container-5 .tabs-nav {
	border-bottom:1px solid #063758;
	padding-right:15px;

	}



.tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}
.tabs-nav li {
    float: left;
    margin: 0 0 0 0px;
    min-width: 24px; /* be nice to Opera */
}
.tabs-nav a, .tabs-nav a span {
    display: block;
    padding: 0px 2px;
}
.tabs-nav a {
    position: relative;
    top: 0px;
    z-index: 2;
    padding:5px;
	padding-right:7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
	margin-left:7px;
    white-space: nowrap; /* required in IE 6 */    
}
#container-1 .tabs-nav a {
    color: #fff;
	border:1px solid #64ad15;
	border-bottom:none;
	background:#64ad15;
	position:relative;
	top:1px;
	
}

#container-2 .tabs-nav a, #container-4 .tabs-nav a {
    color: #fff;
	border:1px solid #c1001f;
	border-bottom:none;
	background:#c1001f;
	position:relative;
	top:1px;

}

#container-3 .tabs-nav a {
    color: #fff;
	border:1px solid #007abb;
	border-bottom:none;
	background:#007abb;
	position:relative;
	top:1px;
	margin-left:4px;
}

#container-5 .tabs-nav a {
    color: #fff;
	border:1px solid #063758;
	border-bottom:none;
	background:#063758;
	position:relative;
	top:1px;
	margin-left:4px;
}


#container-1 .tabs-selected a {
    color: #64ad15;
	background:#fff /*url(images/end.png) 100% -1px no-repeat*/	;
	border-bottom:#fff solid 1px;
	position:relative;
	top:1px;
	
}
#container-2 .tabs-selected a, #container-4 .tabs-selected a {
    color: #c1001f;
	background:#fff /*url(images/endred.png) 100% -1px no-repeat*/;
	border-bottom:#fff solid 1px;
	position:relative;
	top:1px;
}

#container-3 .tabs-selected a {
    color:#007abb;
	background:#fff;
	border-bottom:#fff solid 1px;
	position:relative;
	top:1px; /*url(images/endblue.png) 100% -1px no-repeat*/;
	
}

#container-5 .tabs-selected a {
    color: #063758;
	background:#fff /*url(images/end_navy.png) 100% -1px no-repeat*/;
	border-bottom:#fff solid 1px;
	position:relative;
	top:1px;
}

#container-1 .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    outline: 0; /* prevent dotted border in Firefox */
	background:#fff /*url(images/end.png) 100% -1px no-repeat*/;
	color:#64ad15;
}

#container-2 .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    outline: 0; /* prevent dotted border in Firefox */
	background:#fff /*url(images/endred.png) 100% -1px no-repeat*/;
	color:#c1001f;
}

#container-4 .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    outline: 0; /* prevent dotted border in Firefox */
	background:#fff /*url(images/endred.png) 100% -1px no-repeat*/;
	color:#c1001f;
}


#container-3 .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    outline: 0; /* prevent dotted border in Firefox */
	background:#fff /*url(images/endblue.png) 100% -1px no-repeat*/;
	color:#007abb;
}

#container-5 .tabs-nav a:hover, .tabs-nav a:focus, .tabs-nav a:active {
    outline: 0; /* prevent dotted border in Firefox */
	background:#fff /*url(images/end_navy.png) 100% -1px no-repeat*/;
	color:#063758;
}

.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: 24px; /* IE 6 treats width as min-width */
    min-width: 24px;
    height: 18px; /* IE 6 treats height as min-height */
    padding-top: 0px;
    padding-right: 0;
}
.tabs-nav a span { /* hide from IE 6 */
    width: auto;
    height: auto;
}
.tabs-nav .tabs-selected a span {
    padding-top: 0px;
}
.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 {
    padding:1em 0px 0px 0px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
	float:left;
}

#container-1 .tabs-container {
	border-top:solid 0px #64ad15;
}

#container-2 .tabs-container, #container-4 .tabs-container {
	border-top:solid 0px #c1001f;
}

#container-3 .tabs-container {
	border-top:solid 0px #007abb;
	width:450px;
}

#container-5 .tabs-container {
	border-top:solid 0px #063758;
	width:450px;
	}

.tabs-loading em {
    padding: 0 0 0 20px;
    background: url(js/loading.gif) no-repeat 0 50%;
}

