body,form,fieldset,legend,object,img,iframe,
table,td,th,ul,li,ol,h1,h2,h3,h4,h5,h6,p,blockquote {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ul,ol {
	list-style:none;
}
img {
	display:block;
}
hr
{
    border-top: solid 1px #d3d4ca;
    border-left: none;
    border-right:none;
    border-bottom: none;
    color : #d3d4ca;
    margin-bottom: 10px;
    margin-top: 10px;
}
.clearLeft {
	height:0;
	clear:left;
}
html {
	overflow-y:scroll;
}
body {
	line-height:1;
	background:#dcddd3 url(/Content/images/body-bg.jpg) no-repeat 50% 0%;
	font-family:Verdana, sans-serif;
	font-size:11px;
}
p {
	line-height:1.5em;
	margin-bottom:1.3em;
}
a:link, a:visited {
    color:#2bbed8;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}
.italic {
	font-style:italic;
}

/* HEADER STYLES ============================= */
h1.underline {
	position:relative;
    height:27px;
    padding-top:8px;
    padding-left:0px;
    color:#282828;
    font-weight:bold;
    font-size:20px;
    font-family:Arial,Helvetica,sans-serif;
    text-transform:uppercase;
    padding-bottom:7px;
	border-bottom: 1px solid #e2e3d7;
}
h2 {
	position:relative;
    height:27px;
    padding-top:8px;
    padding-left:23px;
    background:#e3e4da;
    color:#282828;
    font-weight:bold;
    font-size:20px;
    font-family:Arial,Helvetica,sans-serif;
    text-transform:uppercase;
}
h2.upcoming {
	padding-left:29px;
	background:#e3e4da url(/Content/images/icon-upcoming.png) no-repeat 6px 9px;
}
h2.past {
	padding-left:29px;
	background:#e3e4da url(/Content/images/icon-past.png) no-repeat 8px 7px;
}
h2.star {
	padding-left:29px;
	background:#e3e4da url(/Content/images/icon-star.png) no-repeat 8px 10px;
}
h2 a:link, h2 a:visited {
	color:#babbb2;
	margin-right:17px;
}
h2 a:hover {
	color:#282828;
	text-decoration:none;
}
h2 a.on:link, h2 a.on:visited, h2 a.on:hover {
    color:#282828;
    text-decoration:none;
}
h2 a.all:link, h2 a.all:visited {
	position:absolute;
	top:0;
	right:0;
	margin:0;
}
h2 .widget {
	position:absolute;
	top:0;
	right:0;
	width:10px;
	height:42px;
	background:url(/Content/images/title-right.png) no-repeat left top;
}
h3 {
	font-weight:bold;
	font-size:18px;
	dtext-transform:uppercase;
	color:#282828;
	font-family:Arial,Helvetica,sans-serif;
	margin-bottom:7px;
}
h3.standard {
	font-weight:bold;
	font-size:16px;
	color:#282828;
	font-family:Arial,Helvetica,sans-serif;
	margin-bottom:7px;
}
h4 {
	color:#282828;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
}
h4.fancy {
	padding-bottom:7px;
	border-bottom: 1px solid #e2e3d7;
}
h5 {
	font-weight:bold;
	font-size:14px;
	padding-bottom:8px;
	margin:-12px;
	margin-bottom:12px;
	padding-left:12px;
	padding-top:10px;
	text-transform:uppercase;
	color:#282828;
	font-family:Arial,Helvetica,sans-serif;
	border-bottom: 1px solid #e2e3d7;
}

/* FORM STYLES ========================================== */
label {
	vertical-align:middle;
	line-height:25px;
}
label.checkLabel {
	font-size:9px;
	font-family:Arial;
}
input {
	width:130px;
	margin-right:15px;
	margin-bottom:3px;
	color : #737373;
	font-size: 12px;
}
select {
	width:130px;
	margin-right:15px;
	margin-bottom:3px;
	color : #737373;
	font-size: 12px;
}
textarea {
	margin-right:15px;
	margin-bottom:3px;
	color : #737373;
}
input.short {
	width:103px;
}
input.state {
	width:35px;
}
input.zip {
	width:55px;
}
input.checkbox {
	margin:0 3px;
	margin-left:0;
	position:relative;
	top:3px;
	width:auto;
}
.formEl
{
    padding: 5px;
}
/* unfortunate safari hack */
@media screen and (-webkit-min-device-pixel-ratio:0){
input.checkbox {top:0;}
}
textarea {
	width:455px;
	height:107px;
	margin-bottom:20px;
}
#wrapper input.button {
	width:auto;
	margin:0;
}


/* LOGIN FORM ================================== */
table.login {
	float:right;
	margin-top:5px;
	height:34px;
	color:#797a73;
	font-size:10px;
}
table.login td {
	vertical-align:top;
	padding-right:6px;
}
table.login p {
	margin-top:2px;
	margin-bottom:0;
}
table.login input {
	width:115px;
	margin:0;
	color:#858585;
}

/* HOMEPAGE SPOUSE SELECT POPUP =================== */
.spouseSelect {
	position:relative;
	width:118px;
	height:25px;
	line-height:25px;
	padding-left:10px;
	color:#737373;
	background:url(/Content/images/spouse-select-bg.png) no-repeat left top;
	margin-bottom:3px;
	font-size:11px;
	cursor:pointer;
}
.popup {
	display:none;
	position:absolute;
	top:25px;
	right:0px;
	width:128px;
	background:#212121;
}
.popup ul {
	width:128px;
}
.popup li {
	width:128px;
	display:block;
	margin:0;
	margin-bottom:0;
}
.popup li a:link, .popup li a:visited {
	display:block;
	font-weight:bold;
	padding-left:8px;
}
.popup li a:hover {
	color:#000;
	text-decoration:none;
	background:#d3d4ca;
}

/* MAIN SECTIONS ================================== */
#wrapper {
   width:840px;
   margin:0 auto;
   background:#fff;
   color:#52524f;
}
#header {
   position:relative;
   height:103px;
   margin:0 1px;
   background:url(/Content/images/header-bg.png) repeat-x left top;
}
#header h1.logo {
   position:absolute;
   left:25px;
   top:36px;
}
#header a
{
    color:#52524f; 
}
#subBar {
	height:43px;
	margin:0 1px;
	border-top:1px solid #fff;
	background:url(/Content/images/sub-bar-bg.png) repeat-x left top;
}
#subBar .left {
	float:left;
	width:14px;
	height:43px;
	background:url(/Content/images/sub-bar-left.png) no-repeat left top;
}
#subBar .right {
	float:right;
	width:14px;
	height:43px;
	background:url(/Content/images/sub-bar-right.png) no-repeat left top;
}

