﻿/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#ddcolortabs{
display: block;
margin-left: 0px;
padding: 20px 0px 0px 0px;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
padding-left: 20px;
~padding-left: 0px; /* IE5-7/Win Only */
~margin-left: -15px; /* IE5-7/Win Only */
width: 600px;
height: 0px;
}

#ddcolortabs ul{
display: block;
font: bold 11px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddcolortabs li{
display: inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}

#ddcolortabs a{
float:left;
color: white;
background: #868C95 url(../images/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddcolortabs a span{
float:left;
display:block;
color: white;
background: transparent url(../images/color_tabs_right.gif) no-repeat right top;
padding:4px 9px 2px 6px;
}

#ddcolortabs a span{
float:none;
}

#ddcolortabs a:hover{
background-color: #2f4680;
}

#ddcolortabs a:hover span{
background-color: #2f4680;
}

#ddcolortabs .selected a, #ddcolortabs .selected span{ /*currently selected tab*/
background-color: #2f4680;
}

#ddcolortabscontent{
display: block;
overflow: scroll;
height: 300px;
margin: 23px 0px 0px 0px;	/* All Browsers */
~margin-top: 0px; /* IE5-7/Win Only */
padding: 10px 6px 10px 6px;
border: #DDDDDD 1px solid;
border-top: #2f4680 2px solid;
}

/* Various Browser Fixes */
html*#ddcolortabscontent {
[
margin-top: 0px;
display: inline-block;
margin: 0;
width: 95%;
margin-top: 0px;]
margin: 22px 5px 5px 0px;
}

.tabcontent {
	display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}