/********************************************
   AUTHOR:  			Erwin Aligam 
   WEBSITE:   			http://www.styleshout.com/
   TEMPLATE NAME: 	Techmania 1.0
	TEMPLATE CODE: 	S-0003
    VERSION:         1.1          	
 *******************************************/
 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top elements */
* { margin:0; padding: 0; }

body {
	background-color: #3A3A3A;
 	/*color: #555; */
 	font: 70%/1.5  Verdana, 'Trebuchet MS', arial, sans-serif;
 	text-align: center; 
 	margin: 15px 0;
}

td
{
	vertical-align: top;
}


/* links */
a
{
	color: #000066;
	background: inherit;
	text-decoration: underline;
}

a:hover { 
	color: #006699;
	background: inherit; 	 
}
 
/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 1.5em;	
}
h2
{
	font-size: 1.3em;
	text-transform: uppercase;
	color: #000066;
}
h3 {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}

h5 {
	font-size: 1.0em;
	text-transform: uppercase;
	color: #333;
	letter-spacing: 1px;
}

h1, h2, h3, h4, h5, p { 
	padding: 0;
	margin: 0px 0px 10px 0px; 
}

#main div { 
	padding: 0;
	margin: 0px 0px 10px 0px; 
}

/*ul, ol {
	color: #333333;	
	margin-bottom: 15px;
}
ul span, ol span {
	color: #666666;
}*/

/* images */
img {
	/* border: 2px solid #FFF; */
}
img.float-right {
  margin: 5px 0px 10px 10px;  
}
img.float-left {
  margin: 5px 10px 10px 0px;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #EAEAEA;  
  border-left: 5px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote
{
	margin: 50px 20px 50px 20px;
	padding: 2px 2px 2px 38px !important;
	background: #FAFAFA url(/images/quote.gif) no-repeat 5px 10px !important;
	background-position: 8px 10px;
	border-left: 5px solid #72A545;
	/*font-weight: bold;*/
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	border-color: #CCCCCC #CCCCCC #CCCCCC #000066;
}
.bqcallout
{
	margin: 0px;
	padding: 2px 15px 2px 38px !important;
	background: #FAFAFA url(/images/quote.gif) no-repeat 5px 10px !important;
	background-position: 8px 10px;
	border-left: 5px solid #72A545;
	font-weight: bold;
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	border-color: #DADADA #DADADA #DADADA #000066;
}
.callout {
	margin: 50px 0px 50px 0px;
 	padding: 0 15px 0 15px !important;  	
  	background: #FAFAFA no-repeat 5px 10px !important; 
	border: 1px solid #CCCCCC; 
	border-left: 5px solid #000066;  
	font-weight: bold; 
}

/* form elements */
form {
	margin: 10px 0px; padding: 0;
	/*border: 1px solid #EAEAEA; 
	background-color: #FAFAFA; */
}
label {
	display: inline;
	font-weight:bold;
	margin:5px 0;
}
/*input {
	padding:3px;
	border:1px solid #eee;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}*/
textarea {
	background: #FFF url(/images/input.png) no-repeat top left; 
	width:400px;
	padding:4px;
	font: normal 1em Verdana, sans-serif;
	border: 1px solid #EAEAEA;
	height:100px;
	display:block;
	color:#777;
}
/*input[type=button]
{ 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #000666;
	padding: 2px 3px; 
	background: #000666; url(/images/buttonbg.gif) repeat-x left bottom;
	color: #000666;
}*/
input[type=text], input[type=password]
{
	background: #FFF url(/images/input.png) no-repeat top left; 
	border: 1px solid #EAEAEA;
	font-size: 11px;
	padding: 3px;	
}

/* search */
#sidebar #search {
	background: #f2f2f2;
	margin: 0 15px;
	padding: 5px 0;
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	min-height: 18px;	
}
#sidebar #search img {
	vertical-align: bottom;
}
#sidebar #search input[type=text] {
	background: #FFF url(/images/input.png) no-repeat top left; 
	border: 1px solid #EAEAEA;
	font-size: 11px;
	padding: 3px;	
	width: 110px;
}
#sidebar #search input.searchbutton { 
	margin: 0; 
	font: bold 100% Arial, Sans-serif;
	border: 1px solid #CCC; 
	background: #CCC url(/images/buttonbg.gif) repeat-x left bottom; 
	padding: 1px; 
	height: 25px;
	color: #333;	
	width: 55px;
}

