/* Reset everything */
	* {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		/*border: 0px 0px 0px 0px;*/
		border-top:0px;
		border-right:0px;
		border-bottom:0px;
		border-left:0px;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		
		font-family:arial;
		font-size:12px;
	}
	a {
		cursor:pointer;
		text-decoration:none;
	}
	a:hover {
		text-decoration:underline;
	}
	input {
		/*border:1px solid black;*/
		/*color: #4E4E4E;*/
		font-size:90%;
		padding:2px;
	}
	textarea {
		/*border:1px solid black;*/
		/*color: #4E4E4E;*/
		font-size:90%;
		padding:2px;
	}

/* Miscellaneous */
.grey_1px_separator {
	border-top: 1px solid #C8C7C7;
	height:1px;
	width:100%;
	display:block;
	/*margin-top:5px;*/
	/*margin-bottom:5px;*/
}
.white_1px_separator {
	border-top: 1px solid white;
	height:1px;
	width:100%;
	display:block;
	/*margin-top:5px;*/
	/*margin-bottom:5px;*/
}

/* Layout1 logic */
.layout1_top_bg {
	height:78px;
	background-image:url('data/layout1_top_bg.png');
}
	.layout1_top {
		width:987px;
		height:78px;
		background-image:url('data/layout1_top.png');
		text-align:left;
                background-repeat:no-repeat;
	}
		.layout1_top_snowb {
			width:215px;
			height:78px;
			float:left;
		}
		.layout1_top_links {
			width:250px;
			height:78px;
			float:left;
			padding-top:14px;
		}
		.layout_top_searchbox {
			width:218px;
			height:78px;
			float:right;
			padding-top:14px;
		}

.layout1_contents_pattern_bg {
	background-image:url('data/layout1_contents_pattern_bg.jpg');
        background-repeat:no-repeat;
        background-position:top;
}
	.layout1_contents_bg {
		/*background-image:url('data/layout1_contents_bg.png');*/
		width:987px;
		text-align:left;
                /*border:1px solid black;*/
	}
	.layout1_top_left {
		width:220px;
		height:275px;
		float:left;
                margin-top:0px;
	}
	.layout1_top_right {
		float:right;
		width:755px;
		/*height:1000px;*/
		padding-right:27px;
		padding-top:5px;
		
		/*background-color:red;*/
	}
	.layout1_middle {
		padding-left:30px;
		padding-right:30px;
	}

.menu_right_button {
	width:37px;
	height:388px;
	cursor:pointer;
}
	.menu_right_tab_container {
		width:510px;
		height:388px;
		overflow:hidden;
		float:right;
	}
	.menu_right_tab_contents {
		/*width:510px;*/
                width:550px;
		height:388px;
		border-top:1px solid #E6E6E6;
		border-bottom:1px solid #A3A2A3;
	}

.menu_left {
		width:220px;
		/*height:275px;*/
                height:184px;
		
		background-image:url('data/menu_topleft_contents.png');
		background-repeat:no-repeat;
		padding-top:8px;
                /*padding-top:20px;*/
		padding-left:50px;
}
	.menu_left_item {
		color:#636466;
		font-weight:bold;
		font-size:125%;
		font-family:arial;
		line-height:25px;
	}

.menu_bottom {
	width:900px;
	text-align:center;
}
	.menu_bottom_item {
		color:#636466;
		font-weight:bold;
                padding-right:10px;
	}

.vslide_menu {
	width:316px;
	background-color:white;
}
	.vslide_menu_button {
		width:316px;
		height:38px;
		cursor:pointer;
	}
	.vslide_menu_tab_container {
		overflow:hidden;
		width:316px;
		height:330px;
	}
	.vslide_menu_tab_contents {
		width:316px;
		height:330px;
		text-align:left;
		padding-left:10px;
		padding-top:5px;
		/*border-top:1px solid white;*/
		
		background-image:url('data/vslide_tab_contents_firstline_bg.png');
		background-repeat:repeat-y;
	}
	
.bar_with_items {
	background-image:url('data/bar_with_items_bg.png');
	width:920px;
	height:95px;
	text-align:left;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
}
	.bar_with_items_contents {
		background-color:blue;
		overflow:hidden;
		width:880px;
		height:88px;
	}
        .crossSell{
            background-image:url(data/bar_with_items_newsletter.gif);
            float:left;
            width:222px;
            height:88px;
            padding-left:10px;
            padding-top:60px;
        }

.navigation_bar {
	background-color:white;
	height:24px;
	padding-left:10px;
}
	.navigation_bar_item {
		font-weight:bold;
		font-size:170%;
	}
	
.news_quick {
	width:285px;
	height:65px;
	background-color:white;
	margin-bottom:5px;
}
	.news_quick .news_quick_date {
		width:94px;
		height:61px;
		float:left;
		background-image:url('data/news_quick_date_bg.png');
		background-repeat:no-repeat;
		
		padding:5px;
		/*padding-top:30px;*/
                padding-top:22px;
		text-align:center;
		
		color:white;
		font-weight:bold;
	}
	.news_quick .news_quick_contents {
		width:181px;
		float:right;
		/*background-color:white;*/
		
		padding:0px;
		color:#636466;
	}
		.news_quick .news_quick_contents .news_quick_contents_title {
			font-weight:bold;
			font-size:120%;
		}
		.news_quick .news_quick_contents .news_quick_contents_link {
			color:#636466;
			/*text-decoration:underline;*/
                        text-decoration:none;
		}

