/* from ext-all.css */
html,body,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,blockquote,th,td{margin:0;padding:0;}
img,body,html{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
/*ol,ul{list-style:none;}*/
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}
/* end from ext-all.css */


<style>
* {margin:0; padding:0;}
</style>



.stripFormatting {
	display: block;
	padding: 0px 15px 15px 15px;
	line-height: 1.4;
}

.stripFormatting p, .stripFormatting div {
	padding: 0px;
	margin: 0px;
}

.stripFormatting + p {
	margin: 0px;
}

body {
	background: #c6a857 ;
	text-align: center !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width:100%;
}

#topnav, #header, #sidebar_footer, #photoFrame, #featuredTrailTape  { behavior: url(/layout/css/iepngfix/iepngfix.htc);}



#main {
	margin: -25px auto;
	width:900px;
}

h3, h4, h5 {
	font-weight:normal;	
}

h1 { 
	font-size:26px; 
	color: #205398;
	text-align:center;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

h2 {
	font-size:18px !important;
	margin:0px 70px;
	letter-spacing: 0.1em;
	color:#FFFFFF;
}
h3 {font-size:14px; }
h4 { font-size:12px; }


a, a:visited {
	color: #003399;
}

a:hover {
	color: #000066;
	text-decoration:none;
}
p {
	margin:10px 30px 15px;
	line-height:1.35em;

}

/*======================== TOP NAVIGATION ========================*/

#topnav {
/*	background: url(../img/Heber-Valley-Logo.png) no-repeat 0px 0px !important; */
	width: 900px;
	height:85px;
	padding:0 0 0 9px;
	margin-bottom:-60px;
	z-index:100;
	position: relative;
	top:25px; 
}

/*#topNav-trails, #topNav-trails:visited {
width:65px; height:43px; background:url(/layout/img/TopNav-bg-trails.jpg) no-repeat top left; position:relative; top:31px; left:280px;
}

#topNav-areaInfo, #topNav-areaInfo:visited {
width:92px; height:41px; background:url(/layout/img/TopNav-bg-areaInfo.jpg) no-repeat top left; position:relative; top:-17px; left:346px;
}

#topNav-guides, #topNav-guides:visited {
width:69px; height:42px; background:url(/layout/img/TopNav-bg-guides.jpg) no-repeat top left; position:relative; top:-66px; left:438px;
}

#topNav-photos, #topNav-photos:visited {
width:76px; height:43px; background:url(/layout/img/TopNav-bg-photo.jpg) no-repeat top left; position:relative; top:-116px; left:507px;
}

#topNav-more, #topNav-more:visited {
width:74px; height:42px; background:url(/layout/img/TopNav-bg-more.jpg) no-repeat top left; position:relative; top:-167px; left:584px;
}*/
#topnav > div, #topnav > div:visited {
	background:url(/layout/img/TopNav-all.jpg) no-repeat;
	cursor:pointer;
}

#topNav-trails, #topNav-trails:visited {
width:65px; height:43px; background-position: left top !important; position:relative; top:31px; left:280px;
}

#topNav-areaInfo, #topNav-areaInfo:visited {
width:92px; height:41px; background-position: -65px top !important; position:relative; top:-17px; left:346px;
}

#topNav-guides, #topNav-guides:visited {
width:69px; height:42px; background-position: -157px top !important; position:relative; top:-66px; left:438px;
}

#topNav-photos, #topNav-photos:visited {
width:76px; height:43px; background-position: -226px top !important; position:relative; top:-116px; left:507px;
}

#topNav-more, #topNav-more:visited {
width:74px; height:42px; background-position: -302px top !important; position:relative; top:-167px; left:584px;
}


#topNav-trails:hover {
	background-position:left bottom !important;
}
#topNav-areaInfo:hover {
	background-position:-65px -41px !important;
}
#topNav-guides:hover{
	background-position:-157px -42px !important;
}
#topNav-photos:hover {
	background-position:-226px bottom !important;
}
#topNav-more:hover {
	background-position:-302px -42px !important;
}

#topNav-trails:hover .topNavDropContainer,
#topNav-areaInfo:hover .topNavDropContainer,
#topNav-guides:hover .topNavDropContainer,
#topNav-photos:hover .topNavDropContainer,
#topNav-more:hover .topNavDropContainer {
	display:block;
}

