/*------------------------------------------------------------------
//	MyGymCoach.com Website
//	Copyright Headlight Software, Inc.
//	Website Design by Peter Burford
//----------------------------------------------------------------*/

/* Defaults */
body {
	font-family: Verdana, Arial, Helvetica;
	font-size:10pt;
	color:#000000;
	margin: 0 0 0 0;
	background:#FFFFFF;
}
p {
	padding-left: 6; 
	padding-right: 6;
}
pspan {
	font-family: Verdana;
	font-size: 10pt;
	color: black;
	padding-left: 6;
	padding-right: 6;
}
ppad {
	font-family: Verdana;
	font-size: 10pt;
	color: black;
	padding-left: 6;
	padding-right: 6;
	padding-top: 5;
	padding-bottom: 5;
}
.whitebg {
	background: #FFFFFF;
}
.textinput {
	background: #FFFFFF;
	background-image: url("/images/input-fade-lite.png");
	background-repeat: repeat-x;
	border: 1px solid #2777AD;
	padding: 2px;
}

.textinputreq, .examplereqinput {
	background: #FFFFFF;
	background-image: url("/images/input-fade.png");
	background-repeat: repeat-x;
	padding: 2px;
	font-weight:bold;
}
.textinputreq {
	border: 1px solid #2777AD;
}

.selectinput, select, .myform select {
	background: #FFFFFF;
	background-image: url("/images/input-fade.png");
	background-repeat: repeat-x;
	border: 1px solid #2777AD;
	padding: 2px;
}
.small {
	font-size:8pt;
}
.big {
	font-size:12pt;
}

a, a:active, a:visited {
	color:#336699;
	font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:0;
}
.center {
	text-align:center;
}

.right {
	text-align:right;
}
.floatright {
	float:right;
}
.rightpad {
	text-align:right;
	padding-right: 6px;
}
.left {
	text-align:left;
}

h1, h4 {
	margin: 0;
	padding: 5px 5px 5px 30px;
	font-size:12pt;
}
h2, h5 {
	margin: 0;
	padding: 3px 5px 3px 30px;
	font-size:11pt;
}
h3, h6 {
	margin: 0;
	padding: 2px 5px 2px 30px;
	font-size:10pt;
}
h4, h6 {
	background:#999999 url("images/gradient-50-w.png") repeat-x bottom;
}
h5 {
	background:#F7B65B url("images/gradient-50-w.png") repeat-x bottom;
}

/* Set default title background colors by section of the site */
#category1, #category2, #category3, #category4, #category5, #category6 {
	padding-left: 10%;
	padding-right: 10%;
}
#category7 {
	padding-left: 5%;
	padding-right: 5%;
}
#categoryOverlay {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
#category1 h1, #category1 h2, #category1 h3 {
	background:#FFBB4F url("images/gradient-50-w.png") repeat-x bottom;
}
#category2 h1, #category2 h2, #category2 h3 {
	background:#4FFF8F url("images/gradient-50-w.png") repeat-x bottom;
}
#category3 h1, #category3 h2, #category3 h3 {
	background:#FFBB4F url("images/gradient-50-w.png") repeat-x bottom;
}
#category4 h1, #category4 h2, #category4 h3 {
	background:#FFBB4F url("images/gradient-50-w.png") repeat-x bottom;
}
#category5 h1, #category5 h2, #category5 h3 {
	background:#FFBB4F url("images/gradient-50-w.png") repeat-x bottom;
}
#category6 h1, #category5 h2, #category5 h3 {
	background:#FFBB4F url("images/gradient-50-w.png") repeat-x bottom;
}
#category7 h1, #category5 h2, #category5 h3 {
	background:#FFBB4F url("images/gradient-50-w.png") repeat-x bottom;
}
#categoryOverlay h1, #categoryOverlay h2, #categoryOverlay h3 {
	background:#FFBB4F url("images/gradient-50-w.png") repeat-x bottom;
}


/* Page Body */
.bordered {
	border: 1px solid #CCCCCC;
}

.border1 {
	margin-top:10px;
	background: #dddddf;
	border: 2px solid #dddddf;
	width: 99%;
}
.border2 {
	background: #cccccf;
	border: 1px solid #cccccf;
}
.border3 {
	background: #bbbbbf;
	border: 1px solid #bbbbbf;
}

