@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Geneva, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	background-color: white;
	color: #000000;
}

html, body {
	height: 100%;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a {
	color: #DE9400;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #666666;
}

a.black {
	color: #000000;
}
a.black:hover {
	color: #DE9400;
}

img, img a {
	border: 0 none;
}

h1, h2 {
	letter-spacing: 0.04em;
	line-height: 23px;
	padding: 0;
	color: #666666;
}
h1, h1 a {
	text-transform: uppercase;
	font-size: 16px;
}
h2, h2 a {
	font-size: 14px;
}
h2 a:hover, h3 a:hover {
	color: #DE9400;
}
h2 a, h3 a {
	color: #666666;
}
h3, h3 a {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.02em;
	padding: 10px 0 10px 0;
}
h4, h4 a {
	padding: 10px 0 10px 0;
	font-size: 13px;
	line-height: 20px;
}

.bold {
	font-weight: 700;
}
.italic {
	font-style: italic;
}
p {
	line-height: 20px;
	padding-bottom: 10px;
	font-size: 13px;
}

.align_right {
	text-align: right;
}
.align_left {
	text-align: left;
}
.align_center {
	text-align: center;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
.invisibile {
	visibility: hidden;
}
.disabled, .inactive {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity:0.4;
	-khtml-opacity: 0.4;
	opacity: 0.4;
}
.noOutline,
a.noOutline:hover {
	outline: none;
	border: 0 none;
}
.highlight {
    background-color: yellow;
}

dl {
	line-height: 1.5em;
	font-size: 13px;
}
dt {
	vertical-align: top;
	font-weight: bold;
	margin-top: 1em;
	width: 155px;
}
dd {
	margin-left: 12em;
	margin-top: -1.5em;
	vertical-align: top;
}

.hPadding {
	padding-bottom: 5px;
	padding-top: 5px;
}
.bPadding {
	padding-bottom: 10px;
}
.rPadding {
	padding-right: 10px;
}
.lPadding {
	padding-left: 10px;
}
.noPadding {
	padding: 0 0 0 0;
}

span.byline,
span.caption {
    color: #666666;
    display: block;
    font-size: 10px;
    line-height: 1.3em;
    text-align: left;
}

/* Forms */
form div,
form {
	position: relative;
}
form label {
	display: block;
	font-weight: bold;
}
form div.radio label,
form div.checkbox label {
	display: inline;
	font-size: 13px;
}
input, select, textarea {
	color: #000000;
	font-family: Verdana, Geneva, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	padding: 0;
	margin-bottom: 5px;
}
input[disabled], select[disabled], textarea[disabled] {
	color: gray;
}
input[type=radio], input[type=checkbox] {
	height: 15px;
	margin-right: 7px;
    margin-left: 3px;
	border: 0 none;
	vertical-align: sub;
}
input[type=text],
input[type=password],
input[type=file],
select,
textarea {
	width: 275px;
	padding: 1px;
	border: 1px solid #B4B4B4;
	background-color: #F2F2F2;
}

div.submit input,
input[type=submit] {
	font-weight: bold;
	padding: 1px 5px !important;
	vertical-align: middle;
	background: #eee;
	background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ccc));
	border-color: #BABABA #3E3E3E #3E3E3E #7D7D7D;
    border-style: solid;
    border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #000000;
	line-height: 1;
	text-align: center;
	text-shadow: 0 1px 0 #eee;
	outline: none;
}
div.submit input:hover,
input[type=submit]:hover {
	background: #FFF093;
	background: -moz-linear-gradient(top, #FFF6BA 0%, #FFC565 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF6BA), to(#FFC565));
	border-color: #E4C595 #8E5400 #8E5400 #CB9230;
	cursor: pointer;
	text-shadow: 0 1px 0 #ddd;
}
div.submit input:active,
input[type=submit]:active {
	background: #eee;
	background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ccc));
	border: 1px solid #aaa;
	border-bottom: 1px solid #888;
	-moz-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
	-webkit-box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
	box-shadow: inset 0 0 5px 2px #aaa, 0 1px 0 0 #eee;
    border-color: #3E3E3E #7D7D7D #BABABA #3E3E3E;
}

input[type=image] {
	border: 0 none;
	vertical-align: middle;
	margin-top: 1px;
	padding: 0;
}
select {
	padding: 0;
	cursor: pointer;	
}
textarea {
	width: 400px;
	height: 70px;
}

/* Errors */
.error-message,
input.error-message,
div input.required.form-error {
	color: #a00;
}
div.error-message,
label.error {
	clear: both;
    color: #a00;
	border: 1px dotted #a00;
	font-weight: bold;
	padding: 2px 5px;
	margin: 0 0 5px;
	display: block;
	position: relative;
	width: 90%;
}

div#authMessage,
div#flashMessage {
	position: absolute;
	left: 50%;
	margin-left: -320px;
    width: 640px;
	background-color:white;
	border: 1px solid #DE9400;
	padding: 15px 0;
    font-size: 13px;
    text-align: center;
    top: 285px;
    z-index: 222;
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#999999');
	cursor: pointer;
}

table {
	min-width: 450px;
	border-spacing:2px 1px;
	padding-bottom:10px;
}
table tr td {
	vertical-align:top;
}

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