@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 {
	float:left;
	position:absolute;
	width:910px;
	left:50%;
	margin-left:-455px;
	top:190px;
	z-index:50;
}

/* Main body of page */

#body {
	padding:15px;
	background-image:url('../../../media/image/site/main_bg.png') !important;
	background-image:none;
	background-color:transparent !important;
	background-color:#241a16;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	-khtml-border-radius:20px;
	border-radius:20px;
	border:1px solid #1a1310;
}

/* Page footer (copyright, links, etc) */
#footer {
	font-size:10px;
	text-algin:center;
	margin:15px 0px 15px 0px;
	text-align:center;
}

/* 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;
}

.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;
}

.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;
	background-color:#34271f;
	border:1px solid #1a1310;
}

.t_input caption {
	margin:0px 0px 2px 0px;
}

.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:#403026;
}

/* 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;
}

#loginlink:hover {
	color:yellow;
}

.tour-link { 
	font-weight:bold;
	color:blue;
	font-size:16px;
	float:left;
	position:absolute;
	top:0px;
	left:0px;
	text-decoration:none;
	pointer:cursor;
}

.tour-link:hover {
	color:red;
	text-decoration:underline;
}
