/* SVN FILE: $Id$ */
/**
 *
 * 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$
 * @modifiedby    $LastChangedBy$
 * @lastmodified  $Date$
 * @license       http://www.opensource.org/licenses/mit-license.php The MIT License
 */

:focus {
  -moz-outline-style:none;
}

.clr {
	clear: both;
}

* {
	margin:0;
	padding:0;
}

.fleft {
	float: left;	
}

.inl {
	display: inline;
}

.short {
	width: 150px;	
}
.vshort {
	width: 40px;	
}

.alignl {
	text-align: left;
}
.alignr {
	text-align: right;
}

.hr {
	height: 5px;	
	padding: 0;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ECECEC;
}

/* General Style Info */
body {
	background: #FFF;
	color: #333;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

a {
	color: #1b2776;
	text-decoration:  none;
	font-weight: bold;
}
a:hover {
	color: #f88a11;
	text-decoration:none;
}
a img {
	border:none;
}
a.pdf {
	background-image: url(../img/page_white_acrobat.png);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-right: 20px;
}

h1, h2, h3, h4 {
	font-weight: normal;
}
h1 {
	color: #FFF;
	font-size: 30px;
	margin: 0;
	padding: 0;
	float: left;
	width: 400px;
	text-align: left;
}
h2 {
	color: #222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 190%;
	margin: 20px 0 10px 0;
}
h2 span {
	font-size: 13px;	
}
h3 {
	color: #222;
	font-family:'Gill Sans','lucida grande',helvetica, arial, sans-serif;
	font-size: 120%;
	padding-top: 1.5em;
	margin: 10px 0;
	font-weight: bold;
}
h4 {
	color: #993;
	font-weight: normal;
	padding-top: 0.5em;
}
ul, li {
	margin: 0 12px 0 12px;
}
li {
	margin-top: 10px;
	margin-bottom: 15px;
}
p {
	margin: 6px 0;	
}
p.pagination {
	color: #666;	
}
small {
	color: #999;
}

#login_status {
	background-image: url(../img/header_bgr_w.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #fff;
	border-bottom: 3px solid #f88a11;
	text-align: right;
	color: #222;
}
#login_status .inner {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}
#login_status .login {
	width: 400px;
	float: right;
}
#login_status h1 {
	color: #222;
	background-image: url(../img/bridge-the-gap-logo.jpg);
	width: 154px;
	height: 80px;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
}
#login_status #logo span {
	display: none;
}
#login_status a {
	color: #333;
	text-decoration: none;
	text-shadow: #FFFFFF -1px -1px 0px;
}
#login_status a:hover {
	color: #000;
}

#login_status #login {
	padding: 20px 0 0 0;
}

#header {
	width: 100%;
	background-color: #1b2776;
}	
#header .menu {
	width: 980px;
	margin: 0 auto;
}
#header ul {
	width: 980px;
	margin: 0 auto;
}
#header li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header li a {
	color: #ECECEC;
	text-decoration: none;
	padding: 15px 10px;
	display: block;
	margin: 0;
	text-shadow: #222222 1px 1px 0px;
}
#header li a:hover {
	color: #FFF;
	background-color: #f78509;
}

#layout_content {
	width: 980px;
	background-color: #FFF;
	margin: 0 auto;
	padding: 10px;
}

/*
#container li {
	list-style-image: url(../img/bullet-short.gif);
	margin-left: 30px;
	padding: 5px;
}*/

#focusBox {
	background-color: #EFEFEF;
	border: 1px solid #E3E3E3;
	padding: 10px 30px;
	-moz-border-radius: 10px;
	webkit-border-radius: 10px;	
	margin-right: 10px;
}
#focusBox p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	text-align: justify;
	color: #555;
}
#focusBox h2 {
	color: #132072;	
}
#focusBox p.btn {
	margin-top: 20px;
}
#focusBox a.btn {
	display: block;
	padding: 10px;
	-moz-border-radius: 10px;
	webkit-border-radius: 10px;
	background-color: #132072;
	color: #FFF;
	font-style: normal;
	font-weight: normal;
	margin: 10px 0 20px 0;
	text-shadow: #222222 1px 1px 0px;	
}
#focusBox a.btn:hover {
	background-color: #f88a11;
}

#footer {
	width: 1000px;
	margin: 20px auto;
	border-top: 3px solid #f88a11;
}

#footer p {
	color: #999;
	line-height: 18px;
}

#footer .inner {
	width: 940px;
	margin: 0 auto;	
	padding: 20px;
}

#footer p.copyright {
	width: 450px;
	float: left;
}

#footer a {
	color: #777;	
}

#footer p span {
	font-size: 10px;
}

#community {
	width: 430px;
	text-align: right;
	position: absolute;
	top: 40px;
	left: 50%;
	margin: 0 0 0 50px;
}

/* Share */
#sharers {
	margin: 3px 0 0 0;
	padding: 0;
	float: right;
}
#sharers li {
	list-style: none;
	float: left;
	padding: 5px;
	display: block;
	margin: 0;
}
#sharers li.shareThis {
	width: 76px;
	text-align: right;
}

