/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2010, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

* {
	margin:0;
	padding:0;
}


/** General Style Info **/
body {
	background: #E1EFFC;
	color:#6D6D6D;;
	font-family: “Myriad Pro”, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0;
}

p {
	line-height:16px;
}

.clear-fix {
	clear: both;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.smaller {
	font-size: 60%;
}

#outer-wrapper {
	background: url("../img/bg-overlay.png") no-repeat fixed center -600px transparent;
}

#container  {
	border-left:3px solid #ddd;
	border-right:3px solid #ddd;
	border-bottom: 3px solid #ddd;
	margin-bottom: 30px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:989px;
	padding: 0 10px;
	background: white;
}

div.text-content {
	margin: 20px 200px 100px 80px;
}

a {
	color: inherit;
	text-decoration: underline;
}
a:hover {
	text-decoration:none;
}
a {
	outline: none;
}

a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
}
h2 {
	color: #008fce;
	font-size: 24px;
	margin-top: 40px;
	margin-bottom: 15px;
}

h3 {
	color: #5DB1C2;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 3px;
}
h4 {
	color: #134C96;
	font-weight: bold;
}

p{
	margin-top: 3px;
	margin-bottom: 6px;
}

ul, li {
	margin: 0 12px;
}

/** START header rules **/

div#header {
	height: 155px;
}

#maharishi {
	text-align: center;
	float: left;
	font-size: 9px;
	color: #777;
}

div#header-right {
	float: right;
}

div#header h1 {
	background: url(../img/header.png) no-repeat;
	text-indent: -999em;
	width: 877px;
	height: 93px;
	margin-bottom: 0;
}

div#nav {
	background: #e1effc;	
}

#nav ul { 
	height: 35px;
	margin: 0;
	padding-left: 15px;
	border-bottom: 1px solid #f8fbfe;
}

#nav ul li {
	float: left;
	margin: 0;
	display: block;
	height: 25px;
	padding-top: 9px;
	padding-left: 24px;
	padding-right: 24px;
	border-right: 1px solid #e1effc;
	border-left: 1px solid #e1effc;
}


#nav ul li a {
	text-transform: lowercase;
	text-decoration: none;
	color: #63696e;
	font-size: 14px;
	
}

#nav ul li:hover, #nav ul li.current-tab {
	background: #BEE0FF;
	border-right: 1px solid #80B8EC;
	border-left: 1px solid #80B8EC;
}

/** Sub nav **/

#sub-nav ul { 

	height: 25px;
	margin: 0;
	padding-left: 15px;
	border-bottom: 1px solid #CCC;
}

#sub-nav ul li {
	display: block;
	float: left;
	margin: 0;
	background: url(/img/disc.png) no-repeat 0px 5px;
}


#sub-nav ul li a {
	text-decoration: none;
	display: block;
	padding-left: 14px;
	padding-right: 24px;
	color: #04095E;
	font-size: 14px;
}

#sub-nav ul li a:hover, #sub-nav ul li.sub-nav-current {
	font-weight: bold;
}

/** END header rules **/

/** START banner rules **/
img.header-image {
	display: block;
	border: 2px solid #DDDDDD;
	margin-top: 10px;
	margin-bottom: 40px;
}

/*
div.banner {
	height: 218px;
	border: 2px solid #DDDDDD;
	color: #04095e;
	font-size: 26px;
	font-family: Garamond, serif;
	margin-top: 10px;
	margin-bottom: 40px;
	background: #F2F8FA;
	
}

div.banner div.banner-text {
	padding-top: 25px;
	padding-left: 60px;
}
*/


/** END banner rules **/

/** START footer rules **/

div#footer {
	color:#888888;	
	margin:0;
	padding-top: 15px;
	padding-bottom:15px;
	text-align:center;
	border-top: 1px solid #888888;
	margin-top: 50px;
}

div#footer ul.footer-links {
   font-size: 10px;
   text-align: center; /* centered text */
   margin:0;
   color: #888;
}

