/*SVN FILE: $Id$
*
*
* PHP versions 4 and 5
*
* CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
* Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
*
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
*
* @filesource
* @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
* @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
* @package       cake
* @subpackage    cake.app.webroot.css
* @since         CakePHP(tm)
* @version       $Revision$
* @modifiedby    $LastChangedBy$
* @lastmodified  $Date$
* @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */
*
{
	margin: 0;
	padding: 0;
}
/*General Style Info*/
BODY
{
	background: #003D4C;
	color: #FFF;
	font-family: "lucida grande", verdana, helvetica, arial, sans-serif;
	margin: 0;
}
A
{
	color: #003D4C;
}
A:hover
{
	background: #FFF;
	color: #003D4C;
}
A IMG
{
	border: none;
}
H1, H2, H3, H4
{
	font-weight: normal;
}
H1
{
	background: #FFF;
	color: #003D4C;
	font-size: 100%;
	margin: 0.1em 0;
}
H2
{
	background: #FFF;
	color: #E32;
	font-family: "Gill Sans", "lucida grande", helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
H3
{
	color: #993;
	font-family: "Gill Sans", "lucida grande", helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
H4
{
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
UL, LI
{
	margin: 0 12px;
}
/*Tables*/
TABLE
{
	background: #FFF;
	border: 1px solid #CCC;
	border-right: 0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
TH
{
	background: #F2F2F2;
	border: 1px solid #BBB;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	text-align: center;
}
TH A
{
	background: #F2F2F2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
TH A:hover
{
	background: #CCC;
	color: #333;
	text-decoration: none;
}
TABLE TR TD
{
	background: #FFF;
	border-right: 1px solid #CCC;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
TABLE TR.altrow TD
{
	background: #F4F4F4;
}
TD.actions
{
	text-align: center;
	white-space: nowrap;
}
TD.actions A
{
	margin: 0px 6px;
}
.cake-sql-log TABLE
{
	background: #F4F4F4;
}
.cake-sql-log TD
{
	padding: 4px 8px;
	text-align: left;
}
/*Paging*/
DIV.paging
{
	background: #FFF;
	color: #CCC;
	margin-bottom: 2em;
}
DIV.paging DIV.disabled
{
	color: #DDD;
	display: inline;
}
DIV.paging SPAN
{
}
DIV.paging SPAN.current
{
	color: #000;
}
DIV.paging SPAN A
{
}
/*Scaffold View*/
DL
{
	line-height: 2em;
	margin: 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: 80%;
}
FIELDSET
{
	border: 1px solid #CCC;
	margin-top: 30px;
	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: 0.5em;
	vertical-align: text-top;
}
FORM DIV.input
{
	color: #444;
}
FORM DIV.required
{
	color: #333;
	font-weight: bold;
}
FORM DIV.submit
{
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
LABEL
{
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
INPUT, TEXTAREA
{
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", verdana, sans-serif;
	padding: 2px;
	width: 100%;
}
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;
}
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%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}
/*Notices and Errors*/
DIV.message
{
	clear: both;
	color: #900;
	font-size: 140%;
	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: #008000;
	color: #FFF;
}
/*Actions*/
DIV.actions UL
{
	margin: 0px 0;
	padding: 0;
}
DIV.actions LI
{
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
DIV.actions UL LI A
{
	background: #FFF;
	color: #003D4C;
	text-decoration: none;
}
DIV.actions UL LI A:hover
{
	color: #333;
	text-decoration: underline;
}
/*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;
	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;
	margin-top: 30px;
	padding-top: 5px;
}
DIV.code-coverage-results DIV.end
{
	border: 1px solid #AAA;
	border-width: 0px 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;
}

