@charset "utf-8";
/**
 *
 * Generic CSS for CakePHP
 *
 * CakePHP(tm) : Rapid Development Framework (http://cakephp.org)
 * Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright 2005-2012, Cake Software Foundation, Inc. (http://cakefoundation.org)
 * @link          http://cakephp.org CakePHP(tm) Project
 * @package       app.webroot.css
 * @since         CakePHP(tm)
 * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
 */

* {
	margin:0;NewCicle
	padding:0;
	
}

area, map, img{
	border:none;
}

div, img, fieldset {
	position:relative;
}

/** General Style Info **/
html{
	height:100%;
	width:100%;
	background:#fff;
	
}
body {
	color: #000;
	font-family:'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Lucida,arial,sans-serif;
	font-size:12px;
	line-height:18px;
	width:100%;
	-webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: none;
	
}
#log{
	z-index:999;
	background:#fff;
	position:fixed;
	top:10px;
	left:10px;
	padding:10px;
	color:#000;
	display:none;
	}
a {
	color:#000;
	
   text-decoration:none;
}
a:hover{
	 text-decoration:underline;
}



a img {
	border:none;
}
h1, h2, h3, h4 {
	font-family:'Lucida Grande','Lucida Sans Unicode','Lucida Sans',Lucida,arial,sans-serif;
	font-weight: normal;
	font-size:29px;
	line-height:34px;
	margin-bottom:0;
	margin-top:0;
	color:#3a6fb0;
}


h2 {
	font-size:22px;
	line-height:27px;
	margin-bottom:0;

}
h3 {
	font-size:17px;
	line-height:21px;
	margin-bottom:0;

}


ul, li {
	margin: 0 12px;
	list-style:none;
}
p {
	margin:0;
}
sup{
	font-size:0.55em;
	line-height:0.55em;
	position:relative;
	top:0.2em;
}

/** Helpful **/
.clear {
	clear: both;
	display:block;
}
.hide{
	display:none;
}
.block{
	display:block;
}




/** Layout **/

#pngpop_bg{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:88;
	display:none;
}
#pngpop{
	position:absolute;
	top:0;
	left:0;
	width:769px;
	z-index:89;
	display:none;
}





.translatable_on{
	background:#ff0;
	cursor:pointer;
}

#container {
	width:1024px;
	margin:0 auto;
	z-index:1;
	padding-bottom:50px;
}










/** Forms **/
.form {
	
}
.login_form  {
	
	text-align:center;
}

form {
	clear: both;
	padding: 0;
}

form h1 {
	margin-bottom:20px;
}

fieldset {
	border: none;
	margin-bottom:20px;
	padding:15px 0 16px 0;
	width:100%;
	margin:0 auto;
	background:#f0f0f0;
	text-align:center;
}


fieldset legend {
	text-transform:uppercase;
	color: #6a6a6a;
	font-size:24px;
	line-height:24px;
	font-weight: bold;
	margin:0 auto;
	display:inline-block;
	position:relative;
	top:-20px;
	text-align:center;
	width:100%;
	
}
fieldset fieldset {
	margin-top: 0;
	padding: 10px 0 25px 0;
	background:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}
fieldset fieldset legend {
	font-size:15px;
	font-weight: normal;
	cursor:pointer;
	padding-bottom:0;
}
fieldset fieldset legend:after {
	color: #e32;
	content: ' ⇣';
	display:inline;
}
fieldset fieldset legend.opened:after {
	content: ' ⇡';
}

fieldset fieldset div {
	clear: left;
	margin: 0 30px;
	display:none;
}
form div {
	clear: both;
	vertical-align: text-top;
	text-align:center;
}
form .input {
	color: #444;
	width:80%;
	margin:15px auto;
	padding-top:5px;
	text-align:center;
}

form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: ' *';
	display:inline;
}
.ignore_required label:after {
	content: '' !important;
}