.topNavDropElement {
	padding:3px;

}

.topNavDropElement:hover, .topNavDropElement:hover a, .topNavDropElement a:hover {
	background:#E1D7B6;
	color:#5F0404;
	text-decoration:underline;
}

.topNavDropElement a {
	color:#FFFFFF;
	text-decoration:none;
}

.topNavDropContainer {
background:#C6A857; width: 230px; height: auto; z-index: 999999; position: absolute; top: 37px; left: 10px; border:#FFFFFF solid thick; display:none; padding:0px; text-align:left;
}

.topNavDropContainer ul { list-style:none; padding:5px; margin:0px; z-index: 999999;};


#topnav .topmenulast {    /* Get rid of divider on first menu item */
/*	padding:0 9px 0 0;
	background:transparent url(layout/img/site/nav_right_curve.gif) no-repeat scroll right top; 
*/}

#topnav .topmenulast a, #topnav .topmenulast a:visited {    /* Get rid of divider on first menu item */
/*	background-image: url(none) !important; 
*/}

#topnav ul li:hover ul li a,
#topnav ul li a:hover ul li a {                   /* 2nd level unselected items */
/*	background-color:#CCBE29;       /* this sets the drop-down menu background color */
/*	border-top: 1px solid white;
	padding: 4px 9px;
*/}

#topnav ul li:hover ul li:hover a,
#topnav ul li a:hover ul li a:hover {                /* 2nd level selected item */
/*	background-color:#C4B94F;
	color:white;*/
}

/*======================== HEADER ========================*/
#header {
	width: 841px;
	height: 295px;
	padding: 0;
	margin: 0 auto 25px -15px;
	clear:both;
	position:relative;
}

#photoFrame {
	float: right;
	background: url(../img/photo-frame.png) no-repeat;
	width:690px;
	height:250px;
	z-index:1;
	position:relative;
	margin:26px 33px -250px 0px;
	display: inline !important;
}

#header img {
	float:right;
	margin-right: 30px;
	width:680px;
	height:240px;
	display:inline !important;
	padding:5px;
}

#divHeaderOverlay {
	float:right;
	position:relative;
	text-align:right;
	right:10px;
	top:210px;
	z-index:100;
}
#divHeaderOverlay span, #HeaderCaption span{
	background: #9e9e8c;
	padding:3px 5px 3px 15px;
}
#divHeaderOverlay a, #divHeaderOverlay a:visited, #HeaderCaption a, #HeaderCaption a:visited {
	color:#000;	
}

#HeaderCaption {
	float:left;
	position:relative;
	text-align:left;
	right:14px;
	top:270px;
	z-index:100;
}

#homePageLink {
background:none; width: 250px; height: 150px; cursor:pointer; position:relative; z-index:1000000; top:0px; left:0px;
}

#headline{
	position: relative;
	top: -25px;
	text-align: right;
	padding: 0 5px 0 0;
	color: white;
	font-size: 10pt;
}

#headline a, #headline a:visited{
	color:#C0D2FF;
}

#headline a:hover{
	text-decoration: none;
}

#header-base{
	position: relative;
	width: 570px;
	height: 17px;
	left: 200px;
	padding: 0;
	margin: 0;
	text-align:right;
}

#search input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.80em;
	color:#222222;
	border:thin solid #775228;
	padding: 5px;
	background:#e1d7b6;
}

#search {
	position: relative;
	float:right;
	right:70px;
	top:-60px;
	z-index:999999;
}
#search form {
	padding-top: 20px;
}

#search a, #search a:visited {
	color:#000;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

#search a:hover{
	color:#CCBE29;
}

/*========================  LHN: General Left Hand Navigation ========================*/
/* NOTE: for lhn menu settings, see topnav.css */

#leftcolumn {
	width: 188px;
	float: left;
	background:none;
	margin-left:5px;
	margin-top:-250px; /************ Positions LH column above header image for interior pages *************************/
	position:relative;
	z-index:1000;
	display:none;
}

#lhn {
	
	margin: 0px auto 30px 10px;
}

#lhn_print a, #lhn_email a, #lhn_bookmark a {
	color: #ecedce;
	font-size: 7pt;
	text-decoration:none;
	display: block;
	text-indent:30px;
	width: 150px;
	height: 25px;
	margin: 0px 8px 0px 25px;
	text-align:left;
	padding-top:5px;
}

