/******************************************************
/* Base.css
/* This stylesheet contains the default styling 
/* of html elements and general classes used 
/* throughout the project.
/*
/* Don't add control, framework, template 
/* or contentblock specific classes to this file! 
/*****************************************************/

body, form, h1, h2, h3, h4, h5, h6, h6, p, img, blockquote, ul, li, dl, dt, dd 
{
	margin: 0;
	padding: 0;
}

body, td, th
{
	color: #333;
	font-family: Arial, Helvetica, Sans-Serif;
}

html
{
	font-size: small;
}

body
{
	font-size: 85%;
	line-height: 1.455;
}

p
{
	margin-bottom: 10px;
}

.ingress
{
	font-weight: bold;
	margin-bottom: 10px;
}

.category
{
	color: #666;
	text-transform: uppercase;
	font-size: .9em;
}

/******************************************************
/* Headings
/*****************************************************/
h1, h2, h3
{
	margin-bottom: .3em;
	font-family: Georgia, Verdana, Times, Serif;
	font-weight: normal;
	line-height: normal;
}

h1
{
	color: #333;
	font-size: 190%;
}

h2
{
	color: #333;
	font-size: 140%;
}

h3
{
	color: #333;
	font-size: 127%;
}

h4, h5, h6
{
	color: #333;
	font-size: 100%;
}

