/*** WEBSITE: Augustus Skin
	 AUTHOR: Sommer Hayes 
	 MOD: Paul Allan
	 CREATED: 08/06/2007 
	 COMMENTS: Condensed Stylesheet for Augustus Skin  *****************************************************
    SKIN LAYOUT STYLES
***************************************************** */#bodyDiv{width:100%;height:100%;text-align:center;background-color:#fff;margin:0;padding:0}
html>body #bodyDiv{height:auto;min-height:100%}
#frame{width:774px;margin-left:auto;margin-right:auto;text-align:left;background:url(body_border.gif) repeat-y}
html>body #frame{width:774px;background-color:#fff}
.frame_hdr{width:774px;height:16px;background:url(hdr_border.gif) no-repeat;clear:left}
.frame_bdy{width:774px}
.frame_ftr{width:774px;height:16px;background:url(ftr_border.gif) no-repeat;clear:both}
#branding{height:71px;width:774px;background:#fff}
#menuDesign{width:760px;height:33px;margin-left:7px;padding:5px 0}
.imageHeader{height:256px;margin-left:5px;margin-right:7px;padding:0 10px}
.contentPanelForms{width:550px;float:left;padding:10px 0 0 20px}
.rightPanelForms{float:right;width:190px;padding-right:10px}
#contentWrap{width:580px;float:left}
.contentPanel{width:260px;float:left;margin-left:4px;padding:10px 0 0 20px}
.contentExtra{float:right;width:265px;padding-top:10px}
#contentWrapAdmin{width:580px;float:left;padding-left:15px}
.ContentPanel_Admin{width:580px}
#suppWrap{width:160px;float:right}
.rightPanel{width:160px;margin-right:4px;padding:5px}
#footer{clear:both;width:770px;text-align:right;font-size:10px;color:#666;text-transform:uppercase;background:#fff;padding:5px 0}
#footer a,#footer a:link,#footer a:active,#footer a:visited,#footer a.footerMenuItem{font-size:10px;color:#666;text-decoration:none}
#footer a:hover{text-decoration:none;color:#000}
/******************************************************
    DIGICON CLEAN CSS MENU STYLES              
******************************************************/
/***  CLEAN MENU FUNCTIONALITY STYLES  ***/
.menu, .menu ul {margin: 0; padding: 0; border: 0; list-style-type: none; display: block; zoom: 1;/*IE6*/ min-height: 0;/*IE7*/}
.menu li {margin: 0; padding: 0; border: 0; display: block; float: left; position: relative; z-index: 5; white-space:nowrap;}
.menu li:hover {z-index: 10000; white-space: normal;}
.menu li.menuHover /*IE6*/{z-index: 10000;}
.menu .menuHoverUL /* li:hover>ul selector */ /*IE6*/{visibility: visible;}
.menu .menuHoverUL /* 1st-level submenu go below their parent item */ /*IE6*/{top: 100%; left: 0;}
.menu .menuHoverUL .menuHoverUL /* 2nd+ levels go on the right side of the parent item */ /*IE6*/{top: 0; left: 100%;}
.menu li li {float: none;}
.menu ul {visibility: hidden; position: absolute; z-index: 10; left: 0; top: 0;}
.menu li:hover>ul {visibility: visible;	top: 100%;}
.menu li li:hover>ul /* 2nd+ levels go on the right side of the parent item */{top: 0; left: 100%;}
.menu a, .menu a:link, .menu a:active, .menu a:visited, .menu a:link:hover, .menu li.active {display: block; position: relative;}
.menu ul a /*fix clickability-area problem*/ /*IE6*/{zoom: 1;}
.menu li li /*fix white gap problem*/ /*IE6*/{float: left; width: 100%;}
.menu li li /*prevent double-line between items*/ /*IE6*/{margin-top: -1px;}
html>body .menu li li { margin-top: 0px;}

