@charset "utf-8";
/* CSS Document */


.chartHead{
	clear: both;
	height: 16px;
	padding: 0 0 0 10px;
	margin: 0 0 10px;
	height: 27px;
	line-height: 27px;
	background-image: url(../../images/bawImages/greyBarL.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-size: 14px;
	background-color: #6C6C6C;
	width: 952px;
}



#chartNav{
float: left;
width: 954px;
margin: 0 0 5px 0;
list-style: none;
padding: 5px 0 0 6px;
background-color: #E0E0E0;
	/*--Top right rounded corner--*/
	-moz-border-radius-topright: 4px;
	-khtml-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 4px;
	-khtml-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 4px;
	-khtml-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
height: 108px;
border: 1px solid #6C6C6C;
}

#chartNav li{
float: left;
margin: 0 5px 5px 0;
}

#chartNav a:link, #chartNav a:visited{
display: block;
height: 20px;
width: 109px;
background-color: #6C6C6C;
color: #fff;
padding: 0 10px;
line-height: 20px;
text-decoration: none;
font-size: 10px;
border: 1px solid #6C6C6C;
/*--Top right rounded corner--*/
	-moz-border-radius-topright: 4px;
	-khtml-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	/*--Top left rounded corner--*/
	-moz-border-radius-topleft: 4px;
	-khtml-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 4px;
	-khtml-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 4px;
	-khtml-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
}

.lastLink{
margin: 0 0 5px 0;
}


#chartNav a:hover{
background-color: #FF9721;
color: #fff;
}

.oddCol{
background-color: #E0E0E0;
border-left: 1px solid #6C6C6C;
border-right: 1px solid #6C6C6C;
}

.odd{
color: #fff;
background-color: #E0E0E0;
font-weight: bold;
border-bottom: 1px solid #6C6C6C;
}

.odd td{
background-color: #6C6C6C;
border-left: 1px solid #6C6C6C;
border-right: 1px solid #E0E0E0;
}


table.sizeChart{
clear: left;
border-collapse: collapse;
text-align: center;
border-width: 0 1px 1px 1px;
}

td{
border: solid #aaa;
border-width: 1px;
}

tr:hover{
background-image: url(../../images/trHover.png);
background-repeat: repeat;
cursor: default;
}

.break{
background-image: none;
}

.break td{
height: 10px;
border-width: 0 0 0 0;
text-align: right;
background-color: #fff;
background-image: none;

}

.break a:link, .break a:visited{
}

.sizeChart td{
padding: 3px 2px;
}

.sizeChart tr{
}

.logo{
text-align: left;
background-color: #FFFFFF;
background-image: none;
}

td.alignLeft{
text-align: left;
padding: 0 0 0 5px;
}#mainContent .contentSpacer {
	padding-left: 30px;
}