/*********************************
/ Links 
/********************************/
a
{
	color: #d9432a;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

/*********************************
/ Lists 
/********************************/
ul
{
	margin-left: 2.5em;
	margin-bottom: 10px;
}

li
{
	margin: 0 0 .3em;
	vertical-align: middle;
}

dl
{
	margin-bottom: 10px;
}

dt
{
	font-weight: bold;
	margin-bottom: .3em;
	clear: both;
}

dd
{
	margin-bottom: 10px;
}

/******************************************************
/* Images
/*****************************************************/
img
{
	border: 0;
}

img.blockImage
{
	display: block;
	line-height: 0;
}

img.leftAligned
{
	float: left;
}

img.rightAligned
{
	float: right;
}


/******************************************************
/* Separators
/*****************************************************/
hr
{
	clear: both;
	display: block;
	border-width: 0;
	height: 0px;
	color: #e5e5e5;
	background-color: #e5e5e5;
	margin: 10px 0;
}

/******************************************************
/* Float container fix
/*****************************************************/
.fc:after
{
	content: ".";
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
}

* html .fc
{
	height: 1px;
}

/******************************************************
/* Campaigns
/******************************************************/
body.SkistarCompaign
{
	background-image:url(none);
	background-position:0 -128px;
	background-repeat: repeat-x;
}/******************************************************
/* This file should only contain basic form styles.
/*
/*****************************************************/
.textBox, 
textarea, 
select,
.stateCtrl input, 
.stateList input,
.button, 
label
{
	vertical-align: middle;
}

input,
textarea,
select, 
option
{
	color: #333;
	font-size: 1em;
	line-height: normal;
}

/******************************************************
/* BLOCKS
/*****************************************************/
.inputBlock
{
	clear: both;
	margin-bottom: 5px;
}

fieldset
{
	padding: 10px;
	border: solid 1px #e5e5e5;
	margin-bottom: 10px;
}

legend
{
	padding: 0 .5em;
	color: #333;
}

/******************************************************
/* LABELS
/*****************************************************/
label
{
	font-weight: bold;
	line-height: 20px; /* Height of input fields */
}

.inputBlock label
{
	float: left;
	width: 120px;
}

.displayLabel
{
	line-height: 20px; /* Height of input fields */
}

/******************************************************
/* TEXTBOX
/*****************************************************/
.textBox
{
	padding: 1px;
	border: solid 1px #e5e5e5;
	width: 150px;
}

textarea
{
	width: 250px;
	height: 100px;
	overflow: auto;
}

/******************************************************
/* select
/*****************************************************/
select
{
	width: 150px;
}

select option
{
}

/******************************************************
/* STATE CONTROLS (checkbox & radiobutton)
/*****************************************************/
.stateCtrl
{
	clear: both;
	display: block;
	font-weight: normal;
}

.inputBlock .stateCtrl
{
	padding-left: 120px;
}

.stateCtrl input,
.stateList input
{
	float: left;
}

.stateCtrl label,
.stateList .stateList label
{
	float: none;
	margin-left: 22px;
	display: block;
	width: auto;
	font-weight: normal;
}

.stateList td 
{
	padding: 0;
	vertical-align: top;
}

html>body .stateCtrl input,
html>body .stateList input
{
	margin-top: 3px;
	margin-bottom: 3px;
}

* html .stateCtrl label,
* html .stateList label
{
	height: 1px;
}

/******************************************************
/* BUTTONS
/*****************************************************/
.buttonBlock
{
	clear: both;
	margin: 10px 0;
	text-align: right;
}

.buttonBlock .button,
.inputBlock .button
{
	margin-left: 5px;
}

/******************************************************
/* ERRORS
/*****************************************************/
.errorList
{
	margin-left: 120px;
}

.errorList ul
{
	color: #f00;
	list-style-type: none;
	margin: 0;
}

.errorIndicator
{
	color: #f00;
	margin-left: 5px;
	vertical-align: top;
}


/******************************************************
/* CLEAR SPACER
/*****************************************************/
.inputBlock:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .inputBlock
{
	height: 1px;
	padding-bottom: 1px; /* Fix for dropdown so that not bottom-border gets hidden */
}
/* End hide from IE-mac */
body 
{
	background-color: #ffffff;
}
.FourColumn .blockArea
{
	float: left;
	width: 230px;
}

.FourColumn .LeftColumn,
.FourColumn .InnerLeftColumn,
.FourColumn .InnerRightColumn
{
}.ThreeColumn .blockArea
{
	float: left;
	width: 130px;
}

.ThreeColumn .LeftColumn,
.ThreeColumn .CenterColumn
{
	margin-right: 15px;
}.TwoColumn .blockArea
{
	float: left;
	width: 230px;
}

.TwoColumn .RightColumn
{
	float: right;
}

.TwoColumnWide .blockArea
{
	float: left;
	width: 450px;
}
.TwoColumnWide .RightColumnWide 
{
	float: right;
	margin-right:10px;
}ul.Links
{
	list-style-type:none;
	margin:5px;
}.PageHeaderLogo
{
	margin: 20px 0 10px 40px;
	line-height: 0;
	float: left;
}

.PageHeaderLogo img
{
	display: block;
}.ToolBar
{
	float: right;
	margin: 10px 0;
	text-align: right;
	list-style-image: none;
	list-style-type: none;
	line-height: normal;
}

#RegionFooter .ToolBar
{
	margin-top:0;
}

.ToolBar li
{
	display: inline;
}

.ToolBar a
{
	background: transparent url(/Images/LinkIcons/arrow_right.gif) 0 50% no-repeat;
	color: #FFF;
	padding: 0 15px 0 8px;
	text-decoration: none;
	/*font-weight: bold;*/
}
.ToolBar a.Selected
{
	background: transparent url(/Images/LinkIcons/arrow_down.gif) 0 50% no-repeat;
	text-decoration:underline;
}

.ToolBar li.sel a
{
	/*color: #d9432a;*/
	text-decoration: underline;
}

.ToolBar a:hover
{
	/*color: #d9432a;*/
	text-decoration: underline;
}

#RegionHeader .ToolBar
{
	clear: both;
	background: transparent url(none) 0 0 no-repeat; /* IE6 */
	font-size: 10px;
	min-height: 40px;
	width:600px;
}
#RegionHeader .ToolBar li
{
    margin:8px 5px 0px;
    display: block;
    float:left;
    
}
#RegionHeader .ToolBar a
{
    background:none;
    display: block;
	padding: 2px 0 2px 6px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #d9432a;
}
#RegionHeader .ToolBar span
{
    padding-right:6px;
    display:block;
}
#RegionHeader .ToolBar span.Selected
{
    background: transparent;
    background-image: url(/Sites/Corporate/Images/Menu/TopBar_selected_right.gif);
    background-position: 100% 1px;
    background-repeat: no-repeat;

}
#RegionHeader .ToolBar a.Selected
{
    color: #999;
	background-image: url(/Sites/Corporate/Images/Menu/TopBar_selected_left.gif);
	background-position:0px 1px;
	background-repeat: no-repeat;
}

#RegionHeader .ToolBar a:hover
{
    color: #999;
	text-decoration: none;
}.TopMenu
{
	clear: both;
	background: transparent url(none) 0 0 no-repeat; /* IE6 */
	font-size: 11px;
	min-height: 40px;
}

.TopMenu ul
{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 10px 15px 0;
}

.TopMenu li
{
	float: left;
	line-height: normal;
	margin: 0 3px;
	padding-right: 10px;
}

.TopMenu a
{
	display: block;
	padding: 3px 0 3px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #d9432a;
}


.TopMenu .sel
{
	background: transparent url(none) 100% 0 no-repeat;
}

.TopMenu .sel a
{
	color: #999;
	background-image: url(none);
	background-repeat: no-repeat;
}

.TopMenu a:hover
{
	color: #999;
	text-decoration: none;
}
.TreeMenu
{
	background: #fff url(/Images/Box/210_bottom.gif) left bottom no-repeat;
	padding-bottom: 20px;
}

.TreeMenu .MenuHead
{
	background: transparent url(/Images/Box/210_top.gif) 0 0 no-repeat;
	height: 20px;
	overflow: hidden;
}

.TreeMenu ul
{
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	background: transparent url(/Images/Box/210.gif) 0 0 repeat-y;
	padding: 0 15px; /* IE7 & IE6 */
}

.TreeMenu ul ul
{
	margin: 0;
	background-image: none;
}

.TreeMenu li
{
	list-style-image: none;
	list-style-type: none;
	border-bottom: solid 1px #e5e5e5;
	margin: 0 9px;
}

.TreeMenu li li, .TreeMenu li.last
{
	border-bottom-style: none;
}

.TreeMenu a
{
	display: block;
	text-decoration: none;
	color: #d9432a;
	background-color: Transparent;
}


/*** INDENT ***/
.TreeMenu li a
{
	padding: 7px 0;
}
/*
.TreeMenu li.sel a,
*/
.TreeMenu li.exp a
{
	padding-left: 7px;
	padding-bottom: 3px;
}

.TreeMenu li.exp ul
{
	padding-left: 7px;
}

.TreeMenu li.exp li a
{
	padding-left: 7px;
	padding-top: 3px;
}

/*** SELECTED & EXPANDED BACK ***/
.TreeMenu li.exp
{
	border-bottom-style: none;
}

.TreeMenu li.exp, TreeMenu li.sel
{
	background-image: url(none);
	background-repeat: no-repeat;
	margin: -1px 0 0;
}

.TreeMenu li.first
{
	margin-top: 0;
}

.TreeMenu li.exp
{
	background-image: url(/Images/Menu/TreeMenu_expanded_top.gif);
}

.TreeMenu li.exp li
{
	margin: 0;
}

.TreeMenu li.exp ul /*.TreeMenu li.sel a, */
{
	background-image: url(/Images/Menu/TreeMenu_expanded_bottom.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}

.TreeMenu li.selexp a, .TreeMenu li.exp a
{
	background-image: none;
}

.TreeMenu li.exp li, .TreeMenu li.exp ul ul {
	background-image: none;
}

/*** EXPANDED ***/
.TreeMenu li.exp a
{
	font-weight: bold;
	color: #333;
}

.TreeMenu .exp li a
{
	font-weight: normal;
	color: #d9432a;
}

/*** SELECTED ***/
.TreeMenu li li.sel
{
	background-image: none;
}

.TreeMenu li.sel a
{
	font-weight: bold;
	color: #666;
}

.TreeMenu .sel li a
{
	font-weight: normal;
	color: #d9432a;
}

/*** HOVER ***/
.TreeMenu a:hover, .TreeMenu .exp li a:hover
{
	color: #666;
	text-decoration: none;
}

/*** PARENT ***/
.TreeMenu li.parent a
{
	background: transparent url(/Images/Menu/TreeMenu_parent_closed.gif) 100% 50% no-repeat;
}
/*
.TreeMenu li.parent li a
{
	background-image: none;
}
*/

.TreeMenu li.exp a
{
	background: transparent url(/Images/Menu/TreeMenu_parent_open.gif) 95% 50% no-repeat;
}

.TreeMenu li.exp  li a
{
	background-image: none;
}

