/* SVN FILE: $Id: cake.generic.css 7945 2008-12-19 02:16:01Z gwoo $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework (http://www.cakephp.org)
 * Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright     Copyright 2005-2008, Cake Software Foundation, Inc. (http://www.cakefoundation.org)
 * @link          http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package       cake
 * @subpackage    cake.app.webroot.css
 * @since         CakePHP(tm)
 * @version       $Revision: 7945 $
 * @modifiedby    $LastChangedBy: gwoo $
 * @lastmodified  $Date: 2008-12-18 18:16:01 -0800 (Thu, 18 Dec 2008) $
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */
 /*the basics, and works for FF*/
#LoadingDiv{
	margin:0px 0px 0px 0px;
	position:fixed;
	height: 100%;
	z-index:9999;
	padding-top:200px;
	padding-left:50px;
	/*width:100%;*/
	width:900px;
	clear:none;
	background:url(../img/transbg.png);
	/*background: rgba(102, 102, 102, 0.7);*/
	}
/*IE will need an 'adjustment'*/
* html #LoadingDiv{
     position: absolute;
     height: expression(document.body.scrollHeight &gt; document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}
 
 
 
 
 
 
 
 
 
 
 
 
* {
	margin:0;
	padding:0;
}

/* General Style Info */
body{
background-color:#FF9200;
background-image:url(../img/background_main.jpg);
background-repeat:repeat-y;
background-attachment:fixed;

	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif,'lucida grande';
/*	font-size:90%; */
	margin: 0;
			font-size:small;
}
#LoadingDiv{
float:left;
position:fixed;
top:15px;
}
a {
/*	color: #003d4c; */
color:#007241;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	/*background:#fff; */
	background:#FFCC66;
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
	background-color:none;
}
h1, h2, h3, h4, legend {
	font-weight: normal;
}
h1, h2, h3, h4, legend{
/*color:#E4731F; */
/*color:#FF3300;
color:#552B00;*/
color:#090974;
/*background-image:url(../img/bkgrnd_legend.gif);*/
background-color:#E2E2E2;
text-shadow:#333333;
font-weight:bold;
}
h1{
/*	color: #e32; */
	font-size: 140%;
	margin: 1.0em 0;
}
h2, legend{
	/*color: #e32; */
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 130%;
	font-weight:bold;
}
legend{
	*margin-left:-7px; /* A hack that only ie reads to position the legend in the same place cross browser */
/*	margin-bottom:22px;*/
	background-color:#E2E2E2;
	background-image:url(../img/bkgrnd_legend.gif);
	background-repeat:repeat-x;
	width:325px;
	margin: 0.3em 0;
/*	padding-right:60px; */
}
h3{
color:#313186;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 120%;
	font-weight: bold;
	padding-top: .5em;
}
h4{
	font-weight: normal;
	padding-top: 0.3em;
}
.wrap{
text-align:justify;
word-wrap:break-word;
}
.text-centre{
text-align:center;
}
.text-right{
text-align:right;
}
ul{
list-style:none;
margin-left:0px;
}
ul, li {
margin: 0 12px;
}
li{
padding-top:0px;
}
hr{
margin-top:7px;
}

/* Layout */
#container{
width:950px;/*760*/
margin-top:20px;
margin-bottom:40px;
margin-left:auto;
margin-right:auto;
text-align: left;
border:thin ridge; 
border-top-color:#CCCCCC;
border-left-color:#CCCCCC;
border-right-color:#000000;
border-bottom-color:#000000;
/*padding:20px 40px 20px 40px;*/
word-wrap:break-word;
max-width:72em;
}
/*
#header{
padding: 10px 20px;
height:80px;
background-color:#218359;
border-bottom-style:groove;
border-bottom-color:#A65F00;
}
*/
#header{
padding:0;
height:200px;
background-color:#218359;
/*background-image:url(../img/header.jpg);
background-repeat:no-repeat;
background-position:right;*/
border-bottom-style:groove;
border-bottom-color:#A65F00;
}
#header-center{
width:950px;
margin-left:auto;
margin-right:auto;
background-image:url(../img/header.jpg);
background-repeat:no-repeat;
background-position:right;
height:100%;
}
#header h1{
padding: 0px 30px;
margin-right:70px;
text-align:center;
font-size:25px;
/*color:#FF9200;*/
color:#FFFFFF;
text-shadow:#333333;
background-color:#218359;
}
#mascot{
position:fixed;
float:left;
width:70px;
height:70px;
margin-top:-40px;
}
#mascot2{
clear:both;
float:left;
width:70px;
height:70px;
}
#login-header{
width:250px;
position:absolute;
right:10px;
top:2px;
padding:0px;
margin:0px;
height:1%;
}
#login-header ul{
margin-left:0px;
padding-top:0px;
}
#login-header li{
height:30px;
margin-left:0px;
padding-top:0px;
}
#login-header label{
color:#FF9000;
text-align:left;
}
#login-header input[type=text]{
position:absolute;
right:25px;
width:100px;
}
#login-header input[type=password]{
position:absolute;
right:25px;
width:100px;
}
#login-header input[type=submit]{
position:absolute;
right:30px;
padding:2px;
margin-top:-3px;
width:80px;
}
#breadcrumbs{
	text-align:left;
	border:groove thin #999999;
