/*========================================================*/
/*             CSS for LIFE College Home Skin              */
/*========================================================*/

/*========================================================*/
/*  1. Universal                                          */
/*========================================================*/

/* Style For HTML PAGE                   */ html { height: 100%; }
/* Style For HTML BODY                   */ body {
													margin-top: 0px;
													margin-bottom: 0px;
													margin-left: 0px;
													margin-right: 0px;
													background-image: url(/Portals/1/Skins/Life_College/Images/Bkgd.jpg);
													background-repeat: repeat-x;
													background-color: #FFFFFF;
												}



/*========================================================*/
/*  2. Design Elements                                    */
/*========================================================*/


/*-- outermost table of skin -Standard      --*/ .OuterTable {
													width: 860px;
													height: 100%;
													align: center;
													background-color: #FFFFFF;
												}

											
/*-- cell containing login and register -  --*/ .LoginTD {
													font-family: Verdana, Arial, Helvetica, sans-serif;
													color: #9A181B;
													font-size: 11px;
													text-align: left;
													padding-left: 60px;
															}
												
/*-- cell containing search                 --*/ .SearchTD {
													color: #58595B;
													font-family: Verdana, Arial, Helvetica, sans-serif;
													font-size: 11px;
													background-image: url(/Portals/1/Skins/Life_College/Images/Btn_Search.gif);
													background-repeat: no-repeat;
													padding-right: 5px;
													width: 230px;
													background-position: 10px center;
												}


/*-- cell containing menu                   --*/ .MenuTD {
													width: 100%;
													vertical-align: top;
													padding-left: 40px;
													background-color:#9A181B;
													height: 24px;
													background-image:url(Images/red/btn_bkgd.gif);
}


/*-- cell containing panes                  --*/ .PanesTD {
													}


/*-- middle content section                 --*/ .MiddleRow {
													background: #F5F5F5;
													padding-top: 0;
													padding-right: 2px;
													padding-bottom: 0;
													padding-left: 2px;
}

/*========================================================*/
/*  3. Content Panes                                      */
/*========================================================*/

/*-- top inside content pane       --*/ .PaneTop {

}

/*-- left content pane             --*/ .PaneLeft {
						
}

/*-- content pane                  --*/ .PaneCenter {
													width: 100%;
													padding-top: 40px;
													padding-right: 40px;
													padding-bottom: 40px;
													padding-left: 60px;
}
/*-- right content pane            --*/ .PaneRight { 
													width: 230px;
													padding-top: 0;
													padding-bottom: 0;
													background-color: #58585A;
													border-top: solid #9A181B 2px;

}

