﻿/* reset everything to start with */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus, :active {
	outline: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a
{
		
}

sup
{
	font-size: 10px;
	vertical-align: text-top;	
}
/* general stylings */

body
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;
	background-image: url(../images/main-bg.jpg);
	width: 100%;
	text-align: center;
	background-position: center top;
}

img
{
	border: 0;
}

h1
{
	font-size: 20px;
	background-image: url(../images/header-bg.jpg);
	width: 342px;
	height: 35px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-left: 20px;
}

h1.long
{
	font-size: 15px;
	background-image: url(../images/header-long-bg.jpg);
	width: 433px;
	height: 33px;
	margin-bottom: 10px;
	padding-top: 12px;
	padding-left: 20px;
}

h2
{
	font-size: 14px;
	padding-bottom: 10px;
}

#content-wrapper h2
{
	padding-top: 10px;
}

p
{
	line-height: 18px;
	margin-bottom: 10px;
}

dt
{
	position: relative;	
}

a
{
	color: #000;
}

input
{
	border: solid 1px #b2b2b2;	
}

.strong
{
	font-weight: bold;	
}

.normal
{
	font-weight: normal;	
}

.align-center
{
	text-align: center;	
}

.align-left
{
	text-align: left;	
}

.align-right
{
	text-align: right;
}

.image-float-left
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

textarea
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12px;	
	padding: 2px;
}

#main-container
{
	width: 980px;
	margin: 0 auto 0 auto;
	min-height: 500px;
	background-color: White;
	background-image: url(../images/main-container-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
	position: relative;
	text-align: left;
}

#header
{
	height: 108px;
	position: relative;
}

#logo
{
	position: absolute;
	top: 10px;
	left: 25px;	
}

#primary-nav-container
{
	background-image: url(../images/primary-nav-bg.jpg);
	height: 42px;
}

#content-container
{
	padding: 10px 10px 0 10px;	
	position: relative;
	margin-bottom: 10px;
	min-height: 1px;
}

#col1
{
	/*float: left;*/
	width: 705px;
	margin-bottom: 10px;
}

#col2
{
	position: absolute;
	width: 240px;
	float: right;
	margin-right: 6px;
	margin-bottom: 10px;
	top: 10px;
	right: 10px;
}

#HomePanel1Buttons
{
	margin: 0;
	position: absolute;
	right: 0;
	width: 225px;
	top: 5px;
}

* html #HomePanel1Buttons
{
	top: 10px;
	right: 5px;
}

#HomePanel1Buttons li
{
	list-style-type: none;
	margin-bottom: 4px;
}

#HomePanel1Buttons li a
{
	width: 180px;
	height: 27px;
	background-image: url(../images/btn-home-panel1.gif);
	background-position: top;
	display: block;
	text-align: left;
	padding-left: 45px;
	padding-top: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 14px;
}

#HomePanel1Buttons li a:hover, #HomePanel1Buttons li a.active
{
	background-position: bottom;
}

#HomePanel2Buttons
{
	margin: 0;
	position: absolute;
	left: 5px;
	width: 225px;
	top: 10px;
}

#HomePanel2Buttons li
{
	list-style-type: none;
	margin-bottom: 4px;
}

#HomePanel2Buttons li a
{
	width: 195px;
	height: 25px;
	padding-left: 15px;
	padding-top: 6px;
	background-image: url(../images/btn-home-panel2.gif);
	background-position: top;
	display: block;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-size: 12px;
}

#HomePanel2Buttons li a:hover, #HomePanel2Buttons li a.active
{
	background-position: bottom;
}

.column
{
	width: 234px;
	float: left;	
	border: solid 1px red;
	height: 200px;
}

.float-right
{
	float:right;	
}

.float-left
{
	float:left;	
}

.clear
{
	clear: both;	
}

.box
{
	background-image: url(../images/box-bg.gif);
	padding: 1px;
}

.box .container
{
	text-align: left;
	position: relative;
	width: inherit;
	height: 100%;	
	background-color: White;
}

* html .box .container
{
	position: static;
}

.box .container ul
{
	margin: 10px 0 10px 35px;
}

.box .container ul li
{
	list-style-type: circle;	
}

.box-header
{
	font-size: 16px;
	font-weight: bold;
}

.box .container .content-wrapper
{
	padding: 10px;
}

#sign-up-container
{
	text-align: left;
	width: 239px;
	height: 50px;
	margin-bottom: 7px;
}

#home-panel-1
{
	position: relative;
	width:700px !important;
	height:255px !important;
	margin-bottom: 10px;
}

#make-a-donation
{
	width:234px !important;
	height: 85px !important;
	margin-bottom: 7px;
}

#donation-total
{
	width:234px !important;
	height:103px !important;
	margin-bottom: 10px;
}

#latest-donations
{
	width:234px;
	height:235px;
	margin-bottom: 5px;
}

#latest-donations .container
{
	width: 221px;
	padding: 10px 0 0 13px;
	height: 225px;
}

#latest-donations .container p.box-header
{
	margin-bottom: 5px;
}

#home-panel-2
{
	position: relative;
	width:700px !important;
	min-height:180px !important;
}

#home-panel-2 .container
{
	min-height:220px;
	padding-top: 5px;
	padding-bottom: 5px;
}

* html #home-panel-2 .container
{
	padding-top: 5px;
}

.header-image
{
	padding: 10px 0 5px 10px;	
}

.search-box
{
	height: 32px;
	width: 215px;
	padding: 0 0 0 10px;
}

.search-box input.textbox
{
	margin-top: 5px;
	width: 160px;
	padding: 3px;
}

.total-raised-text
{	
	line-height: 14px;
	margin-bottom: 0;
	font-size: larger;
	font-weight: bold;
	padding: 5px 0 5px 0;
}

.participant-total-text
{
	line-height: 14px;
	margin-bottom: 0;
	font-size: larger;
	font-weight: bold;
	padding: 0 0 5px 0;
}

.profile-pic
{
	width: 60px;
	height: 60px;
	margin-left: auto;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}

.profile-pic .container
{
	padding: 0 !important;
	width: 60px !important;
	height: 60px !important;	
	text-align: center;
	overflow: hidden;
}

.profile-pic-buttons
{
	position: absolute;
	top: 85px;	
}

.profile-pic-prev
{
	left: 5px;	
}

.profile-pic-next
{
	right: 5px;
}

.latest-donation-slider
{
	position: relative;
	width: 205px;
	height: 185px;
	text-align: left;		
}

.latest-donation-slider p
{
	margin-bottom: 4px;
}


/* rotator in-page placement */
    div#banner-panel {
	height:61px;
	width: 236px;
}

/* rotator css */
	
	div#banner-panel ul li {
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#banner-panel ul li img {
}
    div#banner-panel ul li.show {
	z-index:500
}

