/* CSS Document */

/* @override 
	http://www.jet-guest.com/css/stylesheet.css
	https://www.jet-guest.com/css/stylesheet.css
*/

*{
	z-index:4;
}

body {
	background: #000012 url(../images/background.png) repeat-x;
	font-family: Trebuchet MS, Verdana, "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	
}

/* @group Header */

#header {
	margin-top: 28px;
	height: 75px;
	width: 975px;
}
#header img {
	float: right;
	behavior: url(../iepngfix.htc);
}
#user_controls {
	float: left;
	margin-left: 10px;
	color: white;
	font-size: 14px;
}
#user_controls a {
	color: red;
	text-decoration: none;
	font-size: 14px;
}
#user_controls a:hover {
	color: #d60000;
}

/* @end */

/* @group Navigation */

#navigation {
	margin-top: 8px;
	float: left;
}
#navigation li {
	float: left;
}
#navigation li a {
	text-decoration: none;
	color: white;
	font-size: 14px;
	margin-left: 20px;
}
#navigation li a:hover, #navigation li.selected a {
	color: #bad5eb;
}
#navigation.members li a {
	font-size: 12px;
	margin-left: 20px;
}

/* @end */

/* @group Wrapper Elements */

#location {
	width: 380px;
	text-align: left;
	float: right;
	color: white;
	font-size: 22px;
	margin-top: 5px;
}


#photo_holder {
	position: absolute;
	z-index: 1;
	width: 475px;
	height: 475px;
	left: 10px;
	top: 157px;
}
#content_wrapper {
	position: absolute;
	width: 975px;
	min-height: 697px;
	top: 103px;
}
/* IE min-height */
/*\*/
* html #content_wrapper {
	height: 697px;
}
/**/
#content_wrapper.slanted {
	background: url(../images/background-slant.png) no-repeat;
}
#content_wrapper.standard {
	background: url(../images/background-straight.png) no-repeat;
}

/* @end */

/* @group Content */

#content {
	position: relative;
	top: 20px;
	left: 20px;
	clear: both;
	color: white;
	text-align: justify;
	font-size: 15px;
	line-height: 26px;
	min-height: 500px;
	width: 940px;
	padding-bottom: 50px;
}
/* IE min-height */
/*\*/
* html #content {
	height: 500px;
}
/**/
#content p {
	padding-bottom: 15px;
}
#content .title {
	font-size: 115%;
}
#content .right {
	text-align: right;
}
.slanter {
	width: 520px;
	height: 5px;
	float: left;
	clear: left;
}
#content a {
	color:#FFFFFF;
	text-decoration:none;
}

#content a:visited
{
	color:#999999;
}
#content img {
	behavior: url(../iepngfix.htc);
}

/* @end */

/* @group Footer */

#footer {
	width: 975px;
	text-align: center;
	position: absolute;
	color: white;
	font-size: 12px;
}
#footer img {
	margin-bottom: 10px;
	behavior: url(../iepngfix.htc);
}

/* @end */



/* @group Lists */

#content ul, #content ol {
	padding: 0px 27px 10px 0;
}
#content ul li {
	line-height: 22px;
	list-style-image: url(../images/bullet.gif);
	list-style-position: inside;
	behavior: url(../iepngfix.htc);
}
#content ol li {
	list-style-type: decimal;
	line-height: 22px;
	list-style-position: inside;
}
#content .togglee ul li {
	padding-left: 18px;
	/*list-style-image: url(../images/bullet-white.png);*/
}
/* @end */

/* @group Togglers */

.toggler {
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
	display: list-item;
	height: 10px;
}
.toggler:hover,.toggler.selected {
	margin-right:-15px;
	color:#FF0000;
}
.togglee {
	margin-bottom: 2px;
	margin-right:-15px;
	background-color: #000732;
}
.togglee p {
	padding: 0 15px;
}
.togglee ul {
	position: relative;
	top: -15px;
}
.togglee ul li {
	padding-left: 18px;
}

/* @end */

/* @group Table */


table {
	margin-bottom: 10px;
	display: inline-table;
}
table tbody.bordered {
	border-top: 1px solid #4b8caf;
}
table td {
	padding: 3px;
	font-size: 12px;
}
table td.required {
	font-weight: bold;
}
table td input {
	width: 200px;
	background-color: #000c3d;
	color: white;
	border-width: 1px;
}
table td input.submit {
	background-color: red;
}
table td input.submit:hover {
	background-color: #b8080d;
}
#content .small {
	font-size: 10px;
	color: #d2ddf4;
}

/* @end */
table#recentPrices {
	display: inline-table;
}
table#recentPrices th {
	background-color: #2b4575;
	padding: 0 30px;
	border: 0px solid white;
	white-space: nowrap;
}
table#recentPrices th:hover {
	background-color: #1f3356;
	cursor: pointer;
}

table#recentPrices td {
	border: 0px solid white;
	padding: 0 30px 0 5px;
	font-size: 14px;
	text-align: right;
}
table#recentPrices .over {
	background-color: red;
}
div.clearificator {
	clear: both;
}

/* @group Error Messages */

.error {
	color: red;
	font-weight: bold;
	line-height: 15px;
	font-size: 13px;
}
.error img.error_flag {
	margin-right: 10px;
}


/* @end */


