
#content h2{
	width: 560px;
}

.cfdebug {
	clear: left;
	text-align: left;
}

.pageContent {
	float: left;
}

.formrow {
	background: #CCE6E5;
}

.formrow .label {
	width: 150px;
	text-align: left;
}

.formrow td {
	padding: 5px;
}

.formrow .input {
	width: 300px;
	text-align: left;
}
.login-box {
	background-color: #CCE6E5;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 10px;
	float: left;
	margin-bottom: 1px;
	font-size: 75%;
	width: 195px;
	color: #262C66;
}

.login-box form {
	padding: 0;
	margin: 0;
}

.login-box ul {
	text-align: left;
	padding-left: 15px;
	float: left;
	margin: 0px;
}

.login-box a {
	float: none;
	color: #262C66;
	font-weight: bold;
}

/* Tab Styles */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {display:none;}

.tabbertab {
	background: #448 url(../images/tabbox_bg.html) repeat-x left top; 
	font-size: 0.8em;	
	border-top: 4px solid #262C66;
	color: #448;
	width: 100%;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {padding: 5px;}

.tabberlive {margin-top:1em;}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav {
	padding: 3px 0;
	font: bold 12px Verdana, sans-serif;
	margin: 0px;
}

ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a {
	padding: 3px 0.5em;
	border: 1px solid #778;
	border-bottom: none;
	background: #DDE;
	text-decoration: none;
	margin-left: 3px;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover {
	color: #000;
	background: #AAE;
	border-color: #227;
}

ul.tabbernav li.tabberactive a {
	color: #fff;
	background-color: #262C66;
	border-bottom: 1px solid #262C66;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
	padding:0;
	border-top:0;
	width: 100%;
	margin-right: 5px;
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {display:none;}
.tabberlive .tabbertab h3 {display:none;}

#userDetails {
	float: left;
}

#userDetails h4 {
	margin: 0px;
	padding: 5px;
	background: #99CCCC;
	color: #0E1E33;
	font-size: 0.9em;
}

#content h1 {
	text-indent: -9999px;
	margin-top: 0px;
}

h1.homepage {
	background: url(../images/headings/homepage_heading.gif) top left no-repeat;
	width: 480px;
	height: 17px;
}

h1.lessons {
	background: url(../images/headings/lessons_heading.gif) top left no-repeat;
	width: 331px;
	height: 17px;
}

h1.pricelist {
	background: url(../images/headings/pricelist_heading.gif) top left no-repeat;
	width: 265px;
	height: 17px;
}

h1.hacks {
	background: url(../images/headings/hacks_heading.gif) top left no-repeat;
	width: 225px;
	height: 17px;
}

h1.ponyclub {
	background: url(../images/headings/ponyclub_heading.gif) top left no-repeat;
	width: 273px;
	height: 17px;
}
