/**
 *
 * 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)
 */
@import url(https://fonts.googleapis.com/css?family=Droid+Sans:regular,bold);


* {
	margin:0;
	padding:0;
}

/** General Style Info **/
body {
	background:url('/img/timeline/day_background.png') -80px 0px no-repeat #8ec1da;
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-size:90%;
}


/*Opera Fix for footer*/
body:before {
	content:"";
	float:left;
	width:0;
	margin-top:-32767px;
}

a:active {
	outline:none;
}
a {
	color: #325570;
	text-decoration: underline;
	font-weight: bold;
	outline:none;
}
a:hover {
	color: #367889;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	color:#315271;
	font-weight: normal;
	margin-bottom:0.5em;
}
h1 {
	color: #325570;
	font-size: 100%;
}
h2 {
	background:#fff;
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 190%;
}

h3 {
	font-family:'Gill Sans','lucida grande', helvetica, arial, sans-serif;
	font-size: 165%;
}
h4 {
	color: #555;
	font-weight: bold;
	background: #FFC;
	padding: 5px;
	border-bottom: 1px dotted #BBB;
	margin-right: 5px;
}
ul, li {
	margin: 0 12px;
}
ol, li {
	margin: 0 5px;
}
p {
	margin:10px 0;
}
.unselectable {
   -moz-user-select: none;
   -khtml-user-select: none;
   user-select: none;
}
div#shim {
	z-index: 2221;
	filter: alpha(opacity=50); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
	-moz-opacity: .50; /*older Mozilla*/
	-khtml-opacity: 0.5;   /*older Safari*/
	opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#000000;
	position:fixed; top:0px; left:0px; width:100%; height:100%; text-align:center; vertical-align:middle;
}
div#loading_dialog {
	background:url('../img/black_75.png') repeat;
	position:absolute;
	width:300px;
	height:150px;
	padding-top:25px;
	z-index:2222;
	color:#fff;
	font-weight:700;
	border-width:1px;
	border-style: solid;
	border-color: #ccc #999 #999 #ccc;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	top:0;
	left:0;
	text-align:center;
}
/** Layout **/
#container {
	text-align: left;
	padding: 0 0px 100px 0px;
	max-width:1060px;
	overflow:visible;
}

#header{
	padding: 10px 20px 0 40px;
	max-width:1000px;
	height:70px;
}

#header_slogan {
	font-family:'lucida grande',verdana,helvetica,arial,sans-serif;
	font-style:italic;
	color:#fff;
	size:14px;
	position:absolute;
	top:85px;
	left:150px;
	width:675px;
	height:10px;	
}	
#header h1 {
	line-height:20px;
	color: #BDE5F8;
	padding: 0px 30px;
}
#header h1 a {
	color: #FFF;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #BDE5F8;
	text-decoration: underline;
}
#header_shadow {
	position:absolute;
	height:10px;
	width:100%;
	height:8px;
	background: url('../img/shadows/b.png') 0 -2px repeat-x;
	padding:0px;
	margin:0px;
	border:0;
}
#content{
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	max-width:1000px;
	overflow:visible;
}
#footer_container {
	position:relative;
	height:100px;
	clear:both;
	margin-top: -100px;
}
#footer {
	background-image:url('/img/footer_background.png');
	background-repeat:repeat-x;
	clear: both;
	padding: 16px 10px;
	color:#4C3827;
	height:30px;
	background-color:#9C754D;
	/*background-color:#b9e3fa;*/
	border-top:1px solid #fff;
	text-align:center;
}
#footer a {
	color:#fff;
}
#footer_grass {
	background:url("/img/grass_shadow.png") repeat-x transparent;
	height:40px;
	width:100%;
	margin:0;
	padding:0;
	position:relative;
	top:10px;
}
div.tooltip {
	background:url('../img/tooltip/white_arrow_big.png') no-repeat;
	width:320px;
	padding:35px 25px 25px 30px;
	height:170px;
	color:green;
}
/* override the arrow image of the tooltip */
.tooltip.bottom {
	background:url('../img/tooltip/white_arrow_big_bottom.png') no-repeat;
	padding:50px 25px 25px 30px;
	margin-top:15px;
	margin-left:2px;
	height:155px;
}
/** containers **/
div.form,
div.index,
div.view {
	width:100%;
}
div.actions {
	float:left;
	width:16%;
	padding:10px 1.5%;
}
div.actions h3 {
	padding-top:0;
	color:#777;
}