/*#lhn_print a {
	background:url(../img/printer-icon.gif) no-repeat 0 0;
}
#lhn_email a {
	background:url(../img/email-icon.gif) no-repeat 0 0;
}

#lhn_bookmark a {
	background:url(../img/favorite-icon.gif) no-repeat 0 0;	
}*/

#lhn_bottom1, #lhn_bottom2 {
	text-align: center;
	width: 180px;
	color: #ecedce;
	margin:10px 0;
}



#lhn_bottom1 a, #lhn_bottom1 a:visited,
#lhn_bottom2 a, #lhn_bottom2 a:visited {
	color: #ecedce;
}

#lhn ul li a,
#lhn ul li a:visited {                    /* unselected top-level menu items */
	background:none; !important;
	font-size: 10pt;
	text-align:left;
}

#lhn ul li.sticky ul li a {
	font-size: 8pt !important;
	line-height:8pt !important;
	text-decoration:none;
}

#lhn ul li a:hover {                /* 2nd level selected item */
	background-color:#547187 !important;
}

#lhn ul li.sticky:hover ul li:hover a,
#lhn ul li.sticky a:hover ul li a:hover,
#lhn ul li.sticky ul li a:hover {                /* 2nd level selected item */
	background:none !important;
	color:#e0b33f !important;
	text-decoration:underline !important;
}



#lhn ul li.popup:hover a,
#lhn ul li.popup a:hover {                        /* selected top-level menu items */
	background-color:#547187 !important;
}

#lhn ul li.popup:hover ul li a,
#lhn ul li.popup a:hover ul li a {                   /* 2nd level unselected items */
	background-color:#547187 !important;
	/* border: 1px solid white; */
}

#lhn ul li:hover ul li:hover a,
#lhn ul li a:hover ul li a:hover {                /* 2nd level selected item */
	background-color:#e0b33f !important;
}

/*========================  Main Content in Center ========================*/

#center {
	position:relative;
	width: 860px;
	height: auto;
	margin: 58px auto 0px 11px;
	float:left;
	background:url(../img/Page-Content-BG.jpg) repeat-y 0px 0px;
	clear:both;
	z-index:100;
}

#content {
	text-align: left !important;
	float:left;
	width: 840px;
	color:#5f0404;
	position:relative;
	top:-153px;
	margin:0px 10px -153px 10px;

}

#content h1 {
	color:#5f0404;
	font-size: 36px;
	vertical-align:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	margin: 0px 230px 20px 50px;
	margin-right:230px;
	margin-left:50px;
	width:580px;
}

#featuredTrail {
/*	background:url(/layout/img/Featured-Trail-BG.jpg) no-repeat;*/
	width:294px;
	height:373px;
	float:right;
	margin-right:20px;
}
#featuredTrailContent {
	margin:-70px 20px 0px 60px;
	color:#000000;
	height:130px;
	overflow:hidden;
}
#featuredTrailContent h4 {
	font-size:18px;
	}
#featuredTrailTape {
/*	background:url(/layout/img/featuredTrailTape.png);*/
	width:240px;
	height:168px;
	display:block;
	position:relative;
	top:45px;
	left:40px;
	z-index:1;
}

#featuredTrailImage {
	position:relative;
	z-index:0;
	top:-92px;
	left:66px;
}

#featuredTrailContent p {
	margin:0px;
}

div.roundedcornr_content li {
	margin-left: 25px;
}

/*#content li {
	text-indent:5pt;
}*/

#content p img {
	padding: 0px 15px 0px 15px;
}

/*#backgroundSlice01 {
	background:url(/layout/img/Mockup-03-slices_01.jpg) no-repeat center top fixed;
	width:100%;
	height:500px;
	position:relative;

}
#backgroundSlice02 {
	background:url(/layout/img/Mockup-03-slices_02.jpg) no-repeat center top fixed;
	width:1800px;
	height:500px;
position:relative;
}
#backgroundSlice03 {
	background:url(/layout/img/Mockup-03-slices_03.jpg) no-repeat center top fixed;
	width:1800px;
	height:500px;
position:relative;
}
#backgroundSlice04 {
	background:url(/layout/img/Mockup-03-slices_04.jpg) no-repeat center top fixed;
	width:1800px;
	height:500px;
position:relative;
}*/


/*========================  Sidbar ========================*/

