/*---------------------------------------*/
/*Page CSS Properties            */
/*---------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	scrollbar-base-color: #e5e5e5;
	scrollbar-track-color: #e5e5e5;
	scrollbar-face-color: #ffffff;
	scrollbar-highlight-color: #cccccc;
	scrollbar-3dlight-color: #cccccc;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-arrow-color: #f7941d;
}
td {
	font-size: 10px;
}

hr {
	background-color: #EFEFEF;
	border: 1px solid #EFEFEF;
}
li {
	list-style-type: square;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #f7941d;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF6600;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
/*---------------------------------------*/
/*Links CSS Properties            */
/*---------------------------------------*/

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #7c9596;
}
a:visited {
	color: #7c9596;
	text-decoration: none;
}
a:hover {
	color: #f7941d;
	text-decoration: none;
}
a:active {
	color: #7c9596;
	text-decoration: none;
}

/*---------------------------------------*/
/*Background CSS Properties            */
/*---------------------------------------*/

.Left-Tile {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(/templates/snowboard/images/left-tile.jpg);
	background-position: right;
}
.Left-Tile-Bottom {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(/templates/snowboard/images/left-bottom.jpg);
	background-position: right top;
	height: 992px;
}
.Right-Tile {
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-image: url(/templates/snowboard/images/right-tile.jpg);
	background-position: left;
}
.Right-Tile-Bottom {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-image: url(/templates/snowboard/images/right-bottom.jpg);
	background-position: left top;
	height: 992px;
}
.Middle-Tile {
	width:975;
	background-color: #FFFFFF;
}
.Main-Content {
	background-color: #d7e9ea;
}
/*---------------------------------------*/
/*Main Table CSS Properties            */
/*---------------------------------------*/

