/* SVN FILE: $Id: cake.generic.css 7118 2008-06-04 20:49:29Z gwoo $ */
/**
 *
 * 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: 7118 $
 * @modifiedby		$LastChangedBy: gwoo $
 * @lastmodified	$Date: 2008-06-04 13:49:29 -0700 (Wed, 04 Jun 2008) $
 * @license			http://www.opensource.org/licenses/mit-license.php The MIT License
 */

* {
	margin:0;
	padding:0;
}

/* General Style Info */
a {
	color: #003d4c;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #003d4c;
	text-decoration:none;
}
a img {
	border:none;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	background:#fff;
	color: #003d4c;
	font-size: 100%;
	margin: 0.1em 0;
}
h2 {
	background:#fff;
	color: #000;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 190%;
	margin: 0.3em 0;
	padding-top: 0.8em;
}
h3 {
	color: #203546;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 165%;
	font-weight:bold;
	padding-top: 1.5em;
}
h4 {
	color: #993;
	font-weight: bold;
	padding-top: 0.5em;
	font-size:125%;
}


/* Layout */
#container {
	text-align: left;
}

#header h1 {

}
#header h1 a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}
#header h1 a:hover {
	color: #fff;
	text-decoration: underline;
}
#content{
	background: #fff;
	clear: both;
	color: #333;
	padding: 0px 20px 40px 20px;
	overflow: auto;
}
#footer {
	clear: both;
	padding: 6px 10px;
	text-align: right;
}

/* Tables */
table {
	background: #fff;
	border:0px 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: 0px solid #ccc;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
table tr.altrow td {
	background: #fff;
	border-bottom:1px solid #ccc;
	padding:3px;
	margin:0;
}
table tr.altrow2 td {
	border-bottom:1px solid #ccc;
	padding:3px;
	margin:0;
}
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;
	padding: 0;
}
fieldset {
	border: 0px solid #ccc;
	margin-top: 10px;
	padding: 5px 10px;
}
fieldset legend {
	background:#fff;
	color: #4b52a8;
	font-size: 160%;
	font-weight: bold;
	padding:5px;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 0;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
	margin-left: 20px;
	padding:5px;
}
fieldset fieldset div {
	clear: left;
	margin: 0 10px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .2em;
	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: 0px;
	margin-left: 50px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	display: block;
	font-size: 110%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
}
select {
	clear: both;
	font-size: 110%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 110%;
	padding: 0 3px;
}

input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=submit] {
	width: 120px;
}

/* 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;
}

.code {
 background-color: #f9f9f9;
 border: 1px solid #D0D0D0;
 display: block;
 margin: 14px 0 14px 0;
 padding: 12px 10px 12px 10px;
}
body {
	margin:0;
	padding:0;
}
#wrapper {
	width:100%;
	background:url(/img/header_back.jpg) repeat-x;
}
#header {
	height:88px;
	width:790px;
	margin:0 auto;
	position:relative;
}
#header ul li a {
	font-size:12px;
	background:#6da3d0;
	color:#f2f2f2;

}
#header ul li a:hover {
	font-size:12px;
	background:#203546;
	color:#f2f2f2;
}
#logo {
	height:88px;
	width:790px;
	background:url(/img/header.gif) no-repeat top left;
	overflow:hidden;
}
#logo h1 {
background:none;
}
#logo a {
	width:100%;
	height:88px;	
	display:block;
	padding-top:200px;

	background:none;
}
#logo a:hover {
	background:none;
}
#advertisement {
	text-align:center;
	margin-bottom:20px;
}
#footer {
	text-align:center;
}

/*  nav  */
div.nav {
	font: 0.7em Tahoma, sans-serif; 
	width:100%;
	background:#203546;
	text-align:left;
	margin:0 auto;
	margin-top:0px;
	position:relative;
}
div.nav ul {
	margin: 0px 0;
	padding: 0;
}
div.nav li {
	display: inline;
	list-style-type: none;
	line-height: 2em;
	margin: 0 0 0 0;
	white-space: nowrap;
}
div.nav ul li a {
	font-size:13px;
	background:none;
	color:#fff;
	text-decoration:none;
	line-height: 2.9em;
	width:8em;
	padding: .7em 1em .8em 1em;
}
div.nav ul li a:hover {
	background:#6da3d0;
	color:#fff;
}



.agi-si-column {
    float: left;
    text-align: left;
    margin: 10px 4px 0px 0px;
	padding: 0 0 0px 0px;
	font-family:tahoma,arial,sans-serif;
	font-size:12px;
}

.agi-si-first {
    margin-left: 5px;
}

#site_map_content .agi-si-first {
    margin-left: 10px;
}	

.agi-si-column ul {
    margin: 0 10px;
    padding: 0;
    text-align: left;
    list-style-type: none;    
}
    
.agi-si-column li {
    padding: 0 0 0px 0px;
}

.job_seekers
{
position: relative;
white-space: nowrap;
display: block;
width: 381px;
height: 108px;
margin: 0;
padding: 0;
}

