/* SVN FILE: $Id: cake.generic.css 7690 2008-10-02 04:56:53Z nate $ */
/**
 *
 * PHP versions 4 and 5
 *
 * CakePHP(tm) :  Rapid Development Framework <http://www.cakephp.org/>
 * Copyright 2005-2008, Cake Software Foundation, Inc.
 *								1785 E. Sahara Avenue, Suite 490-204
 *								Las Vegas, Nevada 89104
 *
 * Licensed under The MIT License
 * Redistributions of files must retain the above copyright notice.
 *
 * @filesource
 * @copyright		Copyright 2005-2008, Cake Software Foundation, Inc.
 * @link				http://www.cakefoundation.org/projects/info/cakephp CakePHP(tm) Project
 * @package			cake
 * @subpackage		cake.app.webroot.css
 * @since			CakePHP(tm)
 * @version			$Revision: 7690 $
 * @modifiedby		$LastChangedBy: nate $
 * @lastmodified	$Date: 2008-10-02 00:56:53 -0400 (Thu, 02 Oct 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */

/* General Style Info */

* {
	margin: 0;
	padding: 0;
}

body {
  background-color:#000;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #007cc3;
	text-decoration: none;
	font-weight: bold;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


ul, li {
	margin: 0 12px;
}

/* Layout */
#container {
	text-align: center;
	overflow: hidden;
}

.centerContent {
	width: 968px;
	margin: 0 auto;
	padding: 12px;
	text-align: left;
}

#headerWrapper {
  background:#000 url(/images/header-red.png) repeat-x left 57px;
	height: 111px;
	overflow: hidden;
	border-top: 2px solid #424242; 
}

#header {
	height: 102px;
	position: relative;
}

#header h1 a {
	font-weight: normal;
	text-decoration: none;
}

#header h1 a:hover {
	text-decoration: underline;
}

#logo, #ieLogo {
	float: left;
	margin: 12px 0 0 24px;
}

#ieLogo {
  display: none;
}

#bodyWrapper {
  border-top: 1px solid #000;
  background:#fff url('/images/drop-shadow.png') repeat-x scroll left top;
	color: #3C3C54;
	overflow: hidden;
}

#body {
}

.columns {
	overflow: hidden;
}

.columnWrapper {
	float: left;
}

.column {
	padding: 0 12px;
}

#loginWrapper, #loginWrapper label {
	background: #424242;
	color: #fff;
}

#helpWrapper, #helpWrapper label {
	background: #ccc;
	color: #333;
}

#login {
	padding: 10px 0;
}

#login .columnOne {
	width: 66%;
	text-align: right;
}

#login .columnTwo {
	width: 33%;
}

#login .columnOne .column {
	padding: 0;
	width: 200px;
	margin-left: auto;
	text-align: left;
}

#login h2 {
	font-size: 26px;
	color: #FFF;
	margin-bottom: 0;
}

#login p {
	margin: 0;
}

#loginMenu {
	position: absolute;
	top: 0;
	right: 24px;
}

#loginMenu li {
	float: left;
	margin: 0 4px;
	padding-top: 4px;
}

#loginMenu li#loginTab, #loginMenu li#logoutTab, #loginMenu li#helpTab {
	padding-top: 0;
}

#loginTab a, #logoutTab a, #helpTab a {
	padding-top: 4px;
	display: block;
	width: 80px;
	height: 20px;
	background: #424242;
	text-align: center;
	color: #fff;
}

.menu ul {
	list-style: none;
	margin: 0;
}

.menu li {
	display: inline;
	margin: 0 2px;
}





/* ------------- HEADER MENU (TOP LEVEL "TAB" NAVIGATION) ----------------------*/


#headerMenu {
  display: block;
  position: absolute;
  top: 57px;
  right: 12px;
  height: 54px;
  font-weight: bold;
}

#headerMenu ul {
}

#headerMenu ul li {
  height: 54px;
  float: left;
}

#headerMenu a {
  display: block;
  padding: 0 12px 0 12px;
  height: 54px;
  text-decoration: none;
  text-align: center;
  float: left;
}
  
#headerMenu a:hover {
  background: #000 url('/images/background-hover.gif') repeat-x bottom;
}
  
#headerMenu a.active, #headerMenu a.active:hover {
  background: #FFF url('/images/drop-shadow.png') repeat-x top;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}

#headerMenu h2 {
  font-size: 18px;
  font-weight: bold;
  margin: 16px 0 0 0;
  color: #FFF;
}

#headerMenu .active h2 {
  color: #000;
}

#subMenu {
  clear:both;
  background-color:#fff;
  line-height:1.5;
  padding:6px;
}