/** Tables **/
table {
	background: transparent;
	border-right:0;
	clear: both;
	color: #333;
	width: 100%;
}
th {
	border:0;
	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: transparent;
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}


table .altrow td {
	background: #f5f5f5;
}
table.plain tr td {
	border-bottom:0;
	background: transparent;
	padding: 0;
}
table.plain tr:nth-child(2n) td {
	border-bottom:0;
	background: transparent;
	padding: 0;
}

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: 0;
	margin: 0;
	padding: 0;
}
fieldset legend {
	background:#fff;
	color: #5fa433;
	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: #d12d1f;
	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;
	min-width: 150px;
}
form .submit input[type=submit] {
	background:#E35E1D;	
	padding:5px 30px;
	font-weight:bold;	
	cursor: pointer;
	border-color:#f18653 #aa5f3b #aa5f3b #f18653;
	color:#FFFFFF;
	font-weight:bold;
	padding:5px 30px;
	text-shadow:1px 1px 0 #9F3A09;
	
}
form .submit input[type=submit]:hover {
	background:#ef7f48;
	text-shadow:-1px -1px 0 #9F3A09;
}
/* Fix FF dotted box */
input::-moz-focus-inner { border: 0; }
/** Notices and Errors **/
div.help_icon {
	background:url('../img/help_16.png') 3px 2px no-repeat;
	padding:0;
	margin:0;
	width:18px;
	height:13px;
	display:inline-block;
	zoom: 1;			/* IE fix */
    *display: inline;	/* IE fix */
	_height:44px;		/* IE fix */	
}
div.message {
	/*background:url("../img/flash_msg_back.png") repeat-x scroll 0 0 #47973B;
	border:1px solid #3C8132;
	color:white;
	font-family:'Droid Sans',arial,serif;
	font-weight:bold;
	height:30px;
	padding-top:10px;
	text-align:center;*/
	background:#FFC;
	border-bottom:1px solid #CCCCCC;
	color:#555555;
	font-family:'Droid Sans',arial,serif;
	font-weight:bold;
	height:30px;
	padding-top:10px;
	text-align:center;
}

#authMessage {
	background: #FDDFDE;
	color: #404040;
	font-family:'Droid Sans',arial,serif;
	font-weight: bold;
	font-size:16px;
	padding: 10px 0;
	border-color:#FBC7C6;
	border-style:solid;
	border-width:1px;
	text-align:center;
	height:20px;
	margin-right:0px;
}
div.error_message {
	background: url("../../img/burnt_orange_transparent.png") repeat scroll 0 0 transparent;
	color: #fff;
	font-family:'Droid Sans',arial,serif;
	font-weight: bold;
	font-size:16px;
	padding: 10px 0;
	border-color:#ddd #ddd #aaa #aaa;
	border-style:solid;
	border-width:1px;
	text-align:center;
}
div.light_error_message {
	color: #E35E1D;
	font-family:'Droid Sans',arial,serif;
	font-weight: bold;
	font-size:16px;
	padding: 10px 0;
	text-align:center;
	margin-bottom:10px;
	padding:5px;
}
div.info_message {
	font-family:'Droid Sans',arial,serif;
	font-weight: bold;
	font-size:16px;
	padding:10px 20px;
	background: #FFC;
	color:#555;
	border-color:#ddd #ddd #aaa #aaa;
	border-style:solid;
	border-width:1px;
	text-align:center;
}
p.error {
	background-color: #d12d1f;
	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;
}
div.error-message {
	color:red;
}
.section_outline #authMessage {
	margin:5px;
	position: static;
    width: auto;
}

