﻿
/**************** SELECTORS ******************/
	
	body
	{
		font-family:   Lucida Sans Unicode, Verdana, Helvetica, Sans-Serif;
		font-size: 14px;
		font-weight: normal;
		background-color: #DDDDDD; 
		/* height, max height padding needed for IE 6 Hack, see also further below */
		height:100%; 
		max-height:100%; 
		padding:0; 
		margin:0; 
		border:0;
	}
	h1
	{
		font-size: 18px; 
		color:#000000;
	}
	a
	{
		font-weight: normal;
		text-decoration: none;
		color: #0066FF;
		border-left: 10px;
	}
	a:hover
	{
		font-weight: normal;
		color:Navy;
	}
	a:active
	{
		color: #FFFFFF;
	}
	img
	{
		vertical-align:middle;
	}



/********************* DIV IDS **********************/ 



#header
{
	position:absolute;
	top:40px;
	left:245px;
	height: 110px;
	width: 595px;
	background-color:#ffffff; 
	background-image:url(img/welcome_anim.gif);
	background-position:center;
	background-repeat:no-repeat; 
	z-index: 5;
}
#headerInner
{
	padding: 10px 10px 10px 10px;	
}

#left
{
	visibility:hidden;				/* ! */ 
}
#leftInner
{
	visibility:hidden;				/* ! */ 
}

#navi
{
	position:absolute;
	top:40px;
	left:40px;
	bottom:65px;
	width: 205px;
	background-color: #B9CFFF;
}
#naviInner
{
	width: 185px;
	padding: 120px 5px 5px 5px;	
	text-align:left; 
}

#content
{
	position:absolute;
	top:150px;
	left: 245px;
	width: 595px;
	background-color: #ffffff;
	overflow:auto;
	bottom:65px;
}
#contentInner
{
	width: 520px;
	padding: 0 0 30px 15px;	
}

#footer
{
	position:absolute;
	left:40px;
	bottom: 40px;
	height: 23px;
	width: 690px;
	text-align:center;
	background-color: #B0D8E3;
	padding: 2px 0 0 110px;
	border-top: solid 0 white;
	visibility:visible;
	z-index:10;
}

#line1, #line2
{
	visibility:hidden;
}
#line3
{
	position: absolute;
	background-color:#B0D8E3;
	left: 40px;
	width: 780px;
	height: 22px;
	top: 116px;
	z-index:10;
	text-align:right;
	padding: 3px 20px 0 0;
}

/*******************************************************
		IE 6. Hacks  
********************************************************/ 
* html #content 
{
	height:100%; 
	top:0; 
	bottom:0; 
	border-top:150px solid #DDDDDD; 
	border-bottom:63px solid #DDDDDD;
}


* html #navi
{
	height:100%; 
	top:0; 
	bottom:0; 
	border-top:40px solid #DDDDDD; 
	border-bottom:63px solid #DDDDDD;
}

* html #footer, * html #line3
{	
	width: 800px;	
}

/*********** CLASSES *****************/


	.navi, .naviSelected
	{
		font-size:13px;
		font-weight: normal;
		margin-left: 3px;
		padding-left: 5px;
		display:block;	
	}
	
	.navi
	{
		border-left: solid 10px white;
	}
	
	.naviSelected
	{	
		border-left: solid 10px #0066FF;
	}
	
	.naviSmall
	{
		font-size:11px;
		font-weight: normal;
	}

	.contentTitle
	{
		font-size: 14px;
		font-weight: bold;
		line-height:30px;
	}
	.singleLineTextbox, .multiLineTextbox
	{
		font-size: 11px; 
		font-weight: normal;
		color: #104E8B;
		letter-spacing: 1px; 
		border: 1px solid #9AA4BE;
		width: 210px;
		padding-left: 3px;
		padding-right: 3px;
	}
	
	.multiLineTextbox
	{
		height: 150px;
	}
	
	.submitButton
	{
		border: 1px solid #9AA4BE;
		font-size: 11px; 
		font-weight: bold;
		letter-spacing: 1px;
		color: #104E8B;
		height: 20px;
	}
	
	.messageLabel
	{
		color:Red;
		font-size: 10px;
		font-weight: normal;
	}