.table-main {
	color: #333333;
	text-align: left;
	border: thin solid #CCCCCC;
}
.table-top {
	color: #000000;
	background-color: #eeeeee;
	font-weight: bold;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
}
.table-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5b7778;
}
.table-title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.table-content {
	text-align: left;
	vertical-align: top;
	padding-top: 10px;
}
.table-content2 {


}
.table-subtop {
	padding: 5px;
	background-color: #FF6633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.table-row {
	padding: 5px;
	color: #FFFFFF;
	background-color: #E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.table-row-alt {
	padding: 5px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
.table-error {
	padding: 5px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
.table-bottom {
	padding: 5px;
	background-color: #E5E5E5;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

/*---------------------------------------*/
/*News CSS Properties                    */
/*---------------------------------------*/

.news-title {
	padding: 5px;
	font-weight: bold;
	color: #e88b1b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-size: 14px;
	height: 40px;
}
.news-content {
	padding: 5px;
	vertical-align: top;
	height: 250px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.news-author {
	padding: 5px;
	font-style: italic;
	color: #666666;
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.news-date {
	padding: 5px;
	color: #e88b1b;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
.news-buttons {
	padding: 5px;
	vertical-align: middle;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: 30px;
}

.news-list-title {
	color: #f7941d;
	font-weight: bold;
}
.news-list-date {
	color: #93a8a9;
	font-weight: bold;
}
.news-list-content {
	color: #000000;
	background-color: #f7f8f8;
}
.news-list-content-alt {
	color: #FFFFFF;
	background-color: #5b7778;

}

/*---------------------------------------*/
/*Video CSS Properties         */
/*---------------------------------------*/

.video-row {
	padding: 5px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.video-row-alt {
	padding: 5px;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.video-title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: f7941d;
}
.video-date {
	color: #93a8a9;
}
.video-desc {
	color: #000000;
}

/*---------------------------------------*/
/*Horizontal Menu CSS Properties         */
/*---------------------------------------*/

.menu-bar {
	text-align: left;
	background-color: #d7e9ea;
	height: 25px;
	padding-right: 15px;
	padding-left: 15px;
}
.menu-bar-box {
	text-align: left;
	float: none;
}
.menu-button-reg {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
.menu-button-hover {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 5px;
}
.menu-button-over {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 5px;
}
.menu-button-over-hover {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	padding-right: 10px;
	padding-left: 5px;
}


/*---------------------------------------*/
/*Vertical Menu CSS Properties           */
/*---------------------------------------*/


.button-table {
	border-top-color: #000;
	border-top-style: solid;
	border-top-width: 1px;
	width: 200px;
}
.button1-reg {
	background: #FFF;
	border-bottom-color: #CCC;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	color: #000;
	display: block;
	font-size: 10px;
	height: 20px;
	line-height: 1.8em;
	text-indent: 20px;
	width: 180px;
}
.button1-over {
	background: #CCC;
	border-color: #000;
	border-style: none solid solid;
	border-width: 1px;
	padding: 5px;
}
.button2-reg {
	background: #EFEFEF;
	border-color: #000;
	border-style: none solid solid;
	border-width: 1px;
	padding: 5px 5px 5px 10px;
}
.button2-over {
	background: #DFDFDF;
	border-color: #000;
	border-style: none solid solid;
	border-width: 1px;
	padding: 5px 5px 5px 10px;
}
.button3-reg {
	background: #999;
	border-color: #000;
	border-style: none solid solid;
	border-width: 1px;
	color: #FFF;
	padding: 5px 5px 5px 15px;
}
.button3-over {
	background: #333;
	border-color: #000;
	border-style: none solid solid;
	border-width: 1px;
	color: #FFF;
	padding: 5px 5px 5px 15px;
}
.button1-reg-hover,.button1-over-hover {
	padding: 5px;
}
.button2-reg-hover,.button2-over-hover,.button3-reg-hover,.button3-over-hover {
	background: #DFF;
	border-color: #000;
	border-style: none solid solid;
	border-width: 1px;
	padding: 5px;
}
/*---------------------------------------*/
/*Horizontal Tab Menu CSS Properties     */
/*---------------------------------------*/
.tab-bar {padding:5px;}

/*Tab Regular State   */
.tab-title {padding:5px;}
.tab-left {padding:5px;}
.tab-middle {padding:5px;}
.tab-right {padding:5px;}

/*Tab Over State   */
.tab-title-over {padding:5px;}
.tab-left-over {padding:5px;}
.tab-middle-over {padding:5px;}
.tab-right-over {padding:5px;}

/*---------------------------------------*/
/*Form CSS Properties     */
/*---------------------------------------*/

.form-titles{color:#900;font-weight:700;}
.form-fields{border:1px solid #000;background:#F7F7F7;}
.form-dropdowns{border:1px solid #000;background:#F7F7F7;}
.form-buttons{border:1px solid #000;background:#F7F7F7;}

/*---------------------------------------*/
/*Survey CSS Properties     */
/*---------------------------------------*/

.SurveyName{font-weight:700;}
.SurveyDescription{}
.SurveyQuestionDescription{}
.SurveyQuestion{font-weight:700;}
.SurveyQuestionAnswer{padding-left:15px;}

/*---------------------------------------*/
/*Photo Gallery CSS Properties           */
/*---------------------------------------*/

.GalleryImage{}
.GalleryImageName{ color: #f7941d; font-weight: bold;}
.GalleryImageDescription{ color: #FFFFFF; }



/*---------------------------------------*/
/*Custom CSS Properties                  */
/*---------------------------------------*/
.form-checkbox {
	background-color: #000;
	border: 1px solid #900;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 700;
	height: 14px;
	text-transform: uppercase;
}
.form-button {
	background-color: #E90000;
	border: 2px solid #900;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.tablerowtitle {
	background-color: #FFF;
	border-bottom: #999 solid 1px;
	color: #000;
	font-weight: 700;
}
.column {
	border-right: #ccc dotted 2px;
}
.searchrow {
	border-top: #ccc dotted 2px;
}
.memberstitle {
	background-color: #EFEFEF;
	border-left-color: #ccc;
	border-left-width: 2px;
	border-style: dotted none none dotted;
	border-top-color: #ccc;
	border-top-width: 2px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 700;
	padding-left: 5px;
	padding-right: 5px;
	text-transform: uppercase;
}
.members {
	background-color: #FFF;
	border-right-color: #ccc;
	border-right-width: 2px;
	border-style: dotted dotted none none;
	border-top-color: #ccc;
	border-top-width: 2px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 700;
	padding-left: 5px;
	padding-right: 5px;
}
.Newsletter-Table-0 {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 700;
	width: 56px;
}
.Newsletter-Table-0b {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: 700;
	width: 184px;
}
.Newsletter-Table-1 {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 245px;
}
.table-subtitle3 {
	background-color: #333331;
	border-top-color: #FFF;
	border-top-style: solid;
	border-top-width: 1px;
	color: #FFF;
	padding-bottom: 5px;
	padding-top: 5px;
}
.validation-advice {
	color: Red;
}
.Newsletter-Table-2,.Newsletter-Table-3,.Newsletter-Table-4 {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/*---------------------------------------*/
/* New Components 		                 */
/*---------------------------------------*/

/* News List Properties (As of May.09) */
.newslist									{ color: #333; text-align: left; background-color:#fff; }
.newslist	.table-top						{ display: block; overflow:hidden; background-color:inherit; border:none;  }
.newslist	.table-top	.nl_title			{ float:left; margin:0; color:#5B7778; font-size:14px; background-color:inherit;    }
.newslist	.table-top	.nl_rss				{ float:right; margin-top:5px; }
.newslist   .nl_scrollable					{ /* scroll? */height:450px; overflow:auto;  }
.newslist 	.nl_headingimg					{ text-align:center; }
.newslist 	.nl_headingimg  img				{ margin: 5px; }
.newslist 	.nl_item						{ padding: 3px; overflow:hidden; background-color: #5B7778; color:#fff; }
.newslist 	.nl_item		a				{ font-size:12px; margin-top: 3px; width: 97%; color:#F7941D; }
.newslist 	.nl_border						{ border-bottom: 1px dotted #333333; }
.newslist 	.nl_flip						{ background-color: #f7f8f8; color:#333; }
.newslist 	.nl_img							{ display:inline; float:left; }
.newslist 	.nl_img			img				{ margin:1px 7px 1px 2px; }
.newslist 	.nl_date						{ color: #999; }
.newslist 	.nl_details						{ color: inherit; }
.newslist 	.nl_viewall						{ margin:3px; text-align:center; font-size:9px; padding:5px; }


/* Video NEW */

.video_display								{ margin: 10px 0px 40px 0px;}
.video_display 	h1							{ font-size: 16px; display:block; padding:0; margin-top:0; color:#5D797C;  }
.video_display 	h3							{ font-family:Verdana, Arial; }
.video_display	.vd_maincell 				{ vertical-align:top; padding: 5px; font-size:11px; }	
.video_display	.vd_embed					{ margin: 5px 0; z-index:0;z-order:0;  }	
.video_display	.vd_rightcell				{ vertical-align:top; padding: 5px; font-size:11px; }
.video_display	.vd_details					{ background-color: #FFFFFF; padding: 5px; border: 1px solid #5B7778; }
.video_display	.vd_details label			{ float:left; width:50px; }
.video_display	.vd_details input			{ width: 300px; font-size:11px; font-family:"Courier New", Courier, monospace;  }
.video_display	.vd_details .desc			{ border-left: 3px solid #ccc; padding: 5px 50px 5px 10px;}
.video_display  .vd_details .posted			{ font-weight:bold;}



/* video list (inside video display page) */
.video_display	.vl_title					{ font-size:14px; padding:3px; }

/* video list (standalone) */
.videolist									{ color: #333; text-align: left; }
.videolist .table-top						{ background-color:inherit; border:none; }
.videolist .table-top	h1					{ margin:0; color:#5B7778; font-size:14px; background-color:inherit;   }
.videolist .vl_video						{ margin: 5px 0; height: 195px; width:250px;}
.videolist .vl_scrollable					{ /* scroll */ height: 300px; overflow:auto;  }
.videolist .vl_item							{ padding: 3px; height:65px; color:#333; }
.videolist .vl_item	a						{ font-size:11px; font-weight:bold; margin-top: 3px;  color:#F7941D; }
.videolist .vl_border						{ border-bottom: 1px dotted #333333; }
.videolist .vl_flip							{ background-color: #5B7778; }
.videolist .vl_img							{  }
.videolist .vl_img	img						{ margin:1px 7px 1px 2px; }
.videolist .vl_details						{ color: #333; }
.videolist .vl_flip .vl_details				{ color: #fff; }
.videolist .vl_viewall						{ margin:0px; text-align:center; font-size:9px; }


