﻿html
{
	font-size: .8em;	
	padding: 0px;
	margin: 0px;	
	height: 100%;
}

body 
{ 
	padding:0px;
	margin:0px;	
	height:100%;
}

h1
{
	font-size: 2.5em;
	color: #F09836;		
}

h2
{
	font-size: 2.0em;
	color: #F09836;	
}

h3
{
	text-align: left;
	color: #F09836;
	font-size: 1.7em;	
	margin: 20px 0px 10px 0px;
	padding: 0px;
}

h4
{
	text-align: left;
	font-size: 1.5em;
	color: #F09836;	
}

h5
{
	text-align: left;
	color: #F09836;
	margin: 20px 0px 5px 0px;	
	font-size: 1.2em;
}

p
{
	margin:5px 0px 10px 10px;
	line-height: 1.3em;
}

.color1
{
	color: #003366;	
}

#header
{
	width:100%;
}

.headerTop
{
	background: url( ../images/gfcCloudTile.jpg );
	height:77px;
	font: 12px Verdana;
	color:#FFFFFF;
}

.headerMiddle
{
	background-color: #000033;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	color: #ded6b2;
	height:40px;
	font-family: Verdana;	
	line-height:40px;
}

.headerMiddle a
{
	text-decoration: none;
	margin: 0px 3px 0px 3px;
	color: #DED6B2;
}

.headerMiddle a.adminLink
{
	position: absolute; 
	right: 15px; 
	top: 15px;
}

/* current item in navigation links */
.headerMiddle span.active
{
	font-weight: bold;
	margin:0px 5px 0px 5px;
}

.headerLink
{
	/*
	vertical-align: middle;
	text-align: center;
	font: 12px Verdana;
	color: #ded6b2;
	text-decoration: none;
	font-weight: bold;
	*/
	color:#DED6B2;
	font-family:Verdana;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;

}

.headerAdminLink
{
	/*
	vertical-align: middle;
	text-align: right;
	font: 12px Verdana;
	color: #ded6b2;
	font-weight: bold;
	margin-right:10px;
	*/
	color:#DED6B2;
	font-family:Verdana;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-right:15px;
	text-align:right;
	vertical-align:middle;
	text-decoration:none;

}

.headerBottom
{
	background-color:#a8995e;
	height:5px;	
}

.headerImage
{
	position:absolute;
	background: url( ../images/logoSmall125x127.png ) no-repeat;
	width: 125px;
	height: 127px;
	z-index:1;
}

#content
{
	width:100%;
	background: url( ../images/gfcCloudBodyTile.jpg ) repeat-x;
	background-color:#f3f0ea;
	overflow:auto;
}

#footer
{
	position:absolute;
	bottom: 0px;
	width: 100%;
	height: 30px;
	background-color: #000A3F;	
	font: 10px Verdana;
	color:#FFFFFF;
	vertical-align: middle;	
	text-align: center;
	padding-top: 5px;
	line-height: 1.4em;
}

#footer a
{
	color: #ded6b2;
	font-weight: bold;
}

#largeBox
{
	height:60px;
	margin:0px auto 0px auto;
	/*padding-left:321px;*/
	padding-top:10px;
	width:680px;
	position:relative;
	z-index:5;
}

.searchLeft
{
	float:left;
	height:43px;
	width:5px;
	background: url(../images/gfcLgBoxLeftEndcap.png) no-repeat;
}

.searchRight
{
	float:left;
	height:43px;
	width:5px;
	background: url(../images/gfcLgBoxRightEndcap.png) no-repeat;
}

.searchMiddle
{
	float:left;
	height:43px;
	background: url(../images/gfcLgBoxInteriorSlice.png) repeat-x;
	width:600px;
}

.startHere
{
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	margin-top:12px;
	float:left;
	padding-left:10px;
	padding-right:10px;
}

.searchBox
{
	float:left;
	margin-top:7px;	
	position:relative;
}

.helpButton
{
	background: url(../images/gfcQuestionMark.png) no-repeat;
	width:53px;
	height:53px;
	float:left;
	margin-top:-4px;
	margin-left:15px;
}

.dropDownLeft
{
	background: url( ../images/gfcOrangeBlueBoxLeft.jpg ) no-repeat;
	width:6px;
	height:28px;
	float:left;
}

.dropDownMiddle
{
	background: url( ../images/gfcOrangeBlueBoxMiddle.jpg ) repeat-x;
	height:28px;
	float:left;
	z-index: 5000;
}

.dropDownRight
{
	background: url( ../images/gfcOrangeBlueBoxRightArrow.jpg ) no-repeat;
	height:28px;
	width:6px;
	float:left;
}

.dropDownDDL
{
	display: block;
	background-color:#F09836;
	border-style: double;
	border-color: Black;
	font-size:11px;
	font-family:Verdana;
	font-weight:bold;
	margin-top:28px;
	cursor:pointer;	
	position:absolute;
	left:0px;
	width:133px;
	display:none;
}

.dropDownRightArrow
{
	background: url( ../images/gfcOrangeBlueBoxRightArrow.jpg ) no-repeat;
	height:28px;
	width:32px;
	float:left;
	cursor:pointer;
}

.dropDownArrow
{
	background: url( ../images/gfcDownArrow.png ) no-repeat;
	height: 20px;
	width: 26px;
	margin-top: 4px;
	margin-left: 1px;
}

.dropDownSideArrow
{
	background: url( ../images/gfcSideArrow.png ) no-repeat;
	height: 20px;
	width: 26px;
	margin-top: 4px;
	margin-left: 1px;
}

.dropDownText
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	padding-left:16px;
	padding-right:17px;
	padding-top:7px;
	cursor:pointer;	
}

.dropDownInput
{
	background-color:#F09836;
	border:none;
	font-size:11px;
	font-family:Verdana;
	font-weight:bold;
	padding-left:16px;
	height:14px;
	margin-top:6px;
	z-index: 5000;
}

.dropDownItem
{
	background-color:#F09836;
	border:none;
	font-size:11px;
	font-family:Verdana;
	font-weight:bold;
	margin-top:6px;
	margin-bottom:6px;
	padding-left: 10px;
	z-index: 5000;
}

.smallTanBoxLeft
{
	width:5px;
	height:28px;
	background: url( ../images/gfcSmallTanBoxLeft.jpg ) no-repeat;	
	float:left;
}

.smallTanBoxMiddle
{
	height:28px;
	background: url( ../images/gfcSmallTanBoxMiddle.jpg ) repeat-x;
	float:left;
	vertical-align: middle;
}

.smallTanBoxRight
{
	width:5px;
	height:28px;
	background: url( ../images/gfcSmallTanBoxRight.jpg ) no-repeat;
	float:left;	
}

.smallTanBoxText
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	margin-top: 8px;
	vertical-align: middle;
}

div.bodysection
{
	margin: 50px 50px 10px 70px;
	background-color: White;
	padding: 10px 60px 10px 60px;
	text-align: left;
	height: auto;
	overflow: auto;	
	font-family: Verdana;
}

/* used on Help page to display question/answer paiurs */
p.qa
{
	line-height:1.5em;
	margin:10px;
}

/* used for displaying status messages */
.msg
{
	padding: 5px 5px 5px 45px;
	border: solid 1px red;
	min-height: 30px;
	margin: 10px 0px 10px 0px;
	color: #db5d28;
	text-align:left;
}

div.warningMessage
{
	background: url( /images/alerts/warning.png ) no-repeat 5px 5px;
	color: #CC9900;
	border-color: #CC9900;
	font-weight: normal;
}

div.errorMessage
{
	background: url( /images/alerts/error.png ) no-repeat 5px 5px;
	color: Red;
	font-weight: normal;
	border-color: Red;
}

div.infoMessage
{
	background: url( /images/alerts/information.png ) no-repeat 5px 5px;
	color: blue;
	border-color: Blue;
	font-weight: normal;
}

