/* Maramatanga v3 17/01/2007 Sam Grimmer  *//*========================================================*//*  1. Universal                                          *//*========================================================*/* { margin: 0; padding: 0; } html { height: 100%; }body { background: #fff url(images/background.gif) top center repeat-y; color: #4C4C4C;}table, tr, td { font-family: tahoma, Verdana, Arial; font-size: 11px; line-height: 1.4em; }p br { margin: 1.2em 0; line-height: 1.4em; font-family: tahoma, Verdana, Arial; font-size: 11px;}small, .small { font-family: tahoma, Verdana, Arial; font-size: 11pt; color: #4C4C4C; font-weight: normal !important;}ul li { cursor: default; list-style-image: url(images/bullet-grey.gif); padding-left: 0; margin-left: 30px; margin-bottom: 10px;}h2 { padding-bottom: 0.1em; font-size: 1.6em; padding-top: 0.5em; border-bottom: #cccccc 1px solid;  color: #CC0000; font-weight: normal; margin-bottom: 20px; }h3 { font-weight: bold; font-size: 12pt; color: #626262; margin: 0px 0;}h4 { font-weight: bold; font-size: 12pt; color: #626262; margin: 0px 0;}/*========================================================*//*  2. Design Elements                                    *//*========================================================*//*-- wrapper								--*/#wrapper { width: 100%; text-align: center;  margin-right: auto; margin-left: auto; position: relative; }/*-- div containing header					--*/#header { height: 173px; width: 100%; background: #F0EEE1 url(images/header.gif) top center no-repeat; position: relative;  }/*-- div containing header inner			--*/#headerinner { text-align: center;  margin-right: auto; margin-left: auto; position: relative; width: 760px; height: 120px;}/*-- div containing logo					--*/#logo { position: absolute; top: 30px; left: 0px; }/*-- div containing proverb					--*/#proverb { position: absolute; top: 30px; right: 0px; }/*-- div containing container				--*/#container { width: 774px; margin-right: auto; margin-left: auto; text-align: center; position: relative;}/*-- div containing register & login		--*/#topcontainer { position: absolute; right: 5px; top: 10px; }/*-- div containing breadcrumbs				--*/#breadcrumbs{ position: relative; float: left; padding: 10px 5px; font-weight: normal; color: #D1CDD1; font-size: 0.8em; margin: 0;}/*-- div containing login					--*/#login{ position: relative; float: right; padding: 0 5px; }/*-- clearing element						--*/.clear { clear: both; border:none; visibility: hidden; }/*-- cell containing panes                  --*/.PanesTD { width:100%; vertical-align: top; padding: 0 0 0 4px; }/*========================================================*//*  3. Content Panes                                      *//*========================================================*/.PaneLeft { width: 180px; padding-top: 8px; background: url(images/menu_background.gif) repeat-y; }.PaneRight { width: 180px; padding-top: 35px; }.PaneCenter { padding: 0 5px 0 5px; }#footer { width: 774px; position: relative; font-size: 11px; font-family: tahoma, Verdana, Arial; height: 40px; margin: 0 0 20px 0; border-top: 1px solid #E8E5D5; padding: 10px 0 0 0; background: #fff url(images/background_content.gif) bottom center no-repeat !important;}/*========================================================*//*  3. Tokens                                             *//*========================================================*//*-- login and user token idle         --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active, .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #BEBFC1; font-family: tahoma, Verdana, Arial; font-size: 11px; font-weight:bold; text-decoration: none; }/*-- login and user token hover        --*/ a.LOGIN_object:hover, a.USER_object:hover { color: #666; font-family: tahoma, Verdana, Arial; font-weight:bold; font-size: 11px; text-decoration: underline; }/*-- date token idle                   --*/ .DATE_object { color: #FFF; font-family: tahoma, Verdana, Arial; font-size: 11px; font-weight:bold; text-decoration: none; }/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #BEBFC1; font-family: tahoma, Verdana, Arial; font-size: 11px; text-decoration: none; font-weight:bold;}/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #666; font-family: tahoma, Verdana, Arial; font-size: 11px; text-decoration: none; font-weight:bold; }/*-- terms privacy and copyright       --*/ .FOOTER_objects { font-size: 11px; font-family: tahoma, Verdana, Arial;}/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { color:#BEBFC1; font-weight:bold; text-decoration:none; }/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { color:#666; font-weight:bold; text-decoration:none;  }/*========================================================*//*  4. Text                                               *//*========================================================*//*-- most of the text on site          --*/ .normal, .Normal {font-family: Verdana, Tahoma, font-size: 20px; font-weight: normal; }/*-- most of the bold text on site     --*/ .NormalBold { font-family: tahoma, Verdana, Arial; font-size: 11px; font-weight: bold; color: #555; }/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: tahoma, Verdana, Arial; font-weight: bold; font-size: 11px; }/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: tahoma, Verdana, Arial; font-size: 11px; font-weight: bold; color: #777; padding: 0; }/*-- headings - mostly in admin        --*/ .Head { font-size: 11px; color: #777; background: transparent; font-weight: bold; padding: 0;}/*========================================================*//*  5. Links						  *//*========================================================*//*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #666; font-family: tahoma, Verdana, Arial; font-weight: bold; font-size: 11px; text-decoration: underline; }/*-- default links hover               --*/ a:hover { color: #444; font-family: tahoma, Verdana, Arial; font-size: 11px; text-decoration: underline; }/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #666; font-family: tahoma, Verdana, Arial; font-weight: bold; font-size: 11px; text-decoration: none; }/*-- normal  links hover               --*/ a.Normal:hover { color: #444; font-family: tahoma, Verdana, Arial; font-size: 11px;	text-decoration: none; }/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: #6A6A6A; border: 1px solid #ABABAB; background: #EFEFEF; padding: 2px 3px 3px 4px; font-family: tahoma, Verdana, Arial; font-weight: bold; font-size: 11px; text-decoration: none; height: 20px; }/*-- admin button-link style hover     --*/ a.CommandButton:hover                                                 { color: #6A6A6A; border: 1px solid #868686; background: #DFDFDF; padding: 2px 3px 3px 4px; font-family: tahoma, Verdana, Arial; font-weight: bold; font-size: 11px; text-decoration: none; height: 20px; }/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 13px 15px 4px 11px; cursor: hand; font-size:1px; margin: 0 0 0 0px;}/*========================================================*//*  6. Forms                                              *//*========================================================*//*-- default form elements      --*/ select, input { font-family: tahoma, Verdana, Arial; font-size: 11px; color: #333; }/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 11px; font-family: tahoma, Verdana, Arial; font-weight: normal; font-size: 11px; }/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; visibility: invisible; border: 0; }/*-- textbox used for search    --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox { height:19px; background: transparent; width: 140px; color: #404852; padding: 4px 0px 0px 8px; border: 0px solid #FFF; cursor:text;}/*========================================================*//*  7. Main Menu and Module Menus                         *//*========================================================*//*-- box that holds the menu  --*/ .MainMenu_MenuContainer { width: 180px; padding: 0; }/*-- bar that holds the menu  --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent;  width: 198px; padding: 0; }/*-- submenu container        --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0 0 0 1px; background: #F9F9F9; padding: 0px; border: 1px solid #B15452; font-weight: normal; filter: none; }/*-- submenu items idle       --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { font-family: tahoma, Verdana, Arial;  color: #6A6A6A; font-size: 11px; background: #F9F9F9; font-weight: bold; font-style: normal; padding: 0px 30px 0px 16px; height: 20px; border: 0; }/*-- submenu items hover      --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { font-family: tahoma, Verdana, Arial; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; color: #FFF; background: #B15452; padding: 0px 30px 0px 16px; height: 20px; border: 0;}/*-- menuitems idle           --*/ .MainMenu_Idle { color: #fff; background:  url(images/nav_idle.gif) no-repeat ; padding: 0; height: 38px; font-weight: bold;}/*-- menuitems over           --*/ .MainMenu_Selected { color: #A2A3A1; background:  url(images/nav_active.gif) no-repeat ; padding: 0; height: 38px; font-weight: bold;}/*-- menuitems active         --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive {color: #A2A3A1; background:  url(images/nav_active.gif) no-repeat ; padding-top: 20px; height: 38px; font-weight: bold;}/*-- 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 5px 0 0; }/*-- not needed - module menu --*/ .ModuleTitle_MenuBreak, .MainMenuSeperator,.MainMenu_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }