﻿
/*==========================================================*/
/*    Cascading Style Sheet for NuAir DotNetNuke			*/
/*              created by Jerry Witman						*/
/*					email questions to:						*/
/*					 cellis@nuair.com						*/
/*==========================================================*/

/*==========================================================*/
/*					Table of Contents						*/
/*==========================================================*/
/*  Universal												*/
/*  Containers												*/
/*  Links													*/
/*  Text													*/
/*  Forms													*/
/*  Main Menu												*/
/*  Module Menus											*/
/*==========================================================*/

/*==========================================================*/
/* Adjust site width by altering this value					*/
/*==========================================================*/

   .SiteWidth {width:750px;}								

/*==========================================================*/
/*  Universal												*/
/*==========================================================*/

/* Force browser height of 100% */
html {
	height: 100%;
}


/* Body style */
body {
	margin: 0;
	background-attachment: fixed;
	background-color: #eceac3;
	background-image: url();
	background-repeat: no-repeat;
	background-position: left bottom;
}


/* Catch-all to ensure text color, font, and size consistency */
table, tr, td, p {
	font-family: tahoma;
	font-size: 11px;
	line-height: 1.3em;
}

/*==============================================================*/
/*  Header Container											*/
/*==============================================================*/

#Header{
	background-image:url(images/NuAir_Lite_Header_02.jpg);
	height: 105px;
	background-repeat: no-repeat;
	background-position: center;
	top: 0;
	left: 0;
	margin-top: 10px;
}
.Mainmenu{
	position: relative;
	width: 100%;
	height: 105px;
}
.Search{
	position:absolute;
	right: 12px;
	top: 21px;
	text-align: right;
}
.LoginCell {
	position: absolute;
	top: 41px;
	right: 18px;
	text-align: right;
	height: 25px;
	font-weight: normal;
}
.MenuCell {
	background-color: transparent;
	position: absolute;
	top: 60%;
	left: 165px;
}


/*==========================================================*/
/*  Containers												*/
/*==========================================================*/

.PageBG {
	background: transparent;
}
.CtrTop {background: transparent;}
.CtrBottom {background: transparent}
.LeftSide {width: 157px;}
.Logo {
	width: 230px;
	height: 60px;
	cursor: hand;
	background-image: url(200px_NuAir_Logo.gif);
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center center;
}
.Captions {
	font-style: normal;
	font-weight: bold;
	text-transform: capitalize;
	color: #0099CC;
	top: 50px;
}
.DateCell {
	text-align: right;
}
.Lifter {padding-top: 10px;}
.BreadcrumbCell {
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 5;
	padding-left: 0px;
}
.LeftSideContent {padding: 0;}
.ContentCell {
	padding-left: 10px;
}
.ContentTop {padding: 0;}
.ContentLeft {
	padding: 0;
	background-color: transparent;
}
.ContentCenter {
	background-color: transparent;
	padding: 0;
	margin: 0px;
	background-position: center top;
}
.ContentRight {
	padding: 0;
	background-color: transparent;
}
	
.ContentBottom {
	padding: 0;
	background-color: transparent;
}
.Navi {}

.SubNavi {
	padding: 0 0 0 0;
}
.SubWindow1 {
	padding: 0 0 0 0;
}
.SubWindow2 {
	padding: 0 0 0 0;
}
.SubWindow3 {
	padding: 0 0 0 0;
}
.SubWindow4 {
	padding: 0 0 0 0;
}
/*
letter-spacing: 105%;
	word-spacing:-.2em;
	line-height:110%;

*/
.News1 { font-stretch: normal; padding: 5px; letter-spacing: normal; word-spacing:normal; line-height:110%; text-align: left; }
.News2 { padding: 5px; letter-spacing: normal; word-spacing:normal; line-height:110%; text-align: left; }
.News3 { padding: 5px; letter-spacing: normal; word-spacing:normal; line-height:110%; text-align: right; }

.FooterCell {
	text-align: right;
	background-color: transparent;
	padding-top: 3;
	padding-right: 5;
	padding-bottom: 3;
	padding-left: 0;
}