.news_quick_selected {
	width:285px;
	height:65px;
	background-color:#E2E8F1;
	margin-bottom:5px;
}
	.news_quick_selected .news_quick_date {
		width:94px;
		height:61px;
		float:left;
		background-image:url('data/news_quick_date_selected_bg.png');
		background-repeat:no-repeat;
		
		padding:5px;
		/*padding-top:30px;*/
                padding-top:22px;
		text-align:center;
		
		color:white;
		font-weight:bold;
	}
	.news_quick_selected .news_quick_contents {
		width:181px;
		float:right;
		/*background-color:white;*/
		
		padding:0px;
		color:#636466;
	}
		.news_quick_selected .news_quick_contents .news_quick_contents_title {
			font-weight:bold;
			font-size:120%;
		}
		.news_quick_selected .news_quick_contents .news_quick_contents_link {
			color:#636466;
			/*text-decoration:underline;*/
                        text-decoration:none;
		}

.newspanel {
    width:725px;
}

.grey_1px_separator_dotted {
    border-top:1px dotted #918F8F;
    display:block;
    height:1px;
    width:100%;
}
#q{
    height:18px;
}
.rider_box{
    width:149px;
    float:left;
}

#menu_feature{
    background-image:url(data/featureStoryBackground.png);
    background-color:#4db053;
}

.email_box{
    height:20px;
    width:152px;
    vertical-align:top;
}

.athlete_box{
    width:160px;
    float:right;
}
.event_table{
    background-color:#ffffff;
    width:90%;
    padding-top:10px;
}



.panel_paginator {
	background-color:#9D9FA2;
	padding-left:10px;
	padding-right:10px;
}
	.panel_paginator_page {
		color:white;
		font-size:110%;
		font-weight:bold;
		padding-left:4px;
		padding-right:4px;
	}
	.panel_paginator_page_selected {
		/*color:#004B8D;*/
                color:#4db053;
		font-size:110%;
		font-weight:bold;
		padding-left:4px;
		padding-right:4px;
	}

.page_title {
	font-size:290%;
	font-weight:bold;
}
	.page_title2 {
		font-weight:bold;
		font-size:120%;
		color:#636466;
	}

.panel_white {
	background-color:white;
	padding:5px;
        margin-right:5px;
}
	
.panel_event {
	background-color:white;
	color:#777779;
	padding:10px;
	width:350px;
	height:280px;
}
	.panel_event_row1_cell1 {
		width:115px;
		float:left;
	}
	.panel_event_row1_cell2 {
		width:135px;
		float:left;
	}
	.panel_event_row2_cell1 {
		width:124px;
		float:left;
	}
	.panel_event_row2_cell2 {
		width:134px;
		float:left;
	}
	.panel_event_row2_cell3 {
		width:64px;
		float:left;
		/*background-color:red;*/
	}
	.panel_event_title1 {
		font-weight:bold;
		font-size:130%;
	}
	.panel_event_title2 {
		font-weight:bold;
		font-size:120%;
	}
	
.athletes_halfpipe {
	width:155px;
	/*height:285px;*/
        height:283px;
	/*background-image:url('data/athletes_halfpipe_bg.png');*/
        background-image:url('data/athletes_bg.png');
	
	font-weight:bold;
	color:#777779;	
	
	/*padding-top:30px;*/
	padding-left:10px;
	
	line-height:18px;
}
	.athletes_halfpipe a{
		font-weight:bold;
		color:#777779;
	}	


.chat_comments_news {
	background-image:url('data/chat_comments_news_bg.png');
	background-repeat:no-repeat;
	background-color:white;
	
	width:400px;
	/*height:517px;*/
	
	padding:5px;
}	
	
	
.link_b_blue {
	color: #004785;
	font-weight:bold;
}
.link_b_red {
	color: #CD1041;
	font-weight:bold;
}
.link_b_mustard {
	color: #BD9B04;
	font-weight:bold;
}

.normal_white {
	color:white;
}

.normal_gray {
	color:#CDCED0;
}
.normal_darkgray {
	/*color:#777779;*/
        color:#393b3d;
}
.normal_lightgreen {
	color:#22B24C;
}

.tab_title_blue {
	/*color:#00A9E9;*/
        color:#01a0c7;
	font-weight:bold;
	font-size:170%;
}
.tab_title_orange {
	/*color:#F58129;*/
        color:#f86110;
	font-weight:bold;
	font-size:170%;
}
.tab_title_darkred {
	/*color:#D70080;*/
        color:#f1037f;
	font-weight:bold;
	font-size:170%;
}
.tab_title_green {
	/*color:#50B948;*/
        color:#34a12e;
	font-weight:bold;
	font-size:170%;
}
.tab_title_white {
	color:gray;
	font-weight:bold;
	font-size:170%;
}
.tab_title_darkgray {
	color:#636466;
	font-weight:bold;
	font-size:170%;
}