/*** Athletics ***/

body {
	background-color:#656565;
}

h1, h2, h3, 
blockquote,
#SubNavigation li.chl2_active a,
legend {
	color:#802626;
}

a, a:visited {
	color:#0059b3;
}

a:hover {
	color:#222;
}

#SubNavigation,
.chl2_w_sitemap h5,
.chl2_title h6,
.chl2_table th,
.chl2_w_galleryImageView_image .chl2_imageTextGroup,
.chl2_panel {
	background:#fb6968;
}

fieldset,
.chl2_textbox,
.chl2_password,
.chl2_textarea,
.chl2_multipleSelect,
.chl2_row,
.chl2_rowCollection,
.chl2_row .chl2_row,
.chl2_paginatedSet .chl2_header,
.chl2_paginatedSet .chl2_footer,
.chl2_table td, .chl2_table th,
.chl2_w_compactEvent .chl2_2Column,
.chl2_w_compactNews .chl2_2Column,
.chl2_w_latestNews,
.chl2_w_subNode .chl2_header,
.chl2_w_subNode li,
.chl2_w_sitemap h5,
.chl2_blogItem {
	border-color:#43747b;
}

.chl2_w_compactEvent .chl2_2Column,
.chl2_w_compactNews .chl2_2Column,
.chl2_w_latestNews .chl2_2Column,
.chl2_2Column .chl2_columnCollection,
.chl2_2ColumnList {
	background-image:url('../images/athletics/chl_2Column.gif');
}

.chl2_even,
.chl2_form {
	background-color:#f2f2f2;
}

#Header {
	background-image:url('../images/athletics/header.jpg');
}

#Navigation li a,
#Navigation li a span {
	background-image:url('../images/athletics/navigation.png');
}

#SubNavigation {
	background-image:url('../images/athletics/subNavigation.png');	
}

#SubNavigation h2 {
	background-image:url('../images/athletics/subNavigation_h2.png');
}

.chl2_listRow li {
	border-color:#ffa347;
}

#UserActions span,
#UserActions a {
	color:#ffffff;
}

#Search {
	background-image:url('../images/athletics/search.png');
}

#Search input {
	color:#802626;
}

.chl2_panel .chl2_wrapper,
.chl2_panel .chl2_header {
	background-image:url('../images/athletics/chl2_panel_top.gif');
}

.chl2_panel .chl2_body,
.chl2_panel .chl2_footer {
	background-image:url('../images/athletics/chl2_panel_bottom.gif');
}

.chl2_panel .chl2_table td,
.chl2_panel .chl2_table th {
	border-color:#ffa347;
}

.chl2_panel .chl2_table th {
	background:#e58422;
}

.chl2_panel .chl2_table td {
	background:#fff;
}

.chl2_success {
	background:#8dc53e;
}

/* custom styles */

#Header h1 {
	bottom:50px;
}

.eventBox,
.eventBox:visited {
	margin:5px;
	padding:10px;
	font-size:12px;
	text-align:center;
	color:#222;
	float:left;
	background-color:#ccc;
	overflow:hidden;
}

#EventTipping .eventBox {
	width:165px;
	height:140px;
}

.eventBox .title {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

.eventBox span {
	display:block;
}

.eventBox:hover {
	background:#eee !important;
}

.eventBox.expired,
.eventBox.eventRun {
	background-color:#ccc;
}

.eventBox.hasTipped {
	background-color:#becc7a;
}

.won,
.closed,
.countDown {
	margin-bottom:10px;
	padding:10px;
	font-weight:bold;
	text-transform:uppercase;
	color:#556600;
	background:#fff;
}

.countDown strong {
	font-size:24px;
}

.won,
.closed {
	color:#802626;
}

.time {
	font-size:11px;
	font-weight:bold;
}

/* CSS 3 */
.eventBox,
.won,
.closed,
.countDown {
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Safari 3+, Chrome */
}

.categoryIcon {
	display:block;
	margin-top:20px;
}

.categoryRanking {
    display:block;
    margin-top:20px;
    text-align: center;
}

.categoryRankingValue {
    display:block;
    margin-top:5px;
    font-size: 20px;
}

.categoryLeaderboard {
    display:block;
    margin-top:20px;
    text-align: center;
}

#EventTipping .chl2_row {
	padding:0;
}

#EventTipping .chl2_columnCollection .chl2_left {
	width:140px;
}

#EventTipping .chl2_columnCollection .chl2_right {
	width:780px;
}

#EventTipping .chl2_columnCollection {
	background-position:150px 0;
}

/* grey box styles */

.GB_Window .header {
	border:none !important;
}

.GB_Window .header td {
	padding:5px 10px !important;
}

.GB_Window .content {
	border:none !important;
}

.categoryList .chl2_table td {
    
    background: #FFCC99 !important;
    
    
}




