/*
Begin: Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.1
*/
/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/body{font:13px "trebuchet ms",arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% "trebuchet ms",arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}
/*grids.css*/body{text-align:center;}#ft{clear:both;}#doc,#doc2,#doc3,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7{margin:auto;text-align:left;width:57.69em;*width:56.3em;min-width:750px;}#doc2{width:73.074em;*width:71.313em;min-width:950px;}#doc3{margin:auto 5px;width:auto;min-width:805px;}.yui-b{position:relative;}.yui-b{_position:static;}#yui-main .yui-b{position:static;}#yui-main{width:100%;}.yui-t1 #yui-main,.yui-t2 #yui-main,.yui-t3 #yui-main{float:right;margin-left:-25em;}.yui-t4 #yui-main,.yui-t5 #yui-main,.yui-t6 #yui-main{float:left;margin-right:-25em;}.yui-t1 .yui-b{float:left;width:12.3207em;*width:12.0106em;}.yui-t1 #yui-main .yui-b{margin-left:13.3207em;*margin-left:13.0106em;}.yui-t2 .yui-b{float:left;width:13.8456em;*width:13.512em;}.yui-t2 #yui-main .yui-b{margin-left:14.8456em;*margin-left:14.512em;}.yui-t3 .yui-b{float:left;width:23.0759em;*width:22.52em;}.yui-t3 #yui-main .yui-b{margin-left:24.0759em;*margin-left:23.52em;}.yui-t4 .yui-b{float:right;width:13.8456em;*width:13.512em;}.yui-t4 #yui-main .yui-b{margin-right:14.8456em;*margin-right:14.512em;}.yui-t5 .yui-b{float:right;width:18.4608em;*width:18.016em;}.yui-t5 #yui-main .yui-b{margin-right:19.4608em;*margin-right:19.016em;}.yui-t6 .yui-b{float:right;width:23.0759em;*width:22.52em;}.yui-t6 #yui-main .yui-b{margin-right:24.0759em;*margin-right:23.52em;}.yui-t7 #yui-main .yui-b{display:block;margin:0 0 1em 0;}#yui-main .yui-b{float:none;width:auto;}.yui-g .yui-u,.yui-g .yui-g,.yui-gc .yui-u,.yui-gc .yui-g .yui-u,.yui-ge .yui-u,.yui-gf .yui-u{float:right;display:inline;}.yui-g div.first,.yui-gc div.first,.yui-gc div.first div.first,.yui-gd div.first,.yui-ge div.first,.yui-gf div.first{float:left;}.yui-g .yui-u,.yui-g .yui-g{width:49.1%;}.yui-g .yui-g .yui-u,.yui-gc .yui-g .yui-u{width:48.1%;}.yui-gb .yui-u,.yui-gc .yui-u,.yui-gd .yui-u{float:left;margin-left:2%;*margin-left:1.895%;width:32%;}.yui-gb div.first,.yui-gc div.first,.yui-gd div.first{margin-left:0;}.yui-gc div.first,.yui-gd .yui-u{width:66%;}.yui-gd div.first{width:32%;}.yui-ge .yui-u{width:24%;}.yui-ge div.first,.yui-gf .yui-u{width:74.2%;}.yui-gf div.first{width:24%;}.yui-ge div.first{width:74.2%;}#bd:after,.yui-g:after,.yui-gb:after,.yui-gc:after,.yui-gd:after,.yui-ge:after,.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}#bd,.yui-g,.yui-gb,.yui-gc,.yui-gd,.yui-ge,.yui-gf{zoom:1;}
/*
End: Copyright (c) 2007, Yahoo! Inc.
*/

* {
margin:0;
padding:0;
}

/*
ORANGE
D96507
B35305
8C5804

BLAU

E3F5FF
C1D0D9
9FACB3
..
079DD9
0581B3
04658B

GRAU
8C8C8C
737373
*/

