/* SVN FILE: $Id: cake.generic.css 7945 2008-12-19 02:16:01Z gwoo $ */
/**
 *
 * 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: 7945 $
 * @modifiedby    $LastChangedBy: gwoo $
 * @lastmodified  $Date: 2008-12-18 20:16:01 -0600 (Thu, 18 Dec 2008) $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #BEC2CA url('../img/admin/default/back.png') repeat-x;
	color: #000;
	font-family:'lucida grande','Lucida Sans Unicode',tahoma,verdana,helvetica,arial,sans-serif;
	font-size:10pt;
	margin: 0;
}
a {
	color: #003d4c;
	text-decoration: none;
}
a:hover {
	color: #990066;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	/*color: #f87d00;*/
	color: #000;
	font-size: 14pt;
	margin: 0.1em 0;
}
h2 {
	background:#f87d00;
	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: #f87d00;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	padding-top: 1.5em;
}
h4 {
	color: #f87d00;
	font-weight: normal;
	font-size: 11pt;
}

ul, li {
	margin: 0 12px;
}

/*MENU TOP*/
#menu_top{
	width: 1000px;
	height: 80px;
}
#menu_panel{
	margin: 10px;
	height: 60px;
}
#left_panel{
	float: left;
}
#menu_panel_left{
	background: url('../img/admin/default/top_panel_bg_left.png') no-repeat;
	width: 17px;
	height: 60px;
	float: left;
}
.menu_button{
	text-align: center;
	vertical-align: middle;
	font-size: 14pt;	
	height: 60px;
	min-width: 165px;
	float: left;
}
.menu_button a{
	color: #990066;
}
.menu_button a:hover{
	color: #990066;
	text-decoration: none;
}
.separator{
	float: left;
}
#menu_panel_center{
	background: url('../img/admin/default/top_panel_bg.png') repeat-x;
	min-width: 836px;
	height: 60px;
	float: left;
}
#menu_panel_right{
	background: url('../img/admin/default/top_panel_bg_right.png') no-repeat;
	width: 17px;
	height: 60px;
	float: left;
}
.menu_layer{
	position: absolute;
	visibility: hidden;
	top: 70px;
	left: 697px;
	width: 155px;
	height: 200px;
	z-index: 999;
	padding: 5px;
	background-color: #bbb;
	filter: alpha(opacity=50); -moz-opacity: 0.5;
}
.more_button{
	position: absolute;
	top: 52px;
	left: 850px;
}
.menu_layer a{
	color: #000;
}
#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 100%;
}
/*MENU TOP END*/
/*MENU OPTIONS PANEL*/
#menu_options_panel{
	width: 200px;
	height: 175px;
	margin: 10px;
}
#menu_options_top_left{
	width: 9px;
	height: 28px;
	background: url('../img/admin/default/contenent_header_top_bg_left.png') no-repeat;
	float: left;
}
#menu_options_top_center{
	text-align: center;
	color: #000;
	width: 182px;
	height: 28px;
	background: url('../img/admin/default/contenent_header_top_bg.png') repeat-x;
	float: left;
}
#menu_options_top_right{
	width: 9px;
	height: 28px;
	background: url('../img/admin/default/contenent_header_top_bg_right.png') no-repeat;
	float: right;
}
#menu_options_content{
	width: 200px;
	background: #DADEE7;
	padding-top: 10px;
	padding-bottom: 10px;
	float:left;
}
#menu_options_content table{
	background: 0;
}
#menu_options_content table td{
	background: 0;
	border: 0;
}
#menu_options_bottom_left{
	width: 9px;
	height: 28px;
	float: left;
	background: url('../img/admin/default/contenent_header_bottom_bg_left.png') no-repeat;
}
#menu_options_bottom_center{
	width: 182px;
	height: 28px;
	float: left;
	background: url('../img/admin/default/contenent_header_bottom_bg.png') repeat-x;
}
#menu_options_bottom_right{
	width: 9px;
	height: 28px;
	float: right;
	background: url('../img/admin/default/contenent_header_bottom_bg_right.png') no-repeat;
}
/*OPTIONS MENU END*/
/*PAGE CONTENT*/
#content{
	width: 650px;
	float: left;
	margin: 10px;
}
#content_top_left{
	width: 9px;
	height: 28px;
	background: url('../img/admin/default/contenent_header_top_bg_left.png') no-repeat;
	float: left;
}
#content_center{
	text-align: center;
	color: #000;
	width: 632px;
	height: 28px;
	background: url('../img/admin/default/contenent_header_top_bg.png') repeat-x;
	float: left;
}
#menu_options_content img{
	margin-right: 5px;
	vertical-align: middle;
}
#menu_options_content li{
	list-style: none;
	font-size: 10pt;
	margin-bottom: 3px;
	margin-left: 3px;
}
#content_top_right{
	width: 9px;
	height: 28px;
	background: url('../img/admin/default/contenent_header_top_bg_right.png') no-repeat;
	float: right;
}
#content_content{
	width: 640px;
	height: 400px;
	overflow: auto;
	background: #DADEE7;
	float:left;
	padding: 5px;
}
#content_bottom_left{
	width: 9px;
	height: 28px;
	float: left;
	background: url('../img/admin/default/contenent_header_bottom_bg_left.png') no-repeat;
}
#content_bottom_center{
	width: 632px;
	height: 28px;
	float: left;
	background: url('../img/admin/default/contenent_header_bottom_bg.png') repeat-x;
	text-align: right;
	color: #7A8083;
}
#content_bottom_right{
	width: 9px;
	height: 28px;
	float: right;
	background: url('../img/admin/default/contenent_header_bottom_bg_right.png') no-repeat;
}
/*PAGE MAIN CONTENT END*/
/*TREE LIST*/
ul.pages li{
	margin-bottom: 5px;
}
ul.pages li div.name{
	width: 300px;
	margin-right: 100px;
	float: left;
}
ul.pages li img{
	vertical-align: middle;
}
ul.pages li.dark{
	background: #bbb;
}
/*TREE LIST END*/
/*ELEMENTS TABLE*/
table.elements{
	border-spacing: 0px;
	background: none;
	border-style: none;
	border-width: 0px;
}
table.elements tr{
	background: none;
}
table.elements td{
	background: none;
	border-style: none;
	border-width: 0px;
	padding: 3px;
	vertical-align: middle;
}
table.elements tr.dark td{
	background: #bbb;
}
table.elements tr.bright td{
}
table.elements th{
	background: #bbb;
	border-color: #bbb;
}
/*ELEMENTS TABLE END*/
input{
	border: #535353 1px solid;
}
#header{
	padding: 10px 20px;
}
#header h1 {
	background: #003d4c url('../img/cake.icon.gif') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}