.Overlay1 {
	margin-top:5px;
	background: #666666;
	border-top: 1px solid #777777;
	border-left: 1px solid #777777;
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	width: 100%;
}
.Overlay2 {
	background: #aaaaaa;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
}
.Overlay3 {
	background: #dddddd;
	border-top: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
}
.OverlayItem {
	text-align:left;
	background: #ffffff;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	overflow:visible;
}
.OverlayContent {
	padding: 0px 0px 0px 0px;
	overflow:visible;
}

.item {
	text-align:left;
	border: 1px solid #666666;
	background: white;
	overflow:visible;
}

.content {
	padding: 10px 10px 10px 10px;
	overflow:visible;
}



.visible {
	display:block;
}
.empty {
	padding:0;
	margin:0;
}

.bottomborder {
	border-bottom: solid 1px #666666;
}

.required{
	font-weight:bold;
}

.centertable{
	margin-left: auto;
	margin-right: auto;
}
.toptd {
	vertical-align:top; 
	text-align:left;
	padding: 3px 0px 2px 12px;
}
.tdsection {
	font-size:12pt;
	font-style:italic;
	font-weight:normal;
	color:#333333;
	border-bottom: solid 1px #666666;
	padding: 10px 0 0px 0px;
}
.tdsmallsection {
	font-size:10pt;
	font-style:italic;
	font-weight:normal;
	color:#666666;
	border-bottom: solid 1px #666666;
	padding: 9px 0px 0px 0px;
}

.tdsectionlink, .tdsectionlink:visited, .tdsectionlink:active {
	font-size:12pt;
	font-style:italic;
	font-weight:normal;
	color:#333333;
}
.tdsmallsectionlink, .tdsmallsectionlink:visited, .tdsmallsectionlink:active {
	font-size:10pt;
	font-style:italic;
	font-weight:normal;
	color:#666666;
}

.tdsectionlink:hover, .tdsmallsectionlink:hover {
	color:#336699;
}