/**  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:none repeat scroll 0 0 #E35E1D;
	color:#FFF;
	border:1px solid #9F3A09;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	text-shadow: #9F3A09 1px 1px 0px;
	min-width: 150px;
}
input[type=submit]:hover,
div.actions ul li a:hover,
td.actions a:hover {
	background: #ef7f48;
	text-shadow:-1px -1px 0 #9F3A09;
}


/** 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;
}
div.section_header {
	font-size:160%;
	color:#315271;
	margin:5px 0 15px 10px;
	font-weight:bold;
}
div.header_image {
	display:inline;
	float:left;
	margin-right:10px;
	border-style:solid;
	border-width:1px;
	border-color:#ccc #999 #999 #ccc;
}
div.section_description {
	color:#777;	
	text-align:left;
}	
div.section_title {
	position:relative;
	left:-33px;
	margin:0;
	padding:0;
	width:103%;
}
div.section_3d {
	margin:0;
	padding:0;
}
div.section_wrap_corner{
	height:12px;
	background: url('../img/section_wrap_corner.png') 0 0 no-repeat;
	margin:0;
	padding:0 0 0 12px;
}
div.section_title_outline {
	min-height:40px; /* IE7 fix */
	border-left:1px solid #2e8100;
	padding:0;
	margin:0;
}
div.section_title_label {
	margin:0;
	color:#FFFFFF;
	text-shadow:1px 1px 0 #0D6D00;
	padding:7px 5px 8px 40px;
	border-width:1px;
	border-color:#bbff99 #2e8100 #2e8100 #bbff99;
	border-style:solid;
	background:#85E573; 
	background: -webkit-gradient(linear, left top, left bottom, from(#85e573), to(#4ca83d));
	background-image: -moz-linear-gradient(top, #85e573, #4ca83d);
	/* For Internet Explorer 5.5 - 7 */
	 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#85e573, endColorstr=#4ca83d); 
	/* For Internet Explorer 8 */
	 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#85e573, endColorstr=#4ca83d)"; 
}
div.section_title_label span{
	display: block;
  	width: 100%;
  	/*filter: dropshadow(color=#8CEE7C,offX=0,offY=1);*/
  	font-weight:bold;
	font-size:20px;
}
div.section_outline_shadow{
	margin:0;
	padding:0;
	border:1px solid #ddd;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
div.section_outline{
	border: 1px solid #aaa;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin-bottom: 0;
	padding: 16px 20px;
	background: #fff;	
	height:100%;
	width:100%;
}
.fieldset_shadow fieldset {
	margin:0;
}

/****************
 * Back link & panes for tabs
 ****************/
.back_link {
	color:#FFFFFF;
	float:right;
	height:0;
	position:relative;
	right:0;
	top:30px;
	z-index:100;
}

.back_link a {
	color: #CCFFCC;
}

/**
 * Getting started
 */

#getting_started {
	padding: 10px 10px 30px 10px;
}

#getting_started fieldset {
	border:1px solid #CCCCCC;
	margin:0;
	padding:10px 15px 15px 15px;
}

#getting_started h3 {
	font-size: 18px;
	font-family:helvetica;
	margin: 0.6em 0 0.3em 0;
}

#getting_started ol li {
	color: #555;
	margin: 5px 12px;
}


/****************
 *  CONTRIBUTOR ROWS
 ****************/
 .contributors_container {
	padding-left:5px;
	margin-top:0px;
} 
.contributors_container .header_row {
	padding:0 0 5px 0;
	margin:0px;
	color:#333;
}
.contributors_container .header_row div {
	padding:0 .5em 5px .5em;
	margin:0px;
	color:#333;
}
.contributors_container .contributor_row {
	border-color:#DDDDDD #AAAAAA #AAAAAA #DDDDDD;
	border-style:solid;
	border-width:1px;
	-webkit-border-radius: 7px;
	-moz-border-radius:7px;
	border-radius:7px;
	height:50px;
	margin:0;
	padding:0px;
}
.contributor_row div {
	vertical-align:middle;
	overflow:hidden;
	margin-bottom:0;
	
}
#how_it_works_button {
	background:url('/img/splash/how_it_works.png') no-repeat;
	width:245px;
	height:47px;
	float:right;
	position:relative;
	top:-50px;
	cursor:pointer;
}
.contributors_container .header {
	margin:0;
	color:#333;
}
/* Header alignment because missing elements */
.contributors_container .header_row .c_image {
	width:32px;
}
.contributors_container .header_row .c_name {
	margin-left: 10px;
}
.contributors_container .header_row .c_relation {
}
.contributors_container .header_row .c_t_access {
	
}
.contributors_container .header_row .c_family {
    display:inline-block;
    width:150px;
}
.contributors_container .c_image {
	display:inline-block;
	width:32px;
	padding-left:10px;
	zoom: 1;			/* IE fix */
    *display: inline;	/* IE fix */
	_height:60px;		/* IE fix */
}
/***** IE FIX START ********/
.contributors_container .contributor_blank_add .c_image {
	display:inline-block;
	width:32px;
	padding-left:10px;
	zoom: 1;			/* IE fix */
    *display: inline;	/* IE fix */
	_height:60px;		/* IE fix */

}
.contributors_container .contributor_blank_add .c_name {
	display:inline-block;
	zoom: 1;			/* IE fix */
    *display: inline;	/* IE fix */
	_height:60px;		/* IE fix */
}
.contributors_container .contributor_blank_add .c_relation {
	display:inline-block;
	zoom: 1;			/* IE fix */
    *display: inline;	/* IE fix */
	_height:60px;		/* IE fix */
}
.contributors_container .contributor_blank_add .c_t_access {
	display:inline-block;
	width:20%;
	overflow:hidden;
	white-space:nowrap;
	margin:0;
	zoom: 1;			/* IE fix */
    *display: inline;	/* IE fix */
	_height:60px;		/* IE fix */
}
/***** IE FIX END********/


