/* @override http://192.168.1.7/tsz.css */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	/*required for Internet Explorer.  w/out everything alings left.
	  since it also enters text, need to att text-align: left; to 
	  container below.
    */
}

h1 {
	font-size: 150%;
	text-align: center;
}

h2 {
	font-size: 130%;
}

h3 {
	font-size: 110%;
	font-weight: 700;
	font-style: italic;
}

h4 {
	font-size: 90%;
	font-weight: 500;
}

h5 {
	font-size: 80%;
}

a {
	color: #000000;
}

a:link {
	color: #202798;
	text-decoration: none;
}

a:visited {
	color: #202798;
	text-decoration: none;
}

a:hover {
	color: #1615ff;
	background-color: #bfe2ff;
}

a.hover_white:hover {
	background-color:  #ffffff;	
}

a.hover_blue:hover {
	background-color:  #bfe2ff;	
}


a:active {
	color: #1615ff;
}

table {
	border: none;
	list-style: none;
}

fieldset {
	border: none;
}

/* Main Container. */

#container {
/*	width: 1024px;*/
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding: 0 10px 10px 10px;
/*	background-color: #d2e5ff;*/
	background-color: #bfe2ff;
}

/* Header. */

#header {
	top: 0;
	padding: 0;
	margin: 0;
	clear: both;
}

/* Main Menu. */

#m_menu {
	float: left;
/*	width: 976px;*/
    width: 788px;
	background-color: #e1f4ff;
	padding: 0 0 0 150px;
	margin: 5px 0 10px 0;
	border: solid 1px;
	border-style: groove;
}

#m_menu ul {
	list-style: none;
	margin: 0;
	padding: 4px 0 0 0;
}

#m_menu li {
	float: left;
	/*padding: 2px 30px 5px 5px;*/
	padding: 0;
	font-size: 130%;
	margin: 0 4px 0 0;
}

#m_menu a {
	float: left;
	display: block;
	text-decoration: none;
	font-weight: bold;
/*	background: #76ade9;*/
	background: #76ade9;
	margin: 0;
	padding: 4px 12px;
	border: 1px solid #000000;
	border-bottom: none;
}

#m_menu a:link {
	color: #000000;
}

#m_menu a:visited {
	color: #000000;
}

#m_menu a:hover {
	color: #0716E8;
	background-color: #bfe2ff;
}

#m_menu a:active {
	color: #0716E8;
	background-color: #bfe2ff;
}

/* Main Menu - where you are code */

body#home a#homelink,
body#resorts a#resortslink,
body#list_resorts a#resortslink,
body#equipment a#equipmentlink,
body#tips a#tipslink,
body#marketplace a#marketplacelink,
body#news a#newslink
{
	color: #0716E8;
	background-color: #bfe2ff;	
}

/* Left Side Content. */

#l_content {
	clear: left;
	float: left;
	width: 140px;
	padding: 0;
	margin: 0 10px 10px 0;
}

/* Find Resort */

#find_resort {
	background-color: #76ade9;
    border: 1px solid #000000;
    border-style: groove;
    margin: 0 0 10px 0;
}

#find_resort h2 {
    text-align: center;
    width: auto;
    font-size: 36px;
}

#find_resort a {
    text-decoration: none;
    text-align: center;
    width: auto;
    font-size: 150%;
    display: block;
    padding: 10px 0 10px 0;
}

#find_resort a:link {
	color: #000000;
}

#find_resort a:visited {
	color: #000000;
}

#find_resort a:hover {
	color: #0716E8;
	background-color: #CEE6E8;
}

#find_resort a:active {
	color: #0716E8;
	background-color: #CEE6E8;
}


/* Left Side Menu. */

#l_menu {
	/*	background-color: #dbfdfa;*/
	background-color: #ffffff;
	border: solid 1px;
	border-style: groove;
	margin: 0 0 10px 0;
}

#l_menu h3 {
	text-align: center;
	background: #7F90FF;
	margin: 0;
	padding: 5px 0 5px 0;
	width: auto;
	border-bottom: 1px solid #000000;
	font-size: 90%;
	font-weight: 500;}

#l_menu_items {
	margin: 0;
	padding: 0;
}

#l_menu_items ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#l_menu_items ul li a {
	text-align: left;
	display: block;
	text-decoration: none;
	font-size: 110%;
	margin: 0px;
	padding: 5px 5px 5px 10px;
}

