/* 
 *   ListZe - Tier 1 CSS Stylesheet
 *   Revision: 1.1, Rev. Date: 12/02/07
 *   Author: Harry Maugans <harry@maugans.com>
 *   Copyright 2007 Maugans Corp, Inc. All rights reserved.
 */

/* Begin Global HTML Overloading */
body {
	margin: 0; 
	padding: 0;
	background: #b7dff9 url('/images/bg.gif') repeat;
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
	text-align: center;
}
a {
	font-family: Verdana, arial, helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form { /* fix ie's form padding issue */
	display: inline;
	margin: 0;
}
input,textarea {
	font-family: Verdana, arial, helvetica, sans-serif;
}
h1 {
	margin: 0 0 8px 0;
	font-size: 17pt;
	color: #000000;
	font-weight: 700;
}
h2 {
	margin: 0 0 8px 0;
	font-size: 13pt;
	color: #46678A;
	font-weight: 700;
}
h4 {
	margin: 2px 0 4px 0;
	font-size: 9pt;
	color: #46678A;
	font-weight: 700;
}
label {
	font-size: 11pt;
}
/* End Global HTML Overloading */

/* Begin Header and Footer */
#header {
	background-color: #4f90ba;
	padding: 0;
	margin: 0 auto;
	height: 75px;
	width: 760px;
	color: #FFFFFF;
}
#header_left {
	float: left;
}
#header_right {
	position: relative;
	float: right;
	background: #4F90BA url('/images/header-right.gif') no-repeat scroll top right;
	height: 75px;
	padding-right: 9px;
	width: 440px;
}
#header_login {
	float: right;
	width: 100%;
	height: 38px;
	background: #35749D url('/images/header-login-left.gif') no-repeat scroll top left;
}
#header_login div {
	padding: 8px 4px 0px 12px;
	font-size: 8pt;
}
#header_login div span {
	display: inline;
	font-size: 13pt;
}
.floatleft{
	float: left;
}
.floatright {
	float: right;
	margin: -3px -3px 0 0;
}
.header_login_textbox {
	width: 76px;
	border: 1px solid #468ab7;
}
#header_serving {
	padding: 6px;
	text-align: center;
	font-size: 13pt;
	color: #F2F2F2;
}
#header_serving div {
	display: inline;
	background: #a8c8dd url('/images/serving-left.gif') no-repeat scroll top left;
	padding-left: 4px;
}
#header_serving div div {
	display: inline;
	background: #a8c8dd url('/images/serving-right.gif') no-repeat scroll top right;
	padding-right: 8px;
	color: #316d91;
	font-weight: bold;
}
#footer {
	background-color: #FFFFFF;
	width: 760px;
	margin: 0 auto;
	text-align: center;
	font-size: 9px;
	padding: 8px 0 18px 0;
	line-height: 160%;
}
#footer span {
	display: block;
	color: #4f90ba;
}
#footer span a {
	color: #4f90ba;
}
/* End Header and Footer */

/* Begin Middle Bar */
#midbar {
	padding: 24px 0 0 0;
	margin: 0 auto;
	width: 730px;
	text-align: left;
}
#midbar_tabs {
	float: left;
	background: transparent url('/images/midtabs-left.gif') no-repeat scroll top left;
	margin-top: 13px;
	padding-left: 10px;
	height: 28px;
}
#midbar_tabs div {
	float: left;
	background: #4f90ba url('/images/midtabs-right.gif') no-repeat scroll top right;
	padding: 5px 14px 0 8px;
	height: 23px;
}
#midbar_tabs div a {
	color: #FFFFFF;
	font-size: 11pt;
	font-weight: bold;
}
#midbar_tabs div .midbar_tabs_sep {
	float: none;
	display: inline;
	margin: 0 4px 0 8px;
	padding: 0;
	background: #4f90ba url('/images/midtabs-sep.gif') no-repeat scroll top left;
	width: 2px;
	height: 18px;
}
#midbar_search {
	float: right;
	background: transparent url('/images/search-left.gif') no-repeat scroll top left;
	padding-left: 7px;
	height: 41px;
}
#midbar_search div {
	float: left;
	background: #f5a452 url('/images/search-right.gif') no-repeat scroll top right;
	padding: 8px 14px 0 8px;
	height: 33px;
}
#search_textbox {
	width: 140px;
	border: 1px solid #e59647;
	background-color: #feecd8;
	padding: 4px;
}
/* End Middle Bar */

