/* ======================================
    CSS STYLES FOR Western Lehigh United
   ======================================
*/   
table, tr, td 
{   font-family: Arial, Sans-Serif;
    font-size: 12px;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body
{   background-color: white;  
}

.PageMaster 
{
}
.l_shadow 
{
    background-image: url(l_shadow.jpg);
    background-repeat:repeat-y;
    width: 14px;
}
.r_shadow 
{
    background-image: url(r_shadow.jpg);
    background-repeat: repeat-y;
    width: 14px;
}

.SkinMaster 
{   background-color: White;
    vertical-align: top;
}
.MenuArea 
{
	border-bottom: #004542 1px solid; 
	border-left: #004542 1px solid; 
	border-top: #004542 1px solid; 
	border-right: #004542 1px solid;
	padding-left: 10px;
	padding-right: 10px;
    background-color: #ECDA84;
	height: 22px;
}

.BreadCrumbArea 
{
	border-bottom: solid 0px #004542; 
	border-left: solid 0px #004542; 
	border-top: solid 0px #004542; 
	border-right: solid 0px #004542;
	background-color: #ffffff;
}
    

/* background/border colors for the selected tab */
.PaneArea 
{
	border-bottom: solid 0px #004542; 
	border-left: solid 1px #004542; 
	border-top: solid 0px #004542; 
	border-right: solid 1px #004542;
}
.NavigationPane 
{
    padding: 2px 0px 0 0px;
}
.TopPane 
{
    padding: 2px 2px 0 2px;
}
.LeftPane  
{
    padding: 2px 2px 0 2px;
    width: 50%
}
.RightPane  
{
    padding: 2px 2px 0 2px;
    width: 50%
}
.ContentPane  
{
    padding: 2px 2px 2px 2px;
    height: 100%
}
.FooterArea
{
    border-bottom: solid 1px #004542;
    border-left: solid 1px #004542;
    border-top: solid 0 #004545;
    border-right: solid 1px #004542;
}


/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:  13px;
    font-weight: bold;
    color: #004542;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: black;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: black;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: green;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    
/* GENERIC */
H1  {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:  12px;
    font-weight:    normal;
    color: #004542;
}

H4  {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:  12px;
    font-weight:    normal;
    color: #004542;
}

H5, DT  {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:  11px;
    font-weight:    bold;
    color: #004542;
}

H6  {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:  11px;
    font-weight:    bold;
    color: #004542;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:  12px;
    color: #004542;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:  11px;
    font-weight:    bold;
    color: #FFFFFF;
    background-color: #004542;
}

A:link  {
    text-decoration:    underline;
    color:  #004542;
}

A:visited   {
    text-decoration:    underline;
    color:  #004542;
}

A:active    {
    text-decoration:    underline;
    color:  #004542;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:  Arial, Helvetica, Sans-Serif;
}


UL LI   {
    list-style-type:    square ;
    font-size: 12px;
    font-weight: normal;
}

UL LI LI    {
    list-style-type:    disc;
    font-size: 12px;
    font-weight: normal;
}

UL LI LI LI {
    list-style-type:    circle;
    font-size: 12px;
    font-weight: normal;
}

OL LI   {
    list-style-type:    decimal;
    font-size: 12px;
    font-weight: normal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
    font-size: 12px;
    font-weight: normal;
}

OL OL OL LI {
    list-style-type:    lower-roman;
    font-size: 12px;
    font-weight: normal;
}

HR {
    color: gray;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size:  11px;
    font-weight:    bold;
    color: #004542;
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    underline;
    color:black;
}

A.SelectedTab:visited  {
    text-decoration:    underline;
    color:black;
}

A.SelectedTab:active   {
    text-decoration:    underline;
    color:black;
}

A.SelectedTab:hover    {
    text-decoration:    underline;
    color:black;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 11px;
    color: black;
    font-family: Arial, Helvetica, Sans-Serif;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    underline;
    color:black;
}

A.OtherTabs:visited  {
    text-decoration:    underline;
    color:black;
}

A.OtherTabs:active   {
    text-decoration:    underline;
    color:black;
}

A.OtherTabs:hover    {
    text-decoration:    underline;
    color:black;
}

/* Main Menu */

.MainMenu_MenuContainer 
{
    background-color: #ECDA84;
    height: 25px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height: 25px;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #004542; 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal;
	border: solid 0 #ECDA84;
	height: 25px;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #ECDA84; 
	border-left: #ECDA84 0px solid; 
	border-bottom: #ECDA84 0px solid; 
	border-top: #ECDA84 0px solid; 
	text-align: center; 
	width: 20px;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #ECDA84; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border: solid 1px #004542;
}

.MainMenu_MenuBreak 
{
    border: solid 0 #ECDA84;
	background-color: Transparent; 
	height: 0px;
}

.MainMenu_MenuItemSel {
	background-color: #004542; 
	cursor: pointer; 
	cursor: hand; 
	color: #FFFFFF; 
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: normal; 
	height: 25px;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	border: solid 0 #004542;
	width: 0px;
}

.MainMenu_RootMenuArrow {
}
.skinobject 
{
    font-family: Arial;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}











