/*========================================================*/
/*         CSS for DotNetNuke Skin - IMG European         */
/*                by Cyberspace Solutions Inc.            */
/*          http://www.cyberspacesolutionsinc.com         */
/*========================================================*/

/*========================================================*/
/*  Universal                                             */
/*========================================================*/

/* Style For HTML PAGE                   */ html { height: 100%; padding-top:10px;}
/* Style For HTML BODY                   */ #body { margin: 0; background: #fff; margin: 0 0 0 0; }
/* Setting Text Throughout the skin      */ table, tr, td {font-family: Arial, Helvetica, sans-serif; font-size: small; margin: 0;}
                                            p, ul, li {font-family: Arial, Helvetica, sans-serif; font-size: small; color: #666666;}
/* Setting Border Styles                 */ .border { border: 1px solid #CCCCCC; background-color: #EEEEEE;}
/* Setting Border Styles                 */ .border-individuals { border: 1px solid #B49FC2; background-color: #F0ECF3;}
/* Setting Border Styles                 */ .border-corporate {	border: 1px solid #B2B2CC; background-color: #EFEFF5;}
/* Setting Border Styles                 */ .border-intermediaries { border: 1px solid #94BFD6;	background-color: #EAF2F7;}
/* Setting Border Styles                 */ .border-clients { border: 1px solid #90C8E5;	background-color: #EEF6FB;}
/* bullet 1 style                        */ .bullets-1 {list-style-position: outside; list-style-image: url(bullet1.gif);}
/* bullet 2 style                        */ .bullets-2 {list-style-position: outside; list-style-image: url(bullet2.gif);}
/* bullet 3 style                        */ .bullets-3 {list-style-position: outside; list-style-image: url(bullet3.gif);}
/* bullet 4 style                        */ .bullets-4 {list-style-position: outside; list-style-image: url(bullet4.gif);}
/* bullet main style                     */ .bullets-main {	list-style-position: outside;list-style-image: url(bullet-blue.gif);}
/* bullet individual style               */ .bullets-individuals { list-style-position: outside; list-style-image: url(bullet-individuals.gif);}
/* bullet corporate style                */ .bullets-corporate { list-style-position: outside; list-style-image: url(bullet-corporate.gif);}
/* bullet intermediate style             */ .bullets-intermediaries { list-style-position: outside;	list-style-image: url(bullet-intermediaries.gif);}
/* bullet clients style                  */ .bullets-clients { list-style-position: outside; list-style-image: url(bullet-clients.gif);}


/*========================================================*/
/*  Design Elements                                       */
/*========================================================*/

/*-- width setting on skins        --*/ .StandardWidth { width:770px; margin:auto;}
/*-- 100 percent height where req  --*/ .FullHeight { height:100%; }
/*-- Main cell content panes       --*/ .ContentPanesTD { width:100%; vertical-align: top; padding: 0 0 0 10px;}
/*-- Sub cell content panes        --*/ .SubContentPanesTD { width:770px; vertical-align: top; padding-top:0px;}
/*-- outer table on boxed skins    --*/ .OuterTableBoxed { width:770px; margin:auto; background-color:#FFFFFF}
/*-- row for space between areas   --*/ .SpaceBar { height:10px; padding: 0 0 0 0; }
/*-- cell containing Date          --*/ .DateTD { width: 33%; height:15px; vertical-align:bottom; padding-left:7px; padding-bottom:7px;}
/*-- cell containing Login & Lan   --*/ .LoginTD { width: 25%; height:20px; vertical-align: middle; padding-right:7px; padding-top:7px;}
/*-- cell containing breadcrumbs   --*/ .BreadcrumbsTD, a.BreadcrumbsTD:link, a.BreadcrumbsTD:visited, a.BreadcrumbsTD:active{ width: 100%; height:20px; vertical-align: middle; color: #8f8f8f; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight:normal;}
/*-- breadcrumbs hover              --*/ a.BreadcrumbsTD:hover { color: #666; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: underline; font-weight:normal; }
/*-- cell containing privacy       --*/ .PrivacyTD { text-align: left; padding: 0 0 0 0; color:#999999;}
/*-- cell containing copyright     --*/ .CopyrightTD { width:190px;  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:11px; background-color:#27100a; }

/*========================================================*/
/*  Content Panes                                         */
/*========================================================*/

/*-- Logo pane                     --*/ .LogoPane { width: 165px; padding: 0 0px 0 0px;}
/*-- Header Nav pane               --*/ .HeaderNavPane { height:38px; padding: 0 0px 0 0px;}
/*-- Banner content pane           --*/ .BannerPane { width: 770px; padding: 0 0px 0px 0px;}
/*-- left2 content pane            --*/ .LeftPane2 { padding: 0 0px 0 0px; vertical-align: top; }
/*-- Menu content pane             --*/ .MenuPane { padding: 0px 0px 0 0px; vertical-align: top; width:161px; _width:161px; }
/*-- left2 bot content pane        --*/ .LeftPane2Bot { padding: 7px 0px 0 0px; vertical-align: top; }
/*-- Image pane                    --*/ .ImagePane { width: 100%; padding: 0 0px 0 0px; }
/*-- content2 pane                 --*/ .ContentPane2 { width: 770px; padding: 0px 3px 13px 0px; }
/*-- bottom inside pane            --*/ .FooterLinksPane { width: 100%; padding: 0 0px 0 0px; border-top:#CCCCCC solid 1px; }
/*-- left3 content pane            --*/ .LeftPane3 { padding: 0 0px 0 7px; width: 33%; }
/*-- content3 pane                 --*/ .ContentPane3 { padding: 0 7px 0 7px; }
/*-- right3 content pane           --*/ .RightPane3 { padding: 0 7px 0 0px; width: 33%; }
/*-- bottom2 inside pane           --*/ .BottomPane2 { width: 100%; padding: 0 7px 0 7px;}
/*-- Footer pane                   --*/ .FooterPane { width: 75%; padding: 7px 7px 0 7px; }
/*-- Footer pane 2                 --*/ .FooterPane2 { width: 100%; padding: 7px 7px 0 7px; }
/*-- 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: #cccccc; font-family: Arial, Helvetica, sans-serif; font-size: xx-small; font-weight:normal; text-decoration: none; border: 0px;}
/*-- login token hover                 --*/ a.LOGIN_object:hover { color: #cccccc; font-family: Arial, Helvetica, sans-serif; font-weight: normal; font-size: xx-small; text-decoration: underline; border: 0px;}
/*-- user token idle                   --*/ .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #f5f5eb; background:  url(ico-register.gif) no-repeat bottom left;  font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight:normal; text-decoration: none; height:17px; float:right; padding: 2px 0 0 25px;  margin: 0 0px 0 16px; }
/*-- user token hover                  --*/ a.USER_object:hover { background:  url(ico-register-over.gif) no-repeat bottom left; color: #5e7289; font-family: Arial, Helvetica, sans-serif; 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: #ede9de; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; }
/*-- date token hover                  --*/ a.DATE_object:hover { color: #c1c1c1; font-family: Arial, Helvetica, sans-serif; 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: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight:normal;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #666; font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight:normal; }
/*-- terms privacy and copyright       --*/ .FOOTER_objects { color:#000; font-size: 11px; }
/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { font-size: 11px; color:#000; font-weight:normal; text-decoration:none;}
/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { font-size: 11px; color:#5e7289; font-weight:normal; text-decoration:none;  }

/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: Arial, Helvetica, sans-serif; font-size: small; color: #666666;}
/*-- small text on site                 --*/.tx { font-family: Arial, Helvetica, sans-serif; font-size: small; color: #666666;}
/*-- 11px text on site                  --*/.tx-11 { font-family: Arial, Helvetica, sans-serif;	font-size: 11px; color: #666666; line-height: 13px;}
/*-- xx-small text on site              --*/.tx-10 { font-family: Arial, Helvetica, sans-serif;	font-size: xx-small; color: #999999;}
/*-- most of the bold text on site     --*/ .NormalBold { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #2a2c2c; }
/*-- red text on site for errors       --*/ .NormalRed { color: #6a4085; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #999999; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: small; color: #666666; background: transparent; font-weight: bold; padding: 0;}
/*-- h1 - on site                      --*/ H1 { font-size: small; color: #ffffff; background: transparent; font-weight: bold; padding: 0; font-family: Arial, Helvetica, sans-serif; line-height:1;}
/*-- h2 - on site                      --*/ H2 { font-size: 20px; color: #999999; background: transparent; font-weight: normal; padding: 0; font-family: Arial, Helvetica, sans-serif; line-height:1;}
/*-- h3 - on site                      --*/ H3 { font-size: 16px; color: #999999; background: transparent; font-weight: normal; padding: 0; font-family: Arial, Helvetica, sans-serif; line-height:1;}

/*========================================================*/
/*  Links                                                 */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, { color: #003366; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none; }
/*-- default links active              --*/ a:active { color: #666666; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; }
/*-- default links hover               --*/ a:hover { color: #003366; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #003366; font-family: Arial, Helvetica, sans-serif; font-weight: normal; text-decoration: none;}
/*-- normal links active               --*/ a.Normal:active { color: #666666; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #003366; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding: 15px 12px 7px 12px; cursor: hand; font-size:1px; margin: 0 0 0 0;}

/*========================================================*/
/*  Forms                                                 */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 4px; line-height: 12px; font-family: Arial, Helvetica, sans-serif; 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;}
/*-- textbox used Language      --*/ .form-language { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #666666; background-color: #FFFFFF; width: 157px; border: 1px solid #CCCCCC;}

/*========================================================*/
/*   Module Menus                         */
/*========================================================*/
 
/*-- TD if menu is using tables--*/  .ModuleTitle_MenuItem TD { cursor: pointer; cursor: hand; color: #2a2c2c; font-family:Arial; font-style: normal; height: 21px; white-space: nowrap;       padding: 1px 3px 3px 1px;}
/*-- override borders            --*/.ModuleTitle_MenuItem { border: white 0px solid;}
/*-- override the default height --*/.ModuleTitle_MenuIcon { cursor: pointer; cursor: hand; background-color: #ffffff; width: 15px; height: 100%;}
/*-- submenu items title         --*/.ModuleTitle_SubMenu {	z-index: 1000; cursor: pointer;	cursor: hand; background-color: #ffffff; color:#2a2c2c; filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); padding: 1px 1px 1px 1px;}
/*-- submenu items menu breaks   --*/.ModuleTitle_MenuBreak  { background-color: #f5f5eb; font-size: 1px;}
/*-- menuitems over              --*/.ModuleTitle_MenuItemSel {	cursor: pointer; cursor: hand; color: #2a366a; font-family: Arial; font-style: normal; background-color: #eeeeee;}

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/

