/*========================================================*/
/*         CSS for DotNetNuke Skin - clubfidel            */
/*                   by ralfhappe                         */
/*             http://www.ralfhappe.com                   */
/*========================================================*/

/*========================================================*/
/*  General IE only                                       */
/*========================================================*/

/*========================================================*/
/*  Universal                                             */
/*========================================================*/

/* Style For HTML PAGE                   */ 
html { height: 100%; }

body
{
    font-family: tahoma;
    font-size: 11px;
    height: 100%;
    padding: 0px;
}

/* Setting Text Throughout the skin      */ 
table, tr, td, div
{
    font-family: tahoma;
    font-size: 11px;
    margin: 0;
}
p
{
    font-family: tahoma;
    font-size: 11px;
}

/*========================================================*/
/*  Design Elements                                       */
/*========================================================*/

.Pagemaster
{
    height: 100%;
    vertical-align: middle;
    text-align: center;
    width: 100%;
}

.ContentPane
{
    vertical-align: middle;
    position: relative;
    top: 30%;
    background-color: transparent;
}

/*-- width setting on skins        --*/ .StandardWidth { width:960px; }
/*-- 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%; background: url(boxed-bg.gif) repeat top left #dbdbdb; }
/*-- outer cell on boxed skins     --*/ .OuterTDBoxed { padding:15px 0 15px 0; }

/*-- cell containing content panes --*/ .ContentPanesTD { width:auto; height:100%; vertical-align: top; padding: 0 0 0 0; }
/*-- dotted background             --*/ .Dotted { background: url(dotted2.gif) repeat top left; }
/*-- row containing logo area      --*/ .LogoRow { height:1px; padding: 0 10px 0 7px; }
/*-- 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: 41px; width: 100%; background: url(bread-bg-l.gif) no-repeat top left; color:#a1a1a1; vertical-align: middle; padding: 0 20px 0 17px; }
/*-- 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                                   */
/*========================================================*/