#sidebar {
	float:right;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:213px;
	text-align:center;
	z-index:1000;
	position:absolute;
	top:-300px;
	left:840px;
}

#sidebar_header{
	height: 60px;
	padding:55px 0 0;
	font-size:12pt;
	margin-bottom:-55px;
	font-weight:bolder;
	text-indent:-999999px;
}

#sidebar_content {	
	margin:0;
	padding:8px 15px;
}

#sidebar h4{
	margin: 0;
	font-size:10pt;
	font-weight:bold;
}

#sidebar hr{
	height: 1px;
	margin: 10px 0;
}

#sidebar a, #sidebar a:visited, #sidebar h4, #sidebar_content div, #sidebar hr{
	color:#25415C;
}

#sidebar_content div, #sidebar h4 {
	padding-bottom:5px;
}

#sidebar_footer{
	width: auto;
	height: 59px;
	padding:0;
}


/*======================== Page ========================*/

.section_break_image {
	text-indent:50px;
	font-weight: bold;
	clear:both;
	background: none;
	letter-spacing: 0.1em;
	font-size:16pt;
}

#gallerysmall{
	text-align: center; 
	margin: 12px 13px 3px 10px; 
	width: 265px;
	float:left;
	text-indent: -2000px; 
}

#gallerysmall .imageElement{
	display: none;
}

.slideshow_inline{
	padding:0px 0 0 5px;
}



/*======================== BOTTOM NAVIGATION ========================*/

#pageicon {
	width:155px;
	height:200px;
	float:left;
	margin-left:10px;
	position:relative;
	left:25px;
	bottom:140px;
	z-index:5000;
}

#basemenu {
	height:58px;                                  /* the menu's overall height */
	width:861px;         /* we always want our menu to fill the available space */
	background: url(../img/Footer-BG.gif) no-repeat;
	clear:both;
	position:relative;
	left:12px;
	top:0px;
	display:inline !important;
	z-index: 5000;
}

#basemenu ul {
	position:relative;
	left: 160px;
	top: 5px;
}

#basemenu ul li a, 
#basemenu ul li a:visited {                    /* unselected top-level menu items */
	background:none;
	color: #205398;
}

#basemenu ul li:hover a,
#basemenu ul li a:hover {                        /* selected top-level menu items */

}

#basemenu .topmenulast {    /* Get rid of divider on first menu item */
	padding:0 9px 0 0;
	background:transparent  no-repeat scroll right top; 
}

#basemenu .topmenulast a, #topnav .topmenulast a:visited {    /* Get rid of divider on first menu item */
	background: none !important; 
}

#basemenu ul li:hover ul li a,
#basemenu ul li a:hover ul li a {                   /* 2nd level unselected items */
	background-color:#CCBE29;       /* this sets the drop-down menu background color */
	border-top: 1px solid white;
	padding: 4px 9px;
}

#basemenu ul li:hover ul li:hover a,
#basemenu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	background-color:#C4B94F;
	color:white;
}


/*======================== Search Pages ========================*/

.roundedcornr_box {
	background: url(/layout/img/Tab-Grid-BG.jpg) repeat-y top left !important;
	padding: 5px 0px 5px 0px;
}
/*.roundedcornr_top {
	background: url(../img/site/roundedcornr_896333_tr.png) no-repeat top right;
}
.roundedcornr_bottom {
	background: url(../img/site/roundedcornr_896333_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom div {
	background: url(../img/site/roundedcornr_896333_br.png) no-repeat bottom right;
}*/
.roundedcornr_content {
/*	background: url(../img/site/roundedcornr_896333_r.png) top right repeat-y;*/
	padding:0px 10px 0 10px;
	width:590px;
}
#roundedcornr_footer {
background: url(/layout/img/Tab-Grid-BG-bottom.jpg) no-repeat top left;
width:620px;
height:15px;
margin-bottom:15px;
}


.roundedcornr_top div,.roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
	width: 590px;
	height: 10px;
	font-size: 1px;
}



.ui-tabs-showall-top .roundedcornr_bottom,
.ui-tabs-showall-top .roundedcornr_bottom div
{
	display:none;
}

.ui-tabs-showall .roundedcornr_top, 
.ui-tabs-showall .roundedcornr_bottom,
.ui-tabs-showall .roundedcornr_bottom div
{
	display:none;
}