/*****************************
	  BLOG
******************************/
#sidebar #searchform {
	background: #f2f2f2;
	margin: -8px 16px;
	padding: 5px 0;
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	min-height: 18px;	
}
#sidebar #searchform:hover 
{
	border-left:5px solid #000666;
}

#sidebar #searchform img {
	vertical-align: bottom;
}
#sidebar #searchform input[type=text] {
	background: #FFF url(/images/input.png) no-repeat top left; 
	border: 1px solid #EAEAEA;
	font-size: 11px;
	padding: 3px;	
	width: 110px;
}
#sidebar #searchform input.searchbutton { 
	margin: 0; 
	font: bold 100% Arial, Sans-serif;
	border: 1px solid #CCC; 
	background: #CCC url(/images/buttonbg.gif) repeat-x left bottom; 
	padding: 1px; 
	height: 25px;
	color: #333;	
	width: 55px;
}


/*****************************
      LAYOUT 
******************************/
#wrap {
   margin: 0 auto ;
   padding:0;	
   text-align: left;
   background-color:#FFF;
   width: 790px;  	
}
#content-wrap {
	clear:both;
	margin:0; padding:0;
	width: 790px;
}

/* header */
#header {
	position: relative;
	clear:left;
	width: 790px;
	height: 160px; 
	margin: 0; padding: 0;
	/*background: #000 url(/images/headerbg.jpg) no-repeat left bottom;			*/
	background: #000 url(/images/tdheaderbg.png) no-repeat left bottom;			
}
#header h1#logo-text {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	color: #FFF;
	text-transform: none;
	
	/* change the values of top and right to adjust the position of the logo*/
	top: 36px; right: 35px;	
}
#header h1#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	color: #FFF;
	
	/* change the values of top and right to adjust the position of the slogan*/
	top: 135px; right: 35px;
}

/* menu tabs */
#header #header-tabs {
	position: absolute;
	top: 8px; left: 0;
	width: 100%;
	height: 25px;
	background: #000;
   font: bold 1.1em Verdana, Tahoma, 'Trebuchet MS',  Sans-serif;  
} 
#header-tabs ul {		
	margin:0;
   padding:2px 0px 0px 7px;
   list-style:none;
}
#header-tabs li {
	display:inline;
   margin:0;
   padding:0;
}
#header-tabs a {
	float:left;
   background: url(/images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header-tabs a span {
	float:left;
   display:block;
   background: url(/images/tabright.gif) no-repeat right top;
   padding:7px 15px 4px 8px;
   color: #CCC;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header-tabs a span {float:none;}
/* End IE5-Mac hack */
#header-tabs a:hover span {
	color:#FFF;
}
#header-tabs a:hover {
	background-position:0% -42px;
}
#header-tabs a:hover span { background-position: 100% -42px;}
#header-tabs #current a { background-position:0% -42px; }
#header-tabs #current a span { background-position:100% -42px; color: #FFF;}

/* main content */
#main {
	float: left;
	width: 505px;
	margin: 0; padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	background-color: inherit;
	font-size: 10pt;
}
#main-nonav {
	float: left;
	width: 790px;
	margin: 0; padding: 0;
	margin-left: 15px;
	background-color: inherit;
}
#main h1 {
	padding: 8px 0 3px 0px;
	text-transform: none;
	background: no-repeat 0% .7em;
	border-bottom: 2px solid #f2f2f2;
	color: #000666;
	font-size: 1.5em;
}	
#main .H1Lesser {
	padding: 8px 0 3px 0px;
	text-transform: none;
	background: no-repeat 0% .7em;
	border-bottom: 2px solid #f2f2f2;
	color: #000666;	
	font-size: 1.3em;
}
#main h2 {
	padding: 8px 0 3px 0px;
	text-transform: none;
	background: no-repeat 0% .7em;
	border-bottom: 2px solid #f2f2f2;
	color: #000666;	
	font-size: 1.3em;
}
#main h3 {
	padding: 8px 0 3px 0px;
	text-transform: none;
	background: no-repeat 0% .7em;
	border-bottom: 2px solid #f2f2f2;
	margin-top: 50px;
	color: #000666;	
	font-size: 1.3em;
}
#main h3, h4, h5 {
	padding: 8px 0 3px 0px;
	text-transform: none;
	background: no-repeat 0% .7em;
	/*border-bottom: 2px solid #f2f2f2;*/
	color: #000666;	
	font-weight: normal;
}
#main h3
{
	font-weight: bold;
}
#main h4
{
	font-weight: bold;
	margin-top: 25px;
}
#main ul
{
	color: Black;
}
#main li
{
	margin-left: 30px;
}

