﻿

/* ----------------------------------------------
   Standard elements
------------------------------------------------- */

* {margin: 0; padding: 0;}

html {
	height: 100%;
	padding-bottom: 1px;
}
body {
	background: #FEFEFC url('../gfx/top-bg.gif') repeat-x left top;
	font: normal 13px "Lucida Grande","Lucida Sans Unicode",Helvetica,Verdana,sans-serif;
	color: #543;
}

a {color: #06A;}
a:hover {color: #036;}

p {margin: 2px 0 10px;}

h1 {font: normal 1.8em "Lucida Grande",Tahoma,sans-serif; color: #274663;}
h4 {font: normal 1.5em Georgia,sans-serif;}

h2 {font: normal 1.5em Georgia,sans-serif;}

h3 
{
	font: 1.3em Georgia, sans-serif;
	color: #274663;
}

/*h3 {font: bold 1em Tahoma,sans-serif;}
*/
h1, h2, h3 {margin-bottom: 6px;}

ul,ol {margin: 0 0 1em 1.4em; list-style: none;}

img {border: none;}

small,.small {font-size: 0.8em;}


/* ----------------------------------------------
   Inputs
------------------------------------------------- */

input.styled, textarea.styled {
	color: #666;
	padding: 4px;
	border: 1px solid #999;
	width: 310px;
	font: normal 1.1em sans-serif;
}
textarea.styled {overflow: auto;}


/* ----------------------------------------------
   Main layout
------------------------------------------------- */

/* General */
.wrapper {
	margin: 0 auto;
	width: 870px;
}

/* Top part */

#top {
	background-color: #638db8;
}

#header {
	float: left;
	margin-bottom: 10px;}

#logo {
	float: left;
	width: 430px;
	height: 100px;
	font: 2.0em Arial;
	color: #fff;
}
	
#logo strong
{
	display: block;
	padding: 21px 0 0 20px;
	font-size: 41px;
	letter-spacing: -2px;
}

#logo small
{
	padding: 0 0 0 22px;
	font-family: "Gill Sans", Verdana;
	font-size: 12px;
}

/*
NEWSBAR
*/

#newsbar 
{
	float: right;
	margin-top: 2px;
	padding: 5px;
	background-color: #5c84ad;
}

#newsbar a {
	padding: 5px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

/*
END NEWSBAR
*/

/*
SEARCHBAR
*/

#searchbar 
{
	clear: right;
	float: right;
	background-color: #5c84ad;
	padding: 7px;
	border-radius: 7px;
	-moz-border-radius: 7px;
	color: #fff;
	margin-top: 43px;
}

/*
#searchbar input, #newsbar input 
{
	border: 2px solid #3F84BF;
	font-family: "lucida grande", Georgia, Serif;
	padding: 5px;
}*/

/* Paragraph */

.entry
{
	
}

.entry h2 
{
	font-size: 1em;
}

/* Navigation */

#nav {
	clear: both;
	background: #4880ab url('../gfx/nav-bg.gif') repeat-x left top;
	border-top: 1px solid #78b0db;
	padding: 6px 6px;
}

#nav a, #nav a:visited {
	cursor: hand;
}

/* Listview */

#listview a {
	color: #FFF;
	float: left;
	text-decoration: none;
	margin: 0 16px;
}
#listview a:hover {
	color: #FFC;
	text-decoration: underline;
}

#listview
{
	float: right;
	width: 130px;
	height: 23px;
	line-height: 23px;
	background: url('../gfx/nav-divide.gif') no-repeat;
	color: #fff;
	font-size: 0.8em;
}

#listview a
{
		background: url('../gfx/listview-img.gif') no-repeat 0 3px;
		text-indent: 23px;
}

#listview a.alt
{
	background: url('../gfx/blockview-img.gif') no-repeat 0 3px;
}

#listview a:hover
{
	text-decoration: none;
}


/* Main content area */
#content_outer {
	background: url('../gfx/outer-bg.jpg') repeat-x left top;
}
#content_inner {
	background: url('../gfx/content-bg.jpg') no-repeat center top;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

/* Footer */
#footer {
	border-top: 1px solid #ccc;
	font-size: 0.85em;
	margin-top: 40px;
	color: #ccc;
	height: 40px;
	line-height: 40px;
	clear: both
}

#footer a 
{
	text-decoration: none;
	color: #ccc;
}

/* Import */

#import 
{
}

#import .highlight
{
	background: #004c93;
	color: #fff;
	font-weight: bold;
}

/* ----------------------------------------------
   Misc
------------------------------------------------- */

/* Floats */
.clear,.clearer {clear: both;}
.clearer {
	display: block;
	line-height: 0;
	font-size: 0;
}

.left {float: left;}
.right {float: right;}

.col2 .left, .col2 .right {width: 46%;}
.separator_h {background: url('../gfx/img/separator_h.gif') repeat-y center top;}

/* Text */
.tleft {text-align: left;}
.tcenter {text-align: center;}
.tright {text-align: right;}

/* Padding, margin, border */
.p12 {padding: 12px;}
.p20 {padding: 20px;}
.mb10 {margin-bottom: 10px;}

/* Separator */
.separator {
	clear: both;
	display: block;
	height: 30px;
	margin-bottom: 10px;
	background: url('../gfx/img/separator.gif') repeat-x left center;
}

/*
INFORMATION
*/

#information
{
	border-bottom: 1px solid #f7f8fa;
	float: left;
	width: 100%;
	margin-top: 20px;
}

#information ul
{
}

#information li
{
	float: left;
	display: block;
	padding: 5px;
	margin-right: 10px;
	background-color: #f7f8fa;
}

#information a
{
	color: #554433;
	text-decoration: none;
	padding: 5px;
}

#information li:hover
{
	background-color: #eff0f3;
}

#information a.highlight
{
	font-weight: bold;
}

#information li.current
{
	background-color: #eff0f3;
}

#tab 
{
	clear: both;	
}

/*
END INFORMATION
*/

/* 
LINKS
*/

#links ul 
{
	list-style-type: circle;
}

#links .actions 
{
	margin-top: 2px;
	display: block;
	font-size: 11px;
}

/*
END LINKS
*/

/*
END SEARCHBAR
*/

#obj-container .obj .script
{
	display: none;
}

/* FORM STYLES */

#form{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	margin:0 auto;
	width:400px;
	padding:14px;
	color: #1b3855;
	border: 1px solid #f2f2f2;
	font-size: 0.9em;
	}
	
#form h1 {
	font-size: 0.9em;
	font-weight:bold;
	margin-bottom:8px;
	color: #ff9422;
}

#form p{
	font-size: 0.8em;
	margin-bottom:20px;
	border-bottom:solid 1px #3f84bf;
	padding-bottom:10px;
}

#form label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}

#form .small{
	display:block;
	font-size: 0.7em;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#form input[type='text'], #form select,
#form textarea, #form input[type='checkbox'],
#form input[type='file'], #form input[type='password'] {
	float:left;
	padding:4px 2px;
	border:solid 1px #3f84bf;
	width:200px;
	margin:2px 0 20px 10px;
}

#form textarea
{
	height: 80px;
	font: inherit;
}

#form select
{
	width: 205px;
}

#form input[type='checkbox']
{
	width: auto;
}

#form button{ 
	clear:both;
	margin-left:150px;
	height:31px;
	text-align:center;
	line-height:31px;
	color:#333;
	font-size:11px;
	font-weight:bold;
}
