/*========================================================*/
/*     CSS for DotNetNuke Skin - JustHelicopters.tv       */
/*                  by Jared Buttars                      */
/*              http://www.blackpond.com                  */
/*                 jared@blackpond.com                    */
/*========================================================*/

/*========================================================*/
/*  Universal                                             */
/*========================================================*/

/*-- Style For HTML BODY           */ body { margin: 0; background:#ffffff; margin: 0 0 0 0; }
/*-- Page Master                 --*/ .pagemaster { height:100%; width:100%; }
/*-- Skin Master Fixed           --*/ .skinmaster { width:1000px; }
/*-- Top bar                     --*/ .topbarleft { height:165px; background-color:#000000; background-image:url(head_bg.gif); background-position:right top; background-repeat:repeat-x; }
/*-- Top bar                     --*/ .topbarcenter { height:165px; background-color:#000000; background-image:url(head_bg.gif); background-position:left top; background-repeat:repeat-x; }
/*-- Top bar                     --*/ .logoarea { height:137px; width:531px; background-image:url(head_chopper_bg.gif); background-position:left top; background-repeat:no-repeat; }
/*-- Top bar                     --*/ .utilitybar { background-image:url(utilitybar_bg.gif); background-position:top; background-repeat:repeat-x; }
/*-- side banner pane            --*/ .TopBannerArea { padding-top:9px; }
/*-- side banner pane            --*/ .DocShadow { background-image:url(doc_top_shadow_bg.gif); background-repeat:repeat-x; background-position:top; height:200px;}
/*-- side banner pane            --*/ .DocShadowRight { background-image:url(doc_top_shadow_bg_right.gif); background-repeat:repeat-x; background-position:top; height:200px;}
/*-- side banner pane            --*/ .ContentArea { padding:0 0 25px 0; }
/*-- side banner pane            --*/ .ContentAreaAdmin { padding:38px 0 25px 0; }
/*-- side banner pane            --*/ .UtilityBox { padding-bottom:10px; }

/*-- Setting Text Throughout the skin      --*/ table, tr, td, p {font-family: verdana; font-size: 11px; line-height: normal; }

/*========================================================*/
/*  Content Panes                                         */
/*========================================================*/

/*-- side banner pane                      --*/ .PaneUser { padding: 0 0 0 0; }
/*-- right pane                            --*/ .PaneHPLeft { padding: 0 0 0 0; width: 226px; background-image:url(HPLeftDrop.gif); background-repeat:repeat-x; background-position:top; height:630px; }
/*-- right pane                            --*/ .PaneIP2Left { padding: 0 15px 0 0; width: 226px; }
/*-- right pane                            --*/ .PaneHPCenter { padding: 0 0 0 15px; }
/*-- right pane                            --*/ .PaneAdminCenter { padding: 0 0 0 0; }
/*-- right pane                            --*/ .PaneHPRight { padding: 0 0 0 15px; width: 200px; }
/*-- right pane                            --*/ .PaneIP1Left { padding: 0 15px 0 0; width: 480px; }
/*-- right pane                            --*/ .PaneIP1Center { padding: 0 0 0 0; width:290px; }
/*-- right pane                            --*/ .PaneIP2Center { padding: 0 0 0 0; }
/*-- right pane                            --*/ .PaneIP1Right { padding: 0 0 0 15px; width: 200px; }

/*========================================================*/
/*  Tokens                                                */
/*========================================================*/

/*-- login and user token idle         --*/ .LOGIN, a.LOGIN:link, a.LOGIN:visited, a.LOGIN:active, .USER, a.USER:link, a.USER:visited, a.USER:active { color: #393939; font-family: verdana; font-size: 11px; text-decoration: none; height:15px; }
/*-- login and user token hover        --*/ a.LOGIN:hover, a.USER:hover { text-decoration: none; color:#da640e; font-size: 11px; font-family: verdana;}
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS, a.BREADCRUMBS:link, a.BREADCRUMBS:visited, a.BREADCRUMBS:active { color: #ffffff; font-family: verdana; font-size: 11px; text-decoration:none; }
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS:hover { color:#da640e; font-size: 11px; font-family: verdana; text-decoration:none; }
/*-- terms privacy and copyright       --*/ .FOOTER { color:#5e5e5e; font-size: 11px; font-weight:normal; }
/*-- terms privacy and copyright links --*/ a.FOOTER:link, a.FOOTER:visited, a.FOOTER:active { color:#5e5e5e; font-size:11px; font-weight:normal; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER:hover { text-decoration:none; color:#da640e; font-size: 11px; font-family: verdana;}

/*========================================================*/
/*  Module                     				              */
/*========================================================*/

/*-- module sub menu container  --*/ .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0 10px 1px 0; padding: 10px 0 10px 0; background-image:url(submenu_drop_bg.gif); background-repeat:repeat-x; background-color: #e4e4e4; border-color:#6a6a6a; border-width: 1px; font-weight:normal; filter:none;}
/*-- module sub menu items hover--*/ .ModuleTitle_MenuItemSel { border:0; margin:0; font-family: verdana; color: #ffffff; font-size: 11px; cursor: pointer; cursor: hand; padding: 0px 35px 0px 16px; height: 20px; background: #a8a8a8; font-weight:bold;}
/*-- module title items         --*/ .ModuleTitle_MenuItem { border:0; margin:0; font-family: verdana;  color: #3b3b3b; font-size: 11px; padding: 0px 35px 0px 16px; height: 20px; font-weight:bold;}
/*-- module menu continer       --*/ .ModuleTitle_MenuContainer { background: transparent; }
/*-- module menu bar            --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- not needed                 --*/ .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }

/*========================================================*/
/*  Text                                                  */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { font-family: verdana; font-size: 11px; color: #363636; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: verdana; font-size: 11px; font-weight: bold; color: #363636; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: verdana; font-weight: bold; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: verdana; 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;}

/*========================================================*/
/*  Hyperlinks                                            */
/*========================================================*/

/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #ffa100; font-family: verdana; font-weight: bold; font-size: 11px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #ffa100; font-family: verdana; font-size: 11px;	text-decoration: underline; }

/*-- 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: verdana; 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: verdana; font-weight: bold; font-size: 11px; text-decoration: none; height: 20px; }

/*-- admin button-link style           --*/ .MenuHeader a.CommandButton:link, .MenuHeader a.CommandButton:visited, .MenuHeader a.CommandButton:active { color: #ffffff; background-color: #969696; padding: 0 8px 0 8px; font-family: verdana; font-weight: bold; font-size: 12px; text-decoration: none; height: 25px; display:block; line-height:25px; white-space:nowrap; border:none; margin:0; }
/*-- admin button-link style hover     --*/ .MenuHeader a.CommandButton:hover { color: #ffffff; background-color: #323232; padding: 0 8px 0 8px; font-family: verdana; font-weight: bold; font-size: 12px; text-decoration: none; height: 25px; display:block; line-height:25px; white-space:nowrap; border:none; margin:0; }

/*-- search button in search form      --*/ .SearchButton { cursor:hand; font-family:verdana; font-size:10px; display:inline-block; width:40px; background-color:#3372a3; height:14px; _height:16px; border:1px solid #454545; color:#FFFFFF; padding:0 5px 0 5px; }

/*========================================================*/
/*  FormElements                                          */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: verdana; font-size: 10px; color: #363636; }
/*-- textbox                    --*/ .NormalTextBox { }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: #ffffff; border: 0; }
/*-- textbox used for search    --*/ #dnn_dnnSEARCH_txtSearch.NormalTextBox  { width:141px;color: #000000; font-family: verdana; cursor:text; border:1px #777777; font-size:10px; height:21px;  padding:3px 5px 0 5px; border: 1px solid #777777; }
/*-- textbox used for yellow pages--*/ .YPTextBox  { width:180px;color: #000000; font-family: verdana; cursor:text; border:1px #777777; font-size:10px; height:21px; border: 1px solid #777777; }

/*========================================================*/
/*  Login Box Style                                       */
/*========================================================*/

/*-- User Area        --*/ .loginbox .SubHead { font-family:verdana; font-size:11px; color:#000000; font-weight:normal;  }
/*-- User Area        --*/ .loginbox input { width:90px;; color: #676767; margin-left:6px; font-family: verdana; cursor:text; font-size:10px; height:15px; padding:0 5px 0 5px; border: 1px solid #393d3f;}
/*-- User Area        --*/ .loginbox a, .loginbox a:active, .loginbox a:visited, .loginbox a:active { color: #0b3250; text-decoration:none; font-size:11px; }
/*-- User Area        --*/ .loginbox a:hover { color: #da640e; text-decoration:none; font-size:11px; }
/*-- User Area        --*/ .loginbutton a, .loginbutton a:active, .loginbutton a:visited, .loginbutton a:active { cursor:hand; cursor:pointer; font-family:verdana; font-size:10px!important; display:inline-block; background-color:#bdbdbd; height:15px; border:1px solid #393d3f; color:#000000!important; padding:0 5px 0 5px; text-decoration:none!important; line-height:15px; margin-left:6px; }
/*-- User Area        --*/ .loginbutton a:hover { cursor:hand; cursor:pointer; font-family:verdana; font-size:10px!important; display:inline-block; background-color:#f39111!important; height:15px; border:1px solid #393d3f; color:#000000!important; padding:0 5px 0 5px; text-decoration:none!important; line-height:15px; margin-left:6px; }

/*========================================================*/
/*  Banner Area Styles                                    */
/*========================================================*/

.BP_AdBlender_AreaName_Right {  }
.BP_AdBlender_AreaName_Right .BP_AdBlender_Item { margin:0 0 10px 0; }
.BP_AdBlender_AreaName_Top {  }
.BP_AdBlender_AreaName_Top .BP_AdBlender_Item { margin:0; }
         
/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/