#l_menu_items a:link {
	color: #000000;
}

#l_menu_items a:visited {
	color: #000000;
}

#l_menu_items a:hover {
	color: #0716E8;
	background-color: #bfe2ff;
}

#l_menu_items a:active {
	color: #0716E8;
	background-color: #bfe2ff;
}

/* Left Side Menu - "where you are" code for Resort Left Side Menu */

body#resorts a#resortsOverviewLink,
body#resorts a#resortsReviewsLink,
body#resorts a#resortsMapsLink,
body#resorts a#resortsCalanderLink,
body#resorts a#resortsPhotosLink,
body#resorts a#resortsArticlesLink,
body#resorts a#resortsTipsLink
{
	color: #0716E8;
	background-color: #bfe2ff;	
}

body#tips a#l_menu_highlight {
	color: #0716E8;
	background-color: #bfe2ff;	
}




/* Sort Menu. */

#sort_menu {
	/*	background-color: #dbfdfa;*/
	background-color: #ffffff;
	border: solid 1px;
	border-style: groove;
    margin: 0 0 10px 0;
	padding: 0;
}

#sort_menu h3 {
	text-align: left;
	background: #ffffff;
	margin: 0;
	padding: 5px 0 0px 5px;
	width: auto;
}

#sort_menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sort_menu ul li a {
	text-align: left;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 3px 5px 3px 12px;
}

#sort_menu a:link {
	color: #000000;
}

#sort_menu a:visited {
	color: #000000;
}

#sort_menu a:hover {
	color: #0716E8;
	background-color: #bfe2ff;
}

#sort_menu a:active {
	color: #0716E8;
	background-color: #bfe2ff;
}

/* Sort Menu - where you are code for Resorts */

a#stateResortNameLink,
a#verticalDropLink,
a#summitLink,
a#annualSnowfallLink,
a#acresLink,
a#longestRunLink,
a#resortNameLink
{
	color: #0716E8;
	background-color: #bfe2ff;
}




/* Resort Drill Down. */

#resort_drill_down {
	/*	background-color: #dbfdfa;*/
	background-color: #ffffff;
	border: solid 1px;
	border-style: groove;
    margin: 0 0 10px 0;
	padding: 0;
}

#resort_drill_down h3 {
	text-align: left;
	background: #ffffff;
	margin: 0;
	padding: 10px 0 0px 5px;
	width: auto;
}

#resort_drill_down ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#resort_drill_down ul li a {
	text-align: left;
	display: block;
	text-decoration: none;
	margin: 0px;
	padding: 3px 5px 3px 12px;
}

#resort_drill_down a:link {
	color: #000000;
}

#resort_drill_down a:visited {
	color: #000000;
}

#resort_drill_down a:hover {
	color: #0716E8;
	background-color: #bfe2ff;
}

#resort_drill_down a:active {
	color: #0716E8;
	background-color: #bfe2ff;
}

/* Sort Menu - where you are code for Resorts */

a#halfpipeLink,
a#terrainParkLink,
a#tubingLink,
a#nightSkiingLink,
a#magicCarpetLink,
a#snowcatSkiingLink,
a#heliskiingLink
{
	color: #0716E8;
	background-color: #bfe2ff;
}






/* content. */

#content {
	float: left;
/*	width: 665px;*/
	width: 605px;
	padding: 15px;
	margin: 0 10px 10px 0;
	background-color: #ffffff;
/*	background-color: #e6eff6;*/
/*	background-color: #e1f4ff;*/
	border: solid 1px;
	border-style: groove;
}

/* marketplace content. */

#marketplace_content {
	float: left;
/*	width: 665px;*/
	width: 910px;
	padding: 15px;
	margin: 0 10px 10px 0;
	background-color: #ffffff;
/*	background-color: #e6eff6;*/
/*	background-color: #e1f4ff;*/
	border: solid 1px;
	border-style: groove;
}


/* Resort Name. */

#resort_name {
	clear: left;
	text-align: center;
	padding: 0 10px 15px 10px;
	overflow: hidden;
}

#resort_web_link {
	display: block;
	/*div created so whole length of box is not hightlighted during hover*/
}

#resort_web_link a {
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	margin: 0;
	padding: 0;
}
/*
#resort_web_link a:hover {
	color: #0716E8;
	padding: 0;
	margin: 0;
}

#resort_web_link a:active {
	color: #0716E8;
	padding: 0;
	margin: 0;
}
*/

