/**************************************************************************************
  *  Version:      $Id: default.ctp 232 2008-09-27 23:39:07Z arivera $
  *  Package:      Express Website Manager 1.0
  *  Copyright:    Copyright (c) 2008 Express Media, Inc.  All rights reserved.
  *  Website:      http://www.expresswebsitemanager.com
  *  License:      See license attached to distribution
  **************************************************************************************/

* {
	margin:0;
	padding:0;
}

/* General Style Info */
body {
	background: #D9D9D9;
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	color: #00598E;
	text-decoration: underline;
}
a:hover {
	color:#00598E;
	text-decoration:none;
}
a img {
	border:none;
}
p {
	margin: 20px 0px;
	color: #494949;
	font-size: 120%;
}
h1, h2, h3 {
	font-weight: normal;
}
h2 {
	color: #00598E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #3A9AE8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	font-weight: bold;
	margin: 0.3em 0;
}
/* Layout */
#container {
	text-align: center;
}

#header{
	text-align: left;
	padding: 10px 20px;
}
#header h1 {
	background: transparent url('../img/ewm_icon.gif') no-repeat left;
	font-size: 16px;
	color: #1659AC;
	padding: 0px 25px;
}
#header h1 a {
	color: #1659AC;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #1659AC;
	font-weight: normal;
	text-decoration: underline;
}
#content{
	background: #fff;
	clear: both;
	color: #494949;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}
#footer {
	font-size: 90%;
	clear: both;
	padding: 10px 20px;
	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 {
	color: #0073BA;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #494949;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #D9D9D9;
	color: #494949;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}
/* Tables */
table {
	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 {
	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;
}
/* Debugging */
pre {
	text-align: left;
	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;
}