﻿/* Default CSS Stylesheet for a new Web Application project 

	border-bottom: 1px dotted #E3EAEB;
	height: 3em;

*/

BODY
{
	font-size: 9pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: black;
	background-color: white;
}
#header .title {
	font: 190% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: black;
	background-color: transparent;
	float: left;
	margin-right: 2em;
	margin-top: 0.3em;
	margin-left: .8em;
}



BODY.MenuPage
{
	margin: 10px;
}
H1
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 16pt;
	margin-top: 5px;
	margin-bottom: 5px;
}
H2
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	margin-bottom: 5px;
}
H3
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	margin-bottom: 5px;
}
PRE
{
	font-family: 'Courier New' , monospace;
	font-size: 8pt;
}
SMALL
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 7pt;
}
BIG
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
}
B
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
BLOCKQUOTE
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
HR.Divider
{
	color: black;
	height: 3px;
}
DIV
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
DT
{
	margin-top: 10px;
	font-weight: bold;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
DD
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
A
{
	color: Blue;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
A.ErrorMsgLink
{
	color: #dc143c;
	font-weight: bold;
	text-decoration: none;
}
A.ErrorMsgLink:hover
{
	text-decoration: underline;
}

INPUT
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
INPUT.FormBtn
{
	font-weight: bold;
	font-size: 9pt;
	height: 0.25in;
	width: 0.75in;
}
SELECT
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
TEXTAREA
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}





TABLE
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}
TH
{
	background-color: #E3EAEB;
	color: Black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
}
TD
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
}
TD.Cell
{

	color: #E3EAEB;
	background-color: white;
}
TD.CellLabel
{

	color: black;
	background-color: white;
	font-weight: bold;
	text-align: right;
}
TD.CellLabelLeft
{

	color: black;

	background-color: white;
	font-weight: bold;
}
TD.CellField
{
	color: #E3EAEB;

	background-color: white;
}
TD.FieldLabel
{
	font-weight: bold;
	text-align: right;
}
TD.FieldLabelLeft
{
	font-weight: bold;
	text-align: left;
}
TD.MenuAppName
{
	font-weight: bold;
	font-size: 16pt;
	color: white;
	font-style: italic;
	background-color: #015130;
}


.MenuLink
{
	font-weight: bold;
	color: white;
	line-height: 40px;
	padding: 10,10,10,10;
}
.MenuLinkHover
{
	color: #B51032;
	background-color: #015130;
}
.ColHeader
{
	font-weight: bold;
	color: black;
	
}
.ColFooter
{
	color: black;
	background-color: white;
}
.TabColHeader
{
	color: black;
	background-color: white;
	font-weight: bold;
}
.TabColFooter
{
	color: black;
	background-color: white;
}
.Pager
{
	border-top: thin solid;
	font-weight: bold;
	color: black;
}
.Shaded
{
	background-color: #015130;
}
.Menu
{
	color: white;
	background-color: #015130;
}
.Disabled
{
	background-color: silver;
}

.ErrorMsg
{
	color: #dc143c;
	font-weight: bold;
}
.AboutHeader
{
	color: white;
	background-color: navy;
	text-align: center;
}
.Attn
{
	color: #dc143c;
	font-weight: bold;
}
.Inactive
{
	color: #dc143c;
}
.Note
{
	color: #0000ff;
	font-weight: bold;
}
.Small
{
	font-size: 7pt;
}
.ActiveItem
{
	color: #0000ff;
	font-weight: bold;
}
.InactiveItem
{
	color: #dc143c;
	font-weight: bold;
}
.Numeric
{
	text-align: right;
}

.TabStyle
{
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: black 1px solid;
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #a9a9a9;
	text-align: center;
}
.TabSelStyle
{
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: black 1px solid;
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #d3d3d3;
	text-align: center;
}
.TabHoverStyle
{
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: black 1px solid;
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-color: #d3d3d3;
	text-align: center;
	text-decoration: underline;
}

/* Data Web Control Styles */

.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
    background-color: #666666;
    color: White;
    font-weight: bold;
}

.AlternatingRowStyle
{
	background-color: #F1F8F2;
}

.SelectedRowStyle
{
    background-color: Yellow;
}

H4
{
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #b51032;
	font-style: italic;
}

.H4Font
{
	font-size: 14pt;
	color: #b51032;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

.Warning
{
	color: Red;
	font-style: italic;
	font-weight: bold;
	font-size: x-large;
}

.FloatLeft
{
    float: left;
    width: 33%;
    padding-right: 10px;
}

.FooterStyle
{
	background-color: #a33;
	color: White;	
	text-align: right;
}


#outer-container 
{    
 	width: 600px;    
 	margin: 0 auto;
	height: 1600px;
}

#header 
{
	width: 600px;    
	height: 90px;    
	background-color: white;
}
	 	/* footer CSS Style Rule */
#footer     
{
	width: 600px;   
	background-color: red;
}

#content-container 
{
	width: 495px;
	height: 400px;
	background-color: white;
	margin: 2px 0px 2px 0px;
	float: left;
}
#left-nav 
{    
	width: 100px;    
	height: 400px;    
	background-color: white;    
	margin: 2px 2px 2px 0px;    
	float: left;
}