.contributors_container .c_name {
	display:inline-block;
	width:60%;
	overflow: hidden;
	zoom: 1;			/* IE fix */
    *display: inline;	/* IE fix */
	_height:60px;		/* IE fix */
}
.contributors_container .c_email {
	color:#aaa;
	padding-left:10px;
}
.contributors_container .c_relation {
	display:inline-block;
	width:20%;
	zoom: 1;			/* IE fix */
    *display: inline;	/* IE fix */
	_height:60px;		/* IE fix */
}
.contributors_container .c_t_access input {
	margin:3px;
}

.contributors_container .c_actions {
	display:inline-block;
	width:32px;
	zoom: 1;			/* IE fix */
    *display: inline;	/* IE fix */
	_height:60px;		/* IE fix */
}
.contributors_container .contributor_action {
	display:inline-block;
	width:74px;
	zoom: 1;			/* IE fix */
    *display: inline;	/* IE fix */
	_height:60px;		/* IE fix */
}
.contributors_container .block_contributor {
	width:32px;
	height:37px;
	background:url('/img/block_grey.png') 0 2px no-repeat transparent;
	border:none;
	outline:none;
	display:inline-block;
	float:right;
	zoom: 1;			/* IE fix */
    *display: inline;	/* IE fix */
	_height:37px;		/* IE fix */
}
.contributors_container .email_contributor {
	width:32px;
	height:37px;
	background:url('/img/envelope_open.png') 0 1px no-repeat transparent;
	border:none;
	outline:none;
	display:inline-block;
	float:right;
	padding-right:10px;
	zoom: 1;			/* IE fix */
    *display: inline;	/* IE fix */
	_height:37px;		/* IE fix */	
}
.contributors_container .upgrade_button {
    width:50px;
    height:32px;
    background: url('../img/upgrade_star.png') 0px 0px no-repeat;
    border:none;
    outline:none;
    display:inline-block;
    float:right;
    padding-right:10px;
    zoom: 1;            /* IE fix */
    *display: inline;   /* IE fix */
    _height:37px;       /* IE fix */    
}
.contributors_container .upgrade_button:hover {
    background-position:0px -34px;
}
.contributors_container .email_contributor:hover {
	background-position: 0 -31px;	
}
.contributors_container .block_contributor:hover {
	background:url('/img/block.png') 0 2px no-repeat transparent;

}

.footer_links {
	padding:0 5px;
}


/****************
 * HEADER
 ****************/
 #mg_icon_link {
 	position:absolute;
 	top:15px;
 	left:100px;
 	width:375px;
 	height:75px;
 	outline:none;
	float: left;
 }
 #header h1 {
 	width: 250px;
	float: left;
 }
 
 #account {
	float: right;
	text-align: right;
	height:30px;
 }
 
 #account a {
 	color: #315271;
 	text-shadow:0 1px 1px #fff;
	text-decoration: none;
	
 }
 
 #account a:hover {
 	color: #FFF;
	text-decoration:underline;
	text-shadow:none;
 }
 #quota {
 	width:100%;
 	text-align:right;
	clear:both;
 }
 #dashboard_timeline {
	background:url('../../img/timeline/retro_background_V9.png') -223px 0px repeat-x #B5E5F9;	 
 }
 #shadow_timeline {
 	width:998px;
 }
.header_link {
	font-size:14px;
	color:#6c8bb6;
	padding-left:10px;
	margin:0px;
	color: #CCFFCC;
	text-shadow: none;	
}
.header_link:hover {
	color:#FFF;
}
/* how it works */
#howitworks_1 {
	height:375px;
	min-width:100%;
	background:url(../img/splash/howitworks_1.png) 80px 0 no-repeat #B5E5F9;
}
#howitworks_2 {
	height:421px;
	min-width:100%;
	background:url(../img/splash/howitworks_2.png) 80px 0 no-repeat #B5E5F9;
}
#howitworks_3 {
	height:367px;
	min-width:100%;
	background:url(../img/splash/howitworks_3.png) 80px 0 no-repeat #B5E5F9;
}
#howitworks_4 {
	height:367px;
	min-width:100%;
	background:url(../img/splash/howitworks_4.png) 80px 0 no-repeat #B5E5F9;
}
#howitworks_final {
	height:477px;
	min-width:100%;
	background:url(../img/splash/howitworks_final.png) 80px 0 no-repeat #B5E5F9;
}
#feedback_tab_sign {
	background:url('/img/feedback_tab_sign.png');
    position: fixed;
    bottom: 0px;
    right: 2px;
    cursor:pointer;
    width:47px;
    height:400px;   
}

