/* SVN FILE: $Id: cake.generic.css 6049 2007-11-22 17:31:00Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2007, 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-2007, 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: 6049 $
 * @modifiedby		$LastChangedBy: $
 * @lastmodified	$Date: 2007-11-22 11:31:00 -0600 (Thu, 22 Nov 2007) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */

.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;
}

/* 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: normal;
	font-size:11px;padding:5px 0px;
	text-align:left;
	padding-left:140px;
}

p.error {
	background-color: #e32;
	color: #382926;
	font-weight:bold;
	line-height: 140%;
	margin:10px auto !important;
	padding:10px 0  !important;
	text-align:center;
	width:95%;
	border:1px solid #8C2F12;
}
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: 7px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
	padding: 4px;
}

#flash_message
{
margin:10px auto;
padding:10px 0;
font-weight:bold;
border:1px solid #DFD799;
text-align:center;
width:95%;
}
div.message_ok{
color:#000000;
background-color:#ffffff;
}
div.message_warn{
color:#e35112;
background-color:#5b452f;
}
div.message_err{
color:#FFD6BF;
background-color:#BB4301;
}
.message_err_small, .message_ok_small
{font-size:11px;font-weight:bolder;padding:0px 15px 10px;}
#loader{
position:absolute;
width:100%;
height:100%;
text-align:center;
background-image: url(../img/admin/overlay.png);
filter: alpha(opacity=70);
-moz-opacity: 0.9;
opacity: 0.9;
z-index:1000;
}
#loader img {position:absolute; top:50%; margin:0 auto; left:50%;}
.input{margin-bottom:3px;overflow: hidden;}
.input input.w100,select.w100,textarea.w100 {width:100px;}
.input input.ti,select.ti,textarea.ti {width:290px;}
p.ch input {float:left; clear:none; margin-right:10px;}
p.ch label {width:80% !important; text-align:justify !important; }

/* dla MCE */
.mceEditor{float:none !important; }
.defaultSkin iframe {float:none !important; }

#authMessage {
font-size:11px;
text-align:center;
width:90%;
border:1px solid gray;
padding:10px;
float:none;
margin: 10px auto 0 auto;
background-color: #D8DF99;
}

#paginator {width:auto;clear:both;text-align:left;padding:10px;}
.disabled {display:none;}

/*.ratingStar{font-size:0;width:auto;height:5px;margin:0 1px;padding:0;cursor:pointer;display:block;background-repeat:no-repeat;}*/
.ratingStar{cursor:pointer;}
.filledRatingStar{background:url('../img/d1.gif') 0 0}
.emptyRatingStar{background:url('../img/d2.gif') 0 0}
.savedRatingStar{background:url('../img/d1.gif') 0 0}

img.loaderInput {margin:0 0 0 3px;border:none;padding:0;}

/* --------------------------------------------------- style list autocomplete */
div.auto_complete {
  position:absolute;
  width:250px;
  background-color:white;
  border:1px solid #888;
  margin:0;
  padding:0;
}
div.auto_complete ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
div.auto_complete ul li.selected { background-color: #ffb;}
div.auto_complete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:2px;
  cursor:pointer;
}
/* --------------------------------------------------- style list autocomplete */

input.datepicker {width:80px !important}
input.datepicker.time {width:130px !important}
img.datepicker_ico {cursor:pointer}