.plainlink, .plainlink:visited, .plainlink:active, .plainlink:hover {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.tddarksection {
	font-size:12pt;
	font-style:italic;
	font-weight:normal;
	color:#000000;
	border-bottom: solid 1px #000000;
	padding: 10px 0 0px 0px;
}
.tdlinksection {
	text-align: right;
	border-bottom: solid 1px #666666;
	padding: 10px 0px 0px 0px;
}
.tdleftsection {
	text-align: left;
	border-bottom: solid 1px #666666;
	padding: 10px 0px 0px 0px;
}
.centertd{
	vertical-align:top; 
	text-align:center;
}

/*.lightgreen{
	background-color:#DDFFDD;
}
.lightyellow{
	background-color:#FFFFAA;
}
.lightred{
	background-color:#FFDDDD;
}*/
.lightgray{
	background-color:#DDDDDD;
}.smalli {
	font-size:8pt;
	font-style:italic;
}
.formerror {
	color:#ff0000;
	font-style:italic;
}

/* Some to mimic regular HTML tags */
.i {
	font-style:italic;
}
.b {
	font-weight:bold;
}

/* Filter is only for IE, but looks nice in IE, so use it! */
input.btn, a.btn, input.calbtn{
	font-style:italic;
	font-weight:bold;
	color:#000000;
	border:1px solid;
	border-top-color:#5599dd;
	border-left-color:#5599dd;
	border-right-color:#224466;
	border-bottom-color:#224466;
	background:#4488cc url("images/top-bottom-gradient.png") repeat-x bottom;
	cursor:hand;
	font-size:12px;


}
a.btn {
	display:block;
	width:10.5em;
	height:1.4em;
	text-align:center;
	vertical-align:middle;
}

input.btn:hover, a.btn:hover, input.calbtn:hover, input.btn:active {
	background-color:#1177CC;
	background-position: top;
	text-decoration:none;
}

input.calbtn {
	width:24;
	height:20;
	background:#FFCCAA url("/images/events_16.gif") no-repeat center;
}
input.calbtn:hover {
	width:24;
	height:20;
	background:#FF9966 url("/images/events_16_h.gif") no-repeat center;
}

.usernotes {
	font-family: Comic Sans MS;
}

/* Calendar classes */
.calendar {
	background-color: #D6E8FF;
	width:220px;
}
.bigcalendar {
	background-color: #E0EEFF;
	width:600px;
}
.calendar, .bigcalendar {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:0px;
	padding:0px;
	text-align:center;
}
.calendar th, .bigcalendar th, .caldow {
	background-color: #FFDDAA;
	font-weight: bold;
	height: 20px;
}
.bigcalendar .header {
	font-size: 16px;
}
.calendar .header, .bigcalendar .header {
	background-color: #5670B3;
	font-weight: bold;
	height: 24px;
	color: #FFFFFF;
}
.calendar .caltr, .bigcalendar .caltr {
}
.calendar .footer, .bigcalendar .footer {
	background-color: #5670B3;
	font-weight: bold;
	font-size:0.8em;
	color: #FFFFFF;
	width:100%;
}

.calendar td {
	width: 22px;
	height: 20px;
	text-align: center;
}
.bigcalendar td {
	width: 90px;
	height: 80px;
	text-align: left;
}
.calendar td, .bigcalendar td 
{
	font-size:0.9em;
	padding: 2px;
}

.calendar .today, .calendar .fulltoday, .calendar .link, 
.calendar .emptyday, .calendar .fullday, .calendar .selemptyday,
.calendar .selfullday, .calendar .seltoday, .calendar .selfulltoday,
.calendar .eventday, .calendar .seleventday
{
	width: 18px;
	height: 16px;
}
.bigcalendar .today, .bigcalendar .fulltoday, .bigcalendar .link, 
.bigcalendar .emptyday, .bigcalendar .fullday, .bigcalendar .selemptyday,
.bigcalendar .selfullday, .bigcalendar .seltoday, .bigcalendar .selfulltoday,
.bigcalendar .eventday, .bigcalendar .seleventday 
{
	width: 86px;
	height: 76px;
}

.showhand 
{
	cursor: hand;
}

.today 
{
	background-color: #FFBB4F;
	padding: 2px;
	border: 1px solid #FF9900;
}
.fulltoday {
	background-color: #FFBB4F;
	padding: 2px;
	border: 1px solid #FF9900;
	font-weight: bold;
}
.link {
	background-color: #D4C9EF;
	padding: 2px;
	border: 1px solid #000000;
}

.caldowdays {
	width: 18px;
}
.emptyday {
	background-color: #D6E8FF;
	padding: 2px;
	border: 1px solid #D6E8FF;
}
.eventday {
	background-color: #FFB5B5;
	padding: 2px;
	border: 1px solid #FFB5B5;
	font-weight: bold;
}
.fullday {
	background-color: #B5D6FF;
	padding: 2px;
	border: 1px solid #B5D6FF;
	font-weight: bold;
}
.selemptyday {
	background-color: #D6E8FF;
	padding: 2px;
	border: 1px solid #000000;
}
.seleventday {
	background-color: #FFB5B5;
	padding: 2px;
	border: 1px solid #000000;
}
.selfullday {
	background-color: #B5D6FF;
	padding: 2px;
	border: 1px solid #000000;
	font-weight: bold;
}
.seltoday, .selfulltoday {
	background-color: #FF9900;
	padding: 2px;
	border: 1px solid #000000;
}
.fulltoday, .selfulltoday {
	font-weight: bold;
}
.emptyday:hover, .fullday:hover, 
.eventday:hover, .seleventday:hover, 
.selemptyday:hover, .selfullday:hover, 
.seltoday:hover, .selfulltoday:hover {
	border: 1px solid #000000;
}

.calendar a, .calendar a:link, .calendar a:hover, 
.bigcalendar a, .bigcalendar a:link, .bigcalendar a:hover {
	font-weight: bold;
	text-decoration: normal;
	color: #000000;

}
.calendar a.headerNav, .calendar a:link.headerNav, .calendar a:hover.headerNav, 
.bigcalendar a.headerNav, .bigcalendar a:link.headerNav, .bigcalendar a:hover.headerNav {
	background-color: #5670B3;
	font-size:12px;
	color: #ffffff;
}

.calendar a.footerNav, .calendar a:link.footerNav, .calendar a:hover.footerNav,
.bigcalendar a.footerNav, .bigcalendar a:link.footerNav, .bigcalendar a:hover.footerNav {
	width: 100%;
	background-color: #5670B3;
	color: #ffffff;
}

/* Overlay stuff... */
.overlay {
	position:absolute;
	padding:75px 0 0 0;
	left:0%;
	top:0%;
	width:100%;
	height:200%;
	visibility:visible;
	background:url("/images/fade-black400.png");
	background-repeat:repeat;
}
.hiddenoverlay {
	position:absolute;
	padding:60px 0 0 0;
	left:0%;
	top:0%;
	width:100%;
	height:100%;
	visibility:hidden;
	background:url("/images/fade-black400.png");
	background-repeat:repeat;
}

.workingoverlay {
	position:absolute;
	padding:0 0 0 0;
	margin: 0 0 0 0;
	left:0%;
	top:0%;
	width:100%;
	height:200%;
	visibility:visible;
	background:url("/images/fade-black400.png");
	background-repeat:repeat;
}
.workingbaroverlay {
	position:absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	left:0;
	top:0px;
	width:100%;
	height:26px;
	background:url("/images/wait-bar-gray.gif");
	background-repeat: repeat-x;
}

.hide {
	visibility:hidden;
	height:0;
}
.show {
	visibility:visible;
}

.fraction {
	font-size:7pt;
	font-style:italic;
}
.regR 
{
	font-size:7pt;
	vertical-align: 0.5em; 
} 

/*.fracNum, .fracDen { 
     font-size: 70%; 
} 
.fracNum { vertical-align: 0.5em; } 
.fracDen { vertical-align: -0.5em; }*/

.foodlabel {
	width:220px;
	font-family: Tahoma;
	background:#FFFDED;
	border-top: solid 3px #666666;
	border-bottom: solid 3px #666666;
	border-left: solid 1px #666666;
	border-right: solid 1px #666666;
}
.foodlabel .headerlbl {
	font-size:14pt;
	text-align:left;
	font-weight:bolder;
	border-bottom: solid 3px #666666;	
}
.foodlabel .reqbar{
	text-align:left;
	font-weight:bold;
	border-bottom: solid 2px #666666;
}
.foodlabel .overbar {
	text-align:left;
	border-top: solid 2px #666666;
}
.foodlabel .overbarr {
	text-align:right;
	border-top: solid 2px #666666;
}
.foodlabel .pctbar{
	text-align:right;
	font-weight:bold;
	border-bottom: solid 2px #666666;
}
.foodlabel .reqlbl {
	text-align:left;
	font-weight:bold;
}
.foodlabel .itemlbl {
	text-align:left;
	font-weight:normal;
}
.foodlabel .itemval {
	font-weight:normal;
}
.foodlabel .pct {
	text-align:right;
	font-weight:bold;
}

form {
margin: 0;
}
.inline 
{
	display:inline;
}

/* Category images on Add Food */
.catimage {
}


/*------------------------------------------------------------------
//	For Menus
//----------------------------------------------------------------*/

.menu5 {
text-align:left; font-family: verdana, sans-serif; position:relative; font-size:12px;height:2.2em; margin:0; padding:0; list-style-type:none; background:#F8F8F8;
}
.menu5 ul {
padding:0; margin:0; list-style-type:none; /* for Firefox */
filter:progid:DXImageTransform.Microsoft.Glow(Color=gray, Strength=3),
	progid:DXImageTransform.Microsoft.Shadow(direction=125, color=gray, strength=7);
}
.menu5 li {
float:left; padding-left:12px; position:relative;  border-right-width:1px; border-right-color: #FFFFFF; border-right-style:solid; width:7em;
}
.menu5 li a, .menu5 li a:visited {
display:block; text-decoration:none; width:auto; color:#000; float:left; padding-right:1em; height:2em; line-height:2em; color:#335577;
}
* html .menu5 li a, .menu5 li a:visited {
width:9em; /* hack for IE5.5 */
}
.menu5 li a.drop, .menu5 li a.drop:visited {
font-weight:bold; 
}
.menu5 li ul {
visibility:hidden; position:absolute; top:2.5em; left:0; height:0; overflow:hidden;
}
.menu5 table {
margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
text-decoration:underline; border:0;
}


.menu5 li:hover ul,
.menu5 li a:hover ul {
visibility:visible; height:auto; width:10em; background:#fff; border:1px solid #ddd; left:0; top:1.8em; overflow:visible;
}
.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
display:block; font-weight:normal; background:transparent; text-decoration:none; height:auto; line-height:1.5em; padding:0.5em; 
width:7.9em;}

