@CHARSET "ISO-8859-1";

/**
 * REQUIRED BY APPLICATION:
 * 
 * This sheet contains information on the standard
 * elements used throughout the application
 * framework. 
 */

/* Content and footer container */
#main {
	min-width:960px;
	z-index:10;
}

/* Main body of page */
#body {
	position:relative;
	width:951px;
	padding:0px;
	margin:98px auto 0px;
	background-image:url('/media/image/site/main-bg.gif');
	background-repeat:no-repeat;
}

/* Page footer (copyright, links, etc) */
#footer {
	position:relative;
	width:980px;
	paddin-left:20px;
	margin:10px auto;
	font-size:10px;
	text-algin:center;
	margin-bottom:20px;
	text-align:center;
	color:#777777;
	z-index:50;
}

#footer p {
	margin:10px 0px 0px 0px;
	padding:0px;
}

#footer p a {
	color:#777777;
	text-decoration:none;
}

#footer p a:hover {
	color:#CCCCCC;
	text-decoration:underline;
}

/* Other layout assistants */
#wrapper {
	margin-top:-55px;
}

#clip {
	float:left;
	position:relative;
	width:154px;
	height:60px;
}

#logo {
	float:left;
	position:absolute;
	top:0px;
	left:50%;
	margin:20px 0px 0px -475px;
	z-index:40;
}

#logo img {
	width:144px;
	height:122px;
}	

#stepup {
	float:left;
	position:absolute;
	top:0px;
	left:50%;
	margin:98px 0px 0px -321px;
	width:797px !important;
	width:782px; 
	height:60px;
	background-color:#FFFFFF;
	z-index:5;
}

/* Default for TABLE::display */
.display {
	margin-top:0px;
	margin-right:auto;
	margin-bottom:1em;
	margin-left:auto;
	width:850px;
	border:1px solid #999999;
	color:#666666;
	background-color:#EEEEEE;
}

.display caption, .caption {
	margin:0px 0px 2px 0px;
	border:1px solid #665333;
	background-color:#877962;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px;
}

.display tfoot tr td,
.display thead tr th {
	color:#444444;
	padding:3px 5px 2px 5px;
	margin:0px;
}

.display tfoot:hover {
	background-color:none;
}

.display tr td {
	border-top:1px solid #F2F2F2;
}

.display .odd {
	background-color:#F6FAFE;
}

.display .even {
	background-color:#FEFEFE;
}

.display .odd:hover,
.display .even:hover {
	background-color:#FEFEDE;
	color:#000000;
}

.display .header:hover {
	color:#FF0000;
}

/* Default for TABLE::record */
.record,
.recordf {
	margin-top:0px;
	margin-right:auto;
	margin-bottom:1em;
	margin-left:auto;
	width:auto;
}

.record caption,
.recordf caption {
	margin:0px 0px 2px 0px;
	border:1px solid #665333;
	background-color:#877962;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px;
}

.recordf tr td:first-child {
	font-weight:bold;
	width:160px;
}

.record tr > td:first-child {
	font-weight:bold;
}

.recordf tr > td:first-child +td {
	width:400px;
}

/* Default for TABLE::input */
.t_input {
	margin-top:0px;
	margin-right:auto;
	margin-bottom:1em;
	margin-left:auto;
	width:auto;
	border:1px solid #999999;
	color:#666666;
	background-color:#EEEEEE;
}

.t_input caption {
	margin:0px 0px 2px 0px;
	border:1px solid #665333;
	background-color:#877962;
	color:#FFFFFF;
	font-weight:bold;
	padding:2px;
}

.t_input tfoot tr td,
.t_input thead tr th {
	color:#444444;
	padding:3px 5px 2px 5px;
	margin:0px;
}

.t_input tbody tr {
	background-color:#FEFEFE;
}

/* Layout assistants */
.clear {
	clear:both;
}

.middle {
	display: table-cell;
	vertical-align: middle;
}

.inline {
	float:left;
	position:relative;
}

.P5R {
	padding-right:5px;
}

.P10R {
	padding-right:10px;
}

.P20R {
	padding-right:20px;
}

.auto {
	float:left;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	border:1px solid red;
}

.S10 {
	padding:5px;
}

.S20 {
	padding:10px;
}

/* Splash page menu relisting */
.splash {
	visibility:hidden;
	list-style:none;
	margin:-15px 0px 0px 0px;
	padding:0px;
}

.splash li ul li {
	visibility:visible;
	list-style:none;
	padding:0px 0px 10px 0px;
	margin:0px;
}

.splash li ul li ul li {
	list-style:disc;
	padding:0px 0px 2px 0px;
	margin:0px;
}

.splash,
.splash ul {
	margin-left:0px;
	padding-left:0px;
}

.splash ul li ul {
	margin-left:15px;
}

/* Tooltips */
#tooltip {
	float:left;
	position:absolute;
	display:none;
	border:1px solid #BBBBBB;
	background-color:#FCFFC4;
	color:#333333;
	background-image:url("../../media/image/site/title_bg_neg.png") !important;
	background-image:none;
	background-position:center left;
	bacgkground-repeat:repeat-x;
	padding:5px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	max-width:189px;
	max-height:200px;
}

.hidden
{
	display:none;
}

.icon
{
	padding-left:3px;
}

/* Other elements */
.heading {
	border:1px solid green;
}

.caption {
	text-align:center;
	margin-right:auto;
	margin-left:auto;
	width:850px;
}

#loginlink {
	display:none;
}

#heading {
	text-align:right;
	height:54px;
	background-image:url("../../media/image/site/heading.png");
	background-position:bottom right;
	background-repeat:no-repeat;
	z-index:50;
}

#heading h1 {
	margin:0px;
	padding:0px 10px 0px 0px;
	font-size:30px;
	line-height:54px;
}

#recaptcha_image img {
	height:57px;
	width:300px;
}

.contact_notice {
	position:relative;
	height:20px;
	width:951px;
	background-color:#FFFFFF;
	margin:0px auto;
	background-image:url("../../media/image/site/heading.png");
	background-position:top right;
	background-repeat:no-repeat;
	line-height:20px;
	z-index:15;
}