.ui-tabs-showall, .ui-tabs-showall-bottom {
	background-position: 0 -10px !important;
}


.ui-tabs-showall-bottom .roundedcornr_top
{
	display:none;
}

.ui-tabs-container .tab-title {
	display:none;
}

.ui-tabs-showall .tab-title,
.ui-tabs-showall-top .tab-title,
.ui-tabs-showall-bottom .tab-title 
{
	display:block;
	clear:both;
	padding: 5px 0;
	margin-bottom: 10px;
	font-weight:bold;
	font-size:16px;
	border-bottom:thin solid #000000;
}

/*=============== Detailed Information (DIP) pages ===========*/

.contacttable td.left {
	text-align: right;
	padding-right: 6px;
	vertical-align:top;
	font-weight: bold;
}

.contacttable td.right {
}


/*======================== Other ========================*/
#bottomNavElements {
	position:relative;
}

#bottomNavElements ul li a:hover {
	text-decoration:underline;
}

#copyright {
	text-align: center;
	clear: both;
	padding:0px;
	position:relative;
	top:0px;
	display:block;
	font-size:smaller;
	font-style:italic;
}

.screen_hide{ display:none }


/* New styles post 04.30 */

/* search/photos/dsp_results.cfm */
	.divPhotoSearchResults {
	
		display: inline; 
		float: left; 
		height: 100px; 
		width: 140px; 
		margin: 0px; 
		padding: 0px; 
		text-align: center;
		
	}

	.imgPhotoSearchResults {
	
		padding: 5px;
		vertical-align: middle;
		
	}

#largeDetailPhotoSlideshow {
	margin:10px auto 20px 5px;
	text-align:center;
}

#smallDetailPhotosSlideshow {
	float:left;
	margin: 5px 15px 0px 30px;
	position:relative;
}

.divPhotoSearchResultsLodging {
	float: left;
	padding: 5px 15px 10px 0px;
}

.searchResultGlobal {

	padding: 10px;

}

.searchResultGlobal a {

	font-size: 16px;

}


.searchThumbnails {
	
	padding: 5px;
	float: left;
	clear: right;

}


.eventPopup {

	padding: 15px;
	border: 1px solid #888888;
	background: #ffffff;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-align: left;

}

.eventPopup h1 {

	font-family: Arial, Verdana, Helvetica;
	font-size: 18px;
	font-weight: normal;
	color: #205398;
	text-align: left;
	text-decoration: underline;
	margin-bottom: 3px;

}

.tableCalendar {

	border: 1px solid #666666;
	border-spacing: 0px;
	width: 780px;
	margin:20px auto 30px 30px;
}

.tableCalendarHeader {

	background: #E1D7B6 ;
/*	background: url(/Mechanics/Media/Images/Interface/Calendar/backgroundMonthCurrentHeader.png);*/
	color: #39464E;
	padding: 7px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;

}
.tableCalendarHeaderLast {

	background: #e5ebed;
/*	background: url(/Mechanics/Media/Images/Interface/Calendar/backgroundMonthHeader.png);*/
	padding: 7px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;

}
.tableCalendarHeaderNext {

	background: #e5ebed;
/*	background: url(/Mechanics/Media/Images/Interface/Calendar/backgroundMonthHeader.png);*/
	padding: 7px;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;

}

.tableCalendarHeaderLast a, .tableCalendarHeaderNext a {

	color: #39464E;	
	text-decoration: none;

}


.tableCalendarYearLast, .tableCalendarYearNext, .tableCalendarYearMiddle {

	background: #333333;
	/*background: url(/Mechanics/Media/Images/Interface/Calendar/backgroundYearHeader.png);*/
	padding: 7px;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	text-align: center;

}


.tableCalendarYearLast a, .tableCalendarYearNext a, .tableCalendarYearMiddle a {

	color: #ffffff;
	text-decoration: none;

}

.tableCalendarDayOfWeek {

	background: #5F0404;
/*	background: url(/Mechanics/Media/Images/Interface/Calendar/backgroundWeekdayHeader.png);*/
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 700;
	padding: 5px;
	text-align: center;
	width: 14%;
	border-left: 1px solid #888888;

}

.tableCalendarDay {

	height: 90px;
	padding: 5px;
	background: #EEF0F0;
	border-left: 1px solid #ffffff;
	/*border-bottom: 1px solid #efefef;*/
	width: 14%;
	vertical-align: top;
	border-top: 1px solid #ffffff;
	
}

