/*========================================================*/
/*             CSS for RANKIN 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(Images/Bkgd.jpg);
													background-repeat: repeat-x;
													background-color: #0A090B;
												}



/*========================================================*/
/*  2. Design Elements                                    */
/*========================================================*/


/*-- outermost table of skin -Standard      --*/ .OuterTable {
													width: 860px;
													height: 100%;
													align: center;
													background-color: #000000;
												}

/*-- cell containing Contact Details --*/        .Details {
													font-family: Arial, Helvetica, sans-serif;
													color: #4B84A1;
													font-size: 11px;
													text-align: right;
													line-height: normal;
															}
												
/*-- cell containing login and register -  --*/ .LoginTD {
													font-family: Arial, Helvetica, sans-serif;
													color: #4B84A1;
													font-size: 11px;
													text-align: right;
															}
												
/*-- cell containing search                 --*/ .SearchTD {
													color: #FFFFFF;
													font-family: Arial, Helvetica, sans-serif;
													font-size: 11px;
													background-image: url(/Portals/0/Skins/Rankin/Images/Btn_Search.gif);
													background-repeat: no-repeat;
													background-position: right 0px;
													padding-right: 5px;
													width: 853px;
												}


/*-- cell containing menu                   --*/ .MenuTD {
													width: 100%;
													vertical-align: top;
}


/*-- cell containing panes                  --*/ .PanesTD {
													width:500px;
													vertical-align: top;
													}


/*-- 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: 460px;
													padding-top: 20;
													padding-right: 0px;
													padding-bottom: 0;
}
/*-- right content pane            --*/ .PaneRight { 

}

/*-- bottom inside pane            --*/ .PaneBottom {
													
}


/*========================================================*/
/*  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: #FFFFFF; 
													font-family:Arial; 
													font-size: 11px; 
													text-decoration: none;}

/*-- login and user token hover        --*/ a.LOGIN_object:hover, a.USER_object:hover { 

													color: #F0BE00; 
													font-family: Arial; 
													font-size: 11px; 
													text-decoration: none; 
													}
													
/*-- terms privacy and copyright       --*/ .FOOTER_objects {
													color:#4B84A1;
													font-size: 10px;
													text-align: left;
													padding-left: 14px;
													height: 30px;
													padding-top: 8px;
													font-family: 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: Arial; 
													font-size: 12px; 
													color: #FFFFFF; 
}
/*-- most of the bold text on site     --*/ .NormalBold { 
													font-family: Arial; 
													font-size: 12px; 
													font-weight: bold; 
													color: #FFFFFF;
													text-decoration:none; 
}
													
/*-- red text on site for errors       --*/ .NormalRed { 
													color: #AE0F2E; 
													font-family: Arial; 
													font-weight: bold; 
													font-size: 12px; 
}


/*========================================================*/
/*  6. Links                                          */
/*========================================================*/

/*-- default links visited and active  --*/ a:link, a:visited, a:active { 
													color: #999999; 
													font-family: Arial; 
													font-weight: bold; 
													font-size: 12px; 
													text-decoration: underline; 
}

/*-- default links hover               --*/ a:hover { 
													color: #4B84A1; 
													font-family: Arial; 
													font-size: 12px; 
													text-decoration: underline; 
}

/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { 
													color: #4B84A1; 
													font-family: Arial; 
													font-weight: bold; 
													font-size: 12px; 
													text-decoration: none; 
}

/*-- normal  links hover               --*/ a.Normal:hover { 
													color: #4B84A1; 
													font-family: Arial; 
													font-size: 12px;	
													text-decoration: none; 
}


/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { 
													color: #999999;
													padding: 2px 3px 3px 4px; 
													font-family: Arial; 
													font-weight: bold; 
													font-size: 12px; 
													text-decoration: none; 
													height: 20px; 
}

/*-- admin button-link style hover     --*/ a.CommandButton:hover { 
													color: #999999; 
													padding: 2px 3px 3px 4px; 
													font-family: Arial; 
													font-weight: bold; 
													font-size: 12px; 
													text-decoration: none; 
													height: 20px; 
}
/*-- subheadings - mostly in admin     --*/ .SubHead { 
													font-family: Arial; 
													font-size: 12px; 
													font-weight: normal; 
													color: #999999; 
													padding: 0; 
													
}
/*-- headings - mostly in admin        --*/ .Head {
	font-size: 12px;
	color: #999999;
	background: transparent;
	font-weight: bold;
	padding: 0;
	text-transform: uppercase;
}
/*-- search button in search form      --*/ .SearchButton { 
													background: transparent; 
													padding: 13px 17px 4px 13px; 
													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; background: transparent; color: #FFFFFF; padding: 4px 0px 0px 8px; 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;
                                                    background-color: #000000;	
}
/*-- submenu items idle       --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem {
													font-family: Arial;
													color: #FFFFFF;
													font-size: 11px;
													height: 26px;
													border: 0;
													padding-right: 10px;
													padding-left: 10px;
													background-color: #000000;
													font-weight: normal;
													text-transform: uppercase;	
												}
												
/*-- submenu items hover      --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel {
													font-family: Arial;
													font-size: 11px;
													cursor: hand;
													color: #4B84A1;
													height: 26px;
													border: 0;
													padding-right: 10px;
	                                                padding-left: 10px;	
													background-color: #000000;
													font-weight: normal;
													text-transform: uppercase;		
}
/*-- menuitems idle           --*/ .MainMenu_Idle {
													color: #999999;
													height: 31px;
													padding: 0;
													text-transform: uppercase;	
												}
/*-- menuitems over           --*/ .MainMenu_Selected {
													color: #0095D9;
													height: 31px;
													padding: 0;	
													text-transform: uppercase;		
}
/*-- menuitems active         --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive {
													color: #0095D9;
													height: 31px;
													padding: 0;	
													text-transform: uppercase;													
												}
/*-- 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                                         */
/*==========================================================*/


