/* Default CSS Stylesheet for a new Web Application project */

BODY
{
	background-color: white;
	font-family: 'Times New Roman' , Arial, Serif;
	font-size: .8em;
	margin: 0px;
	padding: 0px;
}


H1
{
	font-size: 2em;
	font-weight: 700;
}

H2
{
	font-size: 1.75em;
	font-weight: 700;
}

H3
{
	font-size: 1.58em;
	font-weight: 500;
}

H4
{
	font-size: 1.33em;
	font-weight: 500;
}

H5, DT
{
	font-size: 1em;
	font-weight: 700;
}

H6
{
	font-size: .8em;
	font-weight: 700;
}


img
{
	margin: 0px;
	padding: 0px;
}

.TextBox
{
	font-size: x-small;
	width: 80px;
	color: black;
	font-style: italic;
}
.TextBoxMedium
{
	font-size: small;
	width: 120px;
	color: black;
	font-style: italic;
}
.TextBoxLocked
{
	font-size: x-small;
	width: 80px;
	color: black;
	background-color: Silver;
	font-style: italic;
}
.GridTextBox
{
	font-size: xx-small;
	color: black;
	border-top-style: none;
	font-style: normal;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	width: 50px;
}
.ErrorMessage
{
	font-size: x-small;
	color: red;
	background-color: transparent;
}

.Label
{
	font-weight: normal;
	font-size: x-small;
	color: black;
	background-color: transparent;
}
.LabelMedium
{
	font-weight: normal;
	font-size: small;
	color: black;
	background-color: transparent;
	text-align: right;
}
.LabelTiny
{
	font-weight: normal;
	font-size: xx-small;
	color: black;
	background-color: transparent;
}

.Button
{
	color: black;
	font-size: x-small;
}
.MenuButton
{
	font-size: x-small;
	color: black;
	text-align: left;
}
.GridButton
{
	color: black;
	font-size: xx-small;
	font-weight: bolder;
}
.TinyButton
{
	font-size: xx-small;
	color: black;
}

div#container
{
	position: relative;
	min-height: 400px;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	background: white; /*#ABABD5;*/
	height: auto; /* if commented out, Netscape puts a scrollbar on the content div... */
	margin: 0px;
	padding: 0px;
	background-position: left top;
	background-attachment: fixed;
	background-image: url(Images/ContentBackground2.gif);
	background-repeat: repeat;
}
div#first-column, div#third-column
{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: 0px;
	padding: 3px 3px 3px 3px;
}
div#first-column
{
	left: 0;
	background: #ABABD5;
	width: 15%;
	border: 0px solid black;
}
div#third-column
{
	right: 0;
	background: #ABABD5;
	width: 10%;
	border: 0px solid black;
	font-size: xx-small;
}
div#content
{
	/* original margin: 3px 11% 3px 17%; */
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 11%;
	width: 70%;
	margin-left: 17%; /*makes the scrollbar not visible... */
	background-color: white; /*#ddddee;*/
	border: 1px solid black;
	padding: 3px;
	overflow: auto; /*critical to correct operation in Netscape - see LitReq page set to 'scroll' */
}
div#header
{
	background-position: 50% 50%;
	background-image: url(Images/FlickertailGradientCenter.gif);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-collapse: collapse;
}
div#footer
{
	clear: both;
	width: 100%;
	height: 3%;
	min-height: 3%;
	background-color: #ABABD5;
	font-size: xx-small;
	text-align: center;
}
.MenuItemStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: 700;
	font-style: normal;
	color: black;
	background-color: #ABABD5;
	/*text-decoration: underline;*/
}
.MenuItemStyle A
{
	color: black;
	font-style: normal;
}
.MenuItemStyle A:hover
{
	color: white;
	font-style: normal;
}
.MenuItemStyle A:link
{
	color: black;
	font-style: normal;
	/*text-decoration: underline;*/
}
.MenuItemStyle A:visited
{
	color: black;
	font-style: normal;
}
.MenuItemStyle A:active
{
	color: white;
	font-style: normal;
}
.DynamicMenuItemStyle
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: 700;
	font-style: normal;
	color: black;
}
.DynamicMenuItemStyle A
{
	color: black;
	font-style: normal;
}
.DynamicMenuItemStyle A:hover
{
	color: white;
	font-style: normal;
}
.DynamicMenuItemStyle A:link
{
	color: black;
	font-style: normal;
	/*text-decoration: underline;*/
}
.DynamicMenuItemStyle A:visited
{
	color: black;
	font-style: normal;
}
.DynamicMenuItemStyle A:active
{
	color: white;
	font-style: normal;
}