.tableCalendarDay a {

	color: #4F5860;
	font-weight: normal;
	font-size: 11px;

}

.tableCalendarDayCurrent {

	background: #E2F0FA;

}
.tableCalendarDayCurrentMulti {

	background: #D0E6F6;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;

}

.tableCalendarMultiDay {

	background: #EEF0F0;
	height: 10px;
	padding: 5px;
	border-left: 1px solid #ffffff;
	border-bottom: 0px solid #ffffff;
	width: 14%;
	vertical-align: top;
	
}

.tableCalendarMultiDayLast {

	background: #D9DDDD;
	height: 10px;
	padding: 5px;
	border-left: 1px solid #ffffff;
	width: 14%;
	vertical-align: top;
	
}

.tableCalendarMultiDayActive {

	background: #D0E6F6;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	height: 10px;
	padding: 5px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	width: 14%;
	vertical-align: top;
	
}
	
.tableCalendarMultiDayActive a {

	color: #4D565E;

}

.tableCalendarMultiDayStart {

	border-left: 1px solid #ffffff;
	border-right: 0px;
	border-bottom: 1px solid #ffffff;
	
}

.tableCalendarMultiDayEnd {

	border-left: 0px;
	border-right: 0px solid #111111;
	border-bottom: 1px solid #ffffff;
	
}
.tableCalendarMultiDayFullWeek {

	border-left: 0px;
	border-right: 0px;
	border-bottom: 1px solid #ffffff;
	
}

.tableCalendarPreviousMonthDay {

	background: #D9DDDD;
	height: 90px;
	padding: 15px;
	border-left: 1px solid #ffffff;
	/*border-bottom: 1px solid #efefef;*/
	width: 14%;
	vertical-align: top;
	
}

.tableCalendarNextMonthDay {

	background: #D9DDDD;
	height: 90px;
	padding: 15px;
	border-left: 1px solid #ffffff;
	/*border-bottom: 1px solid #efefef;*/
	width: 14%;
	vertical-align: top;
	
}
.tableCalendarNextMonthDayMulti {

	background: #efefef;
	height: 10px;
	padding: 15px;
	border-left: 1px solid #ffffff;
	border-bottom: 1px solid #efefef;
	width: 14%;
	vertical-align: top;
	
}

.daySmall {

	color: #2D404E;
	font-size: 9px;
	font-family: "Trebuchet MS", Verdana, Helvetica;
	font-weight: 900;
	padding: 0px;
	margin: 0px;
	
}


/* Custom tag styles */

#checkdropLabelContainer {
	margin:0px 5px 10px 0px;
	float:left;
	width:140px;
}
#checkdropLabelContainer > input {
	width:130px;
	float:left;
	clear:both;
}
.checkdropValue {

	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	width: 115px;
	background: #ffffff;
	display: inline;	
	padding: 2px 0px 2px 2px;
	margin:0px;
	border: 1px solid #7f9db9;
	border-right: 0px;
	float: left;
	height: 14px;
}

.checkdropOptions {

	display: none;
	font-size: 12px;
	font-family: Tahoma, Verdana, Arial;
	background: #ededed;
	color: #333333;
	border: 1px solid #999999;
	border-top: 0px;
	padding: 15px;
	line-height: 2;
	position: absolute;
	z-index: 151000;
}

.columns1 {
	width: 218px;
}

.columns2 {
	width: 318px;
}

.columns3 {
	width: 418px;
}


/*************************************** DL Table display  ************/

dl.detailList
{
width: 215px;
margin: 10px 0px 40px 0px;
padding: 0;
float:left;
}

dl.detailList dt
{
float: left;
margin: 0 0 0 0;
padding: .5em;
font-weight: bold;
font-style:italic;
border:none;
width: 215px;
}


/* commented backslash hack for mac-ie5 \*/
dl.detailList dt{ clear: both; }
/* end hack */

dl.detailList dd
{
width: 215px;
float: left;
margin: 0 0 0 0;
padding: .5em;
border:none;
}
/* second level dl items */
dl.detailList dl dt
{
float: left;
margin: 0 0 0 10px;
padding: 0em 0.5em 0em 0.5em;
font-weight: bold;
font-style:italic;
border:none;
width: auto;
}