#main blockquote li
{
	margin-left: 30px;
}

p li
{
	margin-left: 45px !important;
}

/* sidebar */
#sidebar {
	float: right;
	width: 245px;
	margin: 0 0 10px 0; padding: 0;
	background-color: inherit;	
}

#sidebar h1 {
	padding: 8px 0px 3px 25px;
	background: url(/images/square_arrow.gif) no-repeat 0% .7em;
	text-transform: none;	
	color: #000666;
	cursor: pointer;
}

/*
Used with the collapsable nav bar
#sidebar h1 + ul
{
	display: none;
}

#sidebar h1 + ul.alwaysshow
{
	display: block;
}*/

#sidebar ul {
	list-style:none;
	margin:10px 15px;
	padding:0;		
}
#sidebar ul li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	min-height: 18px;	
}

#sidebar div.smblock {
	margin-bottom: 1px;
	margin-left: 15px;
	border: 1px solid #f2f2f2;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;
	min-height: 18px;
}

#sidebar div.smblock:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #000666;
	border-left:5px solid #000666;
}


#sidebar ul.catnav {
	list-style:none;
	margin:10px 15px;
	padding:0;		
}
#sidebar ul.catnav li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.catnav a {
	display: block;
	font-weight: bold;
	color: #333;
	text-decoration:none;	
	padding: 2px 5px 2px 10px;
	background: #f2f2f2;
	border-left: 5px solid #CCC;	
	min-height: 18px;	
}


* html body #sidebar ul a { height: 18px; }

/*sidebar menu left border block*/
#sidebar ul a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #000666;
	border-left:5px solid #000666;
}


/* footer */
#footer { 
	clear: both;
	height: 60px;
	color: #CCC;
	background: #000;
	margin: 0;	
	font-size: 8pt;			
}

#footer a { 
	text-decoration: none; 
	font-weight: bold;	
	color: #FFF;
	text-decoration: underline;
}
#footer #footer-left {
	width: 770px;
	float: left;
	text-align: left;
	margin: 0; padding: 5px;
	padding-left: 10px;
}
#footer #footer-right {
	width: 25%;
	float: right;
	text-align: right;
	margin: 0; padding: 10px;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* additional classes */
.clear {	clear:both;	} 
.hide  { display: none; }
.gray  { color: #CCC; }

.comments { 
	color: #333; 
	background: #FFF;
	text-align: right; 
	border-top: 1px dashed #EFF0F1;
	border-bottom: 1px dashed #EFF0F1; 
	padding: 5px 0;
	margin-top: 20px;
}
.IncomeCalc
{
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	border: outset 2px #000666; 
	width: 500px;
}
.IncomeCalc H1
{
	font-size: 12pt;
}
.IncomeCalc P, div
{
	margin-left: auto;
}

.NLI
{
	border: solid 3px #000000;
	/*width: 400px;*/
	background-color: #F9FFF9;
	margin-left: auto;
	margin-right: auto;
}
.NLI H1
{
	font-size: 10pt;
}
.NLI P, div
{
	margin-left: auto;
}
.descr
{
	color: #555;
	font-style: italic;
	font-size: 8pt;
}
.HeaderBlock {
	font-family: 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
	font-size: 1.5em;	
	padding: 8px 0px 3px 25px !important;
	background: url(/images/square_arrow.gif) no-repeat 0% .7em;
	text-transform: none;	
	color: #000666;
	margin-left: 15px;
}
.ScheduleList
{
	color: Black;
	margin-top: 10px;
	margin-bottom: 15px;
}
.credentials
{
	color: Black;
	margin-bottom: 0px;	
}

.breadcrumb
{
	font-size: 8pt;
	color: Gray;
	font-style: italic;
	text-decoration: underline;
}

small
{
	margin-left: 15px;
}

.picheader
{
	text-indent: 40px;
}


/* forum styles */
.ForumBorder
{
	border: 1px solid #072A66;
	margin: 0px; 
	padding: 0px; 
	background: #FFF;
	width: 755px;
}
.ForumHeader
{
	background: url('/images/HeaderBackground.gif');
	background-repeat: repeat-x;
	font-weight: bold; 
	color: #FFFFFF; 
	font-size: 12px;
	padding: 8px;
	padding-bottom: 0px;
	margin: 0px;
	border: 1px solid #FFF;
	border-bottom: 1px solid #5176B5;
}
.ForumTable
{
	width:100%;
}
table.ForumTable,
tr.ForumTable,
td.ForumTable
{
	color: #222;
	font-size: 11pt;
	line-height: 138%;
	background: transparent;
}
.ForumTable td,
.divpad{ 
	padding: 5px;
}
td.nopad
{
	padding: 0;
}
.ForumRow{ 
	background: #DFE6EF; 
}

.ForumRow2{ 
	background: #E4EAF2; 
}
.ForumBorder table th
{ 
	font-weight: bold; 
	font-size: 10px;
	letter-spacing: 1px;
	padding: 5px; 
	margin: 0; 
	border-bottom: 1px solid #5176B5;
	background: transparent url('/images/headerrowbackground.gif');
	background-repeat: repeat-x;
	color: #3A4F6C; 
}
.ec
{
	color: #353535;
}

#ajaxticker1{
width: 200px;
height: 300px;
border: 1px ridge black;
padding: 5px;
background-color: #FEEEB8;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
background-color: #FEEEB8;
}