/*-- bottom inside pane            --*/ .PaneBottom {
													width: 100%;
													padding-top: 20px;
													padding-right: 0px;
													padding-bottom: 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 { 
													color: #9A181B; 
													font-family:Verdana, Arial, Helvetica, sans-serif; 
													font-size: 11px; 
													text-decoration: none;}

/*-- login and user token hover        --*/ a.LOGIN_object:hover, a.USER_object:hover { 

													color: #666666; 
													font-family: Verdana, Arial, Helvetica, sans-serif; 
													font-size: 11px; 
													text-decoration: none; 
													}
													
/*-- terms privacy and copyright       --*/ .FOOTER_objects {
													color:#999999;
													font-size: 10px;
													text-align: left;
													padding-left: 60px;
													height: 30px;
													padding-top: 8px;
													font-family: Verdana, Arial, Helvetica, sans-serif;
												}

/*-- terms privacy and copyright links --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { color:#FFFFFF; font-weight:bold; text-decoration:none; }

/*-- terms privacy and copyright hover --*/ a.FOOTER_objects:hover { color:#4B84A1; font-weight:bold; text-decoration:none;  }

/*========================================================*/
/*  5. Text                                               */
/*========================================================*/

/*-- most of the text on site          --*/ .normal, .Normal { 
													font-family: Verdana, Arial, Helvetica, sans-serif; 
													font-size: 11px; 
													color: #58595B; 
}
/*-- most of the bold text on site     --*/ .NormalBold { 
													font-family: Verdana, Arial, Helvetica, sans-serif; 
													font-size: 11px; 
													font-weight: bold; 
													color: #58595B;
													text-decoration:none; 
}
													
/*-- red text on site for errors       --*/ .NormalRed { 
													color: #AE0F2E; 
													font-family: Verdana, Arial, Helvetica, sans-serif; 
													font-weight: bold; 
													font-size: 11px; 
}


/*========================================================*/
/*  6. Links                                          */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { 
													color: #595A5C; 
													font-family: Arial, Helvetica, sans-serif; 
													font-size: 11px; 
													text-decoration: underline; 
}

/*-- default links hover               --*/ a:hover { 
													color: #9A181B; 
													font-family: Arial, Helvetica, sans-serif; 
													font-size: 11px; 
													text-decoration: underline; 
}

/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { 
													color: #595A5C; 
													font-family: Arial, Helvetica, sans-serif; 
													font-weight: bold; 
													font-size: 11px; 
													text-decoration: none; 
}

/*-- normal  links hover               --*/ a.Normal:hover { 
													color: #9A181B; 
													font-family: Arial, Helvetica, sans-serif; 
													font-size: 11px;	
													text-decoration: none; 
}


/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { 
													color: #595A5C;
													padding: 2px 3px 3px 4px; 
													font-family: Verdana, Arial, Helvetica, sans-serif; 
													font-weight: bold; 
													font-size: 11px; 
													text-decoration: none; 
													height: 20px; 
}

/*-- admin button-link style hover     --*/ a.CommandButton:hover { 
													color: #595A5C; 
													padding: 2px 3px 3px 4px; 
													font-family: Verdana, Arial, Helvetica, sans-serif; 
													font-weight: bold; 
													font-size: 11px; 
													text-decoration: none; 
													height: 20px; 
}
/*-- subheadings - mostly in admin     --*/ .SubHead { 
													font-family: Verdana, Arial, Helvetica, sans-serif; 
													font-size: 11px; 
													font-weight: normal; 
													color: #595A5C; 
													padding: 0; 
													
}
/*-- headings - mostly in admin        --*/ .Head {
													font-size: 11px;
													color: #595A5C;
													background: transparent;
													font-weight: bold;
													padding: 0;

}
/*-- search button in search form      --*/ .SearchButton { 
													background: transparent; 
													padding: 0px 17px 4px 0px; 
													cursor: hand; 
													font-size:0px; 
													margin: 0 0 0 0px;
}
/*-- Login Button      --*/               .StandardButton {       
                                                    color: #FFFFFF; 
													font-family: Arial;
													font-size: 11px; 
													text-decoration: none;
													background-color: #000000;
}
/*========================================================*/
/*  7. Forms                                              */
/*========================================================*/

/*-- default form elements      --*/ select, input { font-family: Arial; font-size: 11px; color: #333333; }
/*-- textbox                    --*/ .NormalTextBox { color: #333333; 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 { height:19px; width:160px; background: transparent; color: #595A5C; padding: 4px 0px 0px 15px; border: 0px solid #FFFFFF; cursor:text;}

/*========================================================*/
/*  8. Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu  --*/ .MainMenu_MenuContainer { 
													background-color: transparent;  
													width: 100%; 
}
/*-- bar that holds the menu  --*/ .MainMenu_MenuBar { 
													cursor: pointer; 
													cursor: hand; 
}
/*-- submenu container        --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu {
													z-index: 1000;
													cursor: pointer;
													cursor: hand;
													margin: 0 0 0 1px;
													padding: 0px;
													font-weight: normal;
													filter: none;
}
/*-- submenu items idle       --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem {
													font-family: Verdana, Arial, Helvetica, sans-serif;
													color: #FFFFFF;
													font-size: 11px;
													height: 24px;
													border: 0;
													padding-right: 14px;
													padding-left: 14px;
													font-weight: normal;
													background-color: #9A181B;	
												}
												
/*-- submenu items hover      --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel {
													font-family: Verdana, Arial, Helvetica, sans-serif;
													font-size: 11px;
													cursor: hand;
													color: #FFFFFF;
													height: 24px;
													border: 0;
													padding-right: 14px;
	                                                padding-left: 14px;	
													font-weight: normal;
													background-color: #B04B4D;		
}
/*-- menuitems idle           --*/ .MainMenu_Idle {
													color: #FFFFFF;
													height: 24px;
													padding: 0;
													
												}
/*-- menuitems over           --*/ .MainMenu_Selected {
													color: #FFFFFF;
													height: 24px;
													padding: 0;
												    background-color: #B04B4D;
													
}
/*-- menuitems active         --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive {
													color: #FFFFFF;
													height: 24px;
													padding: 0;	
												    background-color: #B04B4D;												
												}
												
/*-- not needed - main menu   --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }
/*-- module menu continer     --*/ .ModuleTitle_MenuContainer { color: #000000; }
/*-- 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 --*/ .ModuleTitle_MenuBreak, .MainMenuSeperator,.MainMenu_MenuBreak, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/