dl.detailList dl dd
{
width: auto;
float: left;
margin: 0 0 0 0;
padding: 0em 0.5em 0em 0.5em;
border:none;
}



dl.detailList dd p  {
	margin:0;
}

h3.detailList {
	clear:none;
}

.detailLeftColumn {

	font-weight: 700;
	padding-right: 5px;
	text-align: right;
	vertical-align: top;
	width: 67px;
	
}

.detailRightColumn p {

	margin: 0px;
	padding: 0px;
	
}

#search-results .initialHide {
	
	display: none;
	
}
#search-results .initialShow {
	
	display: block;
	
}

#stylized .spacer{clear:both; height:1px;}

.requestForm{
	margin:0 auto;
	width:550px;
	padding:10px;
}
#stylized{
	border:solid 1px #465b6c;
}
#stylized h1 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
#stylized p{
	font-size:11px;
	color:#666666;
	margin-bottom:20px;
	border-bottom:solid 1px #465b6c;
	padding-bottom:10px;
}
#stylized label{
	display:block;
	text-align:right;
	width:109px;
	float:left;
	font-size:smaller;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size: xx-small;
	font-weight:normal;
	text-align:right;
	width:109px;
}
#stylized input{
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #465b6c;
	width:150px;
	margin:2px 0 10px 10px;
}
#stylized textarea {
	float:left;
	font-size:12px;
	padding:4px 2px;
	border:solid 1px #465b6c;
	width:425px;
	height:100px;
	margin:2px 0 10px 10px;
}
#button{ 
	clear:both !important;
	margin-left:440px !important;
	width:71px !important;
	height:30px !important;
	border:none !important;
}

		
	#linkToAdministrator {
	
		padding: 10px;
		background: #222222;
		
	}
		
	#linkToAdministrator a{
	
		color: #ffffff;
		font: 12px Tahoma, Geneva, sans-serif;
		
	}
	
	
	
/*========================= TOP OF THE MENU CASCADE =========================*/

.horiz_menu {
	position:relative;        /* establish a menu-relative positioning context */
	float:left;                                     /* play nicely with others */
	margin:0;
	padding:0;
	border:0;
	height:24px;                                  /* the menu's overall height */
	width:auto;         /* we always want our menu to fill the available space */
	font-family:'Arial','Verdana';
	font-size:0.8em;
	font-size:12px;         /* this (and also below) sets the menu's font size */
	/* z-index: 100; make sure it's on top of all other layers */
}

.horiz_menu img {
	vertical-align: top;      /* prevent images from being pushed down by text */
}

.horiz_menu ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:14px;           /* globally set the menu's item spacing. note */
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.horiz_menu li {
	float:left;    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0;
}

.horiz_menu ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	margin:0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	font-size:12px;        /* this sets the base font size for our entire menu */
}


/*======================== TOP LEVEL MENU DEFINITIONS ========================*/

.horiz_menu ul li ul {
	display:none;                  /* initially hide the entire list hierarchy */
	/* border: 1px solid white; */ /* ie had an issue with this param */
	padding:1px;                               /* this is our box border width */
}

.horiz_menu ul li a,
.horiz_menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	float:left;
	text-decoration:none;
	color: #FFFFFF;
	background:#000000;
	padding: 5px 10px;
}

.horiz_menu ul li:hover a,
.horiz_menu ul li a:hover {                        /* selected top-level menu items */
	background:#999999;
}

/*======================== 2ND LEVEL MENU DEFINITIONS ========================*/

.horiz_menu ul li:hover ul,
.horiz_menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	position:absolute;
	margin:0;
	padding:0;
	top:24px;              /* place us just up underneath the top-level images */
	left:-1px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	width:13.5em;
	color:black;                        /* this sets the unselected-text color */
	background:black;         /* this sets our menu's effective "border" color */
}

.horiz_menu ul li:hover ul li a,
.horiz_menu ul li a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding:0;
	height:auto;
	color:#FFFFFF;               /* this sets the unselected drop-down text color */
	background:#666666;       /* this sets the drop-down menu background color */
	width:13.5em;
}

.horiz_menu ul li:hover ul li:hover a,
.horiz_menu ul li a:hover ul li a:hover {                /* 2nd level selected item */
	color:black;
	background:white;
}




/*========================= LEFT MENU CASCADE =========================*/