ul.footer-links li {
   display: inline;
   padding-right: 4px;
   padding-left: 2px;
   margin: 0;
}

ul.footer-links a {
   text-decoration: none;
   color: #888;
}

ul.footer-links a:hover {
   text-decoration: underline;
}

/** END footer rules **/

/** PAGE SPECIFIC RULES START BELOW HERE **/


/** START home page **/
div#home-content{
	background: url(../img/bg-home.png) no-repeat center 20px;
}

div#home-right-col {
	float: left;
	width: 350px;
	margin-left: 5px;
	color: #6d6d6d;
	line-height: 16px;
}

div#home-right-col a {
	color: #6D6D6D;
}



#contact-us {
	background: url(../img/bg-contact.png) no-repeat;
	height: 49px;
	width: 165px;
	color: #fff;
	text-align: center;
	margin-bottom: 170px;
	float: right;
	font-size: 9px;
	line-height: 9px;
	/* padding-top: 2px; */
	padding-top: 6px;
}

#contact-us a {
	color: white;
}

#contact-us div#to-learn {
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
}

#contact-us div#contact-number {
	font-size: 13px;
	line-height: 13px;
}

a#play-intro {	
	display: block;
	text-decoration: none;
	background: url(../img/play-intro.png) no-repeat;
	height: 45px;
	width: 130px;
	padding-right: 32px;
	padding-top: 6px;
	padding-left: 1px;
	font-size: 9px;
	color: #fff;
	text-align: center;
	float: left;
	margin-top: 10px;
}

a:hover#play-intro {
	text-decoration: underline;
}

div#home-left-col {
	float: left;
	width: 425px;
	margin-top: 90px;
	margin-left: 100px;
}

p#tm-overview {
	color: #7a7979;
	font-size: 14px;
	padding: 20px 0 30px 0;
	font-style: italic;
}

p.jackman-text {
	color: #7a7979;
	padding: 8px 0 30px 0;
}

p#tm-overview span.bold {
	font-weight: bold;
	color: black;
}

/** END home page **/


/********************************************** START home2 page **/
/*
#home2-content div#home-content {
	background: url(../img/bg-home.png) no-repeat center 20px;
	padding-top: 260px;
}

#home2-content div#home-right-col {
	float: left;
	width: 350px;
	margin-left: 5px;
	color: #6d6d6d;
	line-height: 16px;
}

#home2-content div#contact-us {
	background: url(../img/bg-contact.png) no-repeat;
	height: 49px;
	width: 165px;
	color: #fff;
	text-align: center;
	float: left;
	margin-left: 30px;
	font-size: 14px;
	padding-top: 7px;
	font-weight: bold;
}

#home2-content a#play-intro {	
	display: block;
	text-decoration: none;
	background: url(../img/play-intro.png) no-repeat;
	height: 45px;
	width: 124px;
	padding-right: 30px;
	padding-top: 16px;
	padding-left: 0px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	float: left;
	margin-bottom: 15px;
	font-weight: bold;
}

#home2-content a:hover#play-intro {
	text-decoration: underline;
}

#home2-content div#home-left-col {
	float: left;
	width: 425px;
	margin-left: 100px;
}

#home2-content p#tm-overview {
	color: #7a7979;
	font-size: 14px;
	padding: 20px 0 30px 0;
	font-style: italic;
}

#home2-content p.jackman-text {
	color: #7a7979;
	padding: 8px 0 30px 0;
}

#home2-content p#tm-overview span.bold {
	font-weight: bold;
	color: black;
}
*/

/*********************************************** END home2 page **/

/** START benefits pages **/

div#solutions-to {
	float: left;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-top: 20px;
}

div#benefits-include {
	margin-top: 20px;
}

.benefits-main ul {
	line-height: 17px;
	font-size: 13px;
}

.benefits-main ul.list-of-benefits {
	margin-right: 100px;
}


/** END benefits pages **/


/** START research pages **/

div.research_chart_block {
	margin: 40px 0;
}