#footer
{
	position: relative;
	font-size: x-small;	
	margin: 0 20px 0px 20px;
	padding: 0 0 10px 0;
}

#primary-nav
{
	margin-left: 10px;	
}

#primary-nav li
{
	float: left;
}

#primary-nav a
{
	background-position: top;	
	display: block;
	height: 40px;
	font-size: 0;
	color: #fff026;
}

#primary-nav a:hover, #primary-nav a.active
{
	background-position: bottom;	
}

.Home
{
	background-image: url(../images/btn-home.gif);
	width: 67px;
}

.About
{
	background-image: url(../images/btn-about.gif);
	width: 73px;
}

.SignUp
{
	background-image: url(../images/btn-sign-up-nav.gif);
	width: 84px;
}

.Auction
{
	background-image: url(../images/btn-auction-nav.gif);
	width: 84px;
}

.Donate
{
	background-image: url(../images/btn-donate-nav.gif);
	width: 82px;
}

.Beneficiaries
{
	background-image: url(../images/btn-beneficiaries.gif);
	width: 139px;
}

.Partners
{
	background-image: url(../images/btn-partners.gif);
	width: 105px;
}

.Celebrities
{
	background-image: url(../images/btn-celebrities.gif);
	width: 113px;
}

.Shop
{
	background-image: url(../images/btn-shop.gif);
	width: 65px;
}

.Leaderboards
{
	background-image: url(../images/btn-leaderboards.gif);
	width: 140px;
}

.Downloads
{
	background-image: url(../images/btn-downloads.gif);
	width: 90px;
}

#side-nav-wrapper
{
	margin-top: 8px;
	width: 215px;
	float: left;	
}

.side-nav
{
}

.side-nav ul
{
	margin: 0 !important;
	margin-top: 10px;
}

.side-nav ul li
{
	list-style-type: none !important;
	margin-bottom: 5px;
}