.vert_menu {
	position:relative;        /* establish a menu-relative positioning context */
	/* float:left; */                                     /* play nicely with others */
	margin:0 0 40px 0;
	padding:0;
	border:0;
	width:150px;         /* we always want our menu to fill the available space */
	font-family:'Arial','Verdana';
	font-size:0.8em;
	font-size:12px;         /* this (and also below) sets the menu's font size */
	z-index: 99;/* make sure it's on top of all other layers */
}
	
.vert_menu img {
	vertical-align: top;      /* prevent images from being pushed down by text */
}

.vert_menu ul {
	padding:0;
	margin:0;
	border:0;
	list-style-type:none;          /* we don't want to view the list as a list */
	line-height:14px;           /* globally set the menu's item spacing. note */
}                               /* this must be 1.0 or 1.5 or 2.0 for Mozilla */

.vert_menu li {
	/* float:left; */    /* this creates the side-by-side array of top-level buttons */
	position:relative;    /* create local positioning contexts for each button */
	margin:0;
}

.vert_menu ul li table {
	margin:-1px 0;              /* IE5 needs -1px top and bottom table margins */
	margin:0;               /* re-zero the table margins for everyone but IE5 */
	border-collapse:collapse;      /* IE5 needs this for the sub-menus to work */
	font-size:12px;        /* this sets the base font size for our entire menu */
}

/*======================== LEFT MENU DEFINITIONS ========================*/
.vert_menu ul li.sticky a,
.vert_menu ul li.sticky a:visited {
	text-decoration:underline;
	background:none;
}

.vert_menu ul li.sticky li {
	border: none !important;
}

.vert_menu ul li.popup ul {
	display:none;                  /* initially hide the entire list hierarchy */
	/* border: 1px solid white; */ /* ie had an issue with this param */
}

.vert_menu ul li.sticky ul  {
	display:block !important;                /* initially hide the entire list hierarchy */ 
}

/* mark currently selected item in list */
.vert_menu ul li.sticky ul li.selected {
/*	background: url(../img/dot.gif) no-repeat 5px 6px;
*/}
.vert_menu ul li.sticky ul li.selected a{
	color:#e0b33f;
	text-decoration:underline !important;
}

.vert_menu ul li a,
.vert_menu ul li a:visited {                    /* unselected top-level menu items */
	display:block;
	text-decoration:none;
	color: #FFFFFF;
	background-color:#000000;
	padding: 5px 2px;
	width:150px;
}

.vert_menu ul li.popup:hover a,
.vert_menu ul li a:hover {                        /* selected top-level menu items */
	background-color:#999999;
}

/*======================== LEFT MENU DEFINITIONS ========================*/

.vert_menu ul li ul li a,
.vert_menu ul li ul li a:visited {                    /* unselected top-level menu items */
	padding: 3px 2px 3px 20px;
	width:150px;
}

.vert_menu ul li:hover ul,
.vert_menu ul li a:hover ul {                           /* 2nd level drop-down box */
	display:block;
	color:black;                        /* this sets the unselected-text color */
	background:none;         /* this sets our menu's effective "border" color */
}

.vert_menu ul .popup:hover ul,
.vert_menu ul .popup a:hover ul {                            /* 2nd level drop-down box */
	display:block;
	position:absolute;
	top:0px;              /* place us just up underneath the top-level images */
	left:150px;       /* left-align our drop-down to the previous button border */
	height:auto;      /* the drop-down height will be determiend by line count */
	width:auto;
	color:black;                        /* this sets the unselected-text color */
	background:#547187;         /* this sets our menu's effective "border" color */
}

.vert_menu ul li.popup:hover ul li a,
.vert_menu ul li.popup a:hover ul li a {                   /* 2nd level unselected items */
	border:0;
	margin:0;
	padding: 5px 2px;
	height:auto;
	color:#FFFFFF;               /* this sets the unselected drop-down text color */
	background-color:#666666;       /* this sets the drop-down menu background color */
	width:13.5em;
}

.vert_menu ul li.popup:hover ul li:hover a,
.vert_menu ul li.popup a:hover ul li a:hover {                /* 2nd level selected item */
	background-color:#000000;
}

.vert_menu ul li.sticky:hover ul li:hover a,
.vert_menu ul li.sticky a:hover ul li a:hover {                /* 2nd level selected item */
	background-color:#666666;
}	