/*	background-color:#CC6666;
background-color:#A65F00;	 from palet*/
	
/* background-color:#D96C00;  my orig*/
background-color:#BF8230; /* from palet*/
	
	padding:0 0 2px 5px;
/*	width:100%; */
}
#breadcrumbs a{
	/*color:#660000; */
color:#007241;
}
.head-banner{
position:absolute;
top:295px;
/**margin-left:200px;
right:70px;**/
padding-left:350px;
}
#content{
background-color:#F2F2F2;
clear: both;
color: #333;
padding: 10px 10px 40px 20px;
/*overflow: auto;*/
overflow:hidden;
}
#left-side{
float: left;
width: 550px;
}
#right-side{
margin-left:555px;
height:1%;
}
#latest-offerings{

}
#latest-offerings h3{
font-weight:bold;
background-color:#F2F2F2;
}
#footer{
clear: both;
padding: 6px 10px;
}
#report{
}
#report-form{
width:450px;
}
.hiddenPic{
display:none;
}
/* Tables */
table {
	background: #fff;
	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 {
	background: #fff;
	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;
}

/* 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 {
	clear: both;
	margin:0;
	margin-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset{
	/*border: 1px solid #ccc; */
	border:1px solid #dedede; /* Default fieldset borders vary cross browser, so make them the same */
	border-right:1px solid #003366;
	border-bottom:1px solid #003366;
	margin-top: 15px;
	margin-right:8px;
	padding: 15px 15px 20px 15px;
/*	padding-top:30px;*/
}
/*
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}

legend {
/*	color:#000; /* IE styles legends with blue text by default */
/*	*margin-left:-7px; /* A hack that only ie reads to position the legend in the same place cross browser */
	/*
} */
/*
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}*/
/*
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
} */
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
fieldset div {
	overflow:hidden; /* Contain the floating elements */
	display:inline-block; /* Give layout in ie to contain float */
}
fieldset div {display:block;} /* Reset element back to block leaving layout in ie */
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
	padding:0;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 50px;
}
form ul{
margin-left:0px;
}
label{



	float:left; /* Take out of flow so the input starts at the same height */
	width:5em; /* Set a width so the inputs line up */
	width:8em;
	display: block;
	font-size: 100%;
	padding-right: 5px;
	margin:0px;
	padding:3px 5px 0 0;
}

/*
.button{
background-color:#FF9000;
color:#FFFFFF;
}
*/
input:hover {
    background:#FFFFCC;
}
input, textarea {
/*	clear: both;*/
	font-size: 100%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
/*	padding: 2px;
	width: 100%;*/
}

input, textarea:hover  {
background:#FFFFCC;
}
/*form br { clear: left; } */


select {
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	/*width: 100%;*/
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
/*	clear: left; */
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
input[type=button] {
background-color:#FF9000;
color:#FFFFFF;
}

/* ///////////////////////////////// */
.radio {
	position:relative; /* Position so children are relative to this container */
	border:0; /* Remove the border */
}
.radio span {
	position:absolute; /* Take the content of the legend out of flow */
	top:0;left:0; /* and position it to the top left of the fieldset */
	width:5em; /* Same width as labels */
}
.radio ul {
	margin-left:5em; /* Since the legend is out of flow. set margin, so inputs are inline */
	list-style:none; /* Dont want bullets */
}
.radio li {
	position:relative; /* Fix a bug in IE zoom functionality */
	display:inline; /* Display the inputs in a line */
	white-space:nowrap; /* We dont want a label to wrap between the input and label */
}
.radio label, .radio input {
	width:auto; /* Reset the width on the label from the 5em, set earlier */
	float:none; /* Reset the float from left on the label, set earlier */
	vertical-align:middle; /* Align the radio buttons with the inputs */
}

/* ////////////////Above///////////////////// */

div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit]{
	display: inline;
	font-size: 110%;
	padding: 2px 5px;
	background-color:#FF9000;
	color:#FFFFFF;
	/*width: auto;*/
	vertical-align: bottom;
}
input[type=submit]:hover{
background-color:#FFC273;
}
/* 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 {
	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;
}
/* jq Tooltip */
#preview{
position:absolute;
border:1px solid #666666;
background:#333;
padding:5px;
display:none;
color:#fff;
}
/* jq autogrow textarea */
textarea.expanding {
line-height: 18px;
}
/*  */