/* ================================
    CSS STYLES FOR HABL
   ================================
*/   

/* #CCCC99 Light brown (Khaki)*/
/* #c8c800 Yellow */
/* #004300 Dark Green */
/* #014E82 Dark Blue (not used) */

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
/*
.HeadBg {
    background-color: #CCCCCC;
}
*/

/* background color for the content part of the pages */
Body
{
	scrollbar-base-color: #553200;
	/*
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:0.75em;
	*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	/*background-image: url(parquet_flooring.jpg);*/
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: black;
}

/*
.LeftPane  {
}

.ContentPane  { 
}

.RightPane  { 
}
*/

/* GENERAL */
/* style for module titles */
.Head   {
/*
    font-family: Verdana, Arial, Helvetica;
    font-size:  13px;
    font-weight: bold;
    */
    color: darkgreen;
}

/* style of item titles on edit and admin pages */
.SubHead    {
/*
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    */
    color: #004300;
    background-color: #ffffea;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
/*
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    */
    color: darkgreen;
}

/* text style used for most text rendered by modules */
/*
.Normal
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}
*/

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
/*
.NormalTextBox
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}
*/

/* text style for buttons and link buttons used in the portal admin pages */
/*
.CommandButton     {
    font-family: Verdana, Arial, Helvetica;
    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: mediumseagreen;
    font-weight: bold;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: mediumseagreen;
    font-weight: bold;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: mediumseagreen;
    font-weight: bold;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: darkgreen;
    font-weight: bold;
}
    
/* GENERIC */
H1  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #004300;
}

H2  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #004300;
}

H3
{
	font-weight: bold;
	font-size: 12px;
	color: #004300;
	font-family: Verdana, Arial, Helvetica;
}

H4
{
	font-weight: normal;
	font-size: 12px;
	color: #004300;
	font-family: Verdana, Arial, Helvetica;
}

H5, DT  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #004300;
}

H6  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #004300;
}

TFOOT, THEAD    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    color: #004300;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #FFFFFF;
    background-color: #004300;
}

A:link
{
	color: mediumseagreen;
	text-decoration: none;
    font-weight: bold;
}

A:visited   {
    text-decoration:    none;
    color:  mediumseagreen;
    font-weight: bold;
}

A:active    {
    text-decoration:    none;
    color:  mediumseagreen;
    font-weight: bold;
}

A:hover
{
	color: darkgreen;
	text-decoration: none;
    font-weight: bold;
}

TH A:link
{
	color: lightgreen;
	text-decoration: none;
}

TH A:visited   {
	color: lightgreen;
	text-decoration: none;
}

TH A:active    {
	color: lightgreen;
	text-decoration: none;
}

TH A:hover
{
	color: Orange;
	text-decoration: none;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: dimgrey;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #c8c800;
}

/* Custom Styles */

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:11px;
}

img { border: none; }
form { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; }

.ModuleBg 
{
	background-color: pink;
}

#header{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
}

#logo{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	clear:both;
	float:right;
}

#topnav{
	background-color:#cccc99;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
	clear:both;	
}

#title{	
	background: orange;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	height:28px;
	border-bottom:1px solid #000000;		
}

#title h1{
	color:#ffffff;
	font-size:1.8em;
	font-weight:normal;
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 4px;
}

#utilstrip{
	clear:both;
	font-size:0.9em;
	color:#000000;
	width:100%;
	height:18px;	
	background-color:#cccccc;
}

#breadcrumb{	
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;		
	float:left;	
}

#breadcrumb img{
	margin:0px 5px 0px 0px;
	padding:0px 0px 0px 0px;
}

#breadcrumb p{
	margin:0px 0px 0px 0px;
	padding:2px 0px 0px 6px;		
}

#breadcrumb a:link, #breadcrumb a:visited{	
	color:#000000;
}

#footer{
	clear:both;
	margin:0px 0px 0px 0px;
	padding:7px 0px 5px 5px;
	background-color:#cccc99;	
		
}

#footer p{
	color:#333333;
	font-size:0.9em;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;	
}

#footer a:link, #footer a:visited{
	color:#333333;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;		
}

#SMContainer 
{
 color: #c8c800;
 border-style: solid;
 border-width: 1px 1px 1px 1px;
 padding: 3px 3px 3px 3px;
 width: 100%;
}

.SMTitleBg 
{
 background-color: blue;
}

#Separator
{
	height: 5px;
}


