/*========================================================*/
/*         CSS for DotNetNuke Skin - red_cahspr01         */
/*              inspired by Evan O'Neil                   */
/*========================================================*/

/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Style For HTML PAGE                   */ html { height: 100%; }
/* Style For HTML BODY                   */ body { margin: 0; background: url(main_bg.jpg) repeat-x top left #CECECE; margin: 20 0 20 0; }
/* Setting Text Throughout the skin      */ table, tr, td {font-family: arial; font-size: 11px; line-height: 1.4em; color:#333333; text-align:left;}
											ul,ol {margin-top:6px; margin-bottom:15px;}
											li {text-align:left; padding-bottom:1px;}
											p {text-align:left;}


/*========================================================*/
/*  2. Design Elements                                    */
/*========================================================*/

/*-- outermost table of skin -Standard      --*/ .OuterTable { width: 85%; height: 100%; background: url(page_bg_l.gif) repeat-y top left #FFF; align: center; }
/*-- outermost table of skin -Admin         --*/ .OuterTableAdmin { width: 86%; height: 100%; background: url(page_bg_l.gif) repeat-y top left #FFF; align: center; }
/*-- outermost table of skin -Full Width    --*/ .OuterTableFull { width: 100%; height: 100%; background: url(page_bg_l.gif) repeat-y top left #FFF; align: center; }
/*-- cell containing logo                   --*/ .LogoTD { vertical-align: middle ; height: 120px; width: 227px; color: #FFF; padding: 0 0 0 4px; text-align:center; }
/*-- cell containing menu                   --*/ .MenuTD { vertical-align: top; padding: 0 9px 0 0; margin: 0 0 0 0; }
/*-- cell containing date                   --*/ .DateTD { width: 227px; text-align:center; vertical-align: top; padding: 4px 0 0 0; height:25px;}
/*-- cell containing title    			    --*/ .TitleTD { vertical-align: top; color: #FFF; padding: 2px 32px 0 22px; text-align:right; font-weight:bold; }
/*-- cell containing breadcrumbs            --*/ .BreadCrumbsTD { vertical-align: top; color: #777; padding: 8px 20px 0 18px; text-align:left; height: 29px; background: url(main_left_bg.gif) repeat-y top left; }



/*-- cell containing search                 .SearchTD { vertical-align: top; padding: 0px 0px 0px 7px; width:220px; height: 29px; margin:0; background:url(searchtd_bg.gif) no-repeat top left; } --*/

/*-- cell containing search                 --*/ .SearchTD { vertical-align: top; padding: 0px 0px 0px 0px; width:227px; height: 29px; margin:0; background-color:#DDE4EE; background:url(searchtd_bg2.gif); }



/*-- cell containing terms                  --*/ .TermsTD { text-align:right; vertical-align: top; padding: 17px 39px 0 15px; width:360px; height: 49px; margin:0; }
/*-- cell containing copyright              --*/ .CopyrightTD { text-align:left; vertical-align: top; padding: 10px 15px 0 30px; height: 49px; margin:0; }
/*-- cell containing panes                  --*/ .PanesTD { width: 100%; vertical-align: top; padding: 12px 12px 0 3px; margin:0; }
/*-- cell containing panes                  --*/ .HeaderPaneTD { width: 100%; vertical-align: top; text-align: right; padding: 5px 17px 0px 10px; margin:0; }
/*-- cell containing panes                  --*/ .HeaderPaneTDIndex { width: 100%; text-align: right; padding: 0px 17px 0px 10px; margin:0; }
/*-- top header section                     --*/ .TopRow { background:  url(header_bg.jpg) repeat-x top right; height: 174px; padding: 0; margin:0; }
/*-- topleft header section                 --*/ .TopRowLeft { background:  url(headerlogo.jpg) no-repeat top left; height: 174px; width:100%; padding: 0; margin:0; }
/*-- topright header section                --*/ .TopRowRight { background:  url(header_bg_r.jpg) no-repeat top right; height: 174px; width:100%; padding: 0; margin:0;}
/*-- bottom footer section                  --*/ .BottomRow { background:  url(footer_bg.gif) repeat-x top center #CECECE; height: 49px; padding: 0; margin:0;}
/*-- bottomleft footer section              --*/ .BottomRowRight { background:  url(footer_bg_r.gif) no-repeat top right; height: 49px; padding: 0; margin:0;}
/*-- bottomright footer section             --*/ .BottomRowLeft { background:  url(footer_bg_l.gif) no-repeat top left; height: 49px; text-align: right; vertical-align: top; padding:0; margin:0; }
/*-- middle content section                 --*/ .MiddleRow { background-color:#FFFFFF; padding: 0 0 0 0; }
/*-- left edge of content section			--*/ .MiddleRowLeft { background: url(main_left_bg.gif) repeat-y top left; padding: 0 0 0 0; margin:0; }
/*-- right edge of content section			--*/ td.MiddleRowRight { background: url(main_right_bg.gif) repeat-y top left; padding: 0 0 0 0; margin:0; }
/*-- right edge of content section			--*/ div.MiddleRowRight { background: url(main_righttop_bg.gif) no-repeat top left; padding: 0 0 0 0; margin:0; }

/*========================================================*/
/*  3. Content Panes                                      */
/*========================================================*/

/*-- top inside content pane       --*/ .PaneTop { width: 100%; padding: 0 17px 0 7px;}
/*-- left content pane             --*/ .PaneLeft { padding: 0 17px 0 7px; }
/*-- main content pane , was 44%            --*/ .PaneCenter { padding: 0 17px 0 7px; width:65%; }
/*-- right content pane , was 23%           --*/ .PaneRight { padding: 0 17px 0 7px; width: 35%; }
/*-- bottom inside pane            --*/ .PaneBottom { width: 100%; padding: 0 17px 0 7px; }
/*-- left panel content pane       --*/ .PaneELeft { width: 227px; padding: 0; background:url(menu_bg.gif) repeat-y top left; }
/*-- left panel content pane      --*/ .PaneELeftTop { width: 227px; padding: 16px 11px 4px 11px; }
/*-- left panel content pane      --*/ .PaneELeftMid { width: 227px; padding: 16px 11px 4px 11px; }
/*-- left panel content pane      --*/ .PaneELeftBot { width: 227px; padding: 16px 11px 4px 11px; }
/*-- header content pane           --*/ .PaneHeader { padding: 0 4px 0 0; }
/*-- header content pane           --*/ .PaneHeader_Flash { padding: 0 0 0 0; }

/*========================================================*/
/*  4. Tokens                                             */
/*========================================================*/

/*-- login and user token idle         --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active, .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active, .TITLE_object { color: #FFF; background:  url(bullet.gif) no-repeat top left;  font-family: arial; font-size: 11px; font-weight:normal; text-decoration: none; padding: 0 0 0 20px; }
/*-- login and user token hover        --*/ a.LOGIN_object:hover, a.USER_object:hover { background:  url(bullet.gif) no-repeat top left; color: #DDD; font-family: arial; font-weight:normal; font-size: 11px; text-decoration: none; }
/*-- date token idle                   --*/ .DATE_object { color: #FFF; font-family: arial; font-size: 11px; text-decoration: none; font-weight:bold; }
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #777; font-family: arial; font-size: 11px; text-decoration: none; font-weight:bold;}
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS_object:hover { color: #444; font-family: arial; font-size: 11px; text-decoration: none; font-weight:bold; }
/*-- terms and privacy                 --*/ .FOOTER_objects { color:#BBBBBB; font-size: 11px; }
/*-- terms and privacy links           --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { color:#BBBBBB; font-weight:normal; text-decoration:none; }
/*-- terms and privacy hover           --*/ a.FOOTER_objects:hover { color:#BBBBBB; font-weight:normal; text-decoration:none;  }
/*-- copyright token                   --*/ .COPYRIGHT_object { color:#8A8A8A; font-size: 11px; }

/*========================================================*/
/*  5. Text                                               */
/*========================================================*/
											p {margin-top:0px; margin-bottom:12px; }
/*-- most of the text on site          --*/ .normal, .Normal { font-family: arial; font-size: 11px; color: #444444; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: arial; font-size: 11px; font-weight: bold; color: #444444; }
/*-- red text on site for errors       --*/ .NormalRed { color: #C50000; font-family: arial; font-weight: bold; font-size: 11px; }
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: arial; font-size: 11px; font-weight: bold; color: #444444; padding: 0; }
/*-- headings - mostly in admin        --*/ .Head { font-size: 11px; color: #444444; background: transparent; font-weight: bold; padding: 0;}
/*-- subheadings - mostly in admin     --*/ .SubSubHead { font-family: arial; font-size: 10px; font-weight: normal; color: #777777; padding: 0; }

/*========================================================*/
/*  6. Links                                          */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: #655BC8; font-family: arial; font-weight: normal; text-decoration: none; }
/*-- default links hover               --*/ a:hover { color: #9D8DFF; font-family: arial; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: #655BC8; font-family: arial; font-weight: normal; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: #9D8DFF; font-family: arial; text-decoration: underline; }
/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: #584FB7; border: 1px solid #ABABAB; background: #EFEFEF; padding: 2px 3px 3px 4px; font-family: arial; font-weight: bold; text-decoration: none; height: 20px; }
/*-- admin button-link style hover     --*/ a.CommandButton:hover                                                 { color: #584FB7; border: 1px solid #868686; background: #DFDFDF; padding: 2px 3px 3px 4px; font-family: arial; font-weight: bold; text-decoration: underline; height: 20px; }



/*-- search button in search form      -- .SearchButton { height:22px; width:25px; cursor: hand; font-size:11px; margin: 0; background-color:#888888; }*/

/*-- search button in search form      -- .SearchButtonNew { cursor: hand; font-size:14px;  }*/




/*========================================================*/
/*  7. Forms                                              */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: arial; font-size: 11px; color: #333; }
/*-- textbox                    --*/ .NormalTextBox { color: #333; padding-left: 2px; line-height: 12px; font-family: arial; 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 { background:url(spacer.gif) repeat top left; width: 160px; height:22px; color: #444444; padding: 3px 3px 3px 3px; border:0px solid #9BA3D4; font-size:11px; line-height:15px; margin:0px; }

/*-- textbox used for search    #dnn_dnnSEARCH_txtSearch.NormalTextBox { background:url(sitesearch_bg.gif) no-repeat top left; width: 157px; height:22px; color: #444444; padding: 0px 2px 0px 2px; border:0px solid #9BA3D4; font-size:11px; line-height:22px; margin:0px; } --*/

td.search_background { border:0px solid #9BA3D4; background:url(sitesearch_bg2.gif) no-repeat top left; } 

td.search_but2 { border:0px solid #9BA3D4; background-color:#222222; background:url(search_but3.gif) no-repeat top left; padding-left:7px; padding-bottom:2px; margin-top:2px;} 



/*-- login boxes                --*/ .LoginField { width:90px; height:20px; color:#333; margin:0px 0px 0px 0px; padding-left:2px; background:url(login_bg.gif) repeat-x top left; border:1px solid #99A4D4; }
/*========================================================*/
/*  8. 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 { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 1px 0 0 -4px; background: #EEEEEE; padding: 0px; border: 1px solid #BBBBBB; font-weight: normal; filter: none; }
/*-- submenu items idle         --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { font-family: arial;  color: #6A6A6A; font-size: 11px; background: #EEEEEE; font-weight: bold; font-style: normal; padding: 0px 30px 0px 16px; height: 20px; border: 0; }
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { font-family: arial; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; color: #222; background: #BBBBBB; padding: 0px 30px 0px 16px; height: 20px; border: 0;}
/*-- menuitems idle             --*/ .MainMenu_Idle { color: #666; background: url(navidle.gif) repeat-x top center transparent; padding: 0; font-weight: bold; height: 29px; }
/*-- menuitems over             --*/ .MainMenu_Selected { color: #000; padding: 0; font-weight: bold; height: 29px; }
/*-- menuitems active           --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive { color: #666; background: url(navactive.gif) repeat-x top center transparent; padding: 0; font-weight: bold; height: 29px; }
/*-- left seperator idle        --*/ .MainMenu_LeftIdle { background: url(navleft-idle.gif) no-repeat top right transparent; width:12px; height: 29px; }
/*-- left seperator active      --*/ .MainMenu_LeftActive { background: url(navleft-active.gif) no-repeat top right transparent; width:12px; height: 29px; }
/*-- right seperator idle       --*/ .MainMenu_RightIdle { background: url(navright-idle.gif) no-repeat top right transparent; width:12px; height: 29px; }
/*-- right seperator active     --*/ .MainMenu_RightActive { background: url(navright-active.gif) no-repeat top right transparent; width:12px; height: 29px; }
/*-- middle seperator           --*/ .MainMenu_Seperator { background: url(navseparator.gif) no-repeat top right transparent; width:3px; height: 29px; }
/*-- 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 0; }
/*-- not needed - module menu   --*/ .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none;	border-left-style: none; border-bottom-style: none; }

/*========================================================*/
/*  9. SideMenu CSS - EDITED                         */
/*========================================================*/
.MenuHdr
{
  font-size: 10pt; padding-left: 10px; font-weight: bold; padding-bottom: 2px;
  background-color: #f1f1f1; padding-top: 2px; cursor: default;
}
.MenuItem, .MenuItemMouseOver, .MenuItem HR
{
  font-size: 8pt; padding-left: 20px; font-weight: normal; padding-bottom: 2px;
  background-color: #f1f1f1; padding-top: 2px;
}
.MenuItem A, .MenuItem A:Active, .MenuItem A:Hover, .MenuItem A:Visited,
.MenuItem A:Link, .MenuItemMouseOver A, .MenuItemMouseOver A:Active,
.MenuItemMouseOver A:Hover, .MenuItemMouseOver A:Visited, .MenuItemMouseOver
  A:Link, .MenuHdr A, .MenuHdr A:Active, .MenuHdr A:Hover, .MenuHdr A:Visited,
.MenuHdr A:Link
{
  text-decoration: none; color: black; width: 100%; padding-top: 1px;
  padding-bottom: 1px; cursor: default; cursor: pointer;
}
.MenuItemMouseOver
{
  background-color: #cccccc!Important;
}

/*========================================================*/
/*  10. TreeMenu CSS - EDITED                         */
/*========================================================*/

.TreeViewMenu {
	
	padding:0 0 0 0;
	margin:0 0 0 0;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #BBBBBB;
	background:url(navidle1.gif) repeat top left;
}
.TreeViewMenu_Header {
	padding:0 0 0 0px;
}
.Head {
}
.MenuNormal {
	font-size:11px;
	line-height:24px;
	font-family: Arial, Helvetica;
	font-weight:bold;
	color:#584FB7;
	height:24px;
	width:100%;
	padding:0 0 0 0;
	margin: 0 0 0 0;
}
.MenuNormalChild {
	font-size:11px;
	line-height:24px;
	font-family: Arial, Helvetica;
	color:#584FB7;
	font-weight:bold;
	height:24px;
	width:100%;
	padding:0 0 0 0;
	margin: 0 0 0 0;
}
.MenuOver {
	font-size:11px;
	line-height:24px;
	font-family: Arial, Helvetica;
	color:#8F81F0;
	font-weight:bold;
	height:24px;
	width:100%;
	padding:0 0 0 0;
	margin: 0 0 0 0;
}
.MenuSelected {
	font-size:11px;
	line-height:24px;
	font-family: Arial, Helvetica;
	color:#333333;
	font-weight:bold;
	height:24px;
	width:100%;
	padding:0 0 0 0;
	margin: 0 0 0 0;
}
.MenuBody {
	padding:0 0 0 0;
	margin: 0 0 0 0;
}

/*========================================================*/
/*  12. Headers - EDITED                         */
/*========================================================*/

h1 {font-family: arial; font-size:12px; font-weight:bold; color:#063384; margin-top:15px; margin-bottom:9px;}
h2 {font-family: arial; font-size:11px; font-weight:bold; color:#444444; margin-top:14px; margin-bottom:8px; text-decoration:underline;}
h3 {font-family: arial; font-size:11px; font-weight:normal; color:#777777; margin-top:12px; margin-bottom:4px; text-decoration:none;}
h4 {font-family: arial, sans-serif; font-size:11px; line-height:16px; color:#655BC8; margin-top:0px; margin-bottom:7px; border-bottom: 1px solid #BCC3E3; padding:0; font-weight:bold; }
h4:hover {background-color:#f4f4f4;}
h4 a:link, h4 a:visited, h4 a:active { color: #655BC8; font-family: arial; font-weight: bold; text-decoration: none; }
h4 a:hover { color: #9D8DFF; font-family: arial; text-decoration: none; }

/*========================================================*/
/*  13 === Clipped-Gray Skin ======*/
/*========================================================*/

/*Group Gradient*/
.afgrouprow{background-image: url(headerback.gif);}
/*Header Gradient*/
.afheader{background-image: url(headerback23.gif); color:#666;}
.afheader2{background-image: url(headerback18.gif);}
/*Link Colors*/
.afsmallbutton, .afsmallbutton a, .afsmallbutton a:link, .afsmallbutton a:active, .afsmallbutton a:visited, .afminibutton, .afminibutton a, .afminibutton a:link, .afminibutton a:active, .afminibutton a:visited, .afforumrow a:link, .afforumrow a:visited, .afforumrow a:active, .afpostinfo1 a, .afpostinfo1 a:link, .afpostinfo1 a:visited, .afpostinfo1 a:active, .afposttopic a, .afposttopic a:link, .afposttopic a:visited, .afpostreply1 a, .afpostreply1 a:link, .afpostreply1 a:visited, .afforumrow2 a:link, .afforumrow2 a:visited, .afforumrow2 a:active, .afnormal a, .aftopicrow1 a, .aftopicrow1 a:link, .aftopicrow1 a:visited, .aftopicrow1 a:active, .afpostinfo2 a, .afpostinfo2 a:link, .afpostinfo2 a:visited, .afpostinfo2 a:active, .afpostreply2 a, .afpostreply2 a:link, .afpostreply2 a:visited, .aflastpost a:link, .aflastpost a:visited, .aflastpost a:active, .afcrumb a, .afcrumb a:link, .afcrumb a:visited, .afcrumb a:active{color: #666;}
.aftopicrownew a, .aftopicrownew a:link, .aftopicrownew a:visited, .aftopicrownew a:active{color: #666;font-weight: bold;}
/*Link Hover Colors*/
.afcrumb a:hover, .afforumrow a:hover, .afpostinfo1 a:hover, .afposttopic a:hover, .afpostreply1 a:hover, .afforumrow2 a:hover, .afpostreply2 a:hover, .afpostinfo2 a:hover, .aflastpost a:hover, .aftopicrow1 a:hover, .aftopicrownew a:hover, .afsmallbutton a:hover, .afminibutton a:hover{color:#444;}
.afgrouprow a:hover{color:#fff;}
/*Pager*/
.NTForums_Pager{border: solid 1px #ABABAB;background-color: #ffffff;}
.af_pager, .af_pagernumber, .af_currentpage{font-family: arial;font-size:11px;color: #6A6A6A;padding: 2px,2px,2px,2px;}
.af_pagernumber{background-color: #E3E6F1;border-left: #ABABAB 1px solid;width: 15px; color:#6A6A6A;}
.af_currentpage{padding-right: 2px;padding-left: 2px;font-weight: bold;padding-bottom: 2px;border-left: #E1E1E1 1px solid;width: 15px;color: #6A6A6A;padding-top: 2px;background-color: #DFDFDF;}
/*Forum navigation text color*/
.afcrumb{color:#666;}
/*Submit, Cancel Buttons*/
.NTForums_Button{cursor:hand;border:0px;padding-right: 2px;display: block;padding-left: 2px;font-weight: bold;font-size: 9pt;filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4A73AB,EndColorStr=#294086);padding-bottom: 5px;width: 100px;color: #fff;padding-top: 5px;background-color: #cccccc;text-align: center;	text-decoration: none;}
.aftopicrow1 a, .aftopicrow1 a:link, .aftopicrow1 a:visited, .aftopicrow1 a:active{font-weight:normal;}


/*========================================================*/
/*  14. Other - EDITED                         */
/*========================================================*/

li.alpha { list-style-type:lower-alpha; font-family: arial; }
li.roman { list-style-type:lower-roman; font-family: arial; }
li.check { list-style-image:url(checkmark.gif); }
.greyborder {border:1px solid #BBBBBB;}
.highlited {border:1px solid #BBBBBB; background-color:#EEEEEE; padding:3px;}
.tiny { font-size:10px; line-height:11px; }
.center {text-align:center; }
.compact {margin-bottom: 5px; }
.tall {line-height:20px; }
.noshow {display:none;}
table.roominfo td {vertical-align:top; background-color:#eeeeee;}
table.roominfo td.header {background-color:#F1F2F9;}
.red {color: #FF0000};

/*-- top header section            --*/ .TopRow_Full { height: 30px; padding: 0; margin:0; }
/*-- top inside content pane       --*/ .PaneTop_Full { width: 100%; padding: 0 0px 0 0px;}


/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/

