/* SVN FILE: $Id: cake.generic.css 7690 2008-10-02 04:56:53Z nate $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 7690 $
 * @modifiedby		$LastChangedBy: nate $
 * @lastmodified	$Date: 2008-10-02 00:56:53 -0400 (Thu, 02 Oct 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0; 
	padding:0;
}

/* General Style Info */
body {
	background: #ffffff;
	font-size: 85%;
	font-family: arial, helvetica, sans-serif;
	margin: 1em 0 0 0;
}
h1 { 
	font-size: 150%;
	color: #091F09;
	margin: 0.5em 0 0.5em 0;
}
h2 {
	font-size: 125%;
	color: #091F09;
	margin: 0.5em 0 0.5em 0;
}

h2 a {
	color: #091F09;	
}

h2 a:hover {
	color: #2D7B2D;	
}

h3 {
	font-size: 100%;
	color: #091F09;
	margin: 0.5em 0 0.5em 0;
}

h3 a {
	color: #091F09;	
}
h3 a:hover {
	color: #2D7B2D;	
}

p {
	margin: 0 0 0.6em 0;
	line-height: 1.2em;
} 
a {
	text-decoration: none;
}
blockquote {
	margin: 1em 0 1em 1em;
}
ul, ol {
	margin: 0 0 0.6em 1em;;	
}
li {
	margin: 0 12px ;
}

img {
	border-style: none;	
}



/* Basic styles */

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

.left {
	float: left;
}

.right {
	float: right;
}

.left-align {
	text-align: left;
}

.right-align {
	text-align: right;
}

.center {
	margin-left: auto;	
	margin-right: auto;	
	text-align: center;
}

.full_width {
	width: 100%;	
}

.middle {
	text-align: center;	
}

.vmiddle {
	vertical-align: middle;	
}

.font-80 {
	font-size: 80%;	
}
.font-90 {
	font-size: 90%;
}

.font-95 {
	font-size: 95%;
}

.black {
	color: black;
}

.no_padding {
	padding: 0px;	
}



/* Heading styles */

.first {
	margin-top: 0em;
}

.zero-margin-bottom {
	margin-bottom: 0;
}




/* General styles */

.published {
	font-size: 0.9em;
	
}

.blend {
	background-image: url(/img/grey_blend.png); 
	background-position: top;
	background-repeat: repeat-x;
	background-color: #F9F9F9;
	padding: 0.3em;
	margin-top: 0.5em;
}

.blank_blend {
	padding: 0.3em;
	margin-top: 0.5em;
}

.silver-frame {
	border-top: solid silver 1px; 
	border-right: solid grey 1px; 
	border-bottom: solid grey 1px; 
	border-left: solid silver 1px;
}

.light-underline {
	border-bottom: solid #F9F9F9 1px;
}

.high_vis_link {
	color: orange;
	font-weight: bold;
	white-space: nowrap;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}

.div_button {
	font-weight: bold;
	background: #ff9900;
	white-space: nowrap;
}

.nowrap {
	white-space: nowrap;
}

.show_hide {
	background: #006D00;
	color: white;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}

.show_hide_disabled {
	background: #7DB87D;
	color: white;
	font-weight: bold;
	text-align: center;
}



/* Layout */

#container {
	width: 960px;
	margin: 0 auto 10em; 
	text-align: left; 
	position: relative;
}

#header{
	padding: 0px;
}

#content{
}

#footer {
	clear: both;
	padding: 0.5em;
	text-align: center;
}






/* Heading styles */

.first {
	margin-top: 0em;
}

.zero-margin-bottom {
	margin-bottom: 0;
}






/* Menu styles */

.menu {
	margin: 0 auto 1em;
	text-align: center;
}

.menu a {
	font-weight: bold;
	padding: 0 0.3em;
	text-decoration: none;
}







/* Tables */
table {
	border:1px solid #ccc;
	border-right:0;
	border-bottom:0; 
	clear: both;
	margin-bottom: 10px;
}
td, th {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc; 
	padding: 0.5em;
}
td h2 {
	margin: 0;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}






/* Forms */

input {
	border: 1px solid grey;	
	padding: 0.15em;
}

input.submit {
	background: #ff9900;	
	font-weight: bold;
	padding: 0.1em;
	cursor: pointer;
	border: solid gray 1px;
}





/* Notices and Errors */
div.message {
	clear: both;
	color: #900;
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0;
}
div.messageInactive {
	clear: both;
	color: #E08686;
	font-size: 120%;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
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;
}



/* Special styles */

.right-column {
	float: right; 
	width: 33%; 
	margin: 0 0 0 1%;	
	color: #535353;
}

.left-column {
	float: left; 
	width: 64%; 
	margin: 0 0 0 1%;
	color: #535353;
}

.banner_add {
	border: solid gray 1px;
	text-align: center;	
	padding: 0.5em;
	margin: 0 0 1.2em;
	font-size: 90%;
}

.potshot-info {
	background: #dadada;
	margin: 0 0 0.6em;
	padding: 0.3em;
	text-align: center;
	font-size: 90%;
	font-weight: bold;
	color: #282828;
}

.potshot-suggested {
	background: #E6E6E6;	
	padding: 0.5em;
	margin: 0 0 1.2em;
}

.potshot-teaser {
	padding: 0.2em;	
	font-size: 80%;
}



/* Cake 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;
	border: 4px dotted #ffcc00;
	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;
}

/* Buttons */

.subscribe {
	background: #F98D45;
	color: white;
	font-weight: bold;
	text-align: center;
}