.someclass{ /*class to apply to your scroller(s) if desired */}

.scrollingevents {height: 70px !important; }
.scrollingbq {height: 200px !important; }

.newcallout {border: 2px solid #006699; padding: 10px; background-color: #EDF9FC;}

.minischedlinks a { font-size: 8pt !important; }

.Popup
{
	border: black 3px solid;
	background-color: #ffffff;
	padding: 10px;
}

ul.submenu
{
	display: none;
	list-style-type: none;
	margin-top: 5px;
	margin: 0px;
	padding: 0px;
}

ul.submenu li
{
	font: 12px arial, helvetica, sans-serif;
	padding-left: 10px;
	display: block;
}

#fpNews
{
	cursor: pointer;
}

.biglist li
{
	margin-bottom: 15px;
}

#myScroll .scrollEl{
  display:none;
  background:url("../elements/elBgnd.png") repeat-x;
  border:1px solid #ddd;
  font-family:sans-serif;
  font-size:12pt;
  color:black;
  height:150px;
  padding:10px;
  text-shadow:#999 1px 1px 1px;
  text-align: left;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

#controls div{
  font-family:sans-serif;
  margin-top:5px;
  background:#fff;
  display:inline-block;
  padding:6px;
  cursor:pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow:#999 2px 2px 2px;
  -webkit-box-shadow:#999 2px 2px 2px;
  display: inline;
}

#myScroll1{
  float:left;
  margin-right:20px;
}

#controls .sel, #controls1 .sel{
  color:black !important;
  font-weight:bold;
}
#controls .disabled, #controls1 .disabled{
  color:gray;
}
#controls .page, #controls1 .page{
  padding:5px;
  color:gray;
}

.NewInfo
{
	padding-top: 25px !important;
	background-image: url(/images/new75.gif); 
	background-repeat: no-repeat;
}

.dataTable tr td
{
	padding-right: 10px;
}