.side-nav ul li a
{
	padding: 7px 0 0 20px;
	background-image: url(../images/side-nav-bg.jpg);
	width: 196px;
	height: 26px;
	background-position: bottom;
	display: block;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.side-nav ul li a:hover, .side-nav ul li a.active 
{
	background-position: top;
}

#content-wrapper
{
	margin-top: 10px;
	float: right;
	width: 728px;
	min-height: 460px;	
}

#content-wrapper .container
{
	position: static;
	padding: 10px;	
	width: 708px;
	min-height: 450px;
}

#content-wrapper .container p
{
	padding: 0 10px;	
}

#banners
{
	margin-top: 10px;
	float: right;
	width: 728px;
	margin-right: 3px;	
}

#full-width-content-wrapper
{
	width: 950px;	
}

#full-width-content-wrapper .container
{
	position: relative;
	padding: 10px;	
	width: 930px;
}

#breadcrumb-wrapper
{
	border: solid 1px #ccc;
	padding: 5px !important;
	margin-bottom: 10px;
}

.sign-up-wrapper #breadcrumb-wrapper
{
	padding: 0px !important;
}

h2.side-nav-header
{
	margin-left: 10px;
}

.login a
{
	width: 67px;
	height: 50px;
	background-image: url(../images/btn-login.gif);
	background-position: top;
	display: block;
	font-size: 0;
	color: White;
}

.sign-up a
{
	width: 165px;
	height: 50px;
	background-image: url(../images/btn-sign-up.gif);
	background-position: top;
	display: block;
	font-size: 0;
	color: White;
}

.manage-my-account a
{
	width: 232px;
	height: 48px;
	background-image: url(../images/btn-manage-my-account.gif);
	background-position: top;
	display: block;
	font-size: 0;
	color: White;
}

.login a:hover, .sign-up a:hover, .manage-my-account a:hover
{
	background-position: bottom;
}

.search-button 
{
	background-image: url(../images/btn-go.gif);
	background-position: top;
	height: 37px;
	width: 37px !important;	
	font-size: 0;
	color: White;
	border: 0;
	margin-top: 0 !important;
	cursor: pointer;
}

.search-button:hover
{
	background-position: bottom;
}

table.league-tables
{
	/*margin-left: 240px;*/
	width: 445px;
}

table.league-tables td, table.league-tables th
{
	padding: 3px 10px 3px 6px;	
	text-align: left;
}

table.league-tables td.amount, table.league-tables th.amount
{
	padding-right: 0 !important;	
}

table.league-tables td.name
{
	width: 130px;
}

table.league-tables-teams td.name
{
	width: 220px;
}

table.league-tables td.state
{
	text-align: left;
}

table.league-tables tr.header
{
	font-weight: bold;	
}

table.league-tables tr.odd
{
	background-color: #fff;	
}

table.league-tables tr.even
{
	background-color: #fff;	
}

.button-left
{
	background-image: url(../Images/btn-pointer.gif);
	width: 30px;
	height: 31px;
	background-position: left bottom;
	font-size: 0;
	color: White;
	display: block;
}

.button-left:hover
{
	background-position: left top;
}

.button-right
{
	background-image: url(../images/btn-pointer.gif);
	width: 30px;
	height: 31px;
	background-position: right bottom;
	font-size: 0;
	color: White;
	display: block;
}

.button-right:hover
{
	background-position: right top;
}

.loading-panel
{
	position: absolute;
	top: 0;
	z-index: 10;
}

.opaque-panel
{
	position: absolute;
	top: 0;
	opacity: .80;
	filter: alpha(opacity=80);
	background-color: #666;	
	z-index: 11;
}

.animation
{
	position: absolute;
	top: 0;
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 12;
}

.width-470
{
	width: 470px;
}

.height-283
{
	height: 285px;	
}

.height-300
{
	height: 300px;	
}

.absolute-right
{
	right: 0 !important;	
}

#footer #contact
{
	position: absolute;	
	left: 75px;
	top: 0;
}

.see-more-link
{
	background-image: url(../images/btn-see-more.gif);
	background-repeat: no-repeat;
	width: 103px;
	height: 20px;
	font-size: 0;
	color: White;
	position: absolute;
	top: 10px;
	right: 10px;
}

.see-more-link:hover
{
	background-position: bottom;	
}

#profile-panel-column1
{
	width: 190px;
	float: left;
	margin-right: 7px;
}

#profile-panel-column2
{
	width: 375px;
	float: left;	
	margin-right: 7px;
}

#profile-panel-column2-full-width
{
	width: 750px;
	float: right;
	margin-right: 7px;
}

#profile-panel-column2-full-width .container
{
	min-height: 670px;
	width: 730px;
	padding: 10px;
}

#profile-panel-column3
{	
	width: 375px;
	float: left;
}

#profile-details-wrapper
{
	width: auto;	
	margin-bottom: 5px;
}

* html #profile-details-wrapper
{
	width: 382px;	
}

#profile-details-wrapper .container
{
	padding: 10px;	
}

#make-donation
{
	width: auto;
	min-height: 200px;	
}

#page-views
{
	width: 105px;
	height: 100px;
}

#profile-link
{
	width: 375px;
	height: 50px;
	margin-bottom: 5px;
}

#profile-link .container
{
	padding: 10px;
	width: 355px;
	height: 30px;
}

#profile-image
{
	width: 110px;
	float: left;
	margin-right: 10px;
}

#profile-details
{
	padding-left: 120px;	
}

.how-feeling-scroller
{
	width: 100px !important;	
}

.how-feeling-scroller li
{
	width: 100px;
	height: 100px;
	background-color: Red;
}

.pop-out-info
{
	width: 500px;
	position: absolute;
	top: 0;
	left: -3px;	
	z-index: 1000;
}

.pop-out-info .tab
{
	position: absolute;
	top: 0;
	left: 0;
	width: 115px;
	height: 13px;
	border-top: solid 1px red;
	border-left: solid 1px red;
	border-right: solid 1px red;
	border-bottom: solid 1px white;
}

.pop-out-info .body
{
	top: 15px;
	position: absolute;
	width: 500px;
	height: 200px;
	border: solid 1px red;
	background-color: White;
	margin-top: -1px;
}

.head-to-head-wrapper
{
	margin-top: 10px;
}

.forfeit-wrapper, .comments-wrapper
{
	position: relative;	
}

.forfeit-wrapper .pop-out-info, .comments-wrapper .pop-out-info, .forfeit-wrapper .pop-out-info .body, .comments-wrapper .pop-out-info .body
{
	width: 200px !important;	
}

.forfeit-wrapper .pop-out-info .tab
{
	width: 40px;	
}

.comments-wrapper .pop-out-info .tab
{
	width: 70px;	
}

table.list
{
	width: 680px;
	margin: 10px;
}

table.list td, table.list th
{
	padding: 8px;
	vertical-align: top;
}

table.list tr.header
{
	font-weight: bold;	
}

table.list tr.odd
{
	background-color: #fff;	
}

table.list tr.even
{
	background-color: #ebe6cb;	
}

.detail-list-wrapper
{
	margin-left: 10px;
	margin-top: 10px;	
}

.detail-list-item
{
	position: relative;
	width: 680px;
	min-height: 100px !important;	
	margin-bottom: 10px;
}

* html .detail-list-item
{
	position:static;	
}

.detail-list-item .container
{
	width: auto !important;
	min-height: 100px !important;	
	position: relative;
	padding-top: 15px !important;
	padding-left: 15px !important;
}

.detail-list-item .container h2
{
	margin-bottom: 5px;	
}

.detail-list-item .col1
{
	width: 75px;
	text-align: center;
}

.detail-list-item .col2
{
	width: 190px;
	margin-left: 20px;
}

.detail-list-item .col2 h2
{
	padding-top: 0 !important;
}

.detail-list-item .col2 p
{
	padding-left: 0 !important;	
}

.detail-list-item .col3
{
	width: 260px;
	padding-top: 2px;
}

.detail-list-item .col4
{
	width: 115px;
}

.detail-list-item .col1 .participant-image
{
	margin-left: auto;
	margin-right: auto;
	width: 62px;
}

.detail-list-item .col1 .company-image
{
	margin-left: auto;
	margin-right: auto;
	width: 62px;
}

.donate-button
{
	background-image: url(../images/btn-view.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 104px !important;
	height: 29px !important;
	font-size: 0;
	color: White;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

* html .donate-button
{
	position: static;
	float: right;
}

.donate-button:hover
{
	background-position: bottom;
}

.datetime
{
	color: #6a6868;
}

.detail-photo-item
{
	width: 209px;	
	min-height: 280px;
	margin-left: 18px;
	margin-bottom: 18px;
	margin-top: 10px;	
}

* html .detail-photo-item
{
	margin-left: 8px;	
	margin-right: 8px;
}

.detail-photo-item .container
{
	padding: 0 !important;
	padding-top: 10px !important;
	margin: 0 !important;
	width: auto !important;	
	min-height: 280px !important;
	text-align: center;
}

.detail-photo-item h2
{
	margin-top: 5px;	
}

.detail-photo-item p
{
	padding-left: 0 !important;
}

.detail-photo-item .image-wrapper
{
	height: 125px;
	overflow: hidden;
}

.absolute-bottom-right
{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

a.view-photos
{
	background-image: url(../images/view-photos.jpg);
	background-position: top;
	width: 23px;
	height: 24px;
	display: block;
	font-size: 0;
	color: White;
}

a.view-list
{
	background-image: url(../images/view-list.jpg);
	background-position: top;
	width: 23px;
	height: 24px;
	display: block;
	font-size: 0;
	color: White;
}

a.view-details
{
	background-image: url(../images/view-details.jpg);
	background-position: top;
	width: 23px;
	height: 24px;
	display: block;
	font-size: 0;
	color: White;
}

a.view-photos:hover, a.view-list:hover, a.view-details:hover, a.view-active
{
	background-position: bottom;	
}

ul.tabs
{
	position: absolute;
	margin-left: 0 !important;
}

* html ul.tabs
{
	position: static;	
}

ul.tabs li
{
	float: left;
	list-style-type: none !important;	
}

ul.tabs li a
{
	display: block;
	background-image: url(../images/tab-bg.jpg)	;
	background-position: top;
	width: 115px;
	height: 25px;
	padding: 5px 0 0 15px;
	text-decoration: none;
}

ul.tabs li a:hover, ul.tabs li a.active
{
	background-position: bottom;
}

ul.sml-tabs
{
	float: left;	
	margin-left: 0 !important;
}

ul.sml-tabs li
{
	float: left;
	list-style-type: none !important;	
}

ul.sml-tabs li a
{
	display: block;
	background-image: url(../images/sml-tab-bg.jpg)	;
	background-position: top;
	width: 39px;
	height: 20px;
	padding: 3px 0 0 8px;
	text-decoration: none;
}

ul.sml-tabs li a:hover, ul.sml-tabs li a.active
{
	background-position: bottom;
}

#select-view
{
	width: 130px;
	float: right;
	margin: 0;
}

#select-view li.title
{
	list-style-type: none;
	font-weight: bold;
	padding-top: 3px;
}

#select-view li
{
	list-style-type: none;
	float: left;	
	margin-right: 5px;
}

.search-box-search-results
{
	float: right;
	width: 200px;
}

search-box-search-results input
{
	margin-top: 3px;	
	padding: 3px;
	margin-right: 5px;
}

.paging-wrapper
{
	width: 695px;
	text-align: center;	
}

.paging
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: 40px;
	position: relative;
	width: 160px;
}

* html .paging
{
	position: static;
}

.paging-left
{
	position: absolute !important;
	left: 0;	
}

* html .paging-left
{
	position: static !important;
	float: left;
}

.paging-right
{
	position: absolute !important;
	right: 0;	
}

* html .paging-right
{
	position: static !important;
	float: right;
}

.current-page
{
	padding-top: 8px;
	display: block;	
}

.participant-list-wrapper
{
	width: 695px;
	padding-top: 15px;
}

.group-list-wrapper
{
	width: 695px;
	padding-top: 15px;
}

.company-list-wrapper
{
	padding-top: 15px;
}

.matrix
{
	width: 180px;
}

.matrix .matrix-item
{
	width: 50px;
	height: 80px;
	float: left;
	text-align: center;
	margin-left: 5px;	
	overflow: hidden;
}

.matrix .matrix-item .image
{
	height: 30px;
	overflow: hidden;
}

.donation-scroller
{
	margin-top: 5px;
	width: 205px !important;
	height: 185px;
}

.donation-scroller ul, .donation-scroller li
{
	/*height: 205px !important;	*/
}

p.scroller-donation-message
{
	line-height: 18px;
}

.participant-scroller, .celebrity-scroller, .blog-scroller
{
	margin-left: 45px;
	width: 	380px !important;
}

.participant-scroller ul, .participant-scroller li, .celebrity-scroller ul, .celebrity-scroller li, .blog-scroller ul, .blog-scroller li
{
	position: relative;	
}

.participant-scroller li, .celebrity-scroller li, .blog-scroller li
{
	width: 	465px;
}

.participant-scroller .participant-item, .celebrity-scroller .participant-item, .blog-scroller .participant-item
{
	width: 370px;
	min-height: 245px;
	/*margin: 0 45px;*/
	/*padding: 20px;*/
}

.participant-scroller .participant-item .box, .celebrity-scroller .participant-item .box, .blog-scroller .participant-item .box
{
	margin-right: 10px;
	margin-bottom: 10px;
}

.participant-scroller .participant-item .profile-pic, .celebrity-scroller .participant-item .profile-pic, .blog-scroller .participant-item .profile-pic
{
	width: 110px !important;
	height: 110px !important;
	padding-top: 0 !important;
	overflow: hidden;
}

.participant-scroller .participant-item img, .blog-scroller .participant-item img
{
	width: 110px;
	margin: 0 10px 10px 0;
}

.celebrity-scroller .participant-item img
{
	width: 110px;
	margin: 0 10px 10px 0;
}

.celebrity-questions
{
	/*margin: 10px 0;*/
}

.celebrity-question
{
	/*margin: 10px 0;*/
}

.participant-scroller-prev, .celebrity-scroller-prev, .blog-scroller-prev
{
	position: absolute;	
	top: 120px;
	left: 0;
}

.participant-scroller-next, .celebrity-scroller-next, .blog-scroller-next
{
	position: absolute;	
	top: 120px;
	right: 10px;
}

.celebrity-question
{
	font-weight: bold;	
}

.celebrity-answer
{
	font-weight: normal;	
}

#home-panel-2 .participant-scroller, #home-panel-2 .celebrity-scroller, #home-panel-2 .blog-scroller
{
	/*margin-left: 225px;*/
}

#content-wrapper-with-help
{
	margin-top: 10px;
	width: 950px;	
}

#content-wrapper-with-help .container
{
	width: 680px;
	min-height: 300px;
	padding: 10px;
}


#help-content-wrapper
{
	width: 240px;
	float: left;
	margin-left: 10px;
}

#sign-up-steps
{
	margin-left: 0;
	height: 24px;
	margin-left: 10px;
	#padding: 5px;
}

#sign-up-steps li
{
	list-style-type: none;
	background-image: url(../images/sign-up-step-btn.jpg);
	background-position: top;
	width: 66px;
	height: 19px;
	float: left;
	padding-left: 30px;
	padding-top: 5px;
	margin-right: 30px;
}

#sign-up-steps li.active
{
	background-position: bottom;
}

.small-print
{
	font-size: 10px;	
}

.divider
{
	font-size: 0;
	line-height: 0;
	width: 100%;
	height: 1px;
	border-top: solid 1px #d3d3d3;
	margin: 10px 0;	
}

.divider-black
{
	font-size: 0;
	line-height: 0;
	width: 100%;
	height: 1px;
	border-top: solid 1px #000;
	margin: 5px 0;
}

.btn-complete-sign-up
{
	background-image: url(../images/btn-complete-sign-up.gif);
	width: 139px;
	height: 35px;
	display: block;
	border: 0;
}

.btn-complete-sign-up:hover
{
	background-position: bottom;	
}

#pleaseWaitButtonDiv2_ctl00_BodyContent_lnkSignUp
{
	position: absolute;
	right: 50px;
	padding-top: 10px;
}

.button-container
{
	height: 45px;	
}

.sign-up-wrapper .container
{
	padding: 30px !important;	
	width: 890px !important;
}

.sign-up-wrapper .text
{
	width: 300px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	border-width: 1px;
	padding: 5px;
}

.sign-up-wrapper select
{
	width: 300px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	padding: 5px;
}

.sign-up-wrapper dl
{
}

.sign-up-wrapper dl dt
{
	float: left;
	width: 180px;
	margin-bottom: 10px;
	text-align: right;
}

.sign-up-wrapper dl dd
{
	margin-left: 200px;
	margin-bottom: 10px;
}

.search-box-wrapper
{
	position: relative;
	width: 175px;
}

.search-box-wrapper input
{
	padding: 5px !important;	
}

.Results
{
	width: 200px;
	position: absolute;
	background-color: White;
	z-index: 1000;	
	border-left: solid 2px #b2b2b2;
	border-right: solid 2px #b2b2b2;
	border-bottom: solid 2px #b2b2b2;
	border-top: solid 2px #b2b2b2;
	padding-top: 5px;
}

.search-item
{
	padding: 5px;
	width: 212px;
	clear: both;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
}

.search-item img
{
	float: left;	
	margin-right: 10px;
}

#share-links
{
	margin-left: 0;
	
}

#share-links li
{
	list-style-type: none;
	float: left;
	margin-right: 10px;
}

* html #share-links li
{
	margin-right: 5px;
	height: 20px;	
}

#share-links li a
{
	text-decoration: none;	
}

dl#participant-details dt
{
	position: static;
	float: left;
	margin-right: 5px;	
}

dt.golden-ticket, dd.golden-ticket
{
	margin: 10px 0 10px 0;
}

.profile-side-nav
{
	/*margin-top: 10px;*/
}

.profile-side-nav li
{
	margin-bottom: 5px;
}

.profile-side-nav li a
{
	padding: 10px 0 0 20px;
	background-image: url(../images/profile-side-nav-bg.gif);
	width: 170px;
	height: 29px;
	background-position: bottom;
	display: block;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.profile-side-nav li a:hover, .profile-side-nav li a.active 
{
	background-position: top;
}

#ranking
{
}

#ranking .container
{
	padding: 5px;
}

#ctl00_myTeam_divMyTeam
{
	margin-top: 10px;	
}

#ctl00_myTeam_divMyTeam .container
{
	padding: 5px;
}

#ctl00_headToHeadMatrix_divHeadToHead
{
	margin-top: 10px;	
}

#ctl00_headToHeadMatrix_divHeadToHead .container
{
	padding: 5px;
}

#team-label
{
	margin-top: 2px;
}

.paging-info 
{
	font-size: 11px;	
}

.list-person-name
{
	font-weight: bold;
	color: #666;
	font-style: italic;	
}

#display-mode, #live-feed-sort
{
	margin: 0;
	float: right;
}

#display-mode li, #live-feed-sort li
{
	list-style-type: none;
	float: left;
}

#display-mode li a.active, #live-feed-sort li a.active
{
	font-weight: bold;
}

.divider-dotted
{
	border-top: dashed 1px #d3d3d3;
	height: 1px;	
	margin: 10px 0 10px 0;
}

#latest-updates .container
{
	padding: 10px;	
}

#latest-updates .container .paging-wrapper
{
	width: auto !important;
}

.disabled
{
	color: #666;	
}

.donation-wrapper
{
	padding: 10px;	
}

.donation-wrapper dl dt
{
	float: left;
	width: 120px;
	position: static;
}

.donation-wrapper dl dd
{
	#height: 30px;	
}

* html .donation-wrapper dl dt
{
	width: 115px;
}

* html .donation-wrapper dl dd
{
	height: 30px;	
}

.donation-wrapper dl dd
{
	margin-bottom: 5px;
	margin-top: 5px;
}

.donation-wrapper input
{
	border-width: 1px;
	width: 222px;
	padding: 4px;
}

.donation-wrapper select
{
	border-width: 1px;
	border: solid 1px #B2B2B2;
	width: 232px;
	padding: 3px;
}

.donation-wrapper select.date
{
	width: 111px;	
}

span.checkbox input, input.checkbox
{
	width: 25px !important;
	border: 0 !important;
}

.donation-wrapper span.checkbox input
{
	width: 30px !important;
	border: 0 !important;
}

.make-donation-button
{
	background-image: url(../images/btn-make-donation.gif);
	width: 102px !important;
	height: 29px;
	border: 0 !important;
}

.make-donation-button:hover
{
	background-position: bottom;
}

.donation-message
{
	width: 350px;
	height: 100px;	
	border: solid 1px #B2B2B2;
}

.validation-summary
{
	background-color: #a40606;
	color: White !important;
	padding: 1px;
	margin-bottom: 10px;
	text-align: left;
}

* html .validation-summary
{
	width: 100%;
}

.validation-summary div
{
	padding: 5px;	
}

.validation-summary ul
{
	background-color: White !important;	
	color: #000;
	padding: 10px;
	list-style-type: square;
	padding-left: 35px;
	margin: 0 !important;
}

.success-summary
{
	background-color: #00cc00;
	color: #fff !important;
	padding: 1px;
	margin-bottom: 10px;
	text-align: left;
}

* html .success-summary
{
	width: 100%;
}

.success-summary div
{
	padding: 5px;	
}

.success-summary ul
{
	background-color: White;	
	color: #000;
	padding: 10px;
	list-style-type: square;
	padding-left: 35px;
	margin: 0 !important;
}

.mandatory
{
	font-size: 16px;
	color: #a40606;	
}

.required-field
{
	border: solid 1px #a40606 !important;	
}

span.required-field
{
	border: 0 !important;	
}

span.required-field
{
	border: solid 1px #a40606 !important;
	padding: 5px;
	margin-top: 5px !important;
	display: block;
}

span.required-field input
{
	width: 30px !important;
}

.date-selector input
{
	width: 150px !important;	
}

.date-selector-required input
{
	width: 150px !important;	
	border: solid 1px #a40606 !important;
}

.calendar-today
{}

.calendar-day-header
{
	font-weight: normal;	
}

.calendar-header td
{
	padding: 5px !important;
}

.calendar-day a
{
	text-decoration: none;
}

.golden-ticket table
{
	font-weight: normal;	
}

.golden-ticket caption
{
	margin-top: 5px;
	font-weight: normal;
}

.yellow-block
{
	width: 20px;
	height: 15px;
	background-color: #ff0;
	float: left;
}

#reminders
{
	margin-left: 15px;	
}

#reminders li
{
	list-style-type: none;
}

#reminders li a
{
	background-image: url(../images/icon-reminder-types.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-bottom: 5px;
	display: block;
	height: 16px;
}

#reminders .outlook
{
	background-position: left top;
}

#reminders .google
{
	background-position: left -22px;
}

#reminders .yahoo
{
	background-position: left -44px;
}

#reminders .msn
{
	background-position: left -66px;
}

#reminders .email
{
	background-position: left -90px;
}

#donation-reminder
{
	margin-top: 10px;
	background-image: url(../images/icon-donation-reminder.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	height: 30px;
	display: block;	
	padding-top: 2px;
}

.header-search-box
{
	width: 255px;
	position: absolute;
	right: 20px;
	bottom: 5px;	
}

.header-search-box input
{
	margin-top: 10px;
	width: 200px;
}

#login-wrapper
{
	position: absolute;
	top: 5px;
	right: 20px;	
}

.btn-standard
{
	font-size: 11px;
	border: 0px !important;
	background-image: url(../images/btn-standard.gif);
	width: 103px;
	height: 28px;
	background-position: top;
	padding: 5px 0 8px 10px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-top: 10px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.btn-standard-trans
{
	font-size: 11px;
	border: 0px !important;
	background-image: url(../images/btn-standard-trans.png);
	width: 145px;
	height: 29px;
	background-position: top;
	padding: 5px 0 8px 10px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.btn-standard:hover, .btn-standard-trans:hover
{
	background-position: bottom;
	cursor: pointer;
}

a.btn-standard
{
	height: 15px;
	width: 88px;
	padding-left: 15px
}

a.btn-standard-trans
{
	height: 15px;
	width: 130px;
	padding-left: 15px
}

.btn-standard-wide
{
	background-image: url(../images/btn-standard-wide.gif);
	width: 203px;
	height: 26px;
	background-position: top;
	padding: 5px 0 8px 15px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-top: 10px;
	border: 0;
	text-align: left;
	cursor: pointer;
}

.btn-standard-wide:hover
{
	background-position: bottom;
	cursor: pointer;
}

.facebook-friends
{
}

.facebook-friend
{
	float: left;
	width: 120px;
	text-align: center;
}

#twitter-feed
{
	width: 450px;
	margin-left: 240px;	
	padding-top: 8px;
	height: 270px;
}

#twitter-feed h2
{
	padding-bottom: 2px !important;	
}

.golden-ticket-void td
{
	text-decoration: line-through;		
}

.penalty-forfeit
{
	width: 520px;	
}

#email-content
{
	border: solid 1px #ccc;	
	padding: 10px;
}

.head-to-head-wrapper
{
	width: 700px;
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
}

.head-to-head-wrapper .participant, .head-to-head-wrapper .opponent
{
	text-align: center;
	width: 170px;
}

.head-to-head-wrapper .participant
{
	margin-right: 10px;	
}

.head-to-head-wrapper .opponent
{
	margin-left: 10px;	
}

.head-to-head-wrapper .participant .container, .head-to-head-wrapper .opponent .container
{
	width: 150px !important;
	min-height: 210px !important;
	text-align: center;
}

.head-to-head-wrapper .current-position
{
	width: 320px;
}

.head-to-head-wrapper .forfeit
{
	background-color: #e3dcb5;
	padding: 10px;	
}

.head-to-head-wrapper .profile-pic
{
	margin: 0 !important;
	margin-left: auto !important;
	margin-right: auto !important;
	height: 110px;
	overflow: hidden;	
	width: 110px;
}

.head-to-head-wrapper .profile-details
{
	margin-top: 10px;	
}

.comment-wrapper
{
	margin-top: 10px;
	text-align: center;	
}

.comments
{
	margin-top: 10px;
	text-align: left;	
}

#donate-search-box
{
	width: 450px;
	margin-right: 10px;	
}

#donate-search-box .container
{
	width: 430px;	
}

#donate-or-box
{
	width: 20px;
	margin-left: 5px;
	margin-right: 15px;
	padding-top: 40px;
}

#donate-box
{
	width: 410px;	
}

#donate-box .container
{
	width: 390px !important;	
}

#pop-up
{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	background-color: white;
	text-align: left;
	padding: 20px;
}

.error-msg
{
	font-weight: bold;
	font-style: italic;	
}

span.sign-up-type input
{
	border: 0;
	#height: 30px;
}

span.sign-up-type label
{
	height: 30px;
	#height: 25px;
	margin-left: 10px;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	#padding-top: 5px;
}

.sign-up-type-button-wrapper
{
	text-align: center;	
}

.sign-up-type-wrapper
{
	padding: 10px 0 10px 0;	
}

.how-are-you-feeling-textbox
{
	width: 475px;
	height: 50px;	
}

.stats-list
{}

.stats-list dt
{
	float: left;
	width: 150px;
	height: 30px;	
}

.stats-list dd
{
	height: 30px;	
}

.scroller-header
{
	position: relative;
	margin-left: 230px;	
	padding-top: 10px;
	padding-right: 10px;
}

dl.participant-details
{}

dl.participant-details dt
{
	float: left;
	width: 80px;
	height: 20px;
}

dl.participant-details dd
{
	height: 20px;
}

blockquote, .participant-quote
{
	font-style: italic;	
	margin: 5px 0;
}

.image-gallery
{
	float: left;
	width: 215px;
	text-align: center;
	overflow: hidden;
	margin-left: 15px;
	margin-bottom: 10px;
	min-height: 230px;
}

.image-gallery .image
{
	height: 160px;	
	overflow: hidden;
}

#photo-list
{
	float: right;
	width: 355px;
	margin-bottom: 10px;
}

#photo-list .container
{
	width: 335px;
}

#photo-list .photo
{
	float: left;
	margin-left: 5px;
	height: 67px;
	overflow: hidden;
	margin-bottom: 10px;
	border: solid 1px #ccc;	
}

.main-image
{
	text-align: center;
}

.main-image-caption
{
}

.beneficiary-items
{
}

.beneficiary-item
{
	margin: 0 10px;	
	padding-top: 10px;
}

.beneficiary-item .content
{
	margin-left: 190px;	
}

.beneficiary-item .content p, .partner-item .content p
{
	padding-left: 0 !important;	
}

dl.standard
{
}

dl.standard dt
{
	position: static;
	width: 100px;
	float: left;
	height: 20px;
	margin-right: 10px;	
}

dl.standard dd
{	
	height: 20px;
}

.beneficiary-stats
{
	margin-top: 20px;
}

.beneficiary-stats dt
{
	position: static;
	width: 150px !important;	
}

#partner-list, #celebrity-list
{
	margin: 0 10px 0 10px;
}

.partner-item
{}

.partner-item .content
{
	margin-left: 180px;	
}

.partner-image
{
	margin-left: 10px;
	margin-right: 30px;
}

#HelpItem
{
	position: absolute;	
	border: solid 1px #e0dbb3;
	width: 295px;
	z-index: 1000;
	margin-left: 10px;
	text-align: left;
}

#HelpItem .header
{
	background-color: #e0dbb3;
	padding: 5px;
}

#HelpItem .content
{
	padding: 5px;
	background-color: White;
}

.login-box
{
	width: 380px;	
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.login-box .container
{
	width: 360px !important; 
	padding: 20px;
}

.login-form
{
	font-size: 14px;
	margin-top: 20px;
}

.login-form dd
{
	height: 40px;
}

.login-form dd input
{
	border-width: 1px;
	width: 222px;
	padding: 4px;
}

.login-form dt
{
	float: left;	
	width: 100px;
	height: 40px;
}

.celebrity-item .content
{
	margin-left: 150px;	
}

.celebrity-item .content p
{
	padding-left: 0 !important;	
}

.celebrity-full-image
{
	width: 215px;
	margin-left: 10px;	
}

.main-celeb-content
{
	margin-left: 10px;
	width: 470px;
}

.main-celeb-content p
{
	padding-left: 0 !important;
}

.type-box
{
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

.type-box .container
{
	padding: 20px !important;
	width: 260px !important;
}

.golden-ticket-purchase
{
	width: 380px;
}

.golden-ticket-purchase .container
{
	width: 380px !important;
}

.excuse-textbox, .head-to-head-comment
{
	width: 380px;
	height: 80px;	
}

dl.update-details dt
{
	float: left;
	width: 105px;
	margin: 5px 0;
}

dl.update-details dd
{
	margin: 5px 0;
	margin-left: 110px;
	min-height: 25px;
	#margin-left: 0;
}

dl.update-details input
{
	padding: 4px;
	width: 222px;
}

dl.update-details .checkbox input
{
	width: 32px !important;
	border: 0 !important;
	margin: 5px 0;
}

.company-content
{
	width: 450px;
	margin-left: 10px;
}

.company-content p
{
	padding-left: 0 !important;
}

.detail-list-item .company-image
{
	width: 161px !important;	
}

.detail-list-item .company-column
{
	margin-left: 110px !important;	
}

.company-image
{
	margin-right: 10px;	
}

.company-item .content
{
	margin-left: 180px !important;
}

.company-item .content p
{
	padding-left: 0 !important;	
}

.showComments
{
	text-align: center;	
}

.donate-button-wrapper
{
	height: 60px;
	text-align: right;	
}

.left-ident
{
	padding-left: 10px;	
}

.right-ident
{
	padding-right: 10px;	
}

.textbox-initial
{
	color: #ccc;	
}

#update-status-wrapper
{
	float: left;
	width: 480px;	
	border-right: solid 1px #ccc;
	padding-right: 40px;
}

#update-photo-wrapper
{
	float: right;
	width: 360px;	
	padding-left: 10px;
}

.my-dry-july-col
{
	width: 283px;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
}

.my-dry-july-col .header
{
	padding: 10px 0 10px 0;
	border-top: solid 1px #ccc;	
	border-bottom: solid 1px #ccc;
}

.my-dry-july-col ul
{
	margin-left: 5px !important;
}

.my-dry-july-col ul li
{
	background-image: url(../images/my-dry-july-icon.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	list-style-type: none !important;
	padding-left: 50px;
	padding-bottom: 15px;
}

.my-dry-july-col ul li a
{
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.join-team-search-results .list
{
	margin-top: 0 !important;	
}

.freebie-list
{
	padding: 0px 5px;	
}

.freebie-list .item
{
	float: left;
	text-align: center;
	margin-left: 15px;
}

.wallpaper-list
{
	float: left;
	width: 180px;
}

.wallpaper-list li
{
	list-style-type: none !important;
	background-image: url(../images/freebies/wallpaper-icon.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-bottom: 10px;
	height: 20px;
}

#GoogleMap
{
	margin-left: auto;
	margin-right: auto;	
}

.login-module
{
	position: absolute;
	top: -5px;
	right: -20px;
	background-image: url(../images/login-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 47px;
	width: 330px;
	text-align: right;
	padding-right: 35px;
	padding-top: 6px;
}

.login-module-small
{
	position: absolute;
	top: -5px;
	right: -20px;
	background-image: url(../images/login-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 47px;
	width: 60px;
	text-align: right;
	padding-right: 25px;
	padding-top: 6px;
}

.logged-in-wrapper
{
	width: 450px;
	text-align: right;
	padding-right: 345px;	
}

.loading-icon
{
	position: absolute;
	width: 560px;
	height: 480px;
	padding-top: 20px;
	background-color: White;	
	text-align: center;
}

h2.partner-header
{
	margin-top: 15px;	
}

.supporter-list
{
	margin-top: 20px;
}

.supporter-list .supporter
{
	float: left;
	width: 230px;	
	height: 160px;
	text-align: center;
}

.latest-donation-header
{
	width: 145px;
	text-align: center;
	padding-top: 5px;	
}

.top-ten-wrapper
{
	margin-top: 5px;
	margin-left: 235px;
	width: 455px;
}

.top-ten-wrapper .divider
{
	margin: 2px 0 2px 0;	
}

td.state-name
{
	width: 120px;
}

td.state-participants
{
	width: 120px;
	text-align: center !important;
}

th.state-raised, td.state-raised
{
	width: 120px;	
	text-align: center !important;
}

table.state-table tr td
{
	text-align: center;	
}

.btnproceed
{
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/btn-proceed.jpg);
	width: 141px !important;
	display: block;
	height: 35px;
	font-size: 0;
	color: White;
	border: 0;
}

.btnback
{
	background-image: url(../images/btn-back.jpg);
	width: 142px !important;
	height: 37px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 0;
	color: White;
}

.btnproceed:hover, .btnback:hover
{
	background-position: bottom;	
}

span.update-photo-checkbox
{
	display: block;
	margin-left: 110px;	
	margin: 20px 0 20px 0;
}

span.update-photo-checkbox input
{
	float: left;
	padding: 0;
	margin: 0;	
}

span.update-photo-checkbox label
{
	display: block;
	float: right;
	width: 218px !important;
}

.hall-of-fame-item
{
	width: 270px !important;	
}

.hall-of-fame-item .container
{
	width: 250px !important;	
	text-align: center;
}

#pop-up ol, .content-full-width ol
{
	margin-left: 35px;
	list-style-type: decimal;
}

#pop-up ol li, .content-full-width ol li
{
	line-height: 20px;
	margin-bottom: 5px;	
}

#pop-up ul
{
	margin-left: 35px;
}

.error-message-wrapper
{
	border: dashed 1px #e0dbb3;
	padding: 10px;
	margin: 20px;
}

.btn-lookup
{
	float: left;
}

.help-link
{
	background-image: url(../images/icon-help.gif);
	background-repeat: no-repeat !important;
	background-position: 2px 3px;
	position: relative;
	font-size: 11px;
	font-style: normal !important;	
	width: 45px;
	display: inline;
	border: solid 1px #ccc;
	padding: 3px;
	margin-top: -2px;
	padding-left: 20px;
}

* html .help-link
{
	background-image: none;
	padding-left: 5px;
}

#page-loading-opaque
{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed !important;
	background-color: Black;
	position: absolute;		
	opacity:0.4;
	filter:alpha(opacity=40);
	z-index: 1000;
}

#page-loading
{
	text-align: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: fixed !important;
	background-color: Transparent;
	position: absolute;		
	z-index: 1001;
	padding-top: 100px;
}

table.thank-you-card td
{
	vertical-align: top;
}

.animated-button-wrapper
{
	float: right;
	width: 141px;
	font-size: 11px;
}

#quote
{
	position: absolute;
	bottom: 5px;
	right: 10px;	
	width: 590px;
	height: 61px;
}

/* rotator css */
	div#quote ul li {
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#quote ul li img {
}
    div#quote ul li.show {
	z-index:500
}

.secure-seal
{
	float: right;
	margin-right: 5px;
}

.content-full-width
{
	text-align: center;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.content-full-width .container
{
	text-align: left;
	width: 690px !important;	
}

.generic-side-nav
{
	padding-bottom: 15px;	
}

.facebookconnect
{
	width: 300px;
	height: 50px;
	border: solid 1px red;
}

.maintainance-panel
{
	position: fixed;
	bottom: 0;
	background-color: White;
	height: 25px;
	width: 100%;
	border: dashed 1px #333;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-top: 5px;
	z-index: 1000;
	left: 0px;
}

.faq-list li
{
	margin-bottom: 5px;	
}

.postcard-sent
{
	width: 215px;
	margin-top: 5px;
}

ul.banner-links li
{
	padding-bottom: 10px;
}

.event
{	
	height: 348px;
	position: static;
}

.car
{
	background-image: url(../images/DesignatedDryver/car-main.jpg);
	background-repeat: no-repeat;
	width: 161px;
	height: 348px;	
	margin-right: 25px;
	position: relative;
	z-index: 100;
}

.front-seat
{
	position: absolute;
	top: 132px;
	left: 30px;
	background-image: url(../images/DesignatedDryver/front-seat.gif);
	width: 49px;
	height: 48px;
}

.back-left-seat
{	
	position: absolute;
	top: 195px;
	left: 28px;
	background-image: url(../images/DesignatedDryver/back-seat.gif);
	width: 36px;
	height: 36px;	
}

.back-middle-seat
{
	position: absolute;
	top: 195px;
	left: 67px;
	background-image: url(../images/DesignatedDryver/middle-seat.gif);
	width: 30px;
	height: 36px;	
}

.back-right-seat
{
	position: absolute;
	top: 195px;
	left: 100px;
	background-image: url(../images/DesignatedDryver/back-seat.gif);
	width: 36px;
	height: 36px;	
}

.email-preview-popup
{
	width: 480px;
	height: 250px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: White;
	border: solid 2px #e0dbb3;
	padding: 20px;
	z-index: 100px;
}

.email-preview
{
	border: solid 2px #e0dbb3;
	padding: 20px;
}

#designated-dryver-donation
{
	width: 450px;	
}

input.standard
{	
	border-width: 1px;
	padding: 4px;
}

#golden-ticket-wrapper dl
{
	margin-top: 20px;
}

#golden-ticket-wrapper dt
{
	padding-top: 3px;	
}

ul.product-list
{
	margin: 0 !important;
	padding: 0 !important;
}

ul.product-list li
{
	background-color: #E3DCB5;
	list-style-type: none !important;
	float: left;
	text-align: center;
	width: 210px;
	height: 269px;
	margin: 5px 15px 10px 0;
}

ul.product-list li .product-image
{
	padding-top: 10px;	
}

ul.product-list li .product-details
{
	margin: 10px;	
}

.video-box
{
	width: 500px !important;
	height: 405px !important;	
	margin-left: auto;
	margin-right: auto;
}

.video-box .video-box-container
{
	width: 480px !important;
	min-height: 385px !important;
	height: 385px !important;
}

.video-box-224-410
{
	width: 430px !important;
	height: 246px !important;	
	margin-left: auto;
	margin-right: auto;
}

.video-box-224-410-container
{
	width: 410px !important;
	min-height: 226px !important;
	height: 226px !important;
}

/* auction engine */

.auction-list .auction
{
	background-color: #e3dcb5;
	padding: 10px 10px 0 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

.auction-list .auction .auction-image
{
	margin-right: 10px;
	margin-bottom: 10px;
}

#auctionItems
{
	margin: 0 !important;	
}

.auction-item
{
	float: left;
	width: 795px;	
	padding: 0px 10px 0 10px;
	list-style-type: none !important;
}

.auction-item .auction-image
{
	margin-right: 10px;
}

dl.auction-fields dt
{
	float: left;
	width: 100px;
	display: block;	
	padding: 5px;
}

dl.auction-fields dd
{
	padding: 5px;
	margin-left: 105px;
}

.time-remaining
{
	border: solid 1px #988f5b;
	background-color: #e3dcb5;
	margin-bottom: 20px;	
	width: 340px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}

.time-remaining h2
{
	padding-bottom: 5px;	
}

.auction-details-container
{
	margin-left: 30px;
	width: 500px;
}

.auction-item-container
{
	width: 905px;
	background-color: #e3dcb5;
	padding: 10px;
}

.auction-item-container ul, ul.auction-item-thumbnails
{
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-right: 10px !important;
}

ul.auction-item-thumbnails li
{
	list-style-type: none !important;
	cursor: pointer;
}

.auction-form-fields
{
}

.auction-form-fields dt
{
	float: left;
	width: 140px;
	position: static;
	padding: 5px;	
	clear: left;
}

.auction-form-fields dd
{
	margin-top: 0 !important;
	padding: 5px;	
	margin-left: 140px;
}

.auction-form-fields dd
{
	margin-bottom: 5px;
	margin-top: 5px;
}

.auction-form-fields input
{
	border-width: 1px;
	width: 222px;
	padding: 4px;
}

.auction-form-fields select
{
	border-width: 1px;
	border: solid 1px #B2B2B2;
	width: 232px;
	padding: 3px;
}

.auction-form-fields select.date
{
	width: 111px;	
}

span.checkbox input, input.checkbox
{
	width: 25px !important;
	border: 0 !important;
}

.auction-form-fields span.checkbox input
{
	width: 30px !important;
	border: 0 !important;
}

.auction-divider
{
	background-color:#ccc;
	width:1px;
	height: 500px; 
	float: left; 
	margin:0 30px 0 30px;
}

input.bid-amount
{
	width: 215px !important;	
}

.auction-description
{
	width: 590px;
	#width: 585px;
	margin-left: 10px;
}

.auction-description .content
{
	width: 345px;
	padding: 10px;
	margin-left: 250px;
}

.current-bids
{
	width: 720px;	
	margin-left: auto;
	margin-right: auto;
}

.current-bids .container
{
	width: 700px !important;	
}

.current-bids .container table
{
	margin-top: 0;
}

img.auction-image-full
{
	margin: 0 10px 10px 0;
	border: solid 1px blue;	
}

dl.evaluation-survey dt, dl.evaluation-survey dd
{
	padding: 5px 0px 10px 5px;
}

dl.evaluation-survey dt
{
	margin-top: 20px;
	border-bottom: solid 1px #dcdcdc;
	border-top: solid 1px #dcdcdc;
}

dl.evaluation-survey dd
{
	margin-left: 10px;
}

dl.evaluation-survey dd dt
{
	margin-top: 5px !important;
}

dl.evaluation-survey .radiobuttons label
{
	display: inline-block;
	padding-left: 5px;
	padding-right: 15px;
}

dl.evaluation-survey .checkboxes label
{
	display: inline-block;
	padding-left: 10px;
	padding-bottom: 5px;	
}

dl.evaluation-survey .radiobuttons input, dl.evaluation-survey .checkboxes input
{
	border: 0;	
}

dl.evaluation-survey dd textarea
{
	width: 525px;	
	height: 50px;
}

dl.evaluation-survey dd textarea.largetext
{
	height: 100px;
}

dl.register-interest dt
{
	float: left;
	display: block;
	width: 60px;
	padding-top: 5px;
	text-align: right;
	margin-right: 5px;
}

dl.register-interest dd
{
	padding-bottom: 10px;	
}

dl.register-interest dd input
{
	padding: 5px;	
	width: 135px;
}

* html dl.register-interest dd input
{
	padding: 5px;	
	width: 125px;
}

#register-interest
{
	margin-bottom: 5px;	
	width: 234px;
}

* html #register-interest
{
	width: 225px;
}