form div.submit {
	border: 0;
	clear: both;
	padding-top: 40px;
}
label {
	display: block;
	font-weight:normal;
	font-size:12px;
	margin:3px; 
}
input[type=text], input[type=email], input[type=date], input[type=password], textarea {
	clear: both;
	background:#fff;
	border-top:1px solid #c3c4c3;
	border-left:1px solid #d6d6d5;
	border-bottom:1px solid #fff;
	border-right:1px solid #f6f7f6;
	padding:2px 5px;
	width:600px;
	height:20px;
	color:##aaa;
	
}
.login_form input[type=text], .login_form input[type=password] {
	
	width:250px;
	
	
}
input.time, input.date {
	
	width:150px;
	
	
}
input[type=text], input[type=password] {
	
	
}
textarea {
	
	height:120px;
	
}
textarea.html {
	
	height:500px;
	
}
select {
	clear: both;
	vertical-align: text-bottom;
	
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox], input[type=radio] {
	clear: left;
	
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}

input.placeholder {
	color:#aaa;
}
input.disabled {
	opacity:0.4;
	filter:alpha(opacity=40);
}
.radio label {
	margin: 0 0 6px 20px;
	line-height: 26px;
}
input[type=submit] {
	display: inline-block;
	width: auto;
}
form a.submit, form a.cancel {
	padding:3px 20px 4px 20px;
	font-size:14px;
}

/* Form errors */
form .error {
	background:#dfcbd7;
}
form .error-message {
	-moz-border-radius: none;
	-webkit-border-radius: none;
	border-radius: none;
	border: none;
	background: none;
	margin: 0;
	padding-left: 4px;
	padding-right: 0;
}
form .error-message {
	color: #e32;
	
}

/** Notices and Errors **/
.message {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

.success,
.message,
.cake-error,
.cake-debug,
.notice,
p.error,
.error-message {
	background: #c34e00;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	margin-top: 18px;
	padding: 7px 14px;
	color: #404040;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.success,
.message,
.cake-error,
p.error,
.error-message {
	clear: both;
	color: #fff;
	background: #c34e00;
	border: 1px solid rgba(0, 0, 0, 0.5);
}
.success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #4c9f02;
}
p.error {
	font-family: Monaco, Consolas, Courier, monospace;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	font-weight: normal;
	line-height: 140%;
}
.notice {
	color: #000;
	display: block;
	font-size: 120%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	color: #fff;
}



/* Buttons and button links */
a.toggle{
text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
	line-height:12px;
  	
}

input[type=submit],
a.submit,
a.button,
a.cancel,
#admin_navi a,
a.dashboard{
	display:inline-block;
	text-transform:uppercase;
	font-weight:normal;
	font-size:11px;
	line-height:19px;
	height:19px;
	padding:0 16px 0 16px;
	color:#fff;
	border:none;
	cursor:pointer;
	text-decoration: none;
	min-width: 0;
	-webkit-user-select: none;
	user-select: none;
	margin-bottom:9px;
	text-align:center;
	border:1px solid #192e47;
	background-image: linear-gradient(bottom, rgb(25,46,71) 0%, rgb(58,111,176) 74%);
background-image: -o-linear-gradient(bottom, rgb(25,46,71) 0%, rgb(58,111,176) 74%);
background-image: -moz-linear-gradient(bottom, rgb(25,46,71) 0%, rgb(58,111,176) 74%);
background-image: -webkit-linear-gradient(bottom, rgb(25,46,71) 0%, rgb(58,111,176) 74%);
background-image: -ms-linear-gradient(bottom, rgb(25,46,71) 0%, rgb(58,111,176) 74%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(25,46,71)),
	color-stop(0.74, rgb(58,111,176))
);
  	background-color:#3a6fb0;
}
/* Buttons and button links */
input[type=submit]
{
	line-height:23px;
	padding-top:5px;
	padding-bottom:7px;
	height:30px;
  	
}

a.errorbutton {
	text-transform:uppercase;
	font-weight:normal !important;
	font-size:18px;
	line-height:18px;
	padding: 20px 12px 16px 12px;
	background: #b07d9c;
	color:#fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border:none;
	cursor:pointer;
	text-decoration: none;
	-webkit-user-select: none;
	user-select: none;
	margin-top:27px;
	margin-bottom:9px;
	-moz-box-shadow: 0px 2px 2px -2px #999;
	-webkit-box-shadow: 0px 2px 2px -2px #999;
	box-shadow: 0px 2px 2px -2px #999;
	text-shadow:none;
	text-align:center;
  	
}
a.errorbutton img {
	margin:0 17px;
  	
}



