/* SVN FILE: $Id: cake.generic.css,v 1.5 2009/03/24 22:59:25 tskrille Exp $ */
/**
 *
 * 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: 1.5 $
 * @modifiedby    $LastChangedBy: gwoo $
 * @lastmodified  $Date: 2009/03/24 22:59:25 $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	font-family : Verdana, Arial, Helvetica, sans-serif;
}

/* General Style Info */

ul, li {
	margin: 0 12px;
}

div.paging {
	
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #fff;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}

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: 0px;
	padding: 0;
	width: auto;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	
	color: #fff;
	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 {
	margin: 0px;
	margin-bottom: 1em;
	vertical-align: text-top;
}
form div.input {
	float:left;
	color: #444;
	padding: 0px;
	margin-right: 10px;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 0px;
	display: block;
}
label {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
input, textarea {
	font-size:10pt;
	font-style:italic;
	color: #FFFFFF;
	background-color: #4B2000;
	border : 1px solid #FEB770;
	width:160px;
	float: left;
}
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;
}

form div.submit input {
	display: block;
	/*padding: 2px 5px*/
	width: auto;
	vertical-align: bottom;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style:normal;
	color: #FFFFFF;
	background-color: #4B2000;
	border : 1px solid #FEB770;
	clear: both;
}

input[type=submit] {
	display: inline;
	/*padding: 2px 5px*/
	width: auto;
	vertical-align: bottom;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-style:normal;
	color: #FFFFFF;
	background-color: #4B2000;
	border : 1px solid #FEB770;
	clear: both;
}

/* Notices and Errors */
div.message {
	clear: both;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
div.error-message {
	clear: both;
	color: #d22;
	font-weight: bold;
	font-size: 12px;
}
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: #fff;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #fff;
	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 {
	clear: both;
}

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: #fff;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Related */
div.related {
	clear: both;
	display: block;
}

#cake_inline table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
#cake_inline th {
	background: #f2f2f2;
	border:1px solid #bbb;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	text-align: center;
}
#cake_inline th a {
	background:#f2f2f2;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	color: #000;
}
#cake_inline th a:hover {
	background: #ccc;
	color: #333;
	text-decoration: none;
}
#cake_inline table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align: center;
	vertical-align: top;
}
#cake_inline table tr.altrow td {
	background: #f4f4f4;
}

#cake_inline td.actions {
	text-align: center;
	white-space: nowrap;
	color: #000;
}
#cake_inline td.actions a {
	margin: 0px 6px;
	color: #000;
}
#cake_inline .cake-sql-log table {
	background: #f4f4f4;
}
#cake_inline .cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}