/* SVN FILE: $Id: cake.generic.css 7945 2008-12-19 02:16:01Z gwoo $ */
/**
 *
 * Mitch Hollberg's custom CSS for the 'ACE1' project
 */

/* Forms */

form {
	border: none; /*	1px dotted #AAAAAA; */
	padding: 0.5em;
	display: inline;
}

form div.left {
	/* Used to align form elements left to keep elements on the same row */
	display: inline;
	float: left;
	clear: both;
}

form div.right {
	/* Used to align form elements left to keep elements on the same row */
	display: inline;
	float: left;
	clear: both;
}

div.column_form fieldset {
	/* the 'column_form' class should be applied to forms that will align different elements on the same row */
	display: inline;	/* Allow text to wrap */
}

form input:focus, form textarea:focus {
	/* uses the :focus pseudo-class to highlight the selected cell in a form */
	border: 2px solid #000000;
}
	
input {
	color: #00008B;
	background-color: #ADD8E6;
	border: 1px solid #00008B;
}

select {
	width: 100px;
	color: #00008B;
	background-color: #ADD8E6;
	border: 1px solid #00008B;
}

textarea {
	width: 200px;
	height: 40px;
	color: #00008B;
	background-color: #ADD8E6;
	border: 1px solid #00008B;
}

body {
	/*background-color:#666600; */
	color:#FFFFFF;
	font-family:Arial,Helvetica,sans-serif;
}

.rowform {
	/*background-color:#4F4F00; */
	width:80em;
}

.rowform fieldset {
	border:0 none;
	float:left;
	height:20em;
	margin:0;
	padding:1em;
	width:11em;
}

.rowform fieldset legend {
	color:.FFFFFF;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:4em;
}

.rowform fieldset legend span {
	display:none;
}

.rowform fieldset h3 {
	font-size:1em;
	height:4em;
}

.rowform fieldset div {
	color:.FFFF99;
	float:left;
	font-size:1em;
	font-weight:bold;
	height:5em;
}

.rowform fieldset label {
	display:block;
	font-size:1em;
	line-height:1.5em;
}

.rowform fieldset input {
	font-size:1em;
	height:1.2em;
}

.rowform fieldset.error, .theform fieldset.error legend, .theform fieldset.error div.help {
	color:.FFCC33;
}

.rowform fieldset strong.error {
	background-color:.CC0000;
	color:.FFFFFF;
	display:block;
	font-size:1em;
	font-weight:bold;
	padding:0.2em;
}

.rowform .pt4 {
	border-color:.666600;
	border-style:solid;
	border-width:10px 0;
	clear:both;
	height:5em;
	padding:1em;
	width:38em;
}

.rowform .pt4 legend {
	display:none;
}
.rowform .pt4 h3 {
display:none;
}

.rowform .pt4 .disclaimer {
	float:left;
	font-size:0.7em;
	width:22em;
}

.rowform .pt4 input {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:.F3F3F3 none repeat scroll 0 0;
	border-color:.CCCCCC .999999 .999999 .CCCCCC;
	border-style:solid;
	border-width:1px;
	color:.666666;
	float:right;
	font-size:1em;
	font-weight:bold;
	height:5em;
	width:18em;
}

.copyright {
	clear:both;
	color:.9F9F00;
	font-size:0.8em;
	font-style:italic;
	padding:0.5em;
}

/* FLOT RELATED */
.legend table {
	width: 75px;
	border: double;
}

.legend td {
	border: none;
}

#FlotTooltip {
	color:  #545454;
} 

/* NAVIGATION BAR CSS; from http://css.maxdesign.com.au/listamatic/horizontal25.htm */

#navcontainer
{
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

#navlist li
{
	display: inline;
	padding-bottom: 14px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

#navlist a
{
	padding-left: 20px;
	padding-bottom: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

#navlist a:link, #navlist a:visited
{
	padding-left: 20px;
	color: #0000cd;
	/* background: url(http://hekima.lionking.org/randomness/arrowbullet.gif); */
	background: url('../img/nav_icons/arrowbullet.gif');
	background-position: 0 -28px;
	background-repeat: no-repeat;}

#navlist a:hover
{
	color: black;
	padding-left: 20px;
/*	background: url(http://hekima.lionking.org/randomness/arrowbullet.gif);	*/
	background: url('../img/nav_icons/arrowbullet.gif');
	background-repeat: no-repeat;
	background-position: 0 -14px;} 

/* Homepage items CSS */
div.report-description {
	width: 375px;
}

table tr.even td, table tr.even td a {
	background: #ecf6fc;
}

table tr.over td, table tr.over td a {
	background: #bcd4ec;
}

/* Floats the datatables "Search" field in the same 'row' as the display records entry */
.dataTables_filter, .dataTables_info {
	float: left;
	width: 30%;
}

.dataTables_length, .dataTables_paginate {
	float: right;
	width: 30%;
}

.top, .lower {
	width: 75%;
	float: left;
	padding: 5px;
	
}
.TToolsbox {
	width: 150px;
	float: right;
}

/* Overrides default CakePHP css for input boxes within the table headers (where users search by column) */
thead input {
	font-size: 1em;
	font-weight: bold;
}

/* Changes the mouse pointer to a "click" icon when user hovers over the pagination options */
div#web_rp_table_paginate span {
	cursor:pointer;
}

/* FORMATTING TO PREVENT cake.generic.css conflict with formatting for filament group's slider bar */
div .ui-slider-range, div .ui-slider-range a {
	clear: none;
	padding: 0;
	vertical-align: inherit;
	margin-bottom: inherit;
	height: inherit;
}
#handle_valueA, #handle_valueB {
	height: 30px;
}

#label_handle_valueA, #label_handle_valueB {
	float: left;
	padding-left: 15px;
}

#valueB {
	margin-bottom: 1em;
}

select.slider {
	clear: none;
	width:auto;
}

div#newSlider fieldset {
	margin-bottom: 10px;
	padding: 8px 40px;
	height: 150px;
}

div#newSlider legend {
	color:#999933;
	font-family:'Gill Sans','lucida grande',helvetica,arial,sans-serif;
	font-size:165%;
	font-weight:normal;
}

dl.ui-slider-scale dt {
	float: left;
	border: none;
	color: #999933;
	padding-top: .1em;
	display: inline-block;
}

dd span.ui-slider-label {
	padding-bottom: 1em;
	float: left;
}

/* Have the tickmarks appear OVER the slider range */
.ui-slider-tic {
	z-index: 100;
}

/* Adjust font size and slider bar width */
fieldset div.ui-slider{
	font-size: 100%;
}

/* Adjusts height of 'tickmarks' in the date range slider
.ui-slider-scale span {
	padding-bottom: .2em;
	padding-top: .2em;
}
*/