/*========================================================*/
/*         CSS for DotNetNuke Skin - Minimalist           */
/*                   by Evan O'Neil                       */
/*             http://www.NukeVille.com                   */
/*========================================================*/

/*========================================================*/
/*  Universal                                             */
/*========================================================*/

/* Style For Page Border                 */ .shadow-border{ background-image:url(Shadow-bg.png);width:960px;}
/* Additional Control Style              */.ControlPanel, .PagingTable { position:relative; z-index:15;}
/* Style For HTML PAGE                   */ html { height: 100%; }
/* Style For HTML BODY                   */ body {height:100%}
/* Setting Text Throughout the skin      */ table, tr, td {font-family: cambria; font-size: 11px; margin: 0; }
                                            p {font-family: cambria; font-size: 14px;}
/* Setting Heading 01                    */ h1 { font-family: cambria,"Times New Roman", Times, serif;  color: #939393; font-size:14pt; margin: 0; letter-spacing: 1px; }
/* Setting Heading 02                    */ h2 { font-family: cambria,"Times New Roman", Times, serif; color: #939393; font-size:14pt; margin: 0; letter-spacing: 1px;}
/* Setting Heading 03                    */ h3 { font-family: cambria,"Times New Roman", Times, serif; font-weight: bold; color: #939393; font-size:16pt; margin: 0; }
/* Setting Heading 04                    */ h4 { font-family: cambria,"Times New Roman", Times, serif; font-weight: bold; color: #555555; font-size:12pt; margin: 0; }
/* Setting Heading 05                    */ h5 { font-family: cambria,"Times New Roman", Times, serif; color: #939393; font-size:10pt; margin: 0; }
/* Setting Heading 06                    */ h6 { font-family: cambria,"Times New Roman", Times, serif;color: #939393; font-size:8pt; margin: 0; }
/* Setting for Lists					 */ li {font-family: cambria; font-size: 14px}
										
											#form{ padding:0px; margin:0px;}

/*========================================================*/
/*  Design Elements                                       */
/*========================================================*/

/*-- width setting on skins        --*/ .StandardWidth { width:940px; }
/*-- 100 percent height where req  --*/ .FullHeight { height:100%; }
/*-- 100 percent width where req   --*/ .FullWidth { width:100%; }
/*-- outer table on skins          --*/ .OuterTable { width:100%;}
/*-- cell containing content panes --*/ .NavigationRow { width:auto;  vertical-align: top; padding: 0 0 0 0; }
/*-- cell containing content panes --*/ .ContentPanesTD { width:auto;  vertical-align: top; padding: 0 0 0 0; }
/*-- dotted background             --*/ .Dotted { background: url(dotted2.gif) repeat top left; }
/*-- row containing logo area      --*/ .MenuRow { height:35px; padding: 0px 0px 0px 0px; background-image: url(navbg.jpg)}
										.MiddleRow { padding: 0px 0px 0px 0px; background-color:#000;}
										.FlashHeaderRow { padding: 0px 0px 0px 0px; background-color:#000; width:940px;}
/*-- cell containing logo          --*/ .LogoTD { width:1px; padding: 0 0 0 0; }
/*-- row containing breadcrumbs    --*/ .BreadcrumbsRow { height:41px; background: url(bread-bg.gif) repeat top left; padding: 0 0 0 0; }
/*-- row for space between areas   --*/ .SpaceBar { height:10px; padding: 0 0 0 0; }
/*-- cell containing breadcrumbs   --*/ .BreadcrumbsTD { height: 25px; width: 100%;  color:#a1a1a1; vertical-align: middle; padding: 0 0px 0 5px; width:715px; }
/*-- cell containing search        --*/ .SearchTD { width:212px; vertical-align: top; text-align: right; height: 25px; background: url(search-bg.png) no-repeat top right; padding: 2px 0px 0 0; }
/*-- cell containing privacy       --*/ .PrivacyTD { text-align: left; padding: 0 0 0 5px; }
/*-- cell containing copyright     --*/ .CopyrightTD { text-align: right; padding: 0 5px 0 0; }
/*-- used for setting attribute    --*/ .SkinBox, .BackgroundTile, .BackgroundTopStretch, .BackgroundImage, { height:100%; }
/*-- various common properties     --*/ .PanePad { padding-left: 10px;padding-right: 10px; } .Width100p { width: 100%; } .Width50p { width: 50%; } .Width25p { width: 25%; } .Width33p { width: 33%; } .Height1px { height: 1px; }
/*-- Logo Image					   --*/ .LogoImage { background: url(witwater-logo.png); background-repeat:no-repeat; padding: 0 0 0 0; }

/*========================================================*/
/*  Footer Box Elements                                   */
/*========================================================*/
											
/*-- footer area                   --*/ .FooterBox {height:130px; background: url(wFootBg.jpg); width:941px;}
/*-- row containing footer area    --*/ .FooterRow { height:36px; padding: 0 7px 0 7px; }
/*-- table within footer - rounded --*/ .FooterTable { height:36px; background: url(footer-bg-b.gif) repeat-x bottom left; }
/*-- rounded top-left corner       --*/ .FooterTL { height:29px; width:6px; background: url(footer-bg-tl.gif) no-repeat top left; }
/*-- rounded top-right corner      --*/ .FooterTR { height:29px; width:6px; background: url(footer-bg-tr.gif) no-repeat top right; }
/*-- left side                     --*/ .FooterL { width:6px; background: url(footer-bg-l.gif) repeat-y top left; }
/*-- right side                    --*/ .FooterR { width:6px; background: url(footer-bg-r.gif) repeat-y top right; }
/*-- rounded bottom left corner    --*/ .FooterBL { height:6px; width:6px; background: url(footer-bg-bl.gif) no-repeat bottom left; }
/*-- rounded bottom right corner   --*/ .FooterBR { height:6px; width:6px; background: url(footer-bg-br.gif) no-repeat bottom right; }

/*========================================================*/
/*  Content Panes                                         */
/*========================================================*/


/*-- image content pane 1 horiz    --*/ .ImagePane01 { padding: 0 7px 9px 7px; }
/*-- image content pane 2          --*/ .ImagePane02 { padding: 9px 7px 0 7px; }
/*-- image content pane 2 vertical --*/ .ImagePane02V { padding: 4px 7px 0 7px; }
/*-- image content pane 3          --*/ .ImagePane03 { padding: 0 7px 9px 7px; }
/*-- footer content pane           --*/ .FooterPane { padding: 6px 7px 6px 7px; vertical-align:middle; background-color:#FFFFFF}
/*-- footer content pane           --*/ .NavPane { padding: 6px 7px 6px 7px; vertical-align:middle; background-color:#000000}

/*========================================================*/
/*  Tokens                                                */
/*========================================================*/

/*-- login token idle                  --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active { font-size: 11px; color:#000; font-weight:bold; text-decoration:none;  /*background:  url(ico-login.gif) no-repeat bottom left;  font-family: cambria; font-size: 11px; font-weight:bold; text-decoration: none; height:17px; float:right; padding: 2px 0 0 0px; margin: 0 0px 0 15px;*/ }
/*-- login token hover                 --*/ a.LOGIN_object:hover {  font-size: 11px; color:#666; font-weight:bold; text-decoration:none;/*background:  url(ico-login-over.gif) no-repeat bottom left;font-family: cambria; font-weight:bold; font-size: 11px; */  }
/*-- user token idle                   --*/ .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #000; /*background:  url(ico-register.gif) no-repeat bottom left; font-family: cambria; font-size: 11px; font-weight:bold; text-decoration: none; height:17px; float:right; padding: 2px 0 0 0px;  margin: 0 0px 0 15px;*/ }
/*-- user token hover                  --*/ a.USER_object:hover {color: #939393; text-decoration: none;/* background:  url(ico-register-over.gif) no-repeat bottom left;  font-family: cambria; font-weight:bold; font-size: 11px;  */}
/*-- date token idle                   --*/ .DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { color: #000; font-family: cambria; font-size: 11px; text-decoration: none; }
/*-- date token hover                  --*/ a.DATE_object:hover { color: #c1c1c1; font-family: cambria; font-size: 11px; text-decoration: none; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #8f8f8f; font-family: cambria; font-size: 11px; text-decoration: none; font-weight:bold;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #666; font-family: cambria; font-size: 11px; text-decoration: none; font-weight:bold; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects { color:#000; font-size: 11px; font-weight:bold; }
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { font-size: 11px; color:#000; font-weight:bold; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { font-size: 11px; color:#666; font-weight:bold; text-decoration:none;  }
/*-- language selector dropdown        --*/ .Language_object { font-family: cambria; font-size: 11px; text-decoration: none; }

/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: cambria; font-size: 11px; color: #555; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: cambria; font-size: 11px; font-weight: bold; color: #555; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: cambria; font-weight: bold; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: cambria; 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;}

/*========================================================*/
/*  Links                                                 */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #939393; font-family: cambria; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- default links hover               --*/ a:hover { color: #fff; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #939393; font-family: cambria; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #444; font-family: cambria; font-size: 11px;	text-decoration: none; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 15px 12px 7px 12px; cursor: hand; font-size:1px; margin: 0 0 0 0;}
/*-- footer links                      --*/ .Footer_Links, a.Footer_Links:link, a.Footer_Links:visited, a.Footer_Links:active { color: #FFF; font-family: cambria; font-size: 11px; font-weight:bold; text-decoration: none; }
/*-- footer links hover                --*/ a.Footer_Links:hover { color: #EEE; font-family: cambria; font-weight:bold; font-size: 11px; text-decoration: none; }

/*========================================================*/
/*  Forms                                                 */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: cambria; font-size: 11px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: cambria; 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:21px; background: transparent; width: 174px; color: #666; padding: 4px 4px 0px 4px; border: 0px solid #FFFFFF; cursor:text;}


/*========================================================*/
/*  Google Translate                                                */
/*========================================================*/
.goog-te-gadget .goog-te-combo {
margin:4px 0;
width:235px;
}

.goog-te-gadget {
color:#666666;
font-family:arial;
font-size:11px;
padding-left:10px;
white-space:nowrap;
}