* html .menu5 li a:hover ul li a {
width:9.5em; /* hack for IE5.5 */
}
.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
font-weight:bold;
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
visibility:hidden; position:absolute; top:0; left:9.5em; height:0; overflow:hidden;
}
.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
text-decoration:underline;
}
.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
visibility:visible; color:#000; border:1px solid #ddd; height:auto; background:#fff; width:10em;
} 
.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
left:-9.3em; 
}
.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
display:block; height:auto; 
}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
text-decoration:underline;
}

.good {
	color:Green;
}
.thin {
	font-weight:normal;
}

.bad {
	color:Red;
}
.warning {
	background:#FFDD55;
}
.bigwarning {
	background:#FF8877;
}
.JUNKORAMA
{
	background-position:bottom;
	background-repeat:repeat-x;
}
.caldailynotes {
	font-family: Arial;
	font-size:8px;
	font-weight:normal;
}

/* For security code */
.td0, .td1, .td2, .td3, .td02, .td03 {
border-collapse:collapse;
border:0;
}
.td1,.td2,.td3 {
background-color:#000000;
}
.td0,.td02,.td03 {
background-color:#C0C0C0;
}
.td1, .td0 {
width:2px;
height:2px;
}
.td2, .td02 {
width:4px;
height:2px;
}
.td3, .td03 {
width:6px;
height:2px;
}

