/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: xx-small;
    FONT-WEIGHT: normal;
    margin: 0;    
}

.defaultButton
{
	cursor: text;
	height: 1px;
	width: 1px;
}

/* links */
A:link	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#333399;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	brown;
	}
	
footerLink:link	{	
text-decoration:	none;
color:	White;
}	
		
footerLink:visited	{	
	text-decoration:	none;
	color:	White;
	}	
		
footerLink:active	{	
	text-decoration:	none;
	color:	White;
	}	
		
footerLink:hover	{	
	text-decoration:	underline;
	color:	red;
	}

/* Menu item styles */
.menuHeader
{
    font-size: xx-small;
    font-weight: bold;
    padding-bottom: 2px;
    padding-top: 2px;
    width: 105px;
    cursor: hand;
    color: white;
    background-color: #756D5F;
    text-align: center
}

.menuDropDown
{
	background-color: black;
    border: white 1px outset;
    padding-top: 3px;
    padding-bottom: 3px;
    display: none;
    z-index: 1;
    overflow: visible;
    width: 125px;
    position: absolute;
}

.menuItem
{
    padding-left: 3px;
    font-weight: bold;
    font-size: xx-small;
    width: 100%;
    cursor: hand;
    color: white;
}

.menuBarSep
{
	background-color: black;
}

/* page header items */
.headerBarLight 
{
	background-color: lightgrey;
	color: dimgray;
	font-size: xx-small;
}

.headerBarDark
{
	background-color: #756D5F;
	color: White;
	font-size: xx-small;
}	

.headerNavLinks 
{
	font-size: xx-small;
	cursor: hand;
}

/* list items */
.listTitle 
{
	font-size: x-small;
	font-weight: bold;
}

.listHeader 
{
	font-weight: bold;
	font-size: xx-small;
}

.listFooter
{
	text-align: center;
	font-weight: bold;
	font-size: xx-small;
}

.listItem
{
	font-size: xx-small;
	background-color: White;
}	

.listItemAlt
{
	font-size: xx-small;
	background-color: lightgrey;
}	

/* Misc styles for text */
.userName
{
	font-weight: bold;
	font-size: xx-small;
	color: lightskyblue;
}	

.bigLabel
{
	font-size: small;
	font-weight: bold;
}

.bigText
{
	font-size: small;
}

.normalLabel
{
	font-size: x-small;
	font-weight: bold;
}

.normalText
{
	font-size: x-small;
}

.smallLabel
{
	font-size: xx-small;
	font-weight: bold;
}

.smallText
{
	font-size: xx-small;
}

.smallTextRight
{
	font-size: xx-small;
	text-align: right;
}

.AccentText
{
	font-size: xx-small;
	color: brown;
}

.errorText
{
	font-size: xx-small;
	color: Red;
	padding: 2px;
	text-align: center;
}

.errorLabel
{
	font-size: x-small;
	font-weight: bold;
	color: Red;
}

.sepBarDark 
{	
	color: darkgray;	
	height: 1px;
}

.smallTimeHeader
{
	font-size: xx-small;
	width: 50px; 
	text-align: center;
}

.smallTimeTotals
{
	font-size: xx-small;
	width: 50px; 
	text-align: center;
	font-weight: bold;
}

.contentTable
{
	padding: 10px;
	border: 0px;
}

.aboutText
{
	font-family: Arial;
	font-size: xx-small;
	color: #808080;
}

.nameLabel
{
	font-family: Arial;
	font-size: xx-small;
	color: Yellow;
}	

/* inputs */
.smallTimeInput
{
	font-size: xx-small;
	width: 50px; 
	text-align: right;
}

/* design elements */
.redLine
{
	background-color: #990000;
}

.footer 
{
	background-color: #3F3F3F;
	font-family: verdana; 
	font-size: 7pt;
	font-weight: normal;  
	color: lightgrey;
}

.input 
{
	background-color: #756d5f;
	font-family: verdana; 
	font-size: 7pt;
	font-weight: bold;  
	color: white;
}

.content
{
	background: url(images/grid.gif);
}