/* Resort Content*/

#resort_content {
	padding: 0 10px 15px 10px;
	margin-bottom: 10px;
}

/* Search Ski Page */

div#sr_box {
	margin-top: 10px;
}

.region_div {
	float: left;
	margin-right: 40px;
}

.state_div {
	float: left;
}

.top_ten_div {
	float: right;
	margin-right: 20px;
}

h1.sr_h1 {
	display: block;
	clear: both;
	text-align: center;
	font-size: 180%;
}
.ski_search_links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}
.ski_search_links li a {
    margin: 0;
    padding: 0 0 0 7px;
}

/*  List Resorts. */

h1.list_resorts {
	text-align: center;
	color: #000;
	font-size: 180%;
	margin-top: -1px;
	margin-bottom: 25px;
}

h2.list_resorts {
	text-align: center;
	color: #1113c3;
	font-style: italic;
	font-weight: lighter;
	margin-bottom: 15px;	
}

table.list_resorts {
	margin-top: 0px;
    margin-bottom: 30px;
	border-collapse: collapse;
}

td.list_resorts, th.list_resorts{
	vertical-align: top;
	text-align: center;
	padding: 0 5px 0 5px;
	padding-bottom: 7px;
	border-bottom: 1px groove black;
}

em.list_resorts {
	color: #d11c21;
	font-weight: lighter;
}

th.left_align, td.left_align {
	text-align: left;
}

tr.alt_row_color {
	background-color: #bfe2ff;
}

/* Highlight sort column*/

th.sort_col, td.sort_col {
	color: #d11c21;
}

/* Right Side Content. */

/* @end */
#r_content {
	float: right;
	width: 140px;
	padding: 0;
	margin: 0 0 10px 0;
}

#weather {
	padding: 0px;
	background-color: #ffffff;
	margin: 0;

}

#advert {
    text-align: center;
	padding: 0px;
	margin: 0px;
}

#advert img {
	margin: 0 0 5px 0;
}

/* Footer. */
#footer {
	clear: both;
	text-align: center;
}

#footerads {
	margin: 0 0 5px 0;
}

#legalinfo {
	clear: both;
	/*specifies sides which floating elements are not allowed*/
/*	padding: 0 0 0 330px;*/
    padding: 0 0 0 142px;
	margin: 0;
	margin-bottom: 25px;
	border-top: solid 1px;
	border-top-style: groove;
}

#legalinfo ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#legalinfo li {
	float: left;
	font-size: 90%;
	padding: 0;
	margin: 6px 20px 4px 0;
}

#legalinfo a {
	float: left;
	display: block;
	text-decoration: none;
}

#legalinfo a:link {
	color: #000000;
}

#legalinfo a:visited {
	color: #000000;
}

#legalinfo a:hover {
	color: #0716E8;
}

#legalinfo a:hover {
	color: #0716E8;
}

.center {
	text-align: center;
}

.normal {
	font-weight: normal;
}

.imageright {
	float: right;
}

img.imageright {
	margin: 0 0 10px 10px;
}

.imageleft {
	float: left;
}
				
img.imageleft {
	margin: 0 10px 10px 0;
}

.thin {
	font-weight: 100;
}

.copyright {
	font-weight: bold;
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.bold_italic {
	font-weight: bold;
	font-style: italic;
}

.text_indent {
	text-indent: 40px;
}

.font_size_90 {
    font-size: 90%;
}

.ski_article_header {
    background-image: url(/favicon.ico);
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 0 0 20px;
    font-weight: lighter;
}

div.image_caption_right {
	float: right;
}

.image_caption_right img {
	margin: 10px 0 0 10px;
}

.image_caption_right p {
	text-align: center;
	margin: -3px 0 10px 0;
	font-style: italic;
}

div.image_caption_left {
	float: left;
}

.image_caption_left img {
	margin: 10px 10px 0 0;
}

.image_caption_left p {
	text-align: center;
	margin: -3px 0 10px 0;
	font-style: italic;
}

/* for searching resorts  */

#display_resort_list {
	margin: 0;
	padding: 0;
}

#display_resort_list ul {
    position: absolute;
    width: auto;
    background: #ffffff;
    border: 1px solid black;
	list-style: none;
	margin: 0;
	padding: 0;
}

#display_resort_list ul li a {
    text-align: left;
    display: block;
    padding: 2px 2px 2px 6px;
}
