/*========================================================*/
/*         CSS for DotNetNuke Skin - YIN                  */
/*========================================================*/

/*========================================================*/
/*  Page and Content Areas                                */
/*========================================================*/

/*-- Style For HTML BODY           */ body { margin: 0; background:#ffffff; margin: 0 0 0 0; }
/*-- Page Master                 --*/ .pagemaster { background-image:url(page_bg_closed.gif); background-repeat:repeat-x; background-position:top; background-color:#ffffff; height:100%; width:100%; }
/*-- Skin Master Fixed           --*/ .skinmaster { width:896px; }
/*-- Header Area                 --*/ .headerarea { height:163px; padding:15px 0 0 0; }
/*-- Header Background           --*/ .headerbg { height:163px; background:url(header_bg.gif); background-repeat:repeat-x; width:100%; }
/*-- Header Left Background      --*/ .headerleftbg { height:163px; background:url(header_left.gif); background-repeat:no-repeat; background-position:left; width:100%; }
/*-- Header Right Background     --*/ .headerrighttbg { height:163px; background:url(header_right.gif); background-repeat:no-repeat; background-position:right; width:100%; }
/*-- Menu Background             --*/ .menubg { height:39px; background:url(menu_bg.gif); background-repeat:repeat-x; width:100%; }
/*-- Menu Left Background        --*/ .menuleftbg { height:39px; background:url(menu_bg_left.gif); background-repeat:no-repeat; background-position:left; width:100%; }
/*-- Menu Right Background       --*/ .menurighttbg { height:39px; background:url(menu_bg_right.gif); background-repeat:no-repeat; background-position:right; width:100%; }
/*-- Menu Area                   --*/ .menuarea { height:39px; width:100%; padding:0 9px 0 9px; }
/*-- Left Right Margin           --*/ .lrmargin { padding: 0 6px 0 6px; }
/*-- Left Margin                 --*/ .lmargin { padding: 0 0 0 6px; }
/*-- Right Margin                --*/ .rmargin { padding: 0 6px 0 0; }
/*-- Footer Line                 --*/ .footerline { height:2px; background-color:#c5c6c8; }
/*-- Footer Space                --*/ .footerspace { height:2px; }
/*-- Footer A                    --*/ .footera { height:21px; width:100%; background:#f1deb2; padding-left:10px}
/*-- Footer B                    --*/ .footerb { width:100%; padding:8px 0 0 0; font-family:Arial, Helvetica, sans-seri; font-size:10px}
/*-- HP Right Side Area          --*/ .hpright { width:278px; padding-top:20px }
/*-- HP Right Side Area          --*/ .CP1 { width:400px; padding:10px; vertical-align:top; }
/*-- HP Right Side Area          --*/ .CP2 { width:150px; padding-top:50px; padding-right:8px; padding-left:8px; padding-bottom:8px; vertical-align:top; }
/*-- HP Left Side Area           --*/ .hpleft { padding-top:5px;padding-right:50px;padding-bottom;10px }
/*-- IP Left Side Area           --*/ .ipleft { width:219px; padding-top:20px; }
/*-- IP Right Side Area          --*/ .ipright { padding: 4px 0 4px 12px; }
/*-- Login Area                  --*/ .loginarea { color:#0d4e9c; font-size:12px; font-family:Arial; }
/*-- Splash Header Area          --*/ .splashheaderarea { padding:15px 0 0 0; }
/*-- Splash                      --*/ .splashbg { background-color:#f6f0da; }
/*-- Splash                      --*/ .splashtopbg { background-image:url(splash_t_bg.gif); background-repeat:repeat-x; height:16px; }
/*-- Splash                      --*/ .splashbottbg { background-image:url(splash_b_bg.gif); background-repeat:repeat-x; height:16px; }
/*-- Splash                      --*/ .splashleftbg { background-image:url(splash_l_bg.gif); background-repeat:repeat-y; width:8px; }
/*-- Splash                      --*/ .splashrightbg { background-image:url(splash_r_bg.gif); background-repeat:repeat-y; width:8px; }

/*-- Setting Text Throughout the skin      --*/ table, tr, td, p{ font-family: arial; font-size: 13px; color: #000000; text-transform:none;  }

/*========================================================*/
/*  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: #0d4e9c; font-family: arial; font-size: 12px; text-decoration: none; height:15px; text-transform:none; }
/*-- login and user token hover --*/ a.LOGIN:hover, a.USER:hover { text-decoration:underline; color:#0d4e9c; font-size: 12px; font-family: arial; text-transform:none; }


/*-- login and user token idle  --*/ .footer, a.footer:link, a.footer:visited{ color: #0d4e9c; font-family: arial; font-size: 12px; text-decoration: none; height:15px; text-transform:none; }
/*-- login and user token hover --*/ a.footer:hover { text-decoration:underline; color:#0d4e9c; font-size: 12px; font-family: arial; text-transform:none; }
/*========================================================*/
/*  Main Menu                     				          */
/*========================================================*/

/*-- box that holds the menu    --*/ .MainMenu_MenuContainer { border:0; margin:0; padding:0; background:transparent; }
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { border:0; margin:0; padding:0; cursor: pointer; cursor: hand; background:transparent; }

/*-- submenu container          --*/ .MainMenu_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0 10px 1px 0; padding: 10px 0 10px 0; background-color: #e9e9e9; font-weight:normal; filter:none; text-transform:none; }
/*-- sub menu items             --*/ .MainMenu_MenuItem { border:0; margin:0; font-family: verdana;  color: #393939; font-size: 11px; padding: 0px 35px 0px 16px; height: 20px; font-weight:normal; text-transform:none;  }
/*-- submenu items hover        --*/ .MainMenu_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:normal; text-transform:none; }
/*-- menuitems idle             --*/ .MainMenu_Idle { border:0; margin:0; color: #2795d0; background: transparent; font-size: 11px; font-weight:normal; text-transform:none; }
/*-- sub menu items selected    --*/ .MainMenu_Selected { border:0; margin:0; color: #2795d0; font-weight:normal; background: #4f9cef; text-transform:none; }
/*-- sub menu items active      --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive { border:0; margin:0; color: #2795d0; font-weight:normal; font-size: 11px; text-transform:none;  }

/*-- root menu items            --*/ .MainMenu_RootMenuItem { background:transparent; text-align:center; border:0; margin:0; padding:0; font-family: verdana; font-weight:normal; color: #0d4e9c; font-size: 12px; height: 39px; text-transform:uppercase; }
/*-- root menu items over       --*/ .MainMenu_RootSelected { font-size: 12px; border:0; margin:0; padding:0; color: #ffffff; height: 39px; background:transparent; background-image:url(menu_bg_hi.gif); background-repeat:repeat-x; font-weight:normal; text-align:center; text-transform:uppercase;}
/*-- root menu items sub active --*/ .MainMenu_RootActiveSub, .MainMenu_RootBreadcrumbActive { font-size: 12px; border:0; margin:0; padding:0; color: #ffffff; height: 39px; background:transparent; background-image:url(menu_bg_hi.gif); background-repeat:repeat-x; font-weight:normal; text-align:center; text-transform:uppercase; }
/*-- root menu items active     --*/ .MainMenu_RootActive { font-size: 12px; border:0; margin:0; padding:0; color: #ffffff; height: 39px; background:transparent; background-image:url(menu_bg_hi.gif); background-repeat:repeat-x; font-weight:normal; text-align:center; text-transform:uppercase;}

/*-- root menu items            --*/ .MainMenu_RootMenuItem TD { padding:0 10px 0 10px; }
/*-- root menu items over       --*/ .MainMenu_RootSelected TD { padding:0 10px 0 10px; }
/*-- root menu items sub active --*/ .MainMenu_RootActiveSub, .MainMenu_RootBreadcrumbActive TD { padding:0 10px 0 10px; }
/*-- root menu items active     --*/ .MainMenu_RootActive TD { padding:0 10px 0 10px; }

/*-- not needed                 --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon, .MainMenuSeperator  { display: none; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none; border-left-style: none; border-bottom-style: none; padding:0; background:transparent; }

/*========================================================*/
/*  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-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: arial; color: #ffffff; font-size: 11px; cursor: pointer; cursor: hand; padding: 0px 35px 0px 16px; height: 20px; background: #a8a8a8; font-weight:bold; text-transform:none; }
/*-- module title items         --*/ .ModuleTitle_MenuItem { border:0; margin:0; font-family: arial;  color: #3b3b3b; font-size: 11px; padding: 0px 35px 0px 16px; height: 20px; font-weight:bold; text-transform:none; }
/*-- 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: arial; font-size: 13px; color: #000000; text-transform:none;  }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: arial; font-size: 12px; font-weight: bold; color: #000000; text-transform:none;  }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: arial; font-weight: bold; font-size: 12px; text-transform:none;  }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: arial; font-size: 12px; font-weight: bold; color: #777; padding: 0; text-transform:none;  }
/*-- headings - mostly in admin        --*/ .Head { font-size: 12px; color: #777; background: transparent; font-weight: bold; padding: 0; text-transform:none; }
/*-- Container Normal headings         --*/ .HeadCont { font-family: Arial; font-size: 13px; font-weight: Bold; color: #0d4e9c; line-height:19px; text-transform:none;  }
/*-- Container Major Headings          --*/ .HeadMajorCont { font-family: Arial; font-size: 16px; font-weight: Bold; color: #0d4e9c; text-transform:none;  }
/*-- Container Headings Cont C         --*/ .HeadContC { font-family: Verdana; font-size: 14px; color: #ffffff; text-transform:uppercase; }

/*========================================================*/
/*  Hyperlinks                                            */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #003366; font-family: arial; font-weight: bold; font-size: 13px; text-decoration: none; text-transform:none;  }
/*-- default links hover               --*/ a:hover { color: #003366; font-family: arial; font-weight:bold; font-size: 13px; text-decoration: underline; text-transform:none; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #0d4e9c; font-family: arial; font-weight: bold; font-size: 13px; text-decoration: none; text-transform:none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #0d4e9c; font-family: arial; font-size: 12px;	text-decoration: underline; text-transform:none; }
/*-- 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: arial; font-weight: bold; font-size: 12px; text-decoration: none; height: 20px; text-transform:none; }
/*-- admin button-link style hover     --*/ a.CommandButton:hover { color: #6A6A6A; border: 1px solid #868686; background: #DFDFDF; padding: 2px 3px 3px 4px; font-family: arial; font-weight: bold; font-size: 12px; text-decoration: none; height: 20px; text-transform:none; }

/*========================================================*/
/*  FormElements                                          */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: arial; font-size: 10px; color: #000000; text-transform:none; }
/*-- textbox                    --*/ .NormalTextBox { color: #000000; padding-left: 4px; line-height: 12px; font-family: arial; font-weight: normal; font-size: 12px; background: #ffffff; text-transform:none; }
/*-- textbox container          --*/ td.NormalTextBox { padding: 0; margin: 0; background: #ffffff; border: 0; text-transform:none; }
          
/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/