.guarantee {background-color: #FFC; padding: 10px !important; margin-right: 70px; margin-left: 70px; border: medium double #F00;}
.guarantee h1, .calloutblue h1 {border: 0px solid #FFC !important; text-align: center; font-size: 16pt !important;}
.guarantee p, .calloutblue p {padding-left: 5px; padding-right: 5px;}
.calloutred {border: 2px dashed #dd3300; margin: 40px; padding: 10px; background-color: #FFC;}
.calloutgreen {border: 2px dashed #dd3300; margin: 40px; padding: 10px; background-color: #FFC;}
.calloutblue {border: 2px dashed #006699; margin-left: 40px; margin-right: 40px; margin-bottom: 10px; padding: 10px !important; background-color: #EDF9FC;}

.highlight {background-color: Yellow;}

.motd 
{
	padding: 5px 15px 5px 15px !important;
	background-color: #DEDEFF;
	border-bottom: 2px groove;
	color: #333;
	font-style: italic;
	font-size: 10pt;
}

#EventsTickerData {
    list-style: none;
    padding: 0;
    position: relative;
    top: 0px;
	left: 0px;
}

#EventsTickerData li {
    cursor: pointer;
    display: none;
    left: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    width: 215px;
}

#EventsTickerData li a{
	min-height: 65px;	
}

#footpanel {
	position: fixed;
	bottom: 0; left: 0;
	z-index: 9000; /*--Keeps the panel on top of all other elements--*/
	background: #e3e2e2;
	border: 1px solid #c3c3c3;
	border-bottom: none;
	width: 825px;
	margin: 0 0;
}

*html #footpanel { /*--IE6 Hack - Fixed Positioning to the Bottom--*/
	margin-top: -1px; /*--Prevents IE6 from having an infinity scroll bar - due to 1px border on #footpanel--*/
	position: absolute;
	top:expression(eval(document.compatMode &&document.compatMode=='CSS1Compat') ?documentElement.scrollTop+(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}

#footpanel ul {
	padding: 0; margin: 0;
	float: left;
	width: 100%;
	list-style: none;
	border-top: 1px solid #fff; /*--Gives the bevel feel on the panel--*/
	font-size: 1.1em;
}
#footpanel ul li{
	padding: 0; margin: 0;
	float: left;
	position: relative;
}
#footpanel ul li a{
	padding: 5px;
	float: left;
	text-indent: -9999px; /*--For text replacement - Shove text off of the page--*/
	height: 16px; width: 16px;
	text-decoration: none;
	color: #333;
	position: relative;
}
html #footpanel ul li a:hover{	background-color: #fff; }
html #footpanel ul li a.active { /*--Active state when sub-panel is open--*/
	background-color: #fff;
	height: 17px;
	margin-top: -2px; /*--Push it up 2px to attach the active button to sub-panel--*/
	border: 1px solid #555;
	border-top: none;
	z-index: 200; /*--Keeps the active link on top of the sub-panel--*/
	position: relative;
}

#footpanel a.home{
	background: url(/images/icons/16/TDSmIcon.png) no-repeat 15px center;
	width: 125px;
	padding-left: 40px;
	border-right: 1px solid #bbb;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}

a.BorderLeft { border-left: 1px solid #bbb;}
a.BorderRight { border-right: 1px solid #bbb;}

a.trainings{ background: url(/images/icons/16/script-text.png) no-repeat center center;  }
a.eclasses{ background: url(/images/icons/16/monitor.png) no-repeat center center; }
a.Schedule{ background: url(/images/icons/16/calendar-day.png) no-repeat center center; }
a.MembersOnly{ background: url(/images/icons/16/door-open-in.png) no-repeat center center;}

a.Services {background: url(/images/icons/16/user-business.png) no-repeat center center;}
a.Coaching {background: url(/images/icons/16/users.png) no-repeat center center;}
a.Learning {background: url(/images/icons/16/book-open-text.png) no-repeat center center;}
a.Reiki {background: url(/images/icons/16/cho-ku-rei.png) no-repeat center center;}

a.iPhoneApps {background: url(/images/icons/16/media-player-phone.png) no-repeat center center;}
a.ScreenSaver {background: url(/images/icons/16/computer.png) no-repeat center center;}

a.Facebook {background: url(/images/icons/16/balloon-facebook-left.png) no-repeat center center;}
a.Twitter {background: url(/images/icons/16/balloon-twitter-left.png) no-repeat center center;}
a.Newsletter {background: url(/images/icons/16/newspaper--plus.png) no-repeat center center;}

#NLFlash {background: url(/images/icons/16/arrow-180-medium.png) no-repeat left center; padding-left: 20px !important; padding-top: 3px !important;}

#footpanel a.chat{
	background: url(/images/icons/balloon.png) no-repeat 15px center;
	width: 126px;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
	padding-left: 40px;
	text-indent: 0; /*--Reset text indent since there will be a combination of both text and image--*/
}
a.alerts{	background: url(/images/icons/16/newspaper.png) no-repeat center center;}

#footpanel li#chatpanel, #footpanel li#alertpanel, #footpanel #FacebookBalloon, #footpanel #TwitterBalloon { float: right; }  /*--Right align the chat and alert panels--*/

#footpanel a small {
	text-align: center;
	width: 70px;
	background: url(/images/icons/pop_arrow.gif) no-repeat center bottom;
	padding: 5px 5px 11px;
	display: none; /*--Hide by default--*/
	color: #fff;
	font-size: 1em;
	text-indent: 0;
}
#footpanel a:hover small{
	display: block; /*--Show on hover--*/
	position: absolute;
	top: -35px; /*--Position tooltip 35px above the list item--*/
	left: 50%;
	margin-left: -40px; /*--Center the tooltip--*/
	z-index: 9999;
}

