﻿/*
 * Common.css
 * Copyright (c) 2005-2010
 */
/*** Elements ***/
html, body, table, H1, H2, H3, H4, div
{
	margin: 0px;
	font-family: Tahoma, Palatino Linotype, Serif;
}

html
{
	position: relative;
	height: 100%;
}

form
{
	position: relative;
	height: 100%;
}

body
{
	position: relative;
	height: 100%;
	min-width: 960px;
	margin: 0px;
	font-size: 10pt;
	font-weight: normal;
	color: #003466;
	background: url( '../Images/grad_PageShadow.png' ) repeat-y center #6b737e;
}

table, div, p, li, dt, dd
{
	line-height: 1.75em;
}

a:link, a:visited
{
	font-weight: normal;
	text-decoration: none;
	color: #660000;
}

a:hover
{
	font-weight: normal;
	text-decoration: underline;
	color: #8CC5FA;
}

table
{
	font-family: Tahoma, Palatino Linotype, Serif;
	font-size: 10pt;
	color: #003466;
}

H1, H2, H3
{
	color: #3B434E;
}

/*** Classes ***/
.smalltext
{
	font-size: 8pt;
}

.validatorCalloutHighlight
{
	background-color: #FFFACD;
	z-index: 1000;
}

.watermarked
{
	padding: 2px 0 0 2px;
	background-color: #eeeeee;
	color: gray;
	width: 194px;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	height: 18px;
	font-style: italic;
	font-size: 10pt;
}

.txt_n
{
	width: 196px;
	height: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
}

.alert
{
	color: Red;
	font-size: 10pt;
}

.inform
{
	color: #4ea75c;
	font-size: 10pt;
}

/* Move the title images a little to the left so that they
   are lined up with body text below them */
.titleImage
{
	position: relative;
	left: -5px;
}

/* Styles for PNG icons */
/* Must specify width/height so the PNG hack for IE 6 will work */
.icon10
{
	width: 10px;
	height: 10px;
}

.icon32
{
	width: 32px;
	height: 32px;
}

.bottomimages
{
	position: absolute;
	top: 300px;
}

/*** Elements Ids ***/
#container
{
	position: relative;
	min-height: 100%;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	background: url(../Images/C-Repeater.jpg) repeat-y center #FFFFFF;
}

#content
{
	position: relative;
	width: 744px;
	color: #3B434E;
	padding: 10px 20px 0px 10px;
	z-index: 100;
}

#header
{
	position: relative;
	top: 0px;
	left: 0px;
	height: 131px;
	width: 960px;
	padding: 0px,10px,0px,10px;
	color: #003466;
	background-image: url('../Images/LFLheader.jpg' );
	background-repeat: no-repeat;
	z-index: 1;
}

#header a:link, #header a:visited
{
	color: #003466;
}

#headermenu
{
	height: 23px;
	margin-top:-3px;
}

#leftsidebar
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 186px;
	min-height: 573px;
	padding-top: 0px;
	background-image: url(../Images/LFLSideBar.jpg);
	z-index: 1;
}

#leftsidebar a:link, #leftsidebar a:visited, #leftsidebar a:hover
{
	color: #003466;
}

#footer
{
	position: relative;
	left: 0px;
	width: 774px;
	font-size: 8pt;
	color: #6B737E;
	z-index: 1;
}

#footermenu
{
	height: 23px;
	font-size: 8pt;
}

#footer a:link, #footer a:visited, #footer a:hover
{
	color: #6B737E;
}