#content {
	overflow:hidden;
	padding:7px 15px;
	color : #9d9d98;
}

#wizardcontent {
	overflow:hidden;
	padding:7px 15px;
	background-color:#fafafa;
}
.fullPage {
	padding:7px 15px;
	background-color:#ffffff;
}
.subnav
{
    float:right;
    margin-right: 10px;
    margin-top: 10px;
}
.subnav a
{
    color: Black;
}
.leftCol {
	float:left;
	width:311px;
}
.rightCol {
	float:left;
	display:inline;
	margin-left:14px;
	width:485px;
}

/* HOMEPAGE LAYOUT */
#homeBox {
	position:relative;
	top:-10px;
	width:306px;
	padding-left:532px;
	padding-top:75px;
	height:482px;
	margin:0 1px;
	background:url(/Content/images/home-main.jpg) no-repeat left top;
	color:#242e30;
}
#homeBox p {
	font-size:10px;
	color:#186a79;
	width:255px;
}
#homeBox input {
	width:115px;
	border:none;
	color:#737373;
	padding:5px 3px;
	padding-left:10px;
	background:#fff url(/Content/images/input-bg.png) no-repeat left top;
}
#homeBox input.screenName {
	width:245px;
}
#homeBox table {
	margin-top:20px;
	margin-bottom:20px;
}
#homeBox table td {
	vertical-align:middle;
}
.homeLeft {
	float:left;
	margin-top:-9px;
	display:inline;
	margin-left:1px;
	width:418px;
	padding-bottom:20px;
}
.homeLeft h2,
.homeRight h2 {
	background:#d3d4ca;
	height:36px;
	padding-top:15px;
}
#wrapper .homeLeft h2 .widget {
	position:absolute;
	top:0;
	left:0;
	background:url(/Content/images/title-left-large.png) no-repeat left top;
	width:14px;
	height:61px;
}
#wrapper .homeRight h2 .widget {
	position:absolute;
	top:0;
	right:0;
	background:url(/Content/images/title-right-large.png) no-repeat left top;
	width:14px;
	height:61px;
}
.homeRight {
	float:left;
	margin-top:-9px;
	width:419px;
	border-left:1px solid #babbb2;
	padding-bottom:20px;
}
#wrapper .homeLeft table,
#wrapper .homeRight table {
	margin-left:17px;
	width:91%;
	margin-bottom:8px;
}
#wrapper td.name {
	padding-left:8px;
}
#home #wrapper  .homeLeft a,
#home #wrapper .homeRight a {
	font-weight:bold;
}
#wrapper .more {
	margin-left:25px;
}