p.reference {
	font-size: 11px;
	line-height: 15px;
	border-left: 1px dotted #ccc;
	padding-left: 5px;
}

/** END research pages **/

/** START where to learn page **/

div.where-to-learn {
	min-height: 500px;
}

div.australia-wide p {
	float: left;
	border-left: 1px solid #ddd;
	padding-left: 8px;
	min-height: 80px;
	width: 200px;
}

div.states-left, div.states-right {
	width: 300px;
	float: left;
}

 div.states-right {
	margin-left: 40px;
}

div.where-to-learn h3.state {
	margin: 6px 0 4px;
}

div.where-to-learn h3:hover.state {
	cursor: pointer;
}

div.centre-detail {
	border-left: 3px solid #ddd;
	padding-left: 8px;
	margin-left: 4px;
}

div.centre-container {
	padding: 10px 0;
}


/** END where to learn page **/

/* HOW TO LEARN PAGE */


div#content div.where-to-learn ul {
   list-style: none;
   width: 500px;
}

div#content div.where-to-learn ul li {
   padding: 10px 0;
   text-indent: -18px;
}

div#content div.where-to-learn ul.course-fees li {
   padding: 2px 0;
   text-indent: 0px;
   margin: 0;
}


div#content div.where-to-learn ul li.after-personal-interview {
   text-indent: 0px;
   font-style: italic;
}

div#content div.where-to-learn ul li strong {
   color: #134C96;
}


/* END HOW TO LEARN PAGE  */

/* START RESOURCES PAGE  */

/*Below here is style for the links page, copied from tm.org*/
div.text-content ul#links {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 710px;
}
div.text-content ul#links li {
	float: left;
	width: 318px;
	font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
	margin: 0px 70px 36px 0px;
	padding: 0px;
}
div.text-content ul#links li#business,
div.text-content ul#links li#dlf,
div.text-content ul#links li#health {
	margin-right: 0px;
}
div.text-content ul#links li#maharishi-school {
	background: url(../img/resources/maharishi-school.jpg) no-repeat;
}
div.text-content ul#links li#tm-usa {
	background: url(../img/resources/tmusa.jpg) no-repeat;
}
div.text-content ul#links li#education {
	background: url(../img/resources/tmeducation.jpg) no-repeat;
}
div.text-content ul#links li#business {
	background: url(../img/resources/tmbusiness.jpg) no-repeat;
}
div.text-content ul#links li#health {
	background: url(../img/resources/tmdoctors.jpg) no-repeat;
}
div.text-content ul#links li#dlf {
	background: url(../img/resources/dlf.jpg) no-repeat;
}
div.text-content ul#links li#invincibility {
	background: url(../img/resources/invincibility.jpg) no-repeat;
}
div.text-content ul#links a {
	display: block;
	float: left;
	width: 308px;
	padding-right: 10px;
	padding-top: 245px;
    padding-bottom: 2px;
	color: #65676c;
	text-decoration: none;
}
div.text-content ul#links a:hover {
	text-decoration: underline;
        background: inherit;
}
div.text-content ul#links a strong {
	color: #000;
	padding-right: 14px;
	background: url(../img/arrow_links.gif) no-repeat right 3px;
}
/** END resources page **/

/** START videos page **/

div.youtube-video {
	padding-bottom: 40px;
	border-bottom: 1px solid #DDDDDD;
}

div.youtube-video object {
	margin-bottom: 15px;
}

.toggle-next:hover {
	cursor: pointer;
}

/** END videos page **/

/** START contact page **/

.front-end div.form {
	border-left: none;
	float: none;
	width: 100%;
}
.front-end label {
	float: left;
	width: 140px;
	height: 26px;
	text-align: right;
	margin-right: 10px;
	margin-top: 4px;
}

.front-end input, .front-end textarea {
	clear: none;
	float: left;
	font-size: 12px;
	padding: 4px;
	border: 1px solid #BEC0C7;
	float: left;
}

.front-end select {
	clear: none;
	float: left;
}

.front-end input {
	width: 250px;
}