.alertBlock {
	background-color: #fff6bf;
	border-top: 2px solid #ffd324;
	border-bottom: 2px solid #ffd324;
	padding: 8px 14px; margin: 8px 0;
}

#content {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	text-align: left;
	background-color: #FFFFFF;
	position: relative;
}
#content_tl {
	float: left;
	height: 7px;
	width: 7px;
	top: 0;
	right: 0;
	padding: 7px 0 0 7px;
	background: transparent url('/images/content-tl.gif') no-repeat scroll 0 0;
}
#content_tr {
	float: right;
	height: 7px;
	width: 7px;
	top: 0;
	right: 0;
	padding: 7px 7px 0 0;
	background: transparent url('/images/content-tr.gif') no-repeat scroll 100% 0;
}
#content_homepage {
	background: #FFFFFF url('/images/whatislistze.gif') no-repeat scroll 100% 0;
}
#content_inner{
	padding: 12px;
}
.bbox {
	background-color: #d3e3f0;
	display: block;
}
.bbox_inner {
	padding: 4px 8px;
	font-size: 14px;
	font-weight: bold;
}
.bbox_inner span span {
	display: block;
	float: right;
	padding: 2px 6px;
	margin-top: 2px;
	background-color: #4f90ba;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: normal;
}
.bbox_tl {
	background: transparent url('/images/bbox-tl.gif') no-repeat scroll 0 0;
}
.bbox_tr {
	background: transparent url('/images/bbox-tr.gif') no-repeat scroll 100% 0;
}
.bbox_br {
	background: transparent url('/images/bbox-br.gif') no-repeat scroll 100% 100%;
}
.bbox_bl {
	background: transparent url('/images/bbox-bl.gif') no-repeat scroll 0 100%;
}
.sbox {
	background-color: #518EBA;
	display: block;
	text-align: center;
}
.sbox span {
	display: block;
	padding: 3px;
	color: #FFFFFF;
	font-size: 11px;
}
.sbox_bottom {
	background-color: #35749D;
	color: #D4E2EF;
	display: block;
	text-align: left;
}
.sbox_bottom span {
	padding: 4px 6px 0 6px;
	font-size: 9px;
}
.sbox_bottom span div {
	font-size: 20px;
	padding: 4px;
	font-weight: bold;
}
.sbox_tl {
	background: transparent url('/images/sbox-tl.gif') no-repeat scroll 0 0;
}
.sbox_tr {
	background: transparent url('/images/sbox-tr.gif') no-repeat scroll 100% 0;
}
.sbox_br {
	background: transparent url('/images/sbox-br.gif') no-repeat scroll 100% 100%;
}
.sbox_bl {
	background: transparent url('/images/sbox-bl.gif') no-repeat scroll 0 100%;
}
.wbox {
	background-color: #FFFFFF;
	display: block;
	margin-top: 6px;
	line-height: 120%;
}
.wbox_inner {
	padding: 6px;
	font-size: 12px;
	font-weight: normal;
}
.wbox_tl {
	background: transparent url('/images/wbox-tl.gif') no-repeat scroll 0 0;
}
.wbox_tr {
	background: transparent url('/images/wbox-tr.gif') no-repeat scroll 100% 0;
}
.wbox_br {
	background: transparent url('/images/wbox-br.gif') no-repeat scroll 100% 100%;
}
.wbox_bl {
	background: transparent url('/images/wbox-bl.gif') no-repeat scroll 0 100%;
}
.wbox_inner a {
	font-weight: bold;
}