#sharers li.tweet {
	width: 70px;
	text-align: right;
}
/* Layout 
#content {
	background: #fff;
	clear: both;
	color: #333;
	padding: 10px 20px 40px 20px;
	overflow: auto;
}
*/
/* Tables */
table {
	background: #fff;
	border:1px solid #ccc;
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-image: url(../img/table-th-bgr.png);
	background-position: bottom left;
	background-repeat: repeat-x;
	background-color: #102d63;
	border-bottom: 1px solid #1a4ba9;
	border-right: 1px dotted #6a86b9;
	text-align: center;
	color: #FFF;
}
th a {
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #ECECEC;
}
th a:hover {
	color: #FFF;
	text-decoration: none;
}
table tr td {
	background-color: #fdf6e8;
	background-image: url(../img/table-td-bgr.png);
	background-repeat: repeat-x;
	background-position: top left;
	border-right: 1px dotted #f5ebd7;
	border-bottom: 1px solid #f5ebd7;
	padding: 4px;
	text-align: left;
	vertical-align: top;
	color: #333;
}
table tr.highlightrow td {
	background-image: url(../img/table-td-bgr-high.png);
	background-color: #fde7b3;
}
/*
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-right: 20px;
	padding: 0;
	width: 80%;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	color: #222;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 190%;
	background:#fff;
	margin-top: 10px;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
/*	font-size: 120%;*/
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	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;
/*	font-size: 110%;*/
	padding-right: 20px;
	margin-bottom: 2px;
}
input, textarea {
	clear: both;
	padding: 5px;
	font-size: 130%;
	width: 100%;
}
input, textarea, select {
	background-color: #FAFAFA;
	border: 1px solid #CCC;
}
input:hover, textarea:hover, select:hover {
	background-color: #F7F7F7;
	border: 1px solid #BBB;
}

select {
	clear: both;
	font-size: 130%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}

option {
	font-size: 120%;
	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;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
/*	font-size: 110%;*/
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

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

#petition_main td {
	padding: 15px;
}

/* Sub menu */
.subMenu ul {
	padding: 0;
	margin: 0;	
	list-style: none;
}
.subMenu ul li {
	float: left;
	padding: 0;
	margin: 0 2px 0 0;
	text-shadow: #ECECEC 1px 1px 0px;
}
.subMenu ul li a {
	display: block;
	border: 1px solid #CCC;
	border-bottom: none;
	padding: 10px 12px 3px 12px;
	-moz-border-radius: 15% 15% 0 0;
	text-align: center;
	color: #444;
	text-decoration: none;
}
.subMenu ul li a:hover {
	border: 1px solid #AAA;
	border-bottom: none;
	color: #222;
}

/* gallery */
li.gallery {
	float: left;
	margin: 10px;
	list-style: none;
}
img.thumb {
	padding: 5px;
	background-color: #FAFAFA;
	border: 1px solid #ECECEC;
}
img.thumb:hover {
	background-color: #FFC;
	border: 1px solid #FC6;
}

/* Messages */
#flashMessage {
	background-color: #e5f7e7;
	border: 1px dashed #caeece;
	padding: 15px;
	color: #444;
	font-weight: normal;
	font-size: 125%;
	background-image: url(../img/green-fade.gif);
	background-repeat: repeat;
}

/* Admin table */
table.admin {
	background: #fff;
	border: none;
	color: #333;
}
table.admin td {
	padding: 1px 15px 10px 15px;	
}

table.admin td li {
	list-style: none;
	margin: 0 0 2px 0;
	padding: 0;
}
table.admin td li a:link, table.admin td li a:visited {
	color: #333;	
	padding: 10px;
	margin: 0;
	background-color: #fefaf2;
	display: block;
}
table.admin td li a:hover, table.admin td li a:active {
	color: #111;	
	background-color: #fefcf8;
}


table.front, table.front td {
	background: none;
	border: none;
}

table.front td.spacer {
	border-top: 1px solid #ECECEC;
	height: 15px;
}

table.prices {
	border: none;
	width: 416px;
}
table.prices td {
	font-size: 16px;
	background-color: #efefef;
	border-top: 1px solid #ECECEC;
	border-left: 1px solid #ECECEC;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	-moz-border-radius: 5px;
	webkit-border-radius: 5px;		
}

table.sponsors, table.sponsors td, table.sponsors th {
	border: none;
}
table.sponsors h3 {
	margin: 0;
	padding: 0;
}
table.sponsors tr {
	vertical-align: middle;
}
table.sponsors th {
	background: none;
	padding: 15px 5px;
	margin: 0;
	text-align: left;
}
table.sponsors td {
	align: center;
	text-align: center;
	background: none;
	padding: 2px;
	margin: 0;
}

td.alc {
	text-align: center;	
}

ul.news {
	padding: 0;
	margin: 0;
}
ul.news li {
	list-style: none;
	border-bottom: 1px solid #ECECEC;
	padding: 5px 5px 10px 5px;
}

input.btn {
	color: #ECECEC;
	background-color: #132072;
	font-size: 13px;
	padding: 7px 13px;
	font-weight: bold;
	border: none;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
}
input.btn:hover {
	color: #FFF;
	background-color: #f88a11;		
	border: none;	
	border-right: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
}

input.paypal {
	padding: 0;
	background: none;
	border: none;
}
input.paypalBtn {
	width: 122px;
	height: 47px;
}

/* Search */
form.search {
	width: 100%;
}
form.search input, form.search select {
	width: 100px;
	padding: 2px;
	display: inline;
	font-size: 12px;
}
p.red {
	background-color: #F00;
}

#adminBar {
	border-bottom: 1px dashed #CCC;
	color: #CCC;
	background-image: url(../img/admin-bar-bgr.png);
	background-position: bottom left;
	background-repeat: repeat-x;
}
#adminBar h2 {
	font-size: 13px;
	font-weight: bold;
	float: left;
	margin: 0;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
#adminBar p {
	font-size: 13px;
	float: left;
	margin: 0;
	padding: 8px;
}

/* Gallery table */
table.gallery {
	border: none;
}
table.gallery tr {
	background: none;
	border: none;
}
table.gallery td {
	text-align: center;
	background: none;
	border: none;
}
table.gallery img {
	background-color: #FAFAFA;
	padding: 10px;
	border: 1px solid #EFEFEF;
}

#supporting img {
	margin: 0 15px 15px 0;
}