/* Default CSS Stylesheet for a new Web Application project */
Body 
{
	margin-left:0;
	margin-top:0;
	margin-right:0;
	left:0;
	top:0;
	background-color:White
}
.Button { border-right: blue 1px solid; border-top: blue 1px solid; font: 8pt Arial; border-left: blue 1px solid; color: black; border-bottom: blue 1px solid; text-decoration: none; }
.ActionButton
{
    /*BACKGROUND-COLOR: #eeeeee;*/
    COLOR: black;
    FONT: 8pt Arial;
    text-decoration:none;
    padding-right:2px;
    padding-left:2px;
    margin-right:2px;
}
.SelectedInput
{
    BACKGROUND-COLOR: #006699;
    COLOR: #ffffff;
    FONT: bold 8pt Arial
    
}
.INPUT
{
    FONT-FAMILY: Arial;
    FONT-SIZE: 8pt;
}



/* Menu User Control Styles */
.GlobalNav
{
	background-color:white;
	text-align:center;
	font-family:Arial;
	font-size:7pt;
	color:Black;
	text-Decoration:none;
	}
.GlobalCell
{
	background-color:#336699;
	}
.MainMenu
{
	background-color:#003366;	
	}
	
.GlobalMenuRow
{
	background-color:#336699;	
	}
	
.MainMenuSF
{

	background-color:#003366;
	
	}

	
.MainMenuCellItem
{
	background-color:#003366;

	}
	
.MainMenuLink
{	
	text-decoration:none;
	font-family:Arial;
	font-size:8pt;
	color:White;
	text-align:center;
	background-color:#003366;
	padding-left:5px;
	padding-right:5px;
	}
	
.MainMenuSelected
{
	text-decoration:none;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	color:#336699;
	background-color:#cccccc;
	text-align:center;
	padding-top:2px;
	padding-left:4px;
	padding-right:4px	
	}
.MainMenuSelectedCell { padding-right: 6px; padding-left: 6px; 
padding-top: 2px; background-color: #cccccc;}
.MenuDivider {}
.MainMenuRow
{
	background-color:#336699;	
	}
	
.SubMenu
{
	font-family:Arial;
	font-size:8pt;
	color:#336699;
	background-color: #cccccc;
	padding-left:4px;
	padding-right:4px
	}
	
.SubMenuRow
{
	background-color: #cccccc;border-top: #ffffff 1px solid;
	}


.tblBgColor
{
	background-color:#003366;
	}

/* Calendar Control Styles */
.Calendar
{
	background-color:white;
	font-family:Arial;
	font-size:8pt;
	}
.DayHeader
{
	font-size:8pt;
	font-family:Arial;
	background-color:black;
	color:White;
	}
.CalTitle
{
	font-size:18pt;
	font-family:Arial;
	}
.Day
{
	font-size:8pt;
	font-family:Arial;
	}
.WeekendDay
{
	background-color:#e0e0e0;
	}
	
/* Page Styles */
.Title
{
    FONT-SIZE: 10pt;
    font-weight:bold;
    FONT-FAMILY: Arial;
    color:#999999;
    padding-left:5px
	}
.SubTitle
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial
	}
	
.Header
{
    FONT-SIZE: 8pt;
    FONT-FAMILY: Arial;
    height:20px;
	}
.Welcome
{
	color:white;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;}
	
.Content
{
	font-family:Arial;
	font-size:10pt
}
B
{
	font-weight:bold;
	color:#003366;
	}
	
.Box
{
	background-color:#eeeeee;
	}

.Results
{
    FONT-SIZE: 8pt;
    COLOR: #003366;
    FONT-FAMILY: Arial;
	}
	
.ResultsCenter
{
    FONT-SIZE: 8pt;
    text-align:center;
    COLOR: #003366;
    FONT-FAMILY: Arial
	}
	
.ResultsRight
{
    FONT-SIZE: 8pt;
    text-align:right;
    COLOR: #003366;
    FONT-FAMILY: Arial
	}

.AltResults
{
    FONT-SIZE: 8pt;
    COLOR: #003366;
    FONT-FAMILY: Arial;
    background-color:#eeeeee;
	}
	
.Total
{
	FONT-SIZE: 8pt;
    COLOR: Black;
    font-weight:bold;
    FONT-FAMILY: Arial;
    background-color:#eeeeee;
	}
	
.Message
{
	font: bold 10pt arial;
	color:Green;
	font-style:italic 
	}
	
.Error
{
	font: 10pt arial;
	color: red;
	font-weight: bold
	}
	
.rowLabel
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #9999cc;
    height:22px
	}

.colLabel
{
    FONT-SIZE: 8pt;
    COLOR: #ffffff;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: #999999
	}
	
.Label
{
	font-family: Arial;
	font-size: 8pt
	}
	
.ItemLabel
{
	FONT-SIZE: 14pt;
    COLOR: #003366;
    FONT-FAMILY: Arial;
    font-weight:bold;
	}
.ItemDesc
{
	FONT-SIZE: 10pt;
    COLOR: #003366;
    FONT-FAMILY: Arial;
    font-weight:bold;}
	
.footer
{
	font-family:Arial;
	font-size:8pt;
	}
	
.Login
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: white
}
.NavigationREP
{
	font-size:7pt;
	color: white;
	font-family: arial;
	text-decoration: none;
	}
.Navigation
{
	font-size:7pt;
	color: black;
	font-family: arial;
	text-decoration: none;
}
.OCNavigation
{
	font-size:7pt;
	color: #003366;
	font-family: arial;
}