.job_seekers a
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(/img/usa_professionals.gif) no-repeat;
white-space: nowrap;
display: block;
width: 381px;
height: 108px;
margin: 0;
padding: 0;
}

.job_seekers a:hover
{
background: url(/img/usa_professionals_over.gif) no-repeat;
cursor:pointer;
}
.job_employers
{
position: relative;
white-space: nowrap;
display: block;
width: 409px;
height: 108px;
margin: 0;
padding: 0;
}

.job_employers a
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(/img/usa_employers.gif) no-repeat;
white-space: nowrap;
display: block;
width: 409px;
height: 108px;
margin: 0;
padding: 0;
}

.job_employers a:hover
{
background: url(/img/usa_employers_over.gif) no-repeat;
cursor:pointer;
}
a.description {
	font-size:10px;
}

body { 
	padding: 0; 
	margin: 0; 
	font-family: Tahoma, sans-serif; 
	font-size:12px;
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

h2 { font-size: 1.5em; margin-bottom: 5px; }


/* layout
   ------ */

.content { 
	margin: 0 auto;
	width: 780px;
	padding: 0px; 
}

.header { 
	height: 55px;
	background: #eee;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
	border-bottom: 1px solid #ccc;
}

/* footer
   ------ */

.footer { 
	clear: both;
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0;
	border-top: 1px solid #ccc;
	line-height: 1.8em;
}

.footer a { color: #808080; background: #fff; }

#header ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#header li {
	float: left;
	border: 1px solid #bbb;
	border-bottom-width: 0;
	margin: 0 0.8em 0 0;
}

#header a {
	text-decoration: none;
	display: block;
	background: #FF9148;
	padding: 0.24em 1em;
	color: #00c;
	width: 8em;
	text-align: center;

	font: 0.7em Tahoma, sans-serif; 
	font-weight: bold;
	line-height: 1.5em;
	color: #454545; 
}

#header a:hover {
	background: #FF9148;
}

#header #selected {
	border-color: black;
}

#header #selected a:hover {
	background: #FF9148;
}

#header #selected a {
	position: relative;
	top: 1px;
	background: white;
}

#footer {
	font-size:11px;
	text-align:right;
	clear:both;
	border-top:1px solid #ccc;
	height:50px;
}

body {
	font-family:tahoma,arial,sans-serif;
	margin:0;
	padding:0;
	background:#555 url(img/background.gif) repeat-y center top;
}
#wrapper {
	width:850px;
	background:#fff;
	margin:0 auto;
	position:relative;
}
#header {
	width:100%;
	border-bottom:1px solid #ccc;
	position:relative;
	background:#4481a7;
}
#logo {
	margin-left:10px;
	background:url(img/logo.gif);
	width:331px;
	height:84px;
}
#main {
    background:#fff;
    float:left;
    width:498px;
    }
#sidebar {
    background:#fff;
    float:right;
    width:342px;
	text-align:left;
    }
	
#soundmanager-debug {
 /* SM2 debug container (optional, makes debug more useable) */
 position:absolute;position:fixed;*position:absolute;bottom:10px;right:10px;width:50em;height:18em;overflow:auto;background:#fff;margin:1em;padding:1em;border:1px solid #999;font-family:"lucida console",verdana,tahoma,"sans serif";font-size:x-small;line-height:1.5em;opacity:0.9;filter:alpha(opacity=90);
}	

ul.selectMenu {
    height: 18px;
    list-style: none;
    margin-top: 5px;
    margin-right: 2px;
    float: right;
    padding: 0;
    border: 1px solid #cccccc;
	position:absolute;
	right:5px;
	top:5px;
}

ul.selectMenu li { 
    width: 140px;
    float: left;
    background: #6da3d0 url(img/dropdown_bg.gif) right top no-repeat;
}

ul.selectMenu li span a  { 
    width: 120px;
    line-height: 18px;
    padding: 0 0 0 10px;
    margin: 0;
    display: block;
    font-size: 11px;
}

ul.selectMenu ul { 
    width: 156px;
    margin: 0; 
    list-style: none;
}

ul.selectMenu a, ul.selectMenu a:visited {
    color: #ffffff;
    font-size: 11px;
    margin: 0;
    display: block;
}

ul.selectMenu li ul { 
    background: #edf5f8;
    padding-top: 4px;
    display: none;
    border: 1px solid #cccccc;
}

ul.selectMenu li ul li { 
    border: none;
}

ul.selectMenu li ul li a {
    width: 130px;
    display: block;
    padding: 0 0 3px 10px;
    background: #f4f4f4;
	color:#333333;
}

ul.selectMenu li ul li a:visited {
	color:#333333;
}

ul.selectMenu li:hover ul,
ul.selectMenu li.hover ul {
    width: 140px;
    display: block;
    background: #f4f4f4;
    border: 1px solid #cccccc;
}

ul.selectMenu li ul {
    z-index: 1000;
    position: absolute;
    margin-left: -1px;
}

tr.list_row:hover {
	background-color:#f4f4f4;
}

a.inactive {
	text-decoration:underline;
}

a.active {
	text-decoration:none;
}