/*==========================================================*/
/*  JDI Style Sheet                                         */
/*==========================================================*/

/* PAGE PROPERTIES ======================================================== */   
/* Background (Image/Color) & Page Height */
html { height: 100%; }
Body { background-image: url(skin_r1_c1.jpg); background-repeat:repeat-x; background-color:#CCCCCC; margin: 0 0 0 0; }
/* END OF PAGE PROPERTIES ================================================= */

/* LOGIN & DATE =========================================================== */
/*-- 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: BLACK; font-family: verdana; font-size:12px; }
/*-- login and user token hover        --*/ a.LOGIN:hover, a.USER:hover { color: BLACK; font-family: verdana; font-weight:normal; font-size:12px; text-decoration: underline; }
/*-- date token idle                   --*/ .DATE { color: BLACK; font-family: verdana; font-size:12px; font-weight:normal; text-decoration: none; }
/* END OF LOGIN & DATE ==================================================== */

/* SOLPARTMENU PROPERTIES ================================================= */
/*-- 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 { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0 10px 1px 0; background: #274675; padding: 0px; border: 1px solid white; font-weight: normal; filter: none; }
/*-- sub menu items             --*/ .MainMenu_MenuItem { font-family: verdana;  color: #999999; font-size: 11px; font-weight: bold; font-style: normal; padding: 0px 35px 0px 16px; border: 0; height: 20px; }
/*-- submenu items hover        --*/ .MainMenu_MenuItemSel { font-family: verdana; color: WHITE; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; padding: 0px 35px 0px 16px; border: 0; height: 20px; background: #4374C0;}
/*-- menuitems idle             --*/ .MainMenu_Idle { color: BLACK; background: transparent; padding: 0; font-weight: bold; }
/*-- sub menu items over        --*/ .MainMenu_Selected { color: #666666; background: #4374C0; padding: 0; font-weight: bold; }
/*-- sub menu items active      --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive { color: #666666; background: #4374C0; font-weight: bold; }
/*-- root menu items            --*/ .MainMenu_RootMenuItem { font-family: verdana;  color: #696969; font-size: 12px; font-weight: bold; font-style: normal; border: 0; height: 25px; padding: 0; }
/*-- root menu items over       --*/ .MainMenu_RootSelected { color: #000066; padding: 0; font-weight: bold; height: 25px; background: transparent; }
/*-- root menu items sub active --*/ .MainMenu_RootActiveSub, .MainMenu_RootBreadcrumbActive { color: WHITE; padding: 0; font-weight: bold; height: 25px; }
/*-- root menu items active     --*/ .MainMenu_RootActive { color: #000066; padding: 0; font-weight: bold; height: 25px; background: transparent;}
/*-- 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; }
/* END OF SOLPARTMENU PROPERTIES ========================================== */

/* BREADCRUMBS ============================================================ */
/*-- breadcrumbs token idle            --*/ .BREADCRUMBS, a.BREADCRUMBS:link, a.BREADCRUMBS:visited, a.BREADCRUMBS:active { color: BLACK; font-family: verdana; font-size:12px; }
/*-- breadcrumbs token hover           --*/ a.BREADCRUMBS:hover { color: BLACK; font-family: verdana; font-size:12px; text-decoration: underline; }
/* END OF BREADCRUMBS ===================================================== */

/* MODULE MENU PROPERTIES ================================================= */
/*-- module sub menu container  --*/ .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 0 0 0 0; background: BLACK; padding: 0px; font-weight: normal; filter: none; }
/*-- module sub menu items hover--*/ .ModuleTitle_MenuItemSel { font-family: verdana; color: WHITE; font-size:12px; font-weight: bold; cursor: pointer; cursor: hand; padding: 0px 45px 0px 16px; height: 20px; border: 0; background: #949494;}
/*-- module title items         --*/ .ModuleTitle_MenuItem { font-family: verdana;  color: WHITE; font-size:12px; font-weight: bold; font-style: normal; padding: 0px 45px 0px 16px; height: 20px; border: 0; }
/*-- 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; }
/* END OF MODULE MENU PROPERTIES ========================================== */

/* PAGE CONTENT PROPERTIES ================================================ */
/* TEXT ================================ */
/*-- Title Bar                         --*/ .Head { font-size:16px; color: BLACK; background: transparent; font-weight: bold; padding: 0;}
/*-- subheadings - mostly in admin     --*/ .SubHead { font-family: verdana; font-size:12px; font-weight: bold; color: BLACK; padding: 0; }
/*-- most of the text on site          --*/ .normal, .Normal { font-family: verdana; font-size:12px; color: BLACK; }
/*-- most of the bold text on site     --*/ .NormalBold { font-family: verdana; font-size:12px; font-weight: bold; color: BLACK; }
/*-- red text on site for errors       --*/ .NormalRed { color: RED; font-family: verdana; font-weight: bold; font-size:12px; }
/*-- Setting Text Throughout the skin  --*/ table, tr, td, p {font-family: verdana; font-size: 12px; }
/* HYPERLINKS ========================== */
/*-- default links visited and active  --*/ a:link, a:visited, a:active { color: BLACK; font-family: verdana; font-weight: normal; font-size:12px; text-decoration: none; }
/*-- default links hover               --*/ a:hover { color: BLACK; font-family: verdana; font-size:12px; text-decoration: underline; }
/*-- normal  links visited and active  --*/ a.Normal:link, a.Normal:visited { color: BLACK; font-family: verdana; font-weight: bold; font-size:12px; text-decoration: none; }
/*-- normal  links hover               --*/ a.Normal:hover { color: BLACK; font-family: verdana; font-size:12px;	text-decoration: underline; }
/*-- admin button-link style           --*/ a.CommandButton:link, a.CommandButton:visited, a.CommandButton:active { color: BLACK; border: 1px solid #ABABAB; background: #EFEFEF; padding: 2px 3px 3px 4px; font-family: verdana; font-weight: bold; font-size:12px; text-decoration: none; height: 20px; }
/*-- admin button-link style hover     --*/ a.CommandButton:hover                                                 { color: BLACK; border: 1px solid #868686; background: #DFDFDF; padding: 2px 3px 3px 4px; font-family: verdana; font-weight: bold; font-size:12px; text-decoration: none; height: 20px; }
/*-- search button in search form      --*/ .SearchButton { background: transparent; padding:12px 1px 6px 8px; cursor: hand; font-size:0px; margin: 0 0 0 0px; border-bottom:none; }
/* FORM ELEMENTS ======================= */
/*-- default form elements             --*/ select, input { font-family: verdana; font-size:12px; color: BLACK; }
/*-- textbox                           --*/ .NormalTextBox { color: #000; padding-left: 4px; line-height:12px; font-family: verdana; font-weight: normal; font-size:12px; background: WHITE; }
/*-- textbox container                 --*/ td.NormalTextBox { padding: 0; margin: 0; background: WHITE; border: 0; }
/*-- textbox used for search           --*/ .SearchBox input{ background: transparent; width:205px; color: BLACK; padding: 0px 6px 0px 6px; vertical-align:middle; cursor:text; border: 0px solid WHITE; font-size:11px; }
/* END OF PAGE CONTENT PROPERTIES ========================================= */

/* FOOTER ================================================================= */
/*-- terms privacy and copyright       --*/ .FOOTER { color:BLACK; font-size:12px; font-weight:normal; }
/*-- terms privacy and copyright links --*/ a.FOOTER:link, a.FOOTER:visited, a.FOOTER:active { color:BLACK; font-weight:normal; text-decoration:none; }
/*-- terms privacy and copyright hover --*/ a.FOOTER:hover { color:BLACK; font-weight:normal; text-decoration:underline; }
/* END OF FOOTER ========================================================== */

/* OPTIONAL PROPERTIES ==================================================== */
/*-- ADMIN CONTROL PANEL --*/
.ControlPanel {}
/* background/border colors for the selected tab */
.TabBg {}
.LeftPane  {}
.ContentPane  {}
.RightPane  {}
/* text style for the selected tab */
.SelectedTab {}
/* hyperlink style for the selected tab */
A.SelectedTab:link {}
A.SelectedTab:visited  {}
A.SelectedTab:hover    {}
A.SelectedTab:active   {}
/* text style for the unselected tabs */
.OtherTabs {}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {}
A.OtherTabs:visited  {}
A.OtherTabs:hover    {}
A.OtherTabs:active   {}
/* button style for standard HTML buttons */
.StandardButton     {}
/* GENERIC */
H1  {}
H2  {}
H3  {}
H4  {}
H5, DT  {}
H6  {}
TFOOT, THEAD    {}
TH  {}
SMALL   {}
BIG {}
BLOCKQUOTE, PRE {}
UL LI   {}
UL LI LI    {}
UL LI LI LI {}
OL LI   {}
OL OL LI    {}
OL OL OL LI {}
OL UL LI   {}
HR {}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {}   
/* style of item titles by Announcements and events */
.ItemTitle    {}
/* Login Styles */
.LoginPanel{}
.LoginTabGroup{}
.LoginTab {}
.LoginTabSelected{}
.LoginTabHover{}
.LoginContainerGroup{}
.LoginContainer{}
/* END OF OPTIONAL PROPERTIES ============================================= */

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/