input[type=submit]:active,
.navi ul li a:active,
a.submit:active,
.navi a:active {
	background: #eee;
	
	text-decoration: none;
}

/** Related **/
.related {
	clear: both;
	display: block;
}

/** Debugging **/
pre {
	color: #000;
	background: #f0f0f0;
	padding: 15px;
	
}
.cake-debug-output {
	padding: 0;
	position: relative;
}
.cake-debug-output > span {
	position: absolute;
	top: 5px;
	right: 5px;
	background: rgba(255, 255, 255, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 5px 6px;
	color: #000;
	display: block;
	float: left;
	-moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25), 0 1px 0 rgba(255, 255, 255, 0.5);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
}
.cake-debug,
.cake-error {
	font-size: 16px;
	line-height: 20px;
	clear: both;
}
.cake-error > a {
	text-shadow: none;
}
.cake-error {
	white-space: normal;
}
.cake-stack-trace {
	background: rgba(255, 255, 255, 0.7);
	color: #333;
	margin: 10px 0 5px 0;
	padding: 10px 10px 0 10px;
	font-size: 120%;
	line-height: 140%;
	overflow: auto;
	position: relative;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.cake-stack-trace a {
	text-shadow: none;
	background: rgba(255, 255, 255, 0.7);
	padding: 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0px 4px 10px 2px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 14px;
	display: inline-block;
	text-decoration: none;
	-moz-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
	box-shadow: inset 0px 1px 0 rgba(0, 0, 0, 0.3);
}
.cake-code-dump pre {
	position: relative;
	overflow: auto;
}
.cake-context {
	margin-bottom: 10px;
}
.cake-stack-trace pre {
	color: #000;
	background-color: #F0F0F0;
	margin: 0px 0 10px 0;
	padding: 1em;
	overflow: auto;
	text-shadow: none;
}
.cake-stack-trace li {
	padding: 10px 5px 0px;
	margin: 0 0 4px 0;
	font-family: monospace;
	border: 1px solid #bbb;
	-moz-border-radius: 4px;
	-wekbkit-border-radius: 4px;
	border-radius: 4px;
	background: #dcdcdc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#dcdcdc));
	background-image: -webkit-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -moz-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -ms-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: -o-linear-gradient(top, #fefefe, #dcdcdc);
	background-image: linear-gradient(top, #fefefe, #dcdcdc);
}
/* excerpt */
.cake-code-dump pre,
.cake-code-dump pre code {
	clear: both;
	font-size: 12px;
	line-height: 15px;
	margin: 4px 2px;
	padding: 4px;
	overflow: auto;
}
.cake-code-dump .code-highlight {
	display: block;
	background-color: rgba(255, 255, 0, 0.5);
}
.code-coverage-results div.code-line {
	padding-left:5px;
	display:block;
	margin-left:10px;
}
.code-coverage-results div.uncovered span.content {
	background:#ecc;
}
.code-coverage-results div.covered span.content {
	background:#cec;
}
.code-coverage-results div.ignored span.content {
	color:#aaa;
}
.code-coverage-results span.line-num {
	color:#666;
	display:block;
	float:left;
	width:20px;
	text-align:right;
	margin-right:5px;
}
.code-coverage-results span.line-num strong {
	color:#666;
}
.code-coverage-results div.start {
	border:1px solid #aaa;
	border-width:1px 1px 0px 1px;
	margin-top:30px;
	padding-top:5px;
}
.code-coverage-results div.end {
	border:1px solid #aaa;
	border-width:0px 1px 1px 1px;
	margin-bottom:30px;
	padding-bottom:5px;
}
.code-coverage-results div.realstart {
	margin-top:0px;
}
.code-coverage-results p.note {
	color:#bbb;
	padding:5px;
	margin:5px 0 10px;
	font-size:10px;
}
.code-coverage-results span.result-bad {
	color: #a00;
}
.code-coverage-results span.result-ok {
	color: #fa0;
}
.code-coverage-results span.result-good {
	color: #0a0;
}

/** Elements **/
#url-rewriting-warning {
	display:none;
}
