* {
	padding: 0;
	margin: 0;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Arial, sans-serif;
	font-size: 16px;
	text-align: center;
	background: url('../img/header_bg.gif') repeat-x white;
}
a {
	color: #375a5c;
	text-decoration: none;
}
a:hover {
	color: black;
	text-decoration: underline;
}
h1 {
	font-size: 1.3em;
	font-style: italic;
}
h2 {
	font-size: 1em;
	color: #375a5c;
	font-style: italic;
}
img, li, ol, ul {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
option {
	padding: 0 .25em;
}
input.text, textarea.text, select.text {
	background: #eff6f9;
	margin: .1em 0;
	border: 1px solid #98c6d6;
}
input.text, textarea.text {
	padding: 0 3px;
}
input.robust, textarea.robust {
	width: 98%;
}
input:focus, textarea:focus {
	background: #f9eeef;
}
p {
	margin: .5em 0;
}

/* Tables */
table.collapse {
	border-collapse: collapse;
}
table.subtable {
	font-size: .8em;
	border-collapse: collapse;
}
tr.odd {
	background: #eeeddd;
}
tr.odd td, tr.even td {
	padding: 3px;
}
tr.odd .question, tr.even .question {
	width: 150px;
	font-style: italic;
}
tr .answer .robust {
	width: 300px;
}
td {
	vertical-align: top;
}
td.question {
	padding-right: 10px;
}

/* Text */
.emphasis {
	color: #6d2c44;
	font-weight: bold;
}
.back {
	float: left;
}
.forward {
	float: right;
}
.right {
	text-align: right;
}
.cntr {
	text-align: center;
}
.clearer {
	clear: both;
}
.header {
	margin-top: 1em;
}
.note {
	font-size: .85em;
}
.subtle, .subtle a.membername, .subtle a.membername:hover {
	color: #666666;
}
.cancelled {
	text-decoration: line-through;
}
.hidden {
	display: none;
}
.nobreak {
	white-space: nowrap;
}
a.membername {
	color: black;
}
td a.membername:hover {
	text-decoration: none;
}
.balance_neg, .balance_pos, .balance_zero {
	font-size: 1.5em;
}

/* Side Boxes */
.side_box {
	width: 202px;
	font-size: .9em;
	margin-bottom: 10px;
	background: url('../img/side_box_bg.gif') repeat-y;
}
.side_box .head {
	height: 33px;
}
.side_box .body {
	padding: 5px 10px;
}
.side_box .body p {
	margin-top: 0;
}
.side_box .body ul {
	margin: .25em 0 0 0;
}
.side_box .body li {
	list-style-image: url('../img/bullet.png');
	line-height: 1.3em;
	margin-left: 1em;
}
.side_box select {
	width: 180px;
}
.side_box option {
	width: 174px;
	padding: 0 3px;
}
.side_box #more_info {
	padding-top: .5em;
	margin-top: .25em;
	border-top: 1px solid #98c6d6;
}
.side_box .toggle {
	color: #375a5c;
	cursor: pointer;
}
.side_box .toggle:hover {
	color: black;
	text-decoration: none;
}
.side_box .stretcher {
	font-size: .9em;
	background: #edf6f8;
	border-top: 1px solid white;
	border-left: 1px solid white;
}
.side_box .stretcher ul {
	margin: 5px 5px 5px 10px;
}
.side_box .foot {
	height: 3px;
	font-size: 1px;
	background: url('../img/side_box_foot.gif') no-repeat;
}

.side_box #offers_wants {
	width: 199px;
	height: 102px;
	margin: 0 1px;
}
.side_box #offers_wants + .body {
	border-top: 1px solid #375a5c;
}

/* Slide Boxes*/
.slide_box {
	padding: 0 .5em .5em .5em;
	margin: 1em 0;
	border: 2px solid #ce967d;
}
.slide_box legend {
	color: black;
	font-weight: bold;
}
.slide_box legend a:hover {
	text-decoration: none;
}
.slide_box a {
	color: black;
}
.slide_box table {
	width: 100%;
	border-collapse: collapse;
}
.slide_box thead td {
	color: #999;
	font-weight: bold;
	padding-bottom: 5px;
}