body {
	background-color: #C61A12;/*#2C6877;*/
	color: #fff;
	background-image: url('../img/red_bg.png');
	background-repeat: repeat-y;
	font-size: 76%;
	margin:0px;
	padding:0px;

}
a {
	color: #8f130d;
	text-decoration: none;
	padding: 0px 1px 0px 1px;
	margin:0px;
}
a:hover {
	color: #b88e8b;
	text-decoration: underline;
}
a img {
	border:none;
}

h1, h2, h3, h4 {
	background-color: #fff;
	font-weight:normal;
}
h1 {
	color: #0581B3;
	font-size: 152%;
	margin: 0.3em 0;
}
h2 {
	color: #0581B3;
	font-size: 152%;
	margin: 0.3em 0;
	font-weight: bold;
}
h3 {
	color: #0581B3;
	font-size: 136%;
	padding-top: 1.2em;
	padding-bottom:5px;
}
h4 {
	color: #0581B3;
	font-weight: bold;
	font-size: 100%;
	padding-top: 0.75em;
	padding-bottom: 0.25em;
	margin-left: 10px;

}
ul, li {
	margin: 0 0;
}

/* Layout */
#doc3 {
/*
	position: relative;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	*/
	text-align: left;
}

#hd{
	color: #ffffff;
	background: url('../img/red_topbg.png') no-repeat;
	height: 45px;
	*height: 40px;
	margin:0px;
	padding:0px;
}
#hd p {

}
#hd h1 a {
	background: #2C6877;
	text-decoration: none;
}
#hd h1 a:hover {
	background: #003d4c;
	text-decoration: none;
}
#logoBox, #iflLogoBox, #flashBox {
	float:left;
	display:block;
	height:45px;
	height: 45px;
	*height: 40px;
	margin:0px;
	padding:0px;
	text-align: left;
}

#logoBox {
	float: left;
	width: 195px;
}

#iflLogoBox {
	font-size: 85%;
	width: 195px;
	
}

#flashBox {
	width:400px;
	*width:395px;
}

.yui-t1 #yui-main .yui-b {
	margin-left:16.9231em;
}

.yui-t1 .yui-b {
	width:15.3846em;
	*width:15.0138em;
}

#appmenu{
	width:100%;
	font-size: 100%;
}

#appmenu h4 {
	color: #c68882;
}

#appmenu p {
	margin-left: 10px;
	margin-top: 10px;

}
#appmenu ul {
	background-color: #d9b9b7;
	padding: 3px;
	margin-left:10px;
	margin-bottom:2px;
}
#appmenu li {
	margin-left: 5px;
	margin-top: 1px;
	font-size: 85%;
}

#appmenu ul form {
	width:98%;
	font-size:85%;
	background:none;
	padding:0px;
	margin:0px;
}

#appmenu ul form .input {
	background:none;
	padding:0px;
	margin:0px;
}



#bd{
	background-color: #fff;
	/*clear: both;*/
	color: #333;
	margin:0;
	padding:0;
	min-width:850px;
	padding-bottom: 20px;
}
#bd p {
	width: 50%;
}


#ft {
	font-size: 85%;
	text-align: left;
	color: #ffffff;
	/*background: url('../img/bg_logobottom.png') no-repeat;*/
	display: block;
	width: 100%;
	margin: 0px;
}



#ft a {
	color: #ffffff;
}

#ft a:hover {
	color: #b88e8b;
	text-decoration: underline;
}

/* Tables */
table {
	background-color: #fff;
	border: 1px solid #ccc;
	clear: both;
	color: #333;
	margin-bottom: 5px;
	width: 95%;
}
th {
	background-color: #f2f2f2;
	border: 1px solid #bbb;
	padding: 1px 4px;
	text-align: center;
}
table tr td {
	border-right: 1px solid #ddd;
	padding: 2px 2px;
	text-align: center;
	vertical-align: top;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	white-space: nowrap;
}
td.actions a {
	padding: 0 6px;
}
#cakeSqlLog td {
	background: #fff;
	border-bottom: 2px solid #ccc;
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	color: #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}

/* Scaffold View */

dl {
	margin: 0 0 10px 0;
	width: 50%;
}
dl .altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	vertical-align: top;
	clear: left;
	float: left;
}
dd {
	margin-left: 10em;
	vertical-align: top;
}

