/* General Style Info */
body {
    font-family:Verdana;
    font-size:12pt;
    background: #445;
}

#titlegraphic{
    background: #EEEEFF;
}
#titlegraphic img{
    margin: 0 auto;
    margin-bottom: 7px;
    display: block;
}
div.calculations table, div.calculations form td{
    background:#d90;
}
td, th, div.calculations td{
    background:#fff;
}
.data{
    font-size:70%;
}
.calclist em{
    font-weight:bold;
}
.number{
    text-align:right;
}
.devices, .calculations{
    padding-left: 2em;
}
div.devices{
    border: 1px solid #778;
    background: #9bf;
}

div.devices td{
    background:white;
}
.overview td, tr{
    background:#EEEEFF;
}
.overview a{
    text-decoration:none;
    color: #000;
}
.noValue{
    background:#A8A8A8;
}
.intro{
    background: #FAFFF2;
    padding: 15px;
}
div.intro{
    margin: 0 auto;
    max-width: 800px;
    min-width: 600px;
}
.intro a{
    text-decoration: none;
    color: black;
    font-weight: bold;
}
a.highlight:hover{
    background: #ff5;
}
.intro  p a{
    text-decoration: underline;
    color: blue;
    font-weight: normal;   
    background: transparent; 
}
fieldset.help{
    background-color: #EEEEFF;
    font-size:70%;
}
.sec_help{
    background-color: #FAFFF2;
    padding: 4px 0 0 5px;
}
.sec_help a{
    display:block;
}
div.devices .sec_help{
    margin-left: -2em;
}
.sec_help a{
    text-decoration:none;
    font-size:70%;
    color: green;
}
.sec_help div table td{
    border:1px solid #bbb;
}
a.button {
    margin-left:5px;
    background: #bbb url(../img/button.gif) repeat-x;
    border: 1px solid #666;
    border-top-color: #fff;
    border-left-color: #fff;
    padding: 5px;
    text-decoration: none;
    color: black;
}
a.button:hover{
    background:url(../img/button_hover.gif) repeat-x;
}
hr{
    width: 50%;
    color: #fff;
}
a img {
	border:none;
}
table#checkingList{
    margin:0 auto;
}
#checkingList td{
    text-align:center;
}
#CheckingNewCheckingForm label{
    display:inline;
}
#CheckingNewCheckingForm input[type="submit"] {
    margin-left:20px;
}
fieldset#newChecking {
    margin: 0 auto;
    padding:10px;
    width:60%;
}
ul, li {
	margin: 0 12px;
}
img.ui-datepicker-trigger{
    position:relative;
    top:5px;
}
/*begin digram*/
.dia_wrapper{
    position:relative;
    background-color:#EEFFEE;
    text-align:center;
    font-family:Verdana;
    border:solid 1px #BBBBBB;
    font-size:65%;
    margin: 5px auto 5px auto;
}
.dia_wrapper .title{
    font-size:16pt;
    display:inline;
}
.dia_area{
    margin:10px;
    border-left: solid 1px black;
    border-bottom: solid 1px black;
    background-color:#FCFBD9;
}
.x_text{
    overflow:hidden;/*recommended*/
    text-align:center;
}
.x_subdiv{
    width:1px;/*required*/
    background-color:black;
}
.y_subdiv{
    height:1px;/*required*/
    background-color:black;
}
.y_grid{
    height:1px;/*required*/
    border-bottom-width:1px;/*required*/
    border-bottom-color:#BBBBBB;
    border-bottom-style:solid;/*dashed,dotted*/
}
.y_text{
    overflow:hidden;/*recommended*/
    text-align:right;/*recommended*/
}
.bar{
    overflow:hidden;/*recommended*/
}
.legend div{
    margin:3px;
    padding:3px;
    display:block;
}/*end digram*/

/* Layout */
#container {
    background-color:#EEEEFF;
    margin: 0 auto;
    max-width: 900px;
    min-width: 700px;
    padding: 8px;
}

#header{
	padding: 10px 20px;
}
#header h1 {
	background: #003d4c url('../img/cake.icon.gif') no-repeat left;
	color: #fff;
	padding: 0px 30px;
}
#header h1 a {
	color: #fff;
	background: #003d4c;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	background: #003d4c;
	text-decoration: underline;
}
#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/* Tables */
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
}
div.paging div.disabled {
	color: #ddd;
	display: inline;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

/* Scaffold View */
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 10em;
	margin-top: -2em;
	vertical-align: top;
}

/* Forms */
form {
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
}
input[type=submit] {
	display: inline;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
noscript.error{
    color:red;
}
div.message {
	clear: both;
	color: #900;
	font-weight: bold;
	margin: 1em 0;
}
div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

/*  Actions  */
div.actions ul {
	margin: 0px 0;
	padding: 0;
}
div.actions li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 2em 0 0;
	white-space: nowrap;
}
div.actions ul li a {
	background:#fff;
	color: #003d4c;
	text-decoration: none;
}
div.actions ul li a:hover {
	color: #333;
	text-decoration: underline;
}

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

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