.toolTipImg {
	float: right;
	cursor: pointer;
}
.divider {
	height: 1px;
	background: url('../img/br.gif') left no-repeat;
}
.balance_neg, .expired {
	color: red;
}
.error_message {
	color: red;
	font-style: italic;
}
.balance_pos {
	color: green;
}

/* Site Structure */
#container {
	position: relative;
	width: 760px;
	min-width: 770px;
	min-height: 100%;
	text-align: left;
	margin: 0 auto;
}
* html #container { /* IE 6 Hack*/
	height: 100%;
}
#header_left {
	position: absolute;
	left: -700px;
	width: 700px;
	height: 105px;
	background: url('../img/header_bg_left.gif') repeat-x;
}
#header {
	position: relative;
	width: 98%;
	height: 105px;
	padding: 0 1%; /* Opera bug fix */
	background: url('../img/header_logo.gif') 0 7px no-repeat;

}
#header .title {
	position: absolute;
	left: 95px;
	top: 32px;
}
#main_menu {
	position: absolute;
	top: 21px;
	left: 308px;
	display: inline;
	height: 34px;
	font-size: .8em;
}
#clearer {
	clear: both;
	height: 40px;
}
#footer {
	position: relative;
	width: 100%;
	height: 31px;
	color: #ce967d;
	font-size: .75em;
	text-align: center;
	margin-top: -31px;
	background: url('../img/footer_bg.gif') repeat-x;
}

/* Search Box */
#header #search {
	position: absolute;
	left: 90px;
	top: 78px;
}

#header #search input {
	width: 140px;
	border: 1px solid #00609d;
}
#header #search input.button {
	width: 60px;
	margin-left: 10px;
	border: none;
}

/* Greeting */
#greeting {
	position: absolute;
	bottom: 2px;
	right: 0;
	width: 440px;
	font-size: .9em;
}
#greeting div {
	float: right;
	width: 225px;
	text-align: right;
}

/* Main Menu */
#main_menu ul {
	list-style: none;
}
#main_menu li {
	display: inline;
}
#main_menu a {
	float: left;
	height: 28px;
	color: white;
	text-decoration: none;
	background: url('../img/main_menu_right.gif') right top no-repeat;
}
#main_menu a span {
	float: left;
	display: block;
	height: 28px;
	padding: 5px 10px 0 10px;
	background: url('../img/main_menu_left.gif') top left no-repeat;
}
#main_menu a:hover {
	background: url('../img/main_menu_right2.gif') right top no-repeat;
}
#main_menu a:hover span {
	color: black;
	cursor: pointer; /* IE bug fix */
	background: url('../img/main_menu_left2.gif') top left no-repeat;
}
#main_menu a.first span {
	padding: 5px 10px 0 15px;
	background-image: none;
}
#main_menu a.first span span {
	padding: 0;
}
#main_menu a.first:hover span {
	background: url('../img/main_menu_first_left2.gif') no-repeat;
}
#main_menu a.first:hover span span {
	background: url('../img/menu_home_b.png') no-repeat;
}
#main_menu a.first:hover span img {
	visibility: hidden;
}

/* Footer */
#footer div {
	width: 760px;
	text-align: left;
	padding: 10px 10px 0 0;
	margin: 0 auto;
}
#footer .credits {
	float: right;
	width: 50%;
	text-align: right;
	padding: 0;
}
#footer a {
	color: #ce967d;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* Pagination */
#pagination {
	margin-top: 1em;
}
#pagination .count {
	float: right;
}

/* Javascript */
.tool-tip {
	top: 0;
	color: #fff;
	text-align: left;
	width: 172px;
	z-index: 13000;
}
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	padding: 8px 8px 4px;
	background: url(../img/bubble.png) top left;
}
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	margin: 0;
	background: url(../img/bubble.png) bottom right;
}
.StickyWinInstance {
	text-align: left;
}

#nojavascript {
	margin: 1em 0;
	border: 2px dashed #72433b;
	background: #f1c9ca;
}
#nojavascript .inner {
	padding: 10px 10px 10px 75px;
	background: url('../img/dialog-warning.png') 10px no-repeat;
}