@charset "utf-8";
/* CSS Document */


.chartHead{
	clear: both;
	height: 16px;
	/* [disabled]padding: 0 0 0 10px; */
	margin: 10px 0 5px;
	height: 27px;
	line-height: 27px;
	/* [disabled]background-image: url(../../images/bawImages/greyBarL.gif); */
	/* [disabled]background-repeat: no-repeat; */
	color: #3C3D40;
	font-size: 22px;
	/* [disabled]background-color: #6C6C6C; */
	width: 100%;
	font-weight: 300;
}



#chartNav{
float: left;
width: 99%;
margin: 0 0 5px 0;
list-style: none;
padding: 5px 0 0 8px;
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 9px 5px 0;
}
#chartNav li:nth-child(7){
margin-right: 0 0px 0 0;
}
#chartNav li:nth-child(14){
margin-right: 0 0px 0 0;
}

#chartNav a:link, #chartNav a:visited{
	display: block;
	height: 22px;
	width: 110px;
	background-color: #3C3D40;
	color: #fff;
	padding: 0 10px;
	line-height: 20px;
	text-decoration: none;
	font-size: 10px;
	/* [disabled]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: #DC291E;
	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: #3C3D40;
	border-left: 1px solid #3C3D40;
	border-right: 1px solid #FFFFFF;
}


table.sizeChart{
	clear: left;
	border-collapse: collapse;
	text-align: center;
	border-width: 0 1px 1px 1px;
	width: 100%;
}

td{
border: solid #aaa;
border-width: 1px;
}

tr:hover{
	background-image: none;
	cursor: default;
	background-color: rgba(220,41,30,.25);
}

.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: 3 0 0 5px;
}#mainContent .contentSpacer {
	padding-left: 30px;
}