#menu{
	background: url('../img/button_inactive_bg.jpg');
	height: 20px;
}
#search_panel{
	width: 218px;
	height: 20px;
	background: url('../img/search_panel_bg.jpg');
	padding-left:12px;
	color: #fff;
	float: left;
}
#search_input{
	background: #000;
	border: #fff 1px solid;
	font-size: 9pt;
	color: #fff;
	width: 195px;
}

#panel_right{
	background: url('../img/content_bg_top.jpg') repeat-x;
	width: 230px;
	float:right;
}
/* menu start */
#menu_left{
	background: url('../img/content_bg_top.jpg') repeat-x;
	float: left;
	color: #333;
	position: block;
	height: 500px;
	width: 230px;
	border: 0px;
}
#menu_left li{
	list-style-type: none;
	margin-bottom: 2px;
}
#menu_left ul li{
	height: 
	padding-left: 0px;
	margin: 0px;
}
#menu_left ul{
	margin-left: 0px;
	background: #a9bfcd;
	width: 197px;
	padding-left: 3px;
}
.menu_box_top{
	background: url('../img/menu_bg_top.jpg') no-repeat;
	padding-top: 20px;
	padding-left: 12px;
	height:38px;
}

.menu_box_center{
	background: url('../img/menu_bg_upper.jpg') repeat-y;
	padding-bottom: 5px;
}

.menu_box_bottom{
	height: 7px;
	background: url('../img/menu_bg_bottom.jpg') no-repeat;
}
/* admin menu */
.menu_element{
	width: 209px;
	height: 67px;
	padding: 10px;
	border-bottom: #aaaaaa solid 1px;
	border-right: #aaaaaa solid 1px;
}
#options_menu{
	margin: 0px 0 0 0px;
}
#options_menu img{
	vertical-align: middle;
}
#options_menu span{
	font-size: 22pt;
	margin-left: 5px;
}
/* menu end */
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
	background: url('../img/search_panel_bg.jpg');
	color: #fff;
}
.inactive_button{
	vertical-align: middle;
	padding-top: auto;
	padding-bottom: auto;
	text-align: center;
	font-size: 16pt;
	float: left;
	background: none;
	width: 130px;
	height: 45px;
	border-right: #999 1px solid;
}

.active_button{
	float: left;
	background: url('../img/button_active_bg.jpg');
	width: 130px;
	height: 45px;
}

.text_box_top{
	width: 206px;
	padding: 5px;
	height: 34px;
	background: #fefefe url('../img/textbox_bg_top.jpg') no-repeat;
	margin-left: 8px;
	margin-top: 12px;	
}

.text_box_center{
	width: 206px;
	padding-left: 5px;
	background: url('../img/textbox_bg_center.jpg') repeat-y;
	margin-left: 8px;
}

.text_box_bottom{
	width: 206px;
	height: 11px;
	background: url('../img/textbox_bg_bottom.jpg') no-repeat;
	margin-left: 8px;
}

.text_box_righttop{
	width: 195px;
	height: 35px;
	padding: 20px 5px 5px 5px;
	background: #fefefe url('../img/textboxhigher_bg_top.jpg') no-repeat;
	margin-left: 8px;	
}

/* Tables */
table.transparent{
	background: none;
	border: none;
	text-align: center;
	vertical-align: middle;
	height: 100%;
}
table.transparent td{
	background: none;
	border: none;
}
table.transparent tr{
	background: none;
	border: none;
}
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 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: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.input_text_element{
	padding-left: 1em;
	padding-top: 0;
}
form div{
	padding-bottom: 0;
	padding-top: 0;
}

form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 0px;
}
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;
}

div.lang_panel{
	text-align: right;
}
/* 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: 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 {
	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 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;
}