/* Forms */
form {
	margin-top: 0;
	margin-right: 20px;
	padding: 0;
	width: 50%;
}
form div {
	clear: both;
	margin-bottom: 0.3em;
	padding: .3em 0.6em 0.3em 0.3em;
	vertical-align: text-top;
}
form div.required {
	color: #333;
	background: #E3F5FF;
	font-weight: bold;
}
form div.optional, form div.input {
	background: #E3F5FF;
	color: #444;
}
form div.submit {
	border: 0;
	/*clear: both;
	margin-top: 10px;
	margin-left: 140px;*/
}
label {
	display: block;
	font-size: 92%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 100%;
	width: 100%;
}
select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 0.3em;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 2px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	display: inline;
	padding: 0 .4em;
	width: auto;
	vertical-align: bottom;
}

form a {
	padding: 3px;
	font-size: 100%;
	text-decoration: none;
	background-color: #CCCCCC;
	border-top: 2px solid #EEEEEE;
	border-left: 2px solid #EEEEEE;
	border-right: 2px solid #AAAAAA;
	border-bottom: 2px solid #AAAAAA;
}

form a:hover {
	padding: 3px;
	font-size: 100%;
	text-decoration: none;
	background-color: #DDDDCC;
	border-top: 2px solid #FFFFEE;
	border-left: 2px solid #FFFFEE;
	border-right: 2px solid #BBBBAA;
	border-bottom: 2px solid #BBBBAA;
}

#flashMessage {
	width:100%;
	float:right;
}

/* Notices and Errors */
div.message, p.error, div.error-message  {
	color: #000;
	font-size: 77%;
	font-weight: normal;
	margin: 3px 0px 3px 0px;
	padding: 3px;
	background-color: #FFFFCC;
}

.form_error {
	background-color: #FF9999;
}

div.error-message {
	clear: both;
}
div.error em {
	font-size: 100%;
	color: #003d4c;
}
span.notice {
	background-color: #c6c65b;
	color: #fff;
	display: block;
	font-size: 100%;
	padding: 0.5em;
	margin: 1em 0;
}

/* Actions */
div.actions {
	display:block;
	text-align: left;
	margin: 0px;
	width: 95%;
}
div.actions ul {
	margin: 0;
	padding: 2px; /*6px;*/
	display: block;
	background: #E3F5FF;
}
div.actions li {
	display: block;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px;
}
/*
div.actions ul li a{
	background: #003d4c;
	border: 0px solid #656565;
	border-width: 1px 1px 0px 1px;
	color: #ddd;
	padding: 3px ;
	text-decoration: none;
}
div.actions ul li a:hover {
	background:#fff;
	color: #003d4c;
}
*/

/* Related */
div.related {
	clear: both;
	display: block;
}
div.related div.actions {
	position: relative;
	top: 4px;
	left: 0;
	text-align: left;
}
div.related div.actions ul {
	list-style-type: none;
	margin: 0;
	padding: 2px;
}
div.related div.actions li {
	list-style-type: none;
	margin: 0 0 0px 0px;
	padding: 0;
}

/* Debugging */
pre {
	padding: 0em;
}

pre.cake_debug {
	margin: 2px;
	font-size: 77%;
	line-height: 77%;
}

div.cake-stack-trace {
	margin: 2px 2px 0 2px;
	font-size: 77%;
	line-height: 77%;
}

div.cake-stack-trace pre, div.cake-code-dump pre {
	color: #000000;
	background-color: #F0F0F0;
	border: 1px dotted #606060;
	padding: 2px 0 2px 5px;
	margin: 0px 4px 5px 5px;
}

div.cake-code-dump pre, div.cake-code-dump pre code {
	clear: both;
	font-size: 77%;
	line-height: 5px;
	margin: 0;
	padding: 0 0 10px 0;
}

div.cake-code-dump pre {
	padding: 7px 8px;
	margin: 1px 4px 2px 6px;
}

div.cake-code-dump span.code-highlight {
	background-color: #FFFF00;
}