.FooterCell a:hover {
	color: #fff;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


/*==========================================================*/
/*  Links													*/
/*==========================================================*/


/* Basic links */
a:link, a:visited, a:active {
	color: #346667;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}


/* For the Register and Login/Logout links in the header */
a.LoginLink:link, a.LoginLink:visited, a.LoginLink:active {
    text-decoration: none;
    color: #346667;
	font-weight: bold;
}

a.LoginLink:hover {
    text-decoration: none;
    color: #346667;
	font-weight: bold;
}



/* For the links that look like buttons */
a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active {
	color: #026EB7;
	font-family: tahoma;
	font-weight: none;
	font-size: 11px;
    text-decoration: none;
}

a.CommandButton:hover {
	color: #555;
	font-family: tahoma;
	font-weight: none;
	font-size: 11px;
    text-decoration: none;
}


/* For links that come with a pre-attached Normal class 

Modified by Ray Horner to fix link pushing out to the right when hovered

a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #346667;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
	width: 100px;
	float: left;
	text-align: left;
	vertical-align: top;
	list-style-position: inside;
	list-style-type: none;
	list-style-image: url(footer_bg.gif);


*/

a.Normal:link, a.Normal:visited, a.Normal:active {
	color: #346667;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;

}

a.Normal:hover {
	color: #FFF;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
	background-color: #C9CBBE;
}


/* For breadcrumbs */
a.BreadcrumbLink:link, a.BreadcrumbLink:visited, a.BreadcrumbLink:active, .BreadcrumbLink {
	color: transparent;
	font-family: tahoma;
	font-weight: normal;
	padding: 0px 2px 1px 3px;
	font-size: 10px;
	text-decoration: underline;
	font-style: italic;
}

a.BreadcrumbLink:hover  {
	color: #fff;
	font-family: tahoma;
	background: #026EB7;
	font-weight: normal;
	padding: 0px 2px 1px 3px;
	font-size: 10px;
	text-decoration: none;
	font-style: italic;
}


/* For footer links */
a.FooterLink:link, a.FooterLink:visited, a.FooterLink:active {
	color: #000;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

a.FooterLink:hover {
	color: #fff;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}



/*==========================================================*/
/*  Text													*/
/*==========================================================*/


/* Style for current date token */
.DateText {
	color: #fff;
	font-weight: normal;
	font-size: 9px;
}


/* Style for copyright text in footer */
.CopyrightText {
	color: #000;;
}


/* Used in admin sections */
.SubHead    {
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #555;
	padding: 0;
}


/* Module titles */
.Head {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	white-space: nowrap;
}


/* Bold colored - used for warnings and such */
.NormalRed {
	color: #555;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}


/* Normal bold text */
.NormalBold {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #555;
}


/* Normal text */
.Normal {
	color: #555;
	font-family: tahoma;
	font-size: 11px;
}





/*==========================================================*/
/*  Forms													*/
/*==========================================================*/

select, input {
	font-family: tahoma;
	font-size: 11px;
	color: #333;

}


/* Applies to text input boxes */
.NormalTextBox {
	color: #2f2f2f;
	padding-left: 4px;
	line-height: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-size: 11px;
	scrollbar-face-color: #fff;
	scrollbar-track-color: #fff;
	scrollbar-arrow-color: #333;
	scrollbar-3dlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-darkshadow-color: #fff;
}


/* Applies to the table cells that contain text input boxes */
td.NormalTextBox {
	padding: 0;
	margin: 0;
	background: transparent;
	visibility: invisible;
}




/*==========================================================*/
/*  Main Menu												*/
/*==========================================================*/


/* Container for main menu */
.MainMenu_MenuContainer {
	background-color: transparent;
}

.MainMenu_MenuContainer td{
	background-color: transparent;
	font-size: 12px;
	font-family: Tahoma, "Times New Roman";
}

/* Menu bar */
.MainMenu_MenuBar {
	background: transparent;
	cursor: pointer;
	cursor: hand;
	background-color: transparent;
}


/* Applies to idle state of submenu items */
.MainMenu_MenuItem {
	font-family: tahoma; 
	color: #000;
	font-size: 10px; 
	font-weight: normal; 
	background-color: transparent;
}


/* Container for submenu */
.MainMenu_SubMenu {
	margin: 0, 0, 0, 6;
	padding: 3 10 5 10;
	cursor: hand;
	filter: none;
	background-image: url(NaviBg.jpg);
	border-bottom: #666633 medium solid;
	border-right: #666633 medium solid;
	border-top: #eceac3 thin solid;
	border-left: #eceac3 thin solid;
}


/* Hover state for submenu items */
.MainMenu_MenuItemSel {
	font-family: tahoma; 
	font-size: 10px; 
	font-weight: normal; 
	cursor: hand; 
	color: #000000;
	background-color: transparent;
	text-decoration: underline;
}


/* Elements we don't really need to see */
.MainMenu_MenuArrow,
.MainMenu_RootMenuArrow,
.MainMenu_MenuIcon {
	display: none;
	background-color: transparent;
}


/* Inserts a small space between main menu items */
.MainMenu_MenuBreak {
	padding: 0 10 0 0;
	border: 15px none transparent;
	width: 20px;
	height: 25px;
	}

/* Idle state for main menu items */
.MainMenu_Idle {
	font-family: tahoma;
	font-weight: none;
	color: #FFFFFF;
}


/* Hover state for main menu items */
.MainMenu_Selected {
	font-family: tahoma;
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
}

.MainMenu_Selected td{
}

/* Selected state for main menu items */
.MainMenu_Active, .MainMenu_BreadcrumbActive {
	font-weight: normal;
	color: #FFFFFF;
	font-style: normal;
}


/* Left side of tab for deselected main menu items */
.MainMenu_LeftOff {
}


/* Left side of tab for selected main menu items */
.MainMenu_LeftOn {
}

/* Right side of tab for deselected main menu items */
.MainMenu_RightOff {
	margin: 0;
	padding: 0;
	width: 20px;
	height: 25px;
	background-image: url(Menu_Spacer.gif);
	background-repeat: no-repeat;
	background-position: center center;
}


/* Right side of tab for selected main menu items */
.MainMenu_RightOn {
	margin: 0;
	padding: 0;
	width: 20px;
	height: 25px;
	background-image: url(Menu_Spacer.gif);
	background-repeat: no-repeat;
	background-position: center center;
}





/*==========================================================*/
/*  Module Menus											*/
/*==========================================================*/

/* Outer cntainer for module submenu */
.ModuleTitle_MenuContainer {
	color: #2c2c2c;
}


/* Inner container for module submenu */
.ModuleTitle_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 21px;
}


/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
	font-family: tahoma; 
	color: #666;
	font-size: 11px; 
	font-weight: normal; 
	border: #f6f6f6 1px solid;
	padding: 1px 4px 2px 0px;
}


/* Inner, inner container for module submenu (?) */
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	margin: 4px 0px 0px -2px;
	background-color: #fff;
	border: #666 1px solid;
	padding: 1px;
}


/* Hover state for module submenu items */
.ModuleTitle_MenuItemSel {
	font-family: tahoma; 
	font-size: 11px; 
	font-weight: normal; 
	cursor: hand; 
	color: #fff;
	background: #666;
	border-left: #666 1px solid;
	border-right: #666 1px solid;
	padding: 1px 4px 2px 0px;
}


/* Elements we don't need to see */
.ModuleTitle_MenuBreak, .ModuleTitle_MenuIcon, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow {
	display: none;
}



/*==============================================================*/
/*  Flash Styles												*/
/*==============================================================*/

.flashcontent {
	background-color: #000000;

}

/*==============================================================*/
/*  Page Container												*/
/*==============================================================*/

.PageTopLeft {
	width: 18px;
	height: 19px;
	background-image: url(images/NuAir_Lite_12.jpg);
	background-repeat: no-repeat;
}
.PageTopCenter {
	height: 19px;
	background-image: url(images/NuAir_Lite_14.jpg);
	background-repeat: repeat-x;
}
.PageTopRight {
	width: 23px;
	height: 19px;
	background-image: url(images/NuAir_Lite_16.jpg);
	background-repeat: no-repeat;
}
.PageCenterLeft {
	width: 18px;
	height: 10px;
	background-image: url(images/NuAir_Lite_17.jpg);
	background-repeat: repeat-y;
}
.PageCenterCenter {
	background-color: #F0F0F0;
}
.PageCenterRight {
	width: 18px;
	height: 10px;
	background-image: url(images/NuAir_Lite_19.jpg);
	background-repeat: repeat-y;
}
.PageBottomLeft {
	width: 18px;
	height: 22px;
	background-image: url(images/NuAir_Lite_22.jpg);
	background-repeat: no-repeat;
}
.PageBottomCenter {
	height: 22px;
	background-image: url(images/NuAir_Lite_23.jpg);
	background-repeat: repeat-x;
}
.PageBottomRight {
	width: 18px;
	height: 22px;
	background-image: url(images/NuAir_Lite_24.jpg);
	background-repeat: no-repeat;
}


/*========================================================*/
/*  Wave top (For Design Time)		                                      */
/*========================================================*/

.SH_Header li, .DP_Header li,.Awning_Header li, .Wave_Top_SGD li,.Wave_Top_SD li,.Wave_Top li{
	display: inline;
	color: #050845;

}
.Square_Container .DP_Header, .Square_Container .SH_Header, .SH_Header{
	height:117;
	background-image:url(../../../0/Wave_top.jpg);
}
.Square_Container .Wave_top{
	height:117;
	background-image:url(../../../0/Wave_top.jpg);
}

	
/*========================================================*/
/*  End Style Sheet                                       */
/*========================================================*/