.front-end textarea {
	width: 400px;
}

.front-end form div.submit {
	float: left;
	padding-left: 157px;
}

.front-end div.error-message {
	clear: none;
	color: #c73e14;
	float: left;
	margin: 0;
}

.front-end div.contacts {
	margin-left: 80px;
}


/** END contact page **/

/** PAGE SPECIFIC RULES END HERE **/

/** containers **/
div.form,
div.index,
div.view {
	float:right;
	width:76%;
	border-left:1px solid #666;
	padding:10px 2%;
}

.admin div.contacts.index, .admin div.contacts.view, .admin div.contacts.form {
	float:none;
	width:100%;
	border-left:none;
	padding:10px 2%;
}

div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}


/** Tables **/
table {
	background: #fff;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 90%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	background: #fff;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
table tr:nth-child(2n) td {
	background: #f5f5f5;
}
table .altrow td {
	background: #f5f5f5;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
	font-family: Monaco, Consolas, "Courier New", monospaced;
}
.cake-sql-log caption {
	color:#fff;
}

/** Paging **/
div.paging {
	background:#fff;
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
div.paging span.disabled {
	color: #ddd;
	display: inline;
}
div.paging span.current {
	color: #c73e14;
}
div.paging span a {
}

/** Scaffold View **/
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form .input {
	color: #444;
}
form .required {
	/* font-weight: bold; */
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
}
label {
	display: block;
	font-size: 110%;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 1%;
	width:98%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit] {
	background:#EAEEE9;
	/*
background: -webkit-gradient(linear, left top, left bottom, from(#a8ea9c), to(#62af56));
	background-image: -moz-linear-gradient(top, #a8ea9c, #62af56);
*/
	border-color: #656665;
	color: #000;
}
form .submit input[type=submit]:hover {
	background:#D1D6D0;
	/*
background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
*/
}

/** Notices and Errors **/
div.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	background: #D1D6D0;
	padding: 5px;
}
div.error-message {
	clear: both;
	color: #c73e14;
}


p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/**  Actions  **/
div.actions ul {
	margin: 0;
	padding: 0;
}
div.actions li {
	margin:0 0 0.5em 0;
	list-style-type: none;
	white-space: nowrap;
	padding: 0;
}
div.actions ul li a {
	font-weight: normal;
	display: block;
	clear: both;
}
div.actions ul li a:hover {
	text-decoration: underline;
}

input[type=submit],
div.actions ul li a,
td.actions a {
	font-weight:normal;
	padding: 4px 8px;
	background:#e6e49f;
	background: -webkit-gradient(linear, left top, left bottom, from(#f1f1d4), to(#e6e49f));
	background-image: -moz-linear-gradient(top, #f1f1d4, #e6e49f);
	color:#333;
	border:1px solid #aaac62;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	text-shadow: #fff 0px 1px 0px;
	min-width: 0;
}
input[type=submit]:hover,
div.actions ul li a:hover,
td.actions a:hover {
	background: #f0f09a;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7f7e1), to(#eeeca9));
}

/** Related **/
div.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 1em;
}
pre.cake-debug {
	background: #ffcc00;
	font-size: 120%;
	line-height: 140%;
	margin-top: 1em;
	overflow: auto;
	position: relative;
}
div.cake-stack-trace {
	background: #fff;
	color: #333;
	margin: 0px;
	padding: 6px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
}
div.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px;
	padding: 1em;
	overflow: auto;
}
div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #ff0;
	padding: 4px;
}
div.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
div.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
div.code-coverage-results div.covered span.content {
	background:#cec;
}
div.code-coverage-results div.ignored span.content {
	color:#aaa;
}
div.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
div.code-coverage-results span.line-num strong {
	color:#666;
}
div.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
div.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
div.code-coverage-results div.realstart {
	margin-top:0px;
}
div.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
div.code-coverage-results span.result-bad {
	color: #a00;
}
div.code-coverage-results span.result-ok {
	color: #fa0;
}
div.code-coverage-results span.result-good {
	color: #0a0;
}