/*========================================================*/
/*         CSS for DotNetNuke Skin - Minimalist           */
/*                   by Evan O'Neil                       */
/*             http://www.NukeVille.com                   */
/*========================================================*/

/*========================================================*/
/*  2 Design Elements                                     */
/*========================================================*/


.MenuHeight { height:36px; vertical-align: top;}
.MenuTD {  background: url(nav-bg.gif) repeat-x top left; padding: 0 10px 0 10px; }
.MenuLeft { width:1px; background: url(nav-bg-l.gif) no-repeat top right; }
.MenuRight { width:1px; background: url(nav-bg-r.gif) no-repeat top left; }
.LoginTD { width: 100%; vertical-align: middle; text-align: center; font-size: 7px; padding: 0 0 8px 0; 
}
.LogoRowinside {
	height: 199px;
	background-image:url(http://vailcondosource.com/NewImages/Gore_Range1000insideW.jpg);
	background-repeat: repeat;
	background-position: 0px 0px;
}
.maps  {
	margin-bottom: 15px;
}
.maps td {
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.maps img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*========================================================*/
/*     Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu    --*/ 
.MainMenu_MenuContainer { background: transparent; width:680px; margin: 0;
	margin-bottom: 15px;
	margin-bottom: 15px;
}
/*-- bar that holds the menu    --*/ 
.MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent; }
/*-- submenu container          --*/ 
.MainMenu_SubMenu, .ModuleTitle_SubMenu { margin: 0 0 0 2px; }
/*-- menuitems idle             --*/ 
.MainMenu_Idle TD {
	color: #635D42;
	background: url(nav-bg.gif) repeat-x top center transparent;
	font-size: 14px;
	padding: 6px 0px 5px 0px;
	font-weight: bold;
}
/*-- menuitems over             --*/ 
.MainMenu_Selected TD {
	color: #BD7552;
	background: url(nav-bg.gif) repeat-x top center transparent;
	font-size: 14px;
	padding: 7px 0px 5px 0px;
	font-weight: bold;
}
/*-- menuitems active           --*/ 
.MainMenu_Active TD, .MainMenu_BreadcrumbActive TD {
	color: #BD7552;
	background: url(nav-active.gif) repeat-x top center transparent;
	font-size: 14px;
	font-weight: bold;
	padding-top: 13px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
/*-- left seperator idle        --*/ .MainMenu_LeftIdle { background: transparent; width:2px; height: 36px; }
/*-- left seperator active      --*/ .MainMenu_LeftActive { background: url(nav-active-l.gif) no-repeat top right transparent; width:4px; height: 36px; }
/*-- right seperator idle       --*/ .MainMenu_RightIdle { background: transparent; width:2px; height: 36px; }
/*-- right seperator active     --*/ .MainMenu_RightActive { background: url(nav-active-r.gif) no-repeat top right transparent; width:4px; height: 36px; }
/*-- middle seperator           --*/ .MainMenu_Seperator { background: transparent; width:8px; height: 36px; }
/*-- not needed - main menu     --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon { display: none; }									 
/*-- module menu continer       --*/ .ModuleTitle_MenuContainer { color: #2c2c2c; }
/*-- module menu bar            --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- module menu padding        --*/ .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 15px 0 10px; }
/*-- not needed - module menu   --*/ .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow { display: none; }
									 .ModuleTitle_MenuIcon { background: #FFF; border: 0px; border-bottom: 1px dotted #999; width:0px; height: 20px; padding: 0 0 0 0; margin: 0 0 0 0; font-size: 0px; }
									 .ModuleTitle_MenuIcon IMG { margin: 0 10px 0 10px; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none;	border-left-style: none; border-bottom-style: none; background:transparent;  vertical-align:top;}

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/
