﻿<!--
* {  }
table { color: #FFF; }
h3 { color: #FFF !important; }
html body {
	width: 100%;
	/*height: 100%;*/
}

body {
	margin: 0px 0 0px 0;
	background: #232323 url("/img/common/body_bg.jpg") top center no-repeat;
	background-attachment: fixed;
	color: #FFF !important;
	font-family: 'SansationRegular', sans-serif;
	font-size: 12px;
	line-height: 16px;
}

#masthead {
	margin: 0 0 0 0;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 120px;
	min-width: 1024px;
	background-image: none !important;
	background-color: none !important;
	border: none !important;
	overflow: hidden;
	background-attachment: fixed;
	text-align: center;
}

#pgContainer {
	width: 100%;
}

#content {
	display: block;
	/*padding: 120px 0 0 0; #### PUT THIS BACK IN FOR THE MASTHEAD ########*/
	padding: 0 0 0 0;
	margin: 0px auto;
	width: 99%;
	min-height: 600px;
	min-width: 1050px;
	background-image: none !important;
	background-color: none !important;
}

#leftRpt {
	/*background: url("/img/common/pg_rpt_left.jpg") top left repeat-y;*/
	background-image: none !important;
	background-color: none !important;
}

#rightRpt {
	/*background: url("/img/common/pg_rpt_right.jpg") top right repeat-y;*/
	background-image: none !important;
	background-color: none !important;
}

#contentBotRpt {
	/*background: url("/img/common/bot_sep.gif") bottom center repeat-x;*/
	background-image: none !important;
	background-color: none !important;
}

.tripTicketBg {
	background: url("/img/common/trip_ticket.png") top center no-repeat;
	width: 950px;
	height: 180px;
}

#myGoals{
	width: 100%;
	min-height: 120px;
	padding: 10px 10px 0px 10px;
}

#goalBox {
	margin: 0 auto;
	width: 850px;
	height: 120px;
	background: url("/img/common/bg-trans3x_wht.png");
	/*border: 1px solid #000;*/
}

.clear {
	clear: both;
}


#centerCol {
	width: 100%;
	min-height: 700px;
	/*background: url("/img/common//font/.gif") top center repeat-x;*/
	background-image: none !important;
	background-color: none !important;
}

#sectionBottom {
	
}

#msgContainer {
	margin: 0 auto;
	width: 850px;
	min-height: 120px;
	background: url("/img/common/bg-trans3x_wht.png");
}

#commentContainer {
	margin: 10px auto;
	width: 850px;
	min-height: 120px;
	background: url("/img/common/bg-trans3x_wht.png");
}



/*TEXT STYLES #####################################*/

.sectionHead {
	height: 30px;
	font: 20px 'SansationBold', sans-serif;
	color: #03c203;
}

.sectionCopy 
{
    font: 12px 16px 'SansationBold', sans-serif;
	color: #03c203;  
}

.dataHead {
	font: 12px 16px 'SansationBold', sans-serif;
	color: #03c203;
}

.tripDetailTotal {
	font: 12px 16px 'SansationBold', sans-serif;
	color: #03c203;
}

.Q {
	color: #444;
}

.A {
	padding: 0 0 16px 16px;
	list-style: none;
	color: #06C;
}

/*LINK STYLES #####################################*/

#navBar {
	width: 100%;
	background-image: none !important;
	background-color: none !important;
	padding: 10px 0 0 0;
}

a.navLink {
  color: #FFF !important;
  background: #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #03c203;
  -webkit-box-shadow: 0px 0px 5px #03c203;
  box-shadow: 0px 0px 5px #03c203;
  font: 12px 16px 'SansationRegular', sans-serif;
  padding: 5px 15px;
  margin: 0 5px 5px 0;
  text-decoration: none;
  display: inline-block;
}
  
