p {
	font-size: .9em;
	padding: 0 20px 0 10px;
}

ul#nav {
	list-style-type: none;
	
	padding: 10px 0;
}

ul#nav li {
	display: inline;
	font-weight: bold;
	font-size: .9em;
	background: url(../images/xcal_li_bg.jpg) no-repeat;
	padding: 0 0 10px 45px;
}

#placeholder {
	width:540px; 
	height:200px;
	padding-top: 0;
	margin-top: 0;
}
#chart_selection {
	list-style-type: none;
	margin: 0;
	background: transparent url(../images/chart_selection_bg.gif) no-repeat;
	height: 40px;
}

#chart_selection li {
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	font-size: .9em;
	padding: 10px 20px 10px 20px;
	margin: 0;
	margin-left: 25px;
	background: transparent url(../images/chart_selection_li_bg.gif) no-repeat;
}

#char_selection li.hover {
	color: #ffed99;
}

#legend_container {
	margin-top: 90px;
}

td.legendLabel {
	padding: 3px 0 0 10px;
}

td.legendColorBox {
	padding-top: 5px;
}

/*
	TABLE STYLES
*/ 
th {
	text-align: left;
	font-weight: normal;
}
table#ballistics {
	border: 1px solid #EEE;
	margin-top: 30px;
}
table#ballistics th{
	font-size: .9em;
	padding: 5px 10px 5px 20px;
}
table#ballistics th.top {
	background: #040404 url(../images/ballistics_tr_bg.gif) repeat-x;
	color: #FFF;
	font-weight: bold;
	padding-bottom: 8px;
}
table#ballistics tfoot  tr th {
	font-size: .7em;
	font-weight: normal;
	text-align: left;
	color: #FFF;
	background: #272727;
}

table#ballistics td {
	text-align: center;
	border-right: 1px solid #EEE;
	border-left: 1px solid #EEE;
	font-size: .9em;
}

table#ballistics th.table-speed {
	font-weight: bold;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	background: #1f3946 url(../images/ballistics_speed_bg.gif) repeat-x;
	color: #ffed99;
}

table#ballistics td.even {
	background: #EEEEEE;
}

#arrow_selection table {
	border-bottom: 1px solid #EEE;
	width: 90%;
	margin-bottom: 30px;
}
#arrow_selection th {
	font-size: .9em;
	padding: 5px 10px 5px 20px;
	text-align: center;
	color: #FFF;
	background: #040404 url(../images/ballistics_tr_bg.gif) repeat-x;
}

#arrow_selection td {
	font-size: .9em;
	text-align: center;
	border-right: 1px solid #EEE;
	border-left: 1px solid #EEE;
	padding: 5px;
}
#arrow_selection h2 {
	font-size: 1.2em;
	cursor: pointer;
}