/* CONFIRM LAYOUT */
#confirmBox {
	position:relative;
	top:-10px;
	width:306px;
	padding-left:532px;
	padding-top:75px;
	height:482px;
	margin:0 1px;
	background:url(/Content/images/confirm-main.jpg) no-repeat left top;
	color:#242e30;
}
#confirmBox p {
	font-size:10px;
	color:#186a79;
	width:255px;
}
#confirmBox input {
	width:115px;
	border:none;
	color:#737373;
	padding:5px 3px;
	padding-left:10px;
	background:#fff url(/Content/images/input-bg.png) no-repeat left top;
}
#confirmBox input.screenName {
	width:245px;
}
#confirmBox table {
	margin-top:20px;
	margin-bottom:20px;
}
#confirmBox table td {
	vertical-align:middle;
}
/* CONTENT STYLES ========================================== */
#content table.padded td {
	padding:5px;
}
table.formTbl td {
	padding:6px;
}
div.border {
	padding:12px;
	border: 1px solid #e2e3d7;
	margin-bottom:12px;
}
div.border2 {
	padding:5px;
	border: 1px solid #e2e3d7;
	margin-bottom:12px;
}
div.border2 p {
	margin-bottom:0;
}
.invite
{
    font-size: 12px;
    height: 20px;
    font-weight:bold;
}
input.standardbutton
{
    padding:5px;
	border: 1px solid #303030;
	color: #303030;
	background-color: #e7e8df;
	cursor:pointer;
}
.profileImage {
	position:relative;
	width:311px;
	height:177px;
	margin-bottom:12px;
}
.profileImageSmall {
	position:relative;
	width:286px;
	height:177px;
	margin-bottom:12px;
}
.profileImageSmall img {
	position:relative;
	float:left;
}
.profileImage a,
.profileImageSmall a {
	position:absolute;
	right:0;
	bottom:0;
}
table td {
	vertical-align:middle;
}
td li {
	margin-bottom:10px;
}
table.border {
	margin-bottom:12px;
}
table.border td {
	padding:11px;
	border: 1px solid #e2e3d7;
}
table.border td td {
	padding:0;
	border:none;
}
a.actionLink:link, a.actionLink:visited {
	position:relative;
	top:0px;
	float:right;
	margin-right:12px;
	font-size:10px;
	color:#a5a5a1;
	font-weight:normal;
	text-transform:none;
	text-decoration:underline;
	line-height:1.1em;
}
a.actionLink:hover {
	color:#333;
}
a.underlink {
	text-decoration: underline;
}
a.underlink:hover {
	color: #147c8f;
	text-decoration: none;
}
a.buttonlink
{
    text-transform:uppercase;
    font-weight:bold;
    font-size: 14px;
}

h3 a.actionLink:link, h3 a.actionLink:visited,
h4 a.actionLink:link, h4 a.actionLink:visited {
	margin-right:0;
}
td h4 a.actionLink:link, td h4 a.actionLink:visited {
	top:-11px;
}

.accountBox {
	width:187px;
	margin-bottom:32px;
}
.botLinks {
	font-weight:bold;
    color:#2bbed8;
    font-family:Arial,Helvetica,sans-serif;
    margin-left:22px;
    margin-top:-12px;
}
.copy 
{
	padding:15px;
	font-size:13px;
	line-height : 21px;
}
.copynopad 
{
	font-size:11px;
	line-height : 21px;
}
.buttonholder
{
    float:right; margin-right:20px;
}
.lighttext
{
    color: #a9a9a4; /* #b5b6ab; */
    font-style:italic;
}
.friendsTable td {
	text-align:center;
	font-size:10px;
	padding-bottom:10px;
}
.bigFriendsTable td {
	text-align:left;
	font-size:10px;
	padding-bottom:10px;
	padding-left: 5px;
	padding-right: 5px;
}
.friendsTable img {
	margin-bottom:3px;
}
.friendsTable td.middle {
	padding-left:10px;
	padding-right:10px;
}
.ratingBox
{
    display:none; 
    position: relative; 
    margin-left: -25px; 
    margin-top: -15px; 
    padding: 7px; 
    background-color: #e3e4da; 
    border: solid 1px #d3d4ca;
}
.recycle {
	display:block;
	width:18px;
	height:17px;
	bottom:0;
	outline:0;
	line-height:100em;
	overflow:hidden;
	background-image:url(/Content/images/icon-recycle.png);
	background-repeat:no-repeat;
	z-index:9999;
}
.offRecyle {
	background-position: 0px 0px;
}
.onRecyle {
    background-position: 0px -17px;	
}
.paddedButton
{
    margin-top:5px;
    margin-bottom: 5px;
}
input.signUpButton
{
    height:19px; width:84px;
}
input.screenNameSub {
	width:245px;
}
table.list {
	width:100%;
	margin-bottom:22px;
}
table.list img {
    margin-top:-3px;
    margin-bottom:-4px;
}
table.list td {
	padding:7px 0px;
	line-height:1.3em;
	border-bottom: 1px solid #e2e3d7;	
}
.rightCol table.list td {
	padding-right:8px;
}
#wrapper .rightCol table.list td.name {
	width:288px;
	padding-left:22px;	
}
#wrapper .leftCol table.list td.name {
	width:auto;
	padding-left:0px;
}
table.list a:link, table.list a:visited {
    color:#52524f;
}
table.signup td {
	padding: 7px;
}
#wrapper table.list td.name a:link, table.list td.name a:visited {
	color:#282828;
	font-weight:normal;
}