/*-- row containing footer area    --*/ .FooterRow { height:36px; padding: 0 7px 0 7px; }
/*-- table within footer - rounded --*/ .FooterTable { height:36px; background: url(footer-bg-grad.gif) #e60000 repeat-x top left; }
/*-- 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%; }
/*-- top left corner               --*/ .BoxTL { width:11px; height:11px; background: url(box-tl.gif) no-repeat bottom left; }
/*-- top edge                      --*/ .BoxT { height:11px; background: url(box-t.gif) repeat-x bottom left; }
/*-- top right corner              --*/ .BoxTR { width:11px; height:11px; background: url(box-tr.gif) no-repeat bottom right; }
/*-- left edge                     --*/ .BoxL { width:11px; background: url(box-l.gif) repeat-y top left; }
/*-- content area                  --*/ .BoxM { background: #FFF; }
/*-- right edge                    --*/ .BoxR { width:11px; background: url(box-r.gif) repeat-y top right; }
/*-- bottom left corner            --*/ .BoxBL { width:11px; height:11px; background: url(box-bl.gif) no-repeat top left; }
/*-- bottom edge                   --*/ .BoxB { height:11px; background: url(box-b.gif) repeat-x top left; }
/*-- bottom right corner           --*/ .BoxBR { width:11px; height:11px; background: url(box-br.gif) no-repeat top right; }

/*========================================================*/
/*  Content Panes                                         */
/*========================================================*/


/*========================================================*/
/*  Tokens                                                */
/*========================================================*/

/*-- login token idle                  --*/ 
.logim_object, a.login_object:link, a.LOGIN_object:visited, a.login_object:active
{
    color: #939393;
    background: url(ico-login.gif) no-repeat bottom left;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    height: 17px;
}
/*-- login token hover                 --*/ 
a.login_object:hover
{
    background: url(ico-login-over.gif) no-repeat bottom left;
    color: #444444;
    font-family: tahoma;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}
/*-- user token idle                   --*/ 
.user_object, a.user_object:link, a.user_object:visited, a.user_object:active
{
    color: #939393;
    background: url(ico-register.gif) no-repeat bottom left;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    height: 17px;
}
/*-- user token hover                  --*/ 
a.user_object:hover
{
    background: url(ico-register-over.gif) no-repeat bottom left;
    color: #444444;
    font-family: tahoma;
    font-weight: bold;
    font-size: 11px;
    text-decoration: none;
}
/*-- date token idle                   --*/ 
.date_object, a.date_object:link, a.date_object:visited, a.date_object:active
{
    font-family: tahoma;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
    width: 150px;
}
/*-- date token hover                  --*/ a.date_object:hover { color: #c1c1c1; font-family: tahoma; 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: tahoma; font-size: 11px; text-decoration: none; font-weight:bold;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #666; font-family: tahoma; font-size: 11px; text-decoration: none; font-weight:bold; }
/*-- terms privacy and copyright       --*/ 
.footer_objects
{
    color: #CEA683;
    font-size: 11px;
}
/*-- terms privacy and copyright links --*/ 
a.footer_objects:link, a.footer_objects:visited, a.footer_objects:active
{
    font-size: 11px;
    color: #CEA683;
    font-weight: Normal;
    text-decoration: none;
}
/*-- terms privacy and copyright hover --*/ 
a.footer_objects:hover
{
    font-size: 11px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
}

/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- most of the text on site          --*/ 
.normal, .Normal
{
    font-family: Tahoma;
    font-size: 11px;
    color: #CEA683;
}
/*-- most of the text on site          --*/ 
.Watermarc
{
    color: #C0C0C0;
}
/*-- 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: tahoma; font-weight: bold; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ 
.SubHead
{
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    padding: 0;
}
/*-- headings - mostly in admin        --*/ 
.Head
{
    font-size: 20px;
    color: #6acbdc;
    font-weight: bold;
}


/*========================================================*/
/*  Links                                                 */
/*========================================================*/

/*-- default links visited and active  --*/ 
a:link, a:visited, a:active
{
    font-family: tahoma;
    font-weight: bold;
    font-size: 11px;
}
/*-- default links hover               --*/ a:hover {font-family: tahoma; font-size: 11px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { font-family: tahoma; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover {  font-family: tahoma; font-size: 11px;	text-decoration: none; }
/*-- intro   links visited and active  --*/ a.Intro:link, a.Intro:visited, a.Intro:active { color: #6acbdc; font-family: tahoma; font-weight: bold; font-size: 10px; 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: tahoma; font-size: 11px; font-weight:bold; text-decoration: none; }
/*-- footer links hover                --*/ a.Footer_Links:hover { color: #EEE; font-family: tahoma; font-weight:bold; font-size: 11px; text-decoration: none; }

/*========================================================*/
/*  Forms                                                 */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: tahoma; font-size: 11px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: 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: #491902;
    color: #FFF;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    padding: 0px 30px 0px 16px;
    height: 20px;
    border: 0;
}
/*-- submenu items hover        --*/ 
.MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel
{
    background: #983201;
    color: #FFF;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
    padding: 0px 30px 0px 16px;
    height: 20px;
    border: 0;
}

/*========================================================*/
/*  2 Design Elements                                     */
/*========================================================*/

.MenuHeight { height:32px; }
.MenuTD {  background: url(nav2-bg.gif) repeat-x top left; padding: 0 10px 0 0; }
.MenuLeft { width:18px; background: url(nav2-bg-l.gif) no-repeat top left; }
.MenuRight { width:12px; background: url(nav2-bg-r.gif) no-repeat top left; }
.LoginTD { width: 100%; vertical-align: middle; text-align: right; font-size: 7px; padding: 8px 0 8px 0; }
.CopyrightRow { height:30px; padding: 0 10px 0 10px; vertical-align: middle; }

/*========================================================*/
/*     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 {  background: url(nav2-bg.gif) repeat-x top center transparent; font-size: 8pt; padding: 10px 0px 1px 0px; font-weight: bold; }
/*-- menuitems over             --*/ .MainMenu_Selected TD
{
    background: url(nav2-active.gif) repeat-x top center transparent;
    font-size: 8pt;
    padding: 10px 0px 1px 0px;
    font-weight: bold;
}
/*-- menuitems active           --*/ .MainMenu_Active TD, .MainMenu_BreadcrumbActive TD
{
    background: url(nav2-active.gif) repeat-x top center transparent;
    font-size: 8pt;
    padding: 10px 0px 1px 0px;
    font-weight: bold;
}
/*-- middle seperator           --*/ .MainMenu_Seperator { background: url(nav2-div.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 15px 0 10px; }
/*-- 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 { margin: 0 10px 0 10px; }
/*-- 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;}

/*==========================================================*/
/*  Detailsviews                                         */
/*==========================================================*/
.DetailsView_EP
{
}
    

.HeaderStyle_DetailsView_EP
{
    height: 45px;
    vertical-align: top;
}

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/
