/*========================================================*/
/*         CSS for DotNetNuke Skin - Minimalist           */
/*                   by Evan O'Neil                       */
/*             http://www.NukeVille.com                   */
/*========================================================*/

/*========================================================*/
/*  Universal                                             */
/*========================================================*/

/* Style For HTML PAGE                   */ html { height: 100%; }
/* Style For HTML BODY                   */ #body { margin: 0; margin: 0 0 0 0; background: #33291D url(bg2.jpg) repeat-x top center }
/* Setting Text Throughout the skin      */ table, tr, td {font-family: verdana; georgia; tahoma; font-size: 11px; color:#626262; line-height:17px; }
                                            p {font-family: verdana; georgia; tahoma; font-size: 11px; color:#626262; line-height:17px;}
                                            

h1, .h1 { color: #60373C; text-transform: uppercase; line-height:35px; font-weight: normal; font-size: 18px;
 font-family: lucida sans unicode, franklin gothic medium, times new roman; } 



h2, { color: #60373C; font-weight: normal; font-size: 14px; font-family: verdana;} 
.h2 { color: #60373C; font-weight: normal; font-size: 14px; font-family: verdana;  line-height:35px;  } 

h3, { color: #555;    font: bold 12px arial, Verdana, arial, helvetica; }
.h3 { color: #555;    font: bold 12px arial, Verdana, arial, helvetica; line-height:20px;  }

h4, { color: #55555; font: bold 13px arial, Verdana, arial, helvetica; } 
.h4 { color: #55555; font: bold 13px arial, Verdana, arial, helvetica; line-height:30px } 

h5, .h5 { color: #3F3A79; font-family: verdana; georgia; tahoma; font-size: 11px; line-height:17px; font-style:italic; font-weight:normal;}
.img { border: solid 2px #AFAEA3;}


/*========================================================*/
/*  Design Elements                                       */
/*========================================================*/

/*-- width setting on skins        --*/ .StandardWidth { width:800px; }
/*-- 100 percent height where req  --*/ .FullHeight { height:100%; }
/*-- 100 percent width where req   --*/ .FullWidth { width:100%; }
/*-- outer table on unboxed skins  --*/ .OuterTable { width:100%; height:100%; background:#FFF; }
/*-- outer table on boxed skins    --*/ .OuterTableBoxed { width:100%; height:100%;  }
/*-- outer cell on boxed skins     --*/ .OuterTDBoxed { padding: 5px 0 5px 0; }

.MenuHeight { height:38px; background-color:#1F0707; background-color:#331B1B; }
.MenuTD {  padding: 0 10px 0 0; background: url(menu-bg.jpg) repeat-x; }
.MenuLeft { width:5px; background: url(menu-l.jpg) no-repeat left; }
.MenuRight { width:10px; background: url(menu-r.jpg) no-repeat right; }
.LoginTD { width: 100%; vertical-align: middle; text-align: right; font-family:verdana; font-weight:bold; font-size: 8px; padding: 0 0 0 0; }
.CopyrightRow { height:20px; padding: 0 10px 0 10px; vertical-align: middle; }

.PanelWidth { width: 165px; vertical-align: top; padding: 15 30 15 30; }
.PanelTD { background-color: #EDEDED; border-right: solid 0px #E1E1DF; background: url(bg-c.jpg) repeat-y left; }
.PanelBG { }
.PanelGrad { height:100%; background: transparent; display:block; }
.PanelTL { height:100%;  }
.PanelTR { height:100%;  }
.PanelBL { height:100%;  }
.PanelBR { height:100%;  }
.PanelMid { height:100%; }

.Frame { background: url(frame.jpg) no-repeat }

/*-- cell containing content panes --*/ .ContentPanesTD {height:550px; background: url(bg-c.jpg) #FBFAF8 repeat-y right; width:auto; height:100%; vertical-align: top; padding: 5px 28px 15px 15px; }
/*-- dotted background             --*/ .Dotted- { background: url(dotted2.gif) repeat top left; }
/*-- row containing logo area      --*/ .LogoRow { text-align:center; background: url(logo.jpg) no-repeat center; height:90px; }
/*-- cell containing logo          --*/ .LogoTD { width:1px; padding: 0 0 0 0; }
/*-- row containing breadcrumbs    --*/ .BreadcrumbsRow { height:35px; padding: 0 0 0 0; }
/*-- row for space between areas   --*/ .SpaceBar { height:10px; padding: 0 0 0 0; }
/*-- cell containing breadcrumbs   --*/ .BreadcrumbsTD { height: 35px; width: 100%; vertical-align: top; padding: 0 0 0 0; }
/*-- cell containing search        --*/ .SearchTD { width:215px; vertical-align: top; text-align: right; height: 41px; background: url(search-bg.gif) no-repeat top right; padding: 10px 7px 0 0; }
/*-- cell containing privacy       --*/ .PrivacyTD { text-align: left; padding: 0 0 0 0; }
/*-- cell containing copyright     --*/ .CopyrightTD { text-align: right; padding: 0 0 0 0; }

/*========================================================*/
/*  Footer Box Elements     (not used)                    */
/*========================================================*/

/*-- row containing footer area    --*/ .FooterRow { height:20px; padding: 0 7px 0 7px; }
/*-- table within footer - rounded --*/ .FooterTable { height:20px; }
/*-- rounded top-left corner       --*/ .FooterTL { height:5px; background: url(footer-bg-tl.gif) no-repeat top left; }
/*-- rounded top-right corner      --*/ .FooterTR { height:5px; background: url(footer-bg-tr.gif) no-repeat top right; }
/*-- rounded bottom left corner    --*/ .FooterBL { height:5px; background: url(footer-bg-bl.gif) no-repeat bottom left; }
/*-- rounded bottom right corner   --*/ .FooterBR { height:5px; background: url(footer-bg-br.gif) no-repeat bottom right; }

/*========================================================*/
/*  Outer Box Elements - boxed skins only                 */
/*========================================================*/

/*-- boxed skins outer box table   --*/ .BoxTable { height:100%; vertical-align:top; }


/*-- top left corner               --*/ .BoxTL { height:15px; background: url(sh-tl.jpg) no-repeat right; }
/*-- top edge                      --*/ .BoxT  { height:15px; background: url(sh-t.jpg)  no-repeat right bottom;}
/*-- top right corner              --*/ .BoxTR { height:15px; background: url(sh-tr.jpg) no-repeat left; }


/*-- left edge                     --*/ .BoxL  { width:15px; background: url(sh-l.jpg) no-repeat top right; }
/*-- content area                  --*/ .BoxM  { border: solid 1px #1F0509;}
/*-- right edge 1                  --*/ .BoxR  { width:15px;  background: url(sh-r.jpg) no-repeat top left; }
/*-- bottom left corner            --*/ .BoxBL { }
/*-- bottom edge                   --*/ .BoxB  { height:15px;}
/*-- bottom right corner           --*/ .BoxBR { }


/*========================================================*/
/*  Content Panes                                         */
/*========================================================*/

/*-- top inside content pane       --*/ .TopPane { width: 100%; padding: 0 7px 0 7px;}
/*-- top inside content pane 2     --*/ .TopPane2 { width: 100%; padding: 0 7px 0 7px;}
/*-- left content pane             --*/ .LeftPane { padding: 0 7px 0 7px; width: 50%; }
/*-- right content pane            --*/ .RightPane { padding: 0 7px 0 7px; width: 50%; }
/*-- left2 content pane            --*/ .LeftPane2 { padding: 0 7px 0 7px; width: 25%; }
/*-- content2 pane                 --*/ .ContentPane2 { padding: 0 7px 0 7px; }
/*-- right2 content pane           --*/ .RightPane2 { padding: 0 7px 0 7px; width: 25%; }
/*-- bottom inside pane            --*/ .BottomPane { width: 100%; padding: 0 7px 0 7px; }
/*-- left3 content pane            --*/ .LeftPane3 { padding: 0 7px 0 7px; width: 33%; }
/*-- content3 pane                 --*/ .ContentPane3 { padding: 0 7px 0 7px; }
/*-- right3 content pane           --*/ .RightPane3 { padding: 0 7px 0 7px; width: 33%; }
/*-- bottom2 inside pane           --*/ .BottomPane2 { width: 100%; padding: 0 7px 0 7px; }
/*-- image content pane 1 horiz    --*/ .ImagePane01 { height:1px; padding: 0 7px 9px 7px; }
/*-- image content pane 1 vertical --*/ .ImagePane01V { height:1px; padding: 0 7px 0px 7px; }
/*-- image content pane 2          --*/ .ImagePane02 { height:1px; padding: 9px 7px 0 7px; }
/*-- image content pane 2 vertical --*/ .ImagePane02V { height:1px; padding: 4px 7px 0 7px; }
/*-- image content pane 3          --*/ .ImagePane03 { height:1px; padding: 0 7px 9px 7px; }
/*-- footer content pane           --*/ .FooterPane { width: 100%; height: 26px; padding: 0 7px 0 7px; vertical-align:middle; }
/*-- panel pane                    --*/ .PanelPane { padding: 0 7px 0 7px; }

/*========================================================*/
/*  Tokens                                                */
/*========================================================*/ 

/*-- login token idle                  --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active { color: #EEEDE8; font-family: Verdana; font-size: 11px; font-weight:normal; text-decoration: none; float:right; padding: 0px 0 0px 10x; margin: 0 0px 0 10px; }
/*-- login token hover                 --*/ a.LOGIN_object:hover { color: #aaa; font-family: Verdana; font-weight:normal; font-size: 11px; text-decoration: none; }

/*-- user token idle                   --*/ .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #EEEDE8; font-family: Verdana; font-size: 11px; font-weight:normal; text-decoration: none; float:right; padding: 0px 0 0px 10px;  margin: 0 0px 0 10px; }
/*-- user token hover                  --*/ a.USER_object:hover { color: #aaa; font-family: Verdana; font-weight:normal; font-size: 11px; text-decoration: none; }

/*-- date token idle                   --*/ .DATE_object, a.DATE_object:link, a.DATE_object:visited, a.DATE_object:active { color: #EEEDE8; font-family: Verdana; font-size: 11px; text-decoration: none; }
/*-- date token hover                  --*/ a.DATE_object:hover { color: #aaa; font-family: Verdana; 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: verdana, Times New Roman; font-size: 10px; text-decoration: none; font-weight:normal;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #666; font-family: verdana, Times New Roman; font-size: 10px; text-decoration: none; font-weight:normal; }

/*-- terms privacy and copyright       --*/ .FOOTER_objects { color:#aaa; font-size: 11px; }
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { font-size: 11px; color:#aaa; font-weight:normal; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { font-size: 11px; color:#777; font-weight:normal; text-decoration:none;  }
/*-- language selector dropdown        --*/ .Language_object { font-family: verdana, tahoma; font-size: 11px; text-decoration: none; }

/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: verdana, tahoma; font-size: 11px; color: #555; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: tahoma; font-size: 11px; font-weight: bold; color: #555; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: verdana, tahoma; font-weight: bold; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: verdana, tahoma; 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: #666; font-family: verdana, tahoma; font-weight: normal; font-size: 11px; text-decoration: underline; }
/*-- default links hover               --*/ a:hover { color: #444; font-family: verdana, tahoma; font-size: 11px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #666; font-family: verdana, tahoma; font-weight: normal; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #444; font-family: verdana, tahoma; 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: verdana, tahoma; font-size: 11px; font-weight:normal; text-decoration: none; }
/*-- footer links hover                --*/ a.Footer_Links:hover { color: #EEE; font-family: verdana, tahoma; font-weight:normal; font-size: 11px; text-decoration: none; }

/*========================================================*/
/*  Forms                                                 */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: verdana, tahoma; font-size: 11px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: verdana, tahoma; 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;}

/*========================================================*/
/*  Sub Menus and Module Menus                            */
/*========================================================*/

/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { background: #FFF; padding: 0px; border: 1px dotted #888; z-index: 1000;  cursor: pointer;  cursor: hand; font-weight: normal; filter: none;}
/*-- submenu items idle         --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { background: #FFF; color: #3d4f78; font-family: verdana, tahoma; font-size: 11px; font-weight: normal; font-style: normal; padding: 0px 30px 0px 16px; height: 20px; border: 0;}
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { background: #FFF; color: #7d89a4; font-family: verdana, tahoma; font-size: 11px; font-weight: normal; cursor: pointer; cursor: hand; padding: 0px 30px 0px 16px; height: 20px; border: 0;}



/*========================================================*/
/*     Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu    --*/ .MainMenu_MenuContainer { background: transparent; }
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent; }
/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { margin: 1px 0 0 0; }
/*-- menuitems idle             --*/ .MainMenu_Idle TD { color: #EEE; background: url(nav2-bg000.gif) repeat-x top center transparent; font-size: 7pt; padding: 5px 0px 5px 0px; font-weight: normal; }
/*-- menuitems over             --*/ .MainMenu_Selected TD { color: #FFF; background: url(nav2-active000.gif) repeat-x top center transparent; font-size: 7pt; padding: 5px 0px 5px 0px; font-weight: normal; }
/*-- menuitems active           --*/ .MainMenu_Active TD, .MainMenu_BreadcrumbActive TD { color: #FFF; background: url(nav2-active000.gif) repeat-x top center transparent; font-size: 7pt; padding: 5px 0px 5px 0px; font-weight: normal; }
/*-- middle seperator           --*/ .MainMenu_Seperator { background: url(nav2-div000.gif) no-repeat top center transparent; width:1px; height: 32px; font-size:1px; }
/*-- 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 5px; }
/*-- 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 { display:none; margin: 0 5px 0 5px; }
/*-- 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                                         */
/*==========================================================*/



/** Grid Styles **/
.grid, .detailView  { color: #172b33; border: solid 1px silver; border-bottom: solid 1px #cbcac9; }
.grid caption, .detailView caption, .pageTitle, .gridCaption {font-family:Arial; font-size: 12px; line-height:30px; font-weight: bold; color:#333333; letter-spacing:.04em;}
.gridRow, .gridRowAlternate, .gridRowEdit, .gridRowSelected { vertical-align:top; color: #172b33;   }
.gridRow { background-color:white; }
.gridRowAlternate {	background-color: #f7f7f4; }
.gridRowSelected { }
.gridRowEdit {	background-color:#cbcac9; color: White;}
.gridFooter { background-color:#efefef;  height: 12px; border-top: solid 1px silver;}
.gridPager { color: #172b33; height: 12px;	text-align:left; border-top:solid 1 silver; background-color:#efefef; }
.gridPager td {	font-weight: bold; padding: 1px 2px 1px 2px; }
.gridPager a:link  { color: #666666; }
.gridCommandColumn { margin: 0px 5px 0px 5px;  background-color:Transparent; }
.gridCommandColumn a:link, .gridCommand a:visited { text-decoration: none; color: olive; }
.gridCommandColumn a:hover {text-decoration: underline; }
td.gridHeader { text-align:left; background-color:#efefef;  border-bottom: 1px solid silver; padding:1px; }
.gridHeader a:link, .gridHeader a:visited, .gridHeader a:hover {color:#333333; text-decoration:none; font-weight:bold; font-family:Arial; font-size:11px; letter-spacing:.05em;}
.gridHeader a:hover { text-decoration: underline; }
.gridCommandRow  { background-color:#efefef; background-color: #f7f7f4; border: solid 1px #cbcac9; border-top: none; padding: 3px 4px 3px 4px}
.gridCommand {	margin: 0px 2px 0px 2px;  color: olive; text-decoration: none;}
.gridCommand a:link, .gridCommand a:visited { text-decoration: none; color: olive; }
.gridCommand a:hover {	text-decoration: underline; }


/* Detail View **/
.detailViewRowInsert { }
.detailViewPager { }
.detailViewRow { }
.detailViewHeader { background-color:#f7f7f4; background-color:#efefef;  background-color:red;}
.detailViewFooter  { background-color:#cbcac9; }
.detailViewRowEmptyData { }
.detailViewRowEdit { background-color: #f7f7f4 }
.detailViewCommandControl { vertical-align:middle;}
.detailViewCommandRow { background-color:#efefef; border: solid 1px silver; border-top: solid 1px #cbcac9; }

.detailViewCommand { color: olive; text-decoration: none; }
.detailViewCommand a:link, .detailViewCommand a:visited { text-decoration: none; color: olive; }
.detailViewCommand a:hover { text-decoration: underline; }


.detailViewRowAlternate { background-color: white; }
.detailsViewFieldHeader  { background-color: #f7f7f4; color:#333333; text-decoration:none; font-weight:bold; font-family:Arial; font-size:11px; }