/***  CLEAN MENU DESIGN STYLES  ***/
.menu, .menu ul li {color:#619fc9; background:#fff; }
.menu ul li {background: #fff; text-align: left; width: 200px;}
.menu ul {width: 200px;}
/* Top Level Menu Items */
.menu a, .menu a:link, .menu a:active, .menu a:visited, .menu a:hover, .menu li.active {text-decoration:none;color:#619fc9; padding: 6px 8px; text-transform:uppercase; font-weight:bold;}
.menu li.active {background: #fff; color:#000;}
.menu a:hover, .menu li:hover>a {color:#3D6E27; text-decoration:underline;}
.menu a:hover, .menu .menuHoverA /* li:hover>a selector */ /*IE6*/{color:#3D6E27; text-decoration:underline;}
/* Drop Down Menu Items */
.menu ul a, .menu ul a:link, .menu ul a:active, .menu ul a:visited, .menu ul a:hover {border-right: 0px; text-decoration: none; color:#3D6E27; padding: 2px 5px;}
.menu ul li.active {color:#000}
.menu li li.active {color:#000;width:184px}
.menu ul li a:hover, .menu ul li li:hover>a {color:#000;background:#fff;}
.menu ul a:hover, .menu ul .menuHoverA /* ul li:hover>a selector */ /*IE6*/{color:#000;}
.menu li li {}
.menu ul>li + li /*remove top border on all but first item in the list*/{border-top: 0;}
.menu li li:hover>ul /*position of 2nd+ submenus, overlapping*/{top: -1px; left: 100%;}
.menu .menuHoverUL .menuHoverUL /*position of 2nd+ submenus, overlapping*/ /*IE6*/{top: 0px; left: 100%;}

/***  CLEAN MENU FIXES AND EXTRA FUNCTIONALITY STYLES  ***/
/* special colouring for first menu item on each level */
/*.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #567;
}*/
/* float clear - force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {content: "."; height: 0; display: block; visibility: hidden; overflow: hidden; clear: both;}
/* float clear end */
/* sticky submenu - it should not disappear when your mouse moves a bit outside the submenu YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!	if you do it, make sure you 110% know what you do */
.menu ul {background-image: url(empty.gif); /* required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */ padding: 10px 30px 30px 30px; margin: -10px 0 0 -30px; /*background: #f00;*/	/* uncomment this if you want to see the "safe" area. you can also use to adjust the safe area to your requirement */}
.menu ul ul {padding: 30px 30px 30px 10px; margin: -30px 0 0 -10px;}
/* sticky submenu end */
/* Fix for IE5/Mac \*//*/
.menu a {float: left;}
/* End Fix */
/******************************************************
    SELECTOR and COMMONLY USED DNN STYLES              
***************************************************** */html{height:auto}
body{background:#FFF;height:100%;margin:0;padding:0}
body,td,ul li,p,.normal,.NormalDisabled,.blogCalendar td{font-family:arial;font-size:11px;color:#3C2F20;font-weight:400;line-height:1.3em}
/* text style used for rende#FF0000 text which should appear disabled  */.NormalDisabled{color:#D3D3D3}
/* style of item titles on edit and admin pages  */.SubHead{color:#444;font-family:Tahoma, Arial, Helvetica;font-size:11px;font-weight:700;text-align:left}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules  */.SubSubHead{font-family:Tahoma, Arial, Helvetica;font-size:11px;font-weight:700;color:#000}
/* text style used for rende#FF0000 text which requires emphasis  */.NormalBold{font-family:Tahoma, Arial, Helvetica;font-size:11px;font-weight:700}
/* text style used for error messages  */.NormalRed{font-family:Tahoma, Arial, Helvetica;font-size:12px;font-weight:normal;color:#9E1B21}
/* heading styles  */h1,h2,h3,h4,h5,dt,h6,.head,h2 span.head,.container h2 span.head,h3 span.SubHead,.newstitle,tfoot,thead,th{font-family:verdana;color:#3D6E27;font-weight:400;font-size:12px;margin:0 0 10px;padding:0}
h1{font-size:22px;color:#555}
h2,.head,h2 span.head,.container h2 span.head{font-family:verdana;font-size:10px;font-weight:700;color:#3D6E27}
.imageHeader h2{display:none}
h3,h3 span.SubHead,.newstitle{font-size:16px;font-weight:700}
h4{font-size:14px;font-weight:700}
h5,DT{font-size:13px;font-weight:700}
h6{font-size:12px;font-style:italic}
p{margin:5px 0 15px}
ul{margin:0 0 10px 25px}
html>/**/body ul{margin:0 0 10px 0px}
ul li{margin-left:5px;list-style-type:square;padding:0}
ul li li{list-style-type:disc}
ul li li li{list-style-type:circle}
ol li{list-style-type:decimal}
ol ol li{list-style-type:lower-alpha}
ol ol ol li{list-style-type:lower-roman}
hr{color:dimgrey;height:1pt;text-align:left}
img{border:0;margin:0;padding:0}
/* link styles  */a,a:link,a:active,a:visited{color:#619FC9;text-decoration:underline;margin:0;padding:0}
blockquote{font-size:15px;font-family:"Lucida Sans Unicode";float:right}
pre{font-family:Lucida Console, monospace;color:#434343;font-weight:400;font-size:11px}
address{font-family:Arial, Verdana, Helvetica;color:#434343;font-weight:400;font-size:11px;font-style:italic}
/******************************************************
    FORM STYLES              
*****************************************************  Generic Form Element classes  */.formInput{width:150px;height:18px;border:1px solid #CCC}
.formItem{clear:both;margin-bottom:10px}
.label{clear:both;float:left;width:120px;text-align:right;padding-right:10px;font-weight:700}
.labelDetails{width:390px}
.labelDetails p{margin:0 0 7px}
/* button style for standard HTML buttons  */.StandardButton,a.StandardButton,a:link.StandardButton,a:active.StandardButton,a:visited.StandardButton,input.StandardButton,a.CommandButton,a:link.CommandButton,a:active.CommandButton,a:visited.CommandButton{padding-left:8px;padding-bottom:2px;padding-right:8px;width:0;overflow:visible;font-weight:400;font-size:11px;background:#D6EFFF url(button_bg.gif) repeat-x top left;color:#619FC9;font-family:Tahoma, Verdana, sans-serif;text-transform:lowercase;cursor:pointer;clear:both;height:19px;border:1px solid #333;white-space:nowrap;text-decoration:none;margin:0}
input.StandardButton[class],a.CommandButton[class],a:link.CommandButton[class],a:active.CommandButton[class],a:visited.CommandButton[class]{width:auto}
input.longTextBox{width:250px}
input.longmedTextBox{width:200px}
input.medTextBox{width:150px}
input.medshortTextBox{width:100px}
input.shortTextBox{width:60px}
/*Dropdown Boxes */select{font-size:10px}
/* Required Fields  */span.mandatory{color:#334692;font-weight:700}
/******************************************************
    GENERAL STYLES
***************************************************** */.floatLeft{float:left}
.floatRight{float:right}
/* styles to mimic auto height of div elements as per IE  */.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{display:block}
/* Hides from IE-mac \ */* html .clearfix{height:1%}
/* End hide from IE-mac  *****************************************************
    DNN STYLES (Some of these we try to avoid, but are still used in some modules; Some we are unsure of what they do)
*****************************************************  What exactly does this style??  */.SkinObject{font-weight:700;font-size:8.5pt;color:#036;font-family:Tahoma, Arial, Helvetica;text-decoration:none}
/* styles used by Data Grids  */.DataGrid_AlternatingItem{background-color:#fff;color:red;font-family:Tahoma, Arial, Helvetica;font-size:10px;font-weight:400}
.DataGrid_Container{background-color:Transparent}
.DataGrid_Footer{background-color:#fff}
.DataGrid_Header{background-color:Transparent;color:#000;font-family:Tahoma, Arial, Helvetica;font-size:10px;font-weight:700;text-align:center}
.DataGrid_Item{background-color:Transparent;color:#000;font-family:Tahoma, Arial, Helvetica;font-size:10px;font-weight:400}
.DataGrid_SelectedItem{background-color:#D3D3D3;color:Blue;font-family:Tahoma, Arial, Helvetica;font-size:10px;font-weight:400}
/* text style used for help text rende#FF0000 by modules  */.Help{border:#000 1px solid;font-weight:400;font-size:11px;color:#000;font-family:Tahoma, Arial, Helvetica;background-color:#ff9;padding:2px}
SMALL{font-size:8px}
BIG{font-size:14px}
.QuickLink h3{margin:0;padding:10px}
.QuickLink img{float:left;padding-right:3px}
.QuickLink p{padding-top:10px;margin:0}
/******************************************************
    QUICK LINKS WITHOUT DESCRIPTION STYLES
***************************************************** */#Highlight_SubHead{color:#230C69;background-color:#DEE4F2;font-family:Arial;font-size:14px;font-weight:700;height:20px;padding:2px}
#Highlight{border:solid 1px #230C69}
/******************************************************
    ANNOUNCEMENT MODULE STYLES
***************************************************** */.DNN_ANN_DesignTable{width:100%;padding:4px}
/******************************************************
    Inventua Side Menu
*****************************************************  CSS Document  */td.SideMenuTD{background:#3D6E27;font-family:arial;font-size:11px;color:#619fc9;text-transform:uppercase}
/* Top Level  */.MenuHdr0,.MenuHdrMouseOver0,.MenuItem0,.MenuItemMouseOver0{font-size:10px;padding-left:30px;font-weight:400;cursor:default;height:18px;color:#3D6E27;text-transform:uppercase;margin:0}
span.CurrentItem0{font-weight:700;color:#000;background:url(iventua_menu_icon.gif) no-repeat;padding-left:10px}
/******************************************************
    CONTACT FORM STYLES
***************************************************** */#contactForm{clear:both}
.contactForm{color:#fff;padding:4px}
.contactForm TD{text-align:left}
#menu,html>body #menuDesign{height:33px}
#contentArea,#contentWrapForms,.container{width:100%}
.menu .menuHoverUL .menuHoverUL /* 2nd+ levels go on the right side of the parent item */ /*IE6*/,.menu li li:hover>ul /* 2nd+ levels go on the right side of the parent item */,.menu .menuHoverUL .menuHoverUL /*position of 2nd+ submenus,overlapping*/ /*IE6*/{top:0;left:100%}
html>body .menu li li,.DNN_ANN_Description P{margin-top:0}
.menu a:hover,.menu li:hover>a,.menu a:hover,.menu .menuHoverA /* li:hover>a selector */ /*IE6*/{color:#3D6E27;text-decoration:underline}
.menu ul li.active,.menu ul a:hover,.menu ul .menuHoverA /* ul li:hover>a selector */ /*IE6*/,.MenuHdr0 A:Hover,.MenuHdrMouseOver0 A:Hover,.MenuItem0 A:Hover,.MenuItemMouseOver0 A:Hover,.MenuItemMouseOver0,.MenuHdrMouseOver0,.MenuHdr1 A:Hover,.MenuHdrMouseOver1 A:Hover,.MenuItem1 A:Hover,.MenuItemMouseOver1 A:Hover,.MenuItemMouseOver1,.MenuHdrMouseOver1,.MenuHdr2 A:Hover,.MenuHdrMouseOver2 A:Hover,.MenuItem2 A:Hover,.MenuItemMouseOver2 A:Hover,.MenuItemMouseOver2,.MenuHdrMouseOver2{color:#000}
.containerContent,.QuickLink{padding:0}
a:hover,a:hover.CommandButton,input:hover.StandardButton{text-decoration:none}
.NormalTextBox,input.longTextBox,input.longmedTextBox,input.medTextBox,input.medshortTextBox,input.shortTextBox,.YourCompanyNameSurveyResults{font-family:Tahoma, Arial, Helvetica;font-size:12px;font-weight:400}
A.SkinObject:link,A.SkinObject:visited,A.SkinObject:active,A.SkinObject:hover{text-decoration:none;color:#036}
.MenuHdr0 A,.MenuHdr0 A:Active,.MenuHdr0 A:Hover,.MenuHdr0 A:Visited,.MenuHdr0 A:Link,.MenuHdrMouseOver0 A,.MenuHdrMouseOver0 A:Active,.MenuHdrMouseOver0 A:Hover,.MenuHdrMouseOver0 A:Visited,.MenuHdrMouseOver0 A:Link .MenuItem0 A,.MenuItem0 A:Active,.MenuItem0 A:Hover,.MenuItem0 A:Visited,.MenuItem0 A:Link,.MenuItemMouseOver0 A,.MenuItemMouseOver0 A:Active,.MenuItemMouseOver0 A:Hover,.MenuItemMouseOver0 A:Visited,.MenuItemMouseOver0 A:Link,.MenuHdr1 A,.MenuHdr1 A:Active,.MenuHdr1 A:Hover,.MenuHdr1 A:Visited,.MenuHdr1 A:Link,.MenuHdrMouseOver1 A,.MenuHdrMouseOver1 A:Active,.MenuHdrMouseOver1 A:Hover,.MenuHdrMouseOver1 A:Visited,.MenuHdrMouseOver1 A:Link .MenuItem1 A,.MenuItem1 A:Active,.MenuItem1 A:Hover,.MenuItem1 A:Visited,.MenuItem1 A:Link,.MenuItemMouseOver1 A,.MenuItemMouseOver1 A:Active,.MenuItemMouseOver1 A:Hover,.MenuItemMouseOver1 A:Visited,.MenuItemMouseOver1 A:Link,.MenuHdr2 A,.MenuHdr2 A:Active,.MenuHdr2 A:Hover,.MenuHdr2 A:Visited,.MenuHdr2 A:Link,.MenuHdrMouseOver2 A,.MenuHdrMouseOver2 A:Active,.MenuHdrMouseOver2 A:Hover,.MenuHdrMouseOver2 A:Visited,.MenuHdrMouseOver2 A:Link .MenuItem2 A,.MenuItem2 A:Active,.MenuItem2 A:Hover,.MenuItem2 A:Visited,.MenuItem2 A:Link,.MenuItemMouseOver2 A,.MenuItemMouseOver2 A:Active,.MenuItemMouseOver2 A:Hover,.MenuItemMouseOver2 A:Visited,.MenuItemMouseOver2 A:Link{text-decoration:none;font-weight:700;width:100%;cursor:pointer;color:#3D6E27}
.MenuItem1,.MenuHdrMouseOver1,.MenuItemMouseOver1,.MenuHdr1,.MenuItem2,.MenuHdrMouseOver2,.MenuItemMouseOver2,.MenuHdr2{font-size:10px;padding-left:30px;font-weight:700;cursor:default;height:18px;color:#000;text-transform:uppercase;margin:0}
span.CurrentItem1,span.CurrentItem2{font-weight:700;color:#000;background:url(iventua_menu_icon.gif) no-repeat;padding-left:0}