/* Shadowed Box ================================= */
.shadowBoxWrapper {
	width:630px;
	margin: 0 auto 200px auto;
	margin-top:53px;
	padding-right:2px;
	background:url(/Content/images/shadow-right.png) repeat-y right top;
}
.shadowBoxWrapper .widget {
	float:right;
	width:2px;
	height:6px;
	margin-right:-2px;
	background:url(/Content/images/shadow-top-right.png) no-repeat left top;
}
.shadowBox {
	zoom:1;
	padding:28px;
	padding-top:0;
	border:1px solid #e3e4da;
}
.shadowBoxWrapper .bottom {
	width:632px;
	margin-right:-2px;
	height:3px;
	background:url(/Content/images/shadow-bottom.png) no-repeat right top;
}
.shadowBoxHeader {
	height:33px;
	padding-top:17px;
	width:600px;
	padding-left:28px;
	margin-left:-28px;
	margin-right:-28px;
	margin-bottom:28px;
	border-bottom:1px solid #e3e4da;
}
.shadowBoxFooter {
	width:600px;
	height:33px;
	padding-left:28px;
	margin-left:-28px;
	margin-right:-28px;
	margin-top:28px;
	padding-top: 17px;
	border-top: 1px solid #e3e4da;
}

/* COUPLE OVERVIEW TABLE ====================== */
.cellLeftRow1 {
	vertical-align:top;
}
.cellRightRow1 {
	vertical-align:top;
	padding-left:25px;
}
#wrapper .cellRightRow1 .actionLink {
	margin-right:0;
}
.cellLeftRow2 {
	padding-right:10px;
	padding-top:8px;
	height:22px;
	vertical-align:top;
	border-top:1px solid #e2e3d7;
	border-right:1px solid #e2e3d7;
}
.cellRightRow2 {
	padding-top:8px;
	height:22px;
	vertical-align:top;
	border-top:1px solid #e2e3d7;
	padding-left:25px;
}
.cellLeftRow2 h4,
.cellRightRow2 h4 {
	margin:0;
	padding:0;
	margin-bottom:0;
}
/* unfortunate safari hack */
@media screen and (-webkit-min-device-pixel-ratio:0){
.cellLeftRow2 h4 .actionLink,
.cellRightRow2 h4 .actionLink {
    margin-top:11px;		
}
}
.cellLeftRow3 {
	padding-bottom:60px;
	padding-top:8px;
	padding-right:8px;
	border-top:1px solid #e2e3d7;
	border-right:1px solid #e2e3d7;
	border-bottom:1px solid #e2e3d7;
}
.cellRightRow3 {
	padding-bottom:60px;
	padding-top:8px;
	border-top:1px solid #e2e3d7;
	border-bottom:1px solid #e2e3d7;
	padding-left:25px;
}
.cellLeftRow3 img,
.cellRightRow3 img {
	float:right;
}
.cellLeftRow4 {
	padding-top:15px;
	padding-right:10px;
}
.cellRightRow4 {
	padding-left:10px;
	padding-top:15px
}


/* Subnav ==========================================*/
ul#submenu
{
    border: 2px #ffffff solid;
    padding: 0;
    position: relative;
    margin: 0;
    text-align: left;
}

ul#submenu li
{
    display: inline;
    list-style: none;
}

ul#submenu li a
{
    padding: 10px 10px;
    text-decoration: none;
    line-height: 2.8em;
    background-color: #29b5cd;
    color: #ffffff;
}

ul#submenu li a:hover
{
    background-color: #2ac4de;
    text-decoration: none;
}

ul#submenu li a:active
{
    background-color: #2ac4de;
    text-decoration: none;
}

ul#submenu li.selected a
{
    background-color: #2ac4de;
    color: #ffffff;
}
.off
{
    display:none;
}
div.on
{
    display: block;
    height: 250px;
    overflow: auto; 
}

/* FOOTER ==========================================*/
#footer {
	height:234px;
	margin:1px;
	margin-top:50px;
	background:url(/Content/images/footer-bg.png) repeat-x left top;
}
#home #footer {
	margin-top:0;
}
/* ERROR STYLE ==========================================*/
.field-validation-error
{
    color: #ff0000;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: red;
}
.error
{
    color:Red;
}