.listscore_box {
	float: right;
	display: inline;
	height: 13px;
	width: 26px;
	text-align: center;
	background: transparent url('/images/list-score-bg.gif') repeat-x scroll top left;
	color: #FFFFFF;
	font-size: 9px;
	line-height: 12px;
}
.listscore_box_left {
	margin-left: 4px;
}
.listscore_box_side {
	float: right;
	height: 13px;
	width: 1px;
	display: inline;
	background: transparent url('/images/list-score-side.gif') no-repeat scroll top left;
}
.listscore_obox {
	float: right;
	display: inline;
	height: 13px;
	width: 26px;
	text-align: center;
	background: transparent url('/images/list-score-bg-orange.gif') repeat-x scroll top left;
	color: #FFFFFF;
	font-size: 9px;
	line-height: 12px;
}
.listscore_obox_side {
	float: right;
	height: 13px;
	width: 1px;
	display: inline;
	background: transparent url('/images/list-score-side-orange.gif') no-repeat scroll top left;
}
.list_sep {
	border: 0;
	border-bottom: 1px solid #D3E3F0;;
	color: #FFFFFF;
	height: 1px;
}
.list_top, .list_top a {
	color: #E69137;
	font-weight: normal;
}
.list_normal, .list_normal a {
	color: #36759E;
	font-weight: normal;
}

.create_textbox {
	padding: 6px;
	font-size: 16pt;
	font-weight: bold;
	border: 1px solid #7F9DB9;
}
.create2_textbox {
	padding: 4px;
	font-size: 12pt;
	border: 1px solid #7F9DB9;
	margin-bottom: 6px;
	width: 450px;
}
.create2_textboxarea {
	padding: 4px;
	font-size: 12pt;
	border: 1px solid #7F9DB9;
	margin-bottom: 6px;
	height: 40px;
	width: 450px;
}
.create_textbox_small {
	padding: 4px;
	font-size: 12pt;
	border: 1px solid #7F9DB9;
}
.create_textarea {
	padding: 6px;
	font-size: 11pt;
	border: 1px solid #7F9DB9;
}
.create2_textarea {
	padding: 4px;
	font-size: 10pt;
	border: 1px solid #7F9DB9;
	height: 60px;
	width: 400px;
	margin-left: 50px;
	margin-bottom: 16px;
}
.form_title {
	display: block;
	font-size: 12pt;
	font-weight: bold;
	color: #4F90BA;
	padding-bottom: 6px;
}
.form_tip {
	display: block;
	padding-top: 6px;
	font-size: 8pt;
	padding-left: 8px;
	color: #777777;
}
.radio_examples {
	display: block;
	font-size: 8pt;
	color: #777777;
	padding-left: 26px;
	padding-top: 4px;
}
.form_error {
	background-color: #fdfcb3;
	border: 2px solid #D3E3F0;
	margin-bottom: 16px;
	padding: 8px;
	font-size: 11pt;
}
.form_error strong {
	font-size: 13pt;
	padding-bottom: 8px;
	display: block;
}
.smallfontdiv {
	font-size: 8pt;
}
.viewlinkheader {
	font-size: 7pt;
	margin-top: 3px;
	color: #666666;
}
.viewlinkbox {
	background-color: #FEFBCC;
	font-size: 8pt;
	width: 184px;
	border: 1px solid #7F9DB9;
}
.listdate {
	color: #36759E;
}
.pendinginfodiv {
	font-size: 11pt;
	background-color: #D3E3F0;
	border: 2px solid #4F90BA;
	padding: 8px;
}
.listitemvotebox {
	width: 32px;
	height: 36px;
	background: #FFFFFF url('/images/li-votebox.gif') no-repeat scroll 0 0;
	text-align: right;
	vertical-align: top;
	padding-top: 3px;
}
.listitemvoteupdiv {
	padding: 0 4px 1px 0;
}
.listitemvotedowndiv {
	padding: 1px 4px 0 0;
}
.listitembrfooter {
	text-align: right;
	font-size: 9px;
	color: #AAAAAA;
}
.listitembrfooter a {
	color: #AAAAAA;
}
.listitemrow_top {
	width: 100%;
}
.listitemrow {
	width: 100%;
	padding-top: 4px;
	margin-top: 4px;
	border-top: 1px solid #EEEEEE;
}
.plainlink {
	text-decoration: none;
}
.plainlink:hover {
	text-decoration: none;
}
.itemstatus {
	display: none;
	font-size: 0.6em;
	padding-top: 4px;
	text-align: center;
}
