/* 
======================================================================
Cascading Style Sheet for Lehigh Valley Business Education Partnership
created by J. B. Lojko (Virtual Systems Corporation)
Created: 15 July 2008
Modified:
======================================================================
========================================================
           Table of Contents
========================================================
  1 Universal
  2 Skin Objects / Classes
  3 Layout
  4 Links
  5 Text
  6 Forms
  7 Main Menu
  8 Module Menus

======================================================
 1 Universal / Reset                                   
======================================================
*/
html {font-family: Century Gothic, Avant Garde, Sans-Serif}
body,div,dl,dt,dde,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,p,blockquote,th,td,a{font-weight: normal;font-family: Century Gothic, Avant Garde, Sans-Serif; font-size: 12px; color: #000} 
/* 
======================================================
  2 Skin Objects / Classes
======================================================
*/
.pagemaster {width: 100%;height: 100%;background-image: url('bgslice.jpg');background-repeat: repeat-x}
.skinmaster {width: 770px; height: 100%; background-color: transparent;	height: 100%}
.controlpanel {background-color: #ffffff}
/*
======================================================
  3 Layout
======================================================
*/
.panearea {width: 100%;height: 100%;background-color: transparent}
.toprow {height: 145px;width: 770px;
	background-image: url('topbanner.jpg')}
.nav {width: 100%;height: 20px;
	background-color: red;
	padding-left: 6px;
	padding-right: 4px}
.contentpane {
	width: 610px;
	height: 100%;
	background-image: url('bgslice2.jpg');
	background-repeat: repeat-x;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px}
.contentpane_admin {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px}
.rightpane {
	width: 150px;
	background-image: url('bgslice2.jpg');
	background-repeat: repeat-x;
	padding-left: 6px;
	padding-right: 4px;
	padding-top: 6px}
/*
======================================================
  4 Links
======================================================
*/
A:link, A:visited, A:active, A:hover {color: #000000; font-size: 11px; text-decoration: underline}
A:hover {color: #ff0000; text-decoration: underline}
.leftbotpane A:link, .leftbotpane A:visited, .leftbotpane A:active, .leftbotpane A:hover {color: #ffffff; font-size: 11px; text-decoration: underline}
.leftbotpane A:hover {color: #ff0000; font-size: 11px; text-decoration: underline}
.redpane A:link, .redpane A:visited, .redpane A:active, .redpane A:hover {color: #ffffff; font-size: 11px; font-weight: bold; text-decoration: none; padding-right: 6px; padding-left: 4px}
.redpane A:hover {color: #ffffff; font-size: 11px; font-weight: bold; text-decoration: underline}

/* text style for the selected tab */
.SelectedTab {font-size: 11px}
/* hyperlink style for the selected tab */
A.SelectedTab:link, A.SelectedTab:visited {color: #000000}
A.SelectedTab:active, A.SelectedTab:hover {color: #000000}

/* text style for the unselected tabs */
.OtherTabs {font-size: 11px}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link, A.OtherTabs:visited {color: #000000}
A.OtherTabs:active, A.OtherTabs:hover {color: #000000} 

/* text style for buttons and link buttons used in the portal admin pages */
.StandardButton {background: none; color: #000000; font-size: 11px; font-weight: normal}

/* hyperlink style for buttons and link buttons used in the portal admin pages */
.CommandButton {background: none; font-size: 11px; font-weight: normal; text-decoration: none}
A.CommandButton:link, A.CommandButton:visited, A.CommandButton:active {color: #000000; text-decoration: none}
A.CommandButton:hover  {color: Red; text-decoration: underline}

/* Login, Privacy and Terms elements */

.Copyright{font-size: 10px; font-weight: normal; color: #d9d9d9} 
a.UserPrivacy:link, a.UserPrivacy:visited, a.UserPrivacy:active {font-size: 10px; color: #d9d9d9; text-decoration: none}
a.UserPrivacy:hover {text-decoration: underline}
a.UserTerms:link, a.UserTerms:visited, a.UserTerms:active {font-size: 10px; color: #d9d9d9; text-decoration: none}
a.UserTerms:hover {text-decoration: underline}
a.UserLogin:link, a.UserLogin:visited, a.UserLogin:active {font-size: 10px; color: #d9d9d9; text-decoration: none}
a.UserLogin:hover {text-decoration: underline}
/*
======================================================
  5 Text
======================================================
*/
/* style for module titles */
.Head {font-size: 13px; font-weight: bold; color: #000000}
.leftbotpane .Head {font-size: 13px; line-height: 15px; font-weight: bold; color: #ffffff}
/* style of item titles on edit and admin pages */
.SubHead {font-size: 12px; font-weight: normal; color: #000000}
.leftbotpane .SubHead {font-size: 11px; line-height: 13px; font-weight: normal; color: #ffffff}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {font-size: 12px; font-weight: normal; color: #000000}
.leftbotpane .SubSubHead {font-size: 11px; font-weight: normal; color: #ffffff}

/* text style used for most text rendered by modules */
.Normal   {font-size: 12px; font-family: Century Gothic, Avant Garde, Sans-Serif}
td.Normal {font-size: 12px; font-family: Century Gothic, Avant Garde, Sans-Serif}
p         {font-size: 12px}

.leftbotpane .Normal {font-size: 12px; color: #ffffff}
.NormalRed  {font-size:  12px; font-weight: normal; color: #ff0000}
.NormalBold  {font-size:  12px; font-weight: bold; color: #000000}
.leftbotpane .NormalBold {font-size:  12px; font-weight: bold; color: #ffffff}

/* GENERIC */
H1  {font-size:  21px; font-weight: bold}
H1.leftbotpane  {font-size:  21px; font-weight: bold; color: #ffffff}
H2  {font-size:  19px; font-weight: bold}
H2.leftbotpane  {font-size:  19px; font-weight: bold; color: #ffffff}
H3  {font-size:  17px; font-weight: bold}
H3.leftbotpane  {font-size:  17px; font-weight: bold; color: #ffffff}
H4  {font-size: 15px; font-weight: bold}
H4.leftbotpane  {font-size: 15px; font-weight: bold; color: #ffffff}
H5, DT  {font-size: 13px; font-weight: bold}
H5.leftbotpane, DT.leftbotpane  {font-size: 13px; font-weight: bold; color: #ffffff}
H6  {font-size: 12px; font-weight: bold}
H6.leftbotpane  {font-size: 12px; font-weight: bold; color: #ffffff}
td, tr {font-size: 12px}
td.leftbotpane, tr.leftbotpane {font-size: 11px; color: #ffffff}
TFOOT, THEAD {font-size: 12px; font-weight: bold}
TH  {font-size: 12px; font-weight: bold}
SMALL {font-size:  9px; font-weight: normal}
BIG {font-size:  14px; font-weight: normal}
BLOCKQUOTE {}
PRE {font-family: Courier; font-size: 10px} /* Good for computer code */
UL LI       {font-size:  12px;list-style-type: disc}
UL LI LI    {font-size:  12px;list-style-type: circle }
UL LI LI LI {font-size:  12px;list-style-type: square}
OL LI       {font-size:  12px;list-style-type: decimal; list-style-type: decimal}
OL OL LI    {font-size:  12px;list-style-type: lower-alpha; list-style-type: upper-alpha}
OL OL OL LI {font-size:  12px;list-style-type: lower-roman; list-style-type: lower-alpha}
/*
======================================================
  6 Forms
======================================================
*/
td.NormalTextBox  {color: #000000; font-size: 12px; margin: 0; background-color:  Transparent; visibility: visible}
/* For the form fields themselves */
.NormalTextBox {color: #000000; font-size: 12px; background-color:  Transparent; font-weight: normal}
/* Catch-all for form elements */
.select, input {font-size: 11px; background-color:  Transparent; color: #000000}
/*
======================================================
  7 Main Menu
======================================================
*/ 
/*  Definition of the Container and Root Item */
.MainMenu_MenuContainer {width: 100%; background-color: Transparent}
.MainMenu_MenuBar {cursor: hand; border-style: none; background-color: Transparent}
.MainMenu_RootItem td{
	cursor: hand; 
	color: #ffffff; 
	font-family: Arial Sans-Serif;
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	border-left: white 0px solid;
	border-bottom: white 0px solid;
	border-top: white 0px solid;
	border-right: white 0px solid;
	background-color: transparent
}
.MainMenu_RootItemHover {
	cursor: hand;  
	color: #d9d9d9;
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal;
	background-color: transparent
}
.MainMenu_RootItemSelected td{
	cursor: hand; 
	color: #ffffff; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	background-color: transparent
}
/* Definition for the submenu */
.MainMenu_MenuItem {
	cursor: hand; 
	color: #ffffff; 
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal; 
	background-color: transparent
}
.MainMenu_MenuIcon {
    cursor: hand;
	background-color: Transparent;
	padding-left: 5px;
	border-left: #EEEEEE 0px solid;
	border-bottom: #EEEEEE 0px solid;
	border-top: #EEEEEE 0px solid
}
.MainMenu_SubMenu {
	background-color: #364772;  
	z-index: 1000; 
	cursor: hand;
	border-bottom: #eff2f7 1px solid;
	border-left: #eff2f7 1px solid;
	border-top: #eff2f7 1px solid;
	border-right: #eff2f7 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#696969', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {}
.Menu_Separator {}
.MainMenu_MenuItemSel {
	cursor: hand;
	color: red;  
	font-size: 11px; 
	font-weight: normal; 
	font-style: normal;
	background-color: transparent;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	width: 0px;
	cursor: pointer; 
	cursor: hand; 
	border-right: #FFFFFF 0px solid;
	border-bottom: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	background-color: Transparent;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	width: 0px;
	cursor: pointer; 
	cursor: hand;
}
/*======================================================
  8 Module Menus
======================================================*/
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion  */ 
.Message    {
    color: #ffffff;
    font-family: Georgia;
    font-size:  11px;
    font-weight: normal;
} 
/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Georgia;
    font-size:  13px;
    font-weight:    normal;
    color: #ffffff;
}
/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
    font-family: Georgia;
    font-size:  20px;
    font-weight: normal;
    color: #000000;
}
/* Inner container for module submenu */
.ModuleTitle_MenuBar {
    cursor: pointer;
    cursor: hand;
    height: 21px;
}
/* Idle state for module submenu items */
.ModuleTitle_MenuItem {
    font-family: Georgia;
    font-size:  11px;
    font-weight: normal;
    color: #000000;
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
/* Active state for module submenu items */
.ModuleTitle_MenuItemSel {
    font-family: Georgia;
    font-size:  11px;
    font-weight: normal;
    color: #000000;  /* black */
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}

/*======================================================
  End Style Sheet
======================================================*/