#mg_drop_down {
    background: url('../img/tree_drop_down.png') 15px 4px no-repeat;
    height:20px;
    width:60px; 
}
#mg_usr_drop_down {
    background: url('../img/profile_header_icon_v3.png') 5px 4px no-repeat;
    padding-left:28px;
    height:20px;
    text-align:left;
    
}
#header_link_print {
    background: url('../img/book_open_icon.png') 5px 5px no-repeat;
    padding-left:28px;
    height:14px;
    text-align:left;
    
}
#header_link_pro {
    background: url('../img/premium_star.png') 0px 0px no-repeat;
    padding-left:30px;
    height:18px;
    text-align:left;
    
}
#garden_options .header_link_upgrade {
    background: url('../img/sponsor_star.png') 0px 0px no-repeat;
    height:18px;
    text-align:left;
    padding:5px 0 5px 30px;
    text-decoration:none;
}
.upgrade_button {
    background: url('../img/upgrade_star.png') 0px 0px no-repeat;
    float:right;
    width:50px;
    height:32px;
    cursor:pointer;
}
.upgrade_button:hover {
    background-position:0px -34px;
}
.upgrade_button.premium {
    background-position:0px -34px;
    color:#333;
}

#garden_options .header_link_upgrade:hover {
    background-position:0px -34px;
}
/* Shadow/grid/layout stuff */
#c{
	background:#fff;	
	padding:5px;
	margin:0px;
	border:0;
}
#l_shadow {
	width:10px;
	background: url('../img/shadows/l.png') repeat-y;
	padding:0px;
	margin:0px;
	border:0;
}
#r_shadow {
	width:10px;
	background: url('../img/shadows/r.png') 0 0 repeat-y;
	padding:0px;
	margin:0px;
	border:0;
}
#lb_shadow {
	width:10px;
	height:8px;
	background: url('../img/shadows/lb.png') 0 0 no-repeat;
	padding:0px;
	margin:0px;
	border:0;
}
#rb_shadow {
	width:10px;
	height:8px;
	background: url('../img/shadows/rb.png') 0 0 no-repeat;
	padding:0px;
	margin:0px;
	border:0;
}
#b_shadow {
	height:8px;
	background: url('../img/shadows/b.png') 0 0 repeat-x;
	padding:0px;
	margin:0px;
	border:0;
}
#lt_shadow {
	width:10px;
	height:10px;
	background: url('../img/shadows/lt.png') 0 0 no-repeat;
	padding:0px;
	margin:0px;
	border:0;
}
#rt_shadow {
	width:10px;
	height:10px;
	background: url('../img/shadows/rt.png') 0 0 no-repeat;
	padding:0px;
	margin:0px;
	border:0;
}
#t_shadow {
	height:10px;
	background: url('../img/shadows/t.png') 0 0 repeat-x;
	padding:0px;
	margin:0px;
	border:0;
}

/**
 * Special cases
 */
#KidProfileForm {
	color: #000;
}


/** Hide Facebook until it's available on MH **/
/*
#import_facebook, #tip_facebook {
	display: none;
}
*/

/** bootstrap flash message **/
.alert button.close {
	float: right;
font-size: 21px;
font-weight: bold;
line-height: 1;
color: #000000;
text-shadow: 0 1px 0 #ffffff;
opacity: 0.2;
filter: alpha(opacity=20);
	padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
	position: relative;
top: -2px;
right: -21px;
color: inherit;

}
.alert-flash-mg {
	margin-bottom: 0px;
	text-align: center;
}
.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.alert {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-danger {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}
.alert-danger {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f2dede), to(#e7c3c3));
  background-image: -webkit-linear-gradient(top, #f2dede, 0%, #e7c3c3, 100%);
  background-image: -moz-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
  background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
  background-repeat: repeat-x;
  border-color: #dca7a7;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
}

.alert-dismissable {
    padding-right: 35px;
}