@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;
	padding:0;
	
}

area, map, img{
	border:none;
}

div, img, fieldset {
	position:relative;
}

/** General Style Info **/
html{
	height:100%;
	width:100%;
	background:#e3e3e3;
	
}
body {
	color: #000;
	font-family:source-sans-pro,arial,sans-serif;
	font-size:16px;
	line-height:24px;
	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;
}
#coverall{
	z-index:999;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
	cursor:default;
}
a {
	color:#000;
   text-decoration:none;
}
a:hover, a.on, #navi div a:hover, #navi div div a:hover{
	text-decoration:none;
}

a.arrow_link {
    display:inline-block;
	padding-left:30px;
	background:url('../img/main/arrow_right.png') no-repeat;
	text-transform:uppercase;
	font-size:16px;
	line-height:30px;
}


a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight:700;
	font-size:22px;
	line-height:28px;
	text-transform:uppercase;
	margin-bottom:0;
	margin-top:0;
	color:#000;
}
h1 {
	font-weight:200;
}

h2 {
	font-size:19px;
	line-height:28px;
	margin-bottom:0;

}
h3 {
	font-size:16px;
	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;
}

#modal_bg{
	width:100%;
	height:100%;
	background:rgba(193,178,150,0.6);
	position:fixed;
	top:0;
	left:0;
	z-index:98;
	display:none;
}

@keyframes loading
{
from {transform:rotate(0deg);}
to {transform:rotate(360deg);}
}
 
@-moz-keyframes loading /* Firefox */
{
from {-moz-transform:rotate(0deg);}
to {-moz-transform:rotate(360deg);}
}
 
@-webkit-keyframes loading /* Safari and Chrome */
{
from {-webkit-transform:rotate(0deg);}
to {-webkit-transform:rotate(360deg);}
}


.loading{
	
	position: absolute;
	top: 50%; left: 50%;
	margin: -17px 0 0 -17px;
	animation-name: loading;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-play-state: running;
	/* Firefox: */
	-moz-animation-name: loading;
	-moz-animation-duration: 2s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-play-state: running;
	/* Safari and Chrome: */
	-webkit-animation-name: loading;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;

}


#modal_box{
	position:fixed;
	top:0;
	left:0;
	z-index:99;
	border: none;
	padding:15px 20px 16px 20px;
	width:auto;
	margin:0;
	
	
	text-align:center;
	
	display:none;
}
#modal_box textarea{
	display:block;
}



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

#container {
	width:100%;
	margin:0 auto;
	padding-top:48px;
	z-index:1;
}





/** Tables **/
table {
	border-right:0;
	clear: both;
	margin-bottom: 10px;
	width: 100%;
}
th {
	border:0;
	border-bottom:2px solid #555;
	text-align: left;
	padding:4px;
}
th a {
	display: block;
	text-decoration:none;
	
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
th a.desc:hover:after {
	content: ' ⇣';
}
th a.asc:hover:after {
	content: ' ⇡';
}

table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom:1px solid #ddd;
}
table tr:nth-child(even) {
	background: #f9f9f9;
}
td.actions {
	
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px 0 0;
}

.home table {
	border:none;
	border-spacing:0;
	table-layout:fixed;
}
.home table tr td {
	border:none;
	padding:0;
	padding-right:20px;
}
.home table tr td:nth-child(even) {
	text-align:right;
	padding-right:0;
	padding-left:20px;
}



/** Paging **/
.paging {
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 1px solid #ccc;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 1px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}



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

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:none;
	text-align:center;
}
#modal_box fieldset {
	width:auto;
	padding:25px 30px 26px 30px;
}

fieldset legend {
		font-weight: normal;
	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-family:'Genath_Display',arial,sans;
	text-transform:uppercase;
	font-weight:normal;
	font-size:12px;
	letter-spacing:1px;
	margin:3px; 
}
input[type=text], 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 #f6f7f6;
	border-right:1px solid #f6f7f6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
		font-size:14px;
	padding:2px 5px;
	width:600px;
	height:20px;
	color:#237959;
	
}
.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:12px 20px 9px 20px;
}

/* 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;
	letter-spacing:1px;
	
  	
}

input[type=submit],
a.submit,
a.button,
a.cancel,
#admin_navi a,
a.dashboard{
		text-transform:uppercase;
	font-weight:700;
	font-size:12px;
	line-height:12px;
	padding: 5px 29px 5px 29px;
	background:#000;
	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;
  	
}
/* 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;
  	
}

a.cancel {
	background: #ddd;
	
}
#modal_box a.submit, #modal_box a.cancel {
	margin-left:15px;
	margin-right:15px;
}


a.submit:hover,
a.button:hover,
input[type=submit]:hover,
#admin_navi a:hover,
a.dashboard:hover {
	background: #a6a6a6;
	
}

a.cancel:hover{
	background: #2f6680;

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