/**
* 	No not add any page specific css here - only what is needed in every page (body, h1, td, tr, header, footer..)
*/
#header
{
	background:#fff url(../images/header_bg.png) repeat-x;
	height:168px;
}

body
{
	background-color:#FFF;
	color:#000;
	font-family:tahoma;
	font-size:12px;
	margin:0;
	text-align:left;
	text-decoration:none;
	min-width: 1024px;
}

/* content consist of navigation (left) and content (right)*/
div#content-wrapper
{
	background:#fff url(../images/2009/content-wrapper-bg.jpg) repeat-x;
	padding-top: 2em;
	min-height: 350px;
}

div#nav
{
	background:#fff;
	border:1px solid;
	float:left;
	display: inline;
	list-style:none;
	margin: 0 1em;
	width: 14em;
}

div#content 
{
	float:left;
	position:relative;
	display: inline;
	/*width:55em;*/
	width:600px;
}

#footer
{
	background:#000 url(../images/footer_bg.png) repeat-x bottom;
	height:110px;
	float: left;
	display:block;
	width: 100%;
	position:relative;
	clear: both;
}

/* fonts */
h1
{
	color:#336;
	font-family:Tahoma;
	font-size:2em;
	font-weight:700;
	text-align:left;
	margin:0;
}

h2
{
	color:#336;
	font-family:Tahoma;
	font-size:1.5em;
	font-weight:500;
	text-align:left;
	margin:0;
}

h3
{
	color:#000;
	font-family:Tahoma;
	font-size:1.2em;
	font-weight:700;
	text-align:left;
	margin:0;
}

.navigation-enabled, .navigation-selected
{
	color: #1f3d87;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 1.5;
	width: 170px;
	display: block;
	clear: both;
	float: left;
	font-weight: normal;
	margin: 0;
	padding: 2px 0 0 8px;
	text-decoration: none;
}

.navigation-enabled:hover
{
	color:				red;
	text-decoration:	underline;
	line-height: 1.5;
}
	

.required
{
	color:				red;
	font-family:		Arial,Helvetica,sans-serif;
	font-size:			14px;
	font-weight:		200;
}

.input-label
{
	color:				#000;
	font-family:		Arial,Helvetica,sans-serif;
	font-size:			14px;
	font-weight:		200;
}

.boxed
{
	width: 		20em;
	padding: 	2em;
	margin: 	4em 0 0 4em;
	border: 	1px solid black;
}

.boxed_error
{
	width: 		20em;
	padding: 	2em;
	margin: 	0 0 -3em 4em;
	border: 	1px solid red;
}