/*SVN FILE: $Id: cake.generic.css 6311 2008-01-02 06:33:52Z phpnut $
*
*
* 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: 6311 $
* @modifiedby        $LastChangedBy: phpnut $
* @lastmodified    $Date: 2008-01-02 00:33:52 -0600 (Wed, 02 Jan 2008) $
* @license            http://www.opensource.org/licenses/mit-license.php The MIT License
 */
*
{
	margin: 0;
	padding: 0;
}
/*General Style Info*/
BODY
{
	background-color: #003D4C;
	color: #FFF;
	font-family: "lucida grande", verdana, helvetica, arial, sans-serif;
	font-size: 90%;
	margin: 0;
}
A
{
	background-color: inherit;
	color: #003D4C;
	text-decoration: none;
	font-weight: bold;
}
A:hover
{
	background-color: inherit;
	color: #003D4C;
	text-decoration: underline;
}
A IMG
{
	border: none;
}
H1, H2, H3, H4
{
	background-color: inherit;
	font-weight: normal;
}
H1
{
	color: #003D4C;
	font-size: 100%;
	margin: 0.1em 0;
}
H2
{
	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;
}
/*Layout*/
#container
{
	text-align: left;
}
#header
{
	padding: 10px 20px;
}
#header H1
{
	background: url(../img/cake.icon.gif) no-repeat left;
	color: #FFFFFF;
	padding: 0px 30px;
}
#header H1 A
{
	color: #FFFFFF;
	background: #003D4C;
	font-weight: normal;
	text-decoration: none;
}
#header H1 A:hover
{
	color: #FFFFFF;
	background: #003D4C;
	text-decoration: underline;
}
#content
{
	background-color: #FFF;
	clear: both;
	color: #333;
	padding: 10px 20px 40px;
	overflow: auto;
}
#footer
{
	clear: both;
	padding: 6px 10px;
	text-align: right;
}
/*Tables*/
TABLE
{
	background-color: #FFF;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
TH
{
	background-color: #F2F2F2;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	text-align: center;
}
TH A
{
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
TH A:hover
{
	background-color: #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
{
	display: inline;
	margin: 0px 6px;
}
.cake-sql-log TABLE
{
	background: #F4F4F4;
}
.cake-sql-log TD
{
	padding: 4px 8px;
	text-align: left;
}
/*Paging*/
DIV.paging
{
	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
{
	color: #E32;
	font-size: 160%;
	font-weight: bold;
}
FIELDSET FIELDSET
{
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
FIELDSET FIELDSET LEGEND
{
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
}
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;
	display: block;
	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=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-color: #FFCC00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success
{
	background-color: green;
	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
{
	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: #000000;
	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: #FFFF00;
	padding: 4px;
}