/* text style for the selected tab */
.SelectedTab {
    font-weight: normal;
    font-size: 11px;
    color: #c8c800;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */ /* breadcrumb */
A.SelectedTab:link {
    text-decoration:    none;
    color: #cccccc;
    font-weight: bold;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color: #cccccc;
    font-weight: bold;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color: #cccccc;
    font-weight: bold;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color: #888888;
    font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-weight: normal;
    font-size: 11px;
    color: #c8c800;
    font-family: Verdana, Arial, Helvetica;
    text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */ /* This is the top graphic section. */
A.OtherTabs:link {
    text-decoration:    none;
    color: #cccccc;
    font-weight: bold;
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color: #cccccc;
    font-weight: bold;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color: #cccccc;
    font-weight: bold;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color: #888888;
    font-weight: bold;
}

/* Main Menu */
.MainMenu_MenuContainer
{
	border-right: #004300 0px solid;
	border-top: #004300 0px solid;
	border-left: #004300 0px solid;
	border-bottom: #004300 0px solid;
	background-color: transparent;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:22;
	background-color: transparent;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #cccccc; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size:12px;
	font-weight: bold;
	border-left: #004300 0px solid; 
	border-bottom: #004300 1px solid; 
	border-top: #004300 1px solid; 
	border-right: #004300 0px solid;
	height: 22;
}

.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #004300; 
	border-left: #004300 1px solid; 
	border-bottom: #004300 1px solid; 
	border-top: #004300 1px solid; 
	text-align: center; 
	width: 15; 
	height: 22;
}

.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #004300; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3) ; 
	border-bottom: #014E82 0px solid; 
	border-left: #014E82 0px solid; 
	border-top: #014E82 0px solid; 
	border-right: #014E82 0px solid;
}

.MainMenu_MenuBreak {
	border-bottom: #004300 1px solid; 
	border-left: #004300 0px solid; 
	border-top: #004300 1px solid;  
	border-right: #004300 0px solid; 
	background-color: White; 
	height: 1px;
}

.MainMenu_MenuItemSel {
	background-color: #CCCC99; 
	cursor: pointer; 
	cursor: hand; 
	color: #004300; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size:12px;
	font-weight: bold; 
	height: 22;
}

.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 9pt; 
	cursor: pointer; 
	cursor: hand; 
	border-right: #004300 1px solid; 
	border-bottom: #004300 1px solid; 
	border-top: #004300 0px solid;
}

.MainMenu_RootMenuArrow {
}

.PSofTitleCell   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  13px;
    font-weight: bold;
    color: black;
	background-color: #004300; 
}

.PSofTitleCell .Head   {
    font-family: Verdana, Arial, Helvetica;
    font-size:  13px;
    font-weight: bold;
    color: white;
}

.PSofContainer 
{
 color: pink;
 border-style: solid;
 border-width: 1px 1px 1px 1px;
 padding: 3px 3px 3px 3px;
 width: 100%;
 background-color: #FFFFEA;
}

.PSofTitleRow
{
 background-color: pink;
}

.PSofTermsPrivacy
{
 background-color: black;
}

.PSofTop
{
	color: #c8c800;
}

.PSofTop A:link {
    text-decoration:    none;
    color: #cccccc;
    font-weight: bold;
}

.PSofTop A:visited {
    text-decoration:    none;
    color: #cccccc;
    font-weight: bold;
}

.PSofTop A:active {
    text-decoration:    none;
    color: #cccccc;
    font-weight: bold;
}

.PSofTop A:hover {
    text-decoration:    none;
    color: #888888;
    font-weight: bold;
}

.PSofLeagueTH
{
    color: white;
    background-color: #004300;
    font-weight:    bold;
}

TR.PSofLeagueTH TD A:link {
    text-decoration:    underline;
    color:white;
}

TR.PSofLeagueTH TD A:visited  {
    text-decoration:    underline;
    color:white;
}

TR.PSofLeagueTH TD A:active   {
    text-decoration:    underline;
    color:white;
}

TR.PSofLeagueTH TD A:hover    {
    text-decoration:    underline;
    color:orange;
}

.PSofLeagueAlternatingItemStyle
{
	background-color: #D7FFBB;
}

.PSofLeagueItemStyle
{
	background-color: #F2FFEA;
}

.PSofBar
{
    color:white;
}

.PSofCURRENTDATE
{
    color:#c8c800;
}

.PSofUSER
{
    color:red;
}
.PSofLOGIN
{
	  color:white;
}
.PSofLINKS
{
    color: white;
}