a { color: #03c203 !important; }
  
a.navLink:hover {
	color: #03c203 !important;
}

a.navLink:active {
}


a.txtLink {
  font: normal 12px Verdana,Arial,Helvetica,sans-serif;
  color: #ccc;
  text-decoration: none;
	background-color: #666;
	padding:4px 12px;
}
  
a.txtLink:hover {
  color: #333;
	background-color: #ccc;
}

a.txtLink:active {
  color: #333;
	background-color: #ccc;
}

a.messageEdit {
  font-size: 10px;
  color: #c00;
	padding: 0 0 0 14px;
  text-decoration: none;
}

a.messageEdit:hover {
  color: #f00;
}

a.messageEdit:active {
  color: #f00;
}

/* INTERIOR BOX STYLES #####################################*/
.boxTopRpt {
	background: url("/img/section_box/box_t_rpt.png") top left repeat-x;
}

.boxRightRpt {
	background: url("/img/section_box/box_r_rpt.png") top left repeat-y;
}

.boxBotRpt {
	background: url("/img/section_box/box_b_rpt.png") top left repeat-x;
}

.boxLeftRpt {
	background: url("/img/section_box/box_l_rpt.png") top left repeat-y;
}

.boxContentRpt {
	background: url("/img/section_box/box_content_rpt.png");
}

/* FORM STYLES #####################################*/
input.field, select.field {
	width: 190px
}

input[type="submit"], input[type="button"] {
  color: #FFF;
  background: #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #03c203;
  -webkit-box-shadow: 0px 0px 5px #03c203;
  box-shadow: 0px 0px 5px #03c203;
  font: 12px 16px 'SansationRegular', sans-serif;
  padding: 5px 15px;
  margin: 0 5px 5px 0;
  border: none;
  cursor: pointer;
}
  
input[type="submit"]:hover, input[type="button"]:hover {
	color: #03c203;
}



/* Embed Webfont Kit */
@font-face {
    font-family: 'SansationBold';
    src: url('/font/sansation_bold-webfont.eot');
    src: url('/font/sansation_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/sansation_bold-webfont.woff') format('woff'),
         url('/font/sansation_bold-webfont.ttf') format('truetype'),
         url('/font/sansation_bold-webfont.svg#SansationBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'SansationRegular';
    src: url('/font/sansation_regular-webfont.eot');
    src: url('/font/sansation_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/sansation_regular-webfont.woff') format('woff'),
         url('/font/sansation_regular-webfont.ttf') format('truetype'),
         url('/font/sansation_regular-webfont.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

p { color: #FFF !important; }

h1, h2, h3, h4, h5 { color: #03c203; }

#reg-form p { margin-bottom: 20px; clear: left; }
#reg-form label { color: #03c203; float: left; width: 200px; margin-right: 20px; }

#reg-form input[type="text"] { 
  color: #03c203;
  background: #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #03c203;
  -webkit-box-shadow: 0px 0px 5px #03c203;
  box-shadow: 0px 0px 5px #03c203;
  font-family: 'SansationRegular', sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 5px;
  margin: 0 5px 5px 0;
  border: none;
  float: left;
  display: block;
  min-width: 200px;
}

.ls-textarea {
	color: #03c203;
  background: #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #03c203;
  -webkit-box-shadow: 0px 0px 5px #03c203;
  box-shadow: 0px 0px 5px #03c203;
  font-family: 'SansationRegular', sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 5px;
  margin: 0 5px 5px 0;
  border: none;
  float: left;
  min-width: 400px;
  min-height: 75px;
}

input[type="text"], input[type="password"] { 
  color: #03c203;
  background: #000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 5px #03c203;
  -webkit-box-shadow: 0px 0px 5px #03c203;
  box-shadow: 0px 0px 5px #03c203;
  font-family: 'SansationRegular', sans-serif;
  font-size: 12px;
  line-height: 16px;
  padding: 5px;
  margin: 0 5px 5px 0;
  border: none;
  float: left;
  display: block;
  min-width: 100px;
}
label { line-height: 22px; min-width: 100px; float: left; text-align: left; }

#facebook .sectionHead { color: #FFF; font-size: 20px; }
#facebook h1 { font-size: 16px; }
#facebook p { margin-bottom: 15px; width: 100%; }
#facebook a.navLink { text-align: center; }
.green { color: #03c203; }
a.fb-post-btn {
	width: 186px;
	height: 49px;
	display: block;
	background: url(http://www.lifestylez.tv/img/buttons/fb-post-btn.png);
	text-indent: -9999px;
	margin: auto;
}
a.fb-post-btn:hover { background-position: 0 -49px; }

.center { width: 870px; position: relative; margin: 20px auto 5px auto; padding: 0 15px; }

.shirtImages img { width: 300px; }

#overlay {
	color:#efefef;
	background: #000;
	background: rgba(0,0,0,0.8);
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
  	-moz-box-shadow: 0px 0px 5px #03c203;
  	-webkit-box-shadow: 0px 0px 5px #03c203;
  	box-shadow: 0px 0px 5px #03c203;
}
	
div.contentWrap {
	overflow-y:auto;
}


/* the overlayed element */
.fb_overlay {
	display:none;
	padding:35px;
	font-size:11px;
}

.fb_overlay .close {
	background-image:url(http://www.lifestylez.tv/img/buttons/close.png);
	position:absolute; right:-15px; top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}
.contentWrap #Message {
	color: #03c203;
  	background: #000;
  	-moz-border-radius: 5px;
  	-webkit-border-radius: 5px;
  	border-radius: 5px;
  	-moz-box-shadow: 0px 0px 5px #03c203;
  	-webkit-box-shadow: 0px 0px 5px #03c203;
  	box-shadow: 0px 0px 5px #03c203;
  	font-family: 'SansationRegular', sans-serif;
  	font-size: 12px;
  	line-height: 16px;
  	padding: 5px;
  	margin: 5px 15px 15px 5px;
  	border: none;
  	float: left;
	width: 150px;
	height: 200px;
}
.contentWrap img { float: left; margin: 0 10px 10px 0; }
.contentWrap input[type="submit" { float: left; margin: 5px; }


#ctl00_ContentPlaceHolder1_DetailsViewInbox {color:#FFF !important;}