/* PB: Inside GetRight Header and Navigation*/
#headerGR, .headerGR {
height: 35px;
border-bottom:1px solid #666666;
background-image: url("/images/toolbar_bg.png");
background-color: #E0E0E0;
}

#headerGR a,  .headerGR a {
display:block;
float:left;
height: 24px;
margin: 3px 3px 0 5px;
padding:   2px;
}

#headerGR a img, .headerGR a img {
vertical-align:middle;
}

#headerGR a:hover, .headerGR a:hover  {
padding: 1px;
border:1px solid #B0B0B0;
text-decoration:none;
}

/* PB: Header and Navigation*/
#header {
height: 75px;
background-image: url("/images/reinstallvault-header.png");
background-repeat:no-repeat;
}
#header h1 {
padding: 5px 0 0 80px;
font-size:16pt;
}
#header h2 {
padding: 0 0 0 80px;
font-size:12pt;
font-style:italic;
}

#navigation {
padding: 0 0 0 80px;
}

/* PB: General Design*/
.watermark0 {background: #EEEEEE url("/images/watermark-light-safe.png") no-repeat bottom right;}
.watermark1 {background: #EEEEEE url("/images/watermark-safe.png") no-repeat bottom right;}
.watermark2 {background: #FFFFFF url("/images/watermark-book.png") no-repeat bottom right;}
.watermark3 {background: #EEEEEE url("/images/watermark-edit.png") no-repeat bottom right;}
.watermark4 {background: #EECCCC url("/images/watermark-recycle.png") no-repeat bottom right;}


/* PB: File Details*/
#fileinfo {
margin: 0 5em 0 5em;
padding: 1em;
border: 1px solid #000000;
}
#fileinfo1 {
margin: 0 5em 0 5em;
border: 1px solid #000000;
}
#fileinfo2 {
padding: 1em;
}
#fileinfo h2, #fileinfo2 h2{
font-size:18px;
font-style: italic;
padding:0 0 .5em 0;
}
.deletefile {
margin: 0 5em 0 5em;
padding: 0 1em 0 1em;
border: 1px none #000000;
}
.deletefile a {
font-size:7pt;
}

#detailnav {
float:right;
}

/* PB: Vault Results Style*/

#vaulttable {
width: 100%;
border-bottom: 1px solid #000000;
}
#vaulttable td {
padding: 0 1em 0 1em;
border-right: 1px solid #ffffff;
}
#vaulttable .titlerow td {
font-weight:bold;
background-color:#CCCCCC;
}
#vaulttable .stdrow1 td {
background-color:#EEEEEE;
}
#vaulttable .stdrow2 td {
background-color:#F9F9F9;
}
#vaulttable .uprow td {
background-color:#CCFFCC;
font-style:italic;
}
#vaulttable .delrow td {
background-color: #FFFF66;
}
.desc{
text-align:left;
}
.desc img{
margin: 1px 5px 1px 0;
vertical-align:middle;
}
.vers{
text-align:right;
}
.fnam{
text-align:left;
}
.size{
text-align:right;
}
#vaulttable td.view{
text-align:center;
padding: 0;
}
#vaulttable img {
padding: 1px;
border:none;
}

/* PB: buy page Style*/

#subscription {
width:100%;
}
#subscription h6 {
background:none;
padding: 0;
text-indent: 0;
text-align:left;
}
#subscription td {
padding: 5px 1px 5px 1px;
}
#subscription .radiobuttons {
text-align:center;
vertical-align:top;
}

#subscription tr.selected {
background-image: url("/images/gradient-overlay.png");
background-repeat: repeat-x;
}

#subscription tr.selected td {
border-top:1px solid #666666;
border-right:1px solid #666666;
border-bottom:1px solid #666666;
border-left: none;
padding: 4px 0px 4px 1px;
}

#subscription tr.selected td.radiobuttons {
border-top:1px solid #666666;
border-left:1px solid #666666;
border-bottom:1px solid #666666;
border-right: none;
padding: 4px 1px 4px 0px;
}