#subMenu div {
  font-size:11pt;
  text-align:right;
  width: 968px;
	margin: 0 auto;
	padding:0 0;
	color: #999;
}
	
#subMenu ul {
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
}

#subMenu div ul li {
	display: inline;
	list-style-type: none;
	white-space: nowrap;
	padding:0 3px 0 3px;
}

#subMenu div ul li a {
  font-weight:normal;
  color: #007CC3;
}

#subMenu #active a {
  font-weight:bold;
  color: #007CC3;
}





.roundedBoxWrapper {
	background: url('/images/base/background.rounded.jpg') repeat-x #3D3E53;
	margin: 12px 0;
	overflow: hidden;
}

.roundedBox {
	background: #DDD;
	padding: 24px;
}

.roundedBoxWrapper h2 {
	margin: 2px 0 4px 0;
	color: #FFF;
	font-size: 26px;
	text-align: center;
}

.roundedBox h3 {
	margin-bottom: 4px;
	color: #3C3C54;
	font-size: 12px;
	font-weight: bold;
}

.roundedBox p {
	margin-top: 4px;
}

.columnOne {
	width: 66%;
}

.columnTwo {
	width: 33%;
}

#subFooter .columnOne, #subFooter .columnTwo {
	width: 50%;
}

#subFooter .columnTwo .column {
	text-align: right;
}

.columnOne .column {
	padding-left: 0;
}

.columnTwo .column {
	padding-right: 0;
}

#home .columnOne {
	font-size: 16px;
	line-height: 1.5;
}

#subFooterWrapper {
	overflow: hidden;
	background-color: #1A1A2A;
	border-top: 1px solid #cc1d22;
}

#subFooter {
	line-height: 1.5;
	padding: 36px 0;
}

#subFooter a {
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}

#subFooter a:hover {
	text-decoration: underline;
}

#subFooter h2, #subFooter p {
	margin: 0;
	font-size: 11px;
	color: #FFF;
}

#subFooter h3 {
	font-size: 13pt;
	padding:0 0 8px 0;
	margin:0;
	color: #FFF;
}

#subFooter .column {
	padding: 0;
}

#subFooter .columnTwo {
	float: left;
}

/* Tables */
table {
	background: #FFF;
	border: 1px solid #CCC;
	border-right: 0;
	clear: both;
	color: #333;
	margin-bottom: 12px;
	width: 100%;
}

th {
	background: #F2F2F2;
	border: 1px solid #bbb;
	border-top: 1px solid #FFF;
	border-left: 1px solid #fff;
	text-align: center;
}

th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}

th a:hover {
	background: #CCC;
	color: #333;
}

table tr td {
	border-right: 1px solid #CCC;
	padding: 0px;
	text-align: center;
	vertical-align: top;
}

.altrow, .even {
	background: #EEE;
}

tr.highlight {
  background-color:#fca548;
  font-weight:bold;
}

table .actions {
	text-align: center;
	white-space: nowrap;
}

table .actions a {
	margin: 0px 6px;
}

/* Paging */
.paging {
	color: #F8981C;
	margin: 6px 0;
	clear: both;
}

.paging .disabled {
	color: #CCC;
	display: inline;
}

.paging .current {
	color: #3C3C54;
}

/* Forms */
form {
	padding: 0;
	margin: 0;
}

.input {
	clear: both;
	color: #3C3C54;
	margin: 12px 0;
	font-weight: bold;
}

.required {
	color: #F8981C;
}

label {
	display: block;
}

.text input, .password input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 100%;
	border: 1px solid #D4D4D4;
}

.checkbox input, .radio input, .checkbox label, .radio label {
	display: inline;
	margin-right: 6px;
}

.checkbox label, .radio label {
	margin-right: 24px;
}

.filter {
	overflow: hidden;
}

.filter label {
	display: none;
}

.filter .input {
	clear: none;
	width: 200px;
	float: left;
	margin: 0 12px 0 0;
}

.filter .submit {
	float: left;
}

/* Notices and Errors */
.message {
	clear: both;
	color: #900;
	font-size: 140%;
	font-weight: bold;
	margin: 1em 0;
}

.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}

.error {
	color: #e32;
	font-family: Courier, monospace;
}

.error em {
	color: #000;
	font-weight: normal;
}

.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
}

.success {
	background: green;
	color: #fff;
}

/* Actions  */
.actions ul {
	margin: 0;
	padding: 0;
}

.actions li {
	display: inline;
	list-style-type: none;
	line-height: 24px;
	margin: 0 24px 0 0;
	white-space: nowrap;
}

/* Related */
.related {
	clear: both;
}