#footpanel ul li div a { /*--Reset link style for sub-panel links--*/
	text-indent: 0;
	width: auto;
	height: auto;
	padding: 0;
	float: none;
	color: #00629a;
	position: static;
}
#footpanel ul li div a:hover {	text-decoration: underline; } /*--Reset hover style for sub-panel links--*/

#footpanel .subpanel {
	position: absolute;
	left: 0; bottom: 27px;
	display: none;	/*--Hide by default--*/
	width: 198px;
	border: 1px solid #555;
	background: #fff;
	overflow: hidden;
}
#footpanel h3 {
	background: #526ea6;
	padding: 5px 10px;
	color: #fff;
	font-size: 1.1em;
	cursor: pointer;
}
#footpanel h3 span { /*--Right aligned "-" icon--*/
	font-size: 1.5em;
	float: right;
	line-height: 0.6em;
	font-weight: normal;
}

#footpanel .subpanel ul{
	padding: 0; margin: 0;
	background: #fff;
	width: 100%;
	overflow: auto;
	padding-bottom: 2px;
}
#footpanel .subpanel li{
	float: none; /*--Reset float--*/
	display: block;
	padding: 0; margin: 0;
	overflow: hidden;
	clear: both;
	background: #fff;
	position: static;  /*--Reset relative positioning--*/
	font-size: 0.9em;
}

#chatpanel .subpanel li { background: url(/images/icons/16/dash.gif) repeat-x left center; }
#chatpanel .subpanel li span {
	padding: 5px;
	background: #fff;
	color: #777;
	float: left;
}
#chatpanel .subpanel li a img {
	float: left;
	margin: 0 5px;
}
#chatpanel .subpanel li a{
	padding: 3px 0;	margin: 0;
	line-height: 22px;
	height: 22px;
	background: #fff;
	display: block;
}
#chatpanel .subpanel li a:hover {
	background: #3b5998;
	color: #fff;
	text-decoration: none;
}

#alertpanel .subpanel { right: 0; left: auto; /*--Reset left positioning and make it right positioned--*/ }
#alertpanel .subpanel li {
	border-top: 1px solid #f0f0f0;
	display: block;
}
#alertpanel .subpanel li p {padding: 5px 10px;}
#alertpanel .subpanel li a.delete{
	background: url(/images/icons/16/delete_x.gif) no-repeat;
	float: right;
	width: 13px; height: 14px;
	margin: 5px;
	text-indent: -9999px;
	visibility: hidden; /*--Hides by default but still takes up space (not completely gone like display:none;)--*/
}
#alertpanel .subpanel li a.delete:hover { background-position: left bottom; }
#footpanel #alertpanel li.view {
	text-align: right;
	padding: 5px 10px 5px 0;
}

#pageflip {
	position: relative;
	margin-top: -15px;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	border: none;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(/images/ManapCurl.png) no-repeat right top;
	text-indent: -9999px;
}


/* Info box on training pages */
.ButtonGroup {float: right; width: 200px; list-style: none; margin: 0px 0px 15px 0px; padding: none;}
.ButtonGroup li {display: block;}
.ButtonGroup li a {display: block; border: outset 1px #999; text-indent: 24px; text-decoration: none;}
.ButtonGroup li a:hover {background-color:#09F !important; color: white;}
.ButtonGroup li a:active {background-color: #00F !important; color: yellow;}

#EventSchedule {background: url(/images/icons/16/calendar-day.png) no-repeat 4px center;}
#EnrollNow {background: url(/images/icons/16/user--plus.png) no-repeat 4px center;}
#PayPlan {background: url(/images/icons/16/bank--pencil.png) no-repeat 4px center;}
#MoreInfo {background: url(/images/icons/16/information-button.png) no-repeat 4px center;}
#BonusButton {background: url(/images/icons/16/present.png) no-repeat 4px center;}
#DailyHours {background: url(/images/icons/16/alarm-clock.png) no-repeat 4px center;}

#GradQuoteWindow li { margin-bottom: 25px; }
