#container {
	min-width:920px;
	text-align:left;
}
/**
 * HEADER
 */
#header {
	height:100px;
	padding:10px 20px;
}
#logo {
	background:url(img/bfta_logo.png);
	width:338px;
	height:95px;
	float:left;
}
#branding {
	background:url(img/branding_logo.png);
	width:330px;
	height:72px;
	float:right;
	clear:right;
}
.language {
	width:120px;
	height:25px;
	float:right;
}
.interface-language-menu li {
	display:inline;
}
/**
 * TOP-NAV
 */
#top-nav {
	min-height:30px;
	min-width:920px;
	padding-left:25px;
	background:#00b8e5;
	clear:all;
}
.admin #top-nav {
	min-width:1080px;
}
#main-menu {
	margin:0;
}
#top-nav  ul li {
	display:inline;
	margin-top:7px;
	float:left;
}
#top-nav  li.last  a{
	border:none;
}
#top-nav  li a {
	line-height:14px;
	font-size:12px;
	border-right:1px solid #FFF;
	padding:0 10px;
	background:transparent;
	color:#FFF;
	text-decoration:none;
	display:block;
}
#top-nav  a:hover {
	text-decoration:underline;
	color:#CCC;
}
/**
 * POSITIONS LANGUAGE NAV
 */
ul.position-language-menu {
	display:block;
}
ul.position-language-menu li {
	display:inline;
}
ul.position-language-menu li a{
	color:#000;
}
/**
 * CONTENT
 */
#content {
	padding:35px 25px 15px 25px;
}
#content-inner {
	margin:0 10px;
}
/**
 * LANDING PAGE
 */
.clear-block  {
	width:1000px;
	height:210px;
}
.front .signup-block-right ,
.front .signup-block-left {
	width:420px;
	padding:10px 20px;
	height:200px;
	float:left;
	background:#EEEEEF url(img/front_gradient_box_slice.png) repeat-x top left;
	border:1px solid #CDCDCD;
}
.front .block h2 {
	padding-top:0;
}
.front .signup-block-left {
	margin-right:5px;
}
.front .signup-block-right{
	margin-left:5px;
}
.front  .login-block {
	width:445px;
	height:210px;
}
.front #UserAddForm .text,
.front #UserAddForm .password {
	float:left;
	width:445px;
}
.front #UserAddForm .password label,
.front #UserAddForm .text label{
	width:100px;
	float:inherit;
	margin-right:10px;
	margin-top:5px;
}
.front a.forgotten {
	padding-left:115px;
	color:#666;
}
.front form div.submit {
	margin:0;
	padding:0;
	width:50px;
	float:right;
	clear:none;
	margin-right:23px;
}
.front form div.forgotten-password {
	padding:0;
	margin:0;
	width:50%;
	float:left;
	margin-left:110px;
}
/**
 * BLOCKS
 */
.people-message-block {
	min-height:120px;
	border:1px solid #CDCDCD;
	padding:15px
}
.search-bar {
	background:#CCF1FA url(img/search_pref_round_corner_left.png) no-repeat top left;
	padding:0;
	height:31px;
}
.search-bar p {
	padding:0 15px;
	height:25px;
	padding-top:6px;
	font-size:130%;
	background:url(img/search_pref_round_corner_right.png) no-repeat top right;
}
#content #search-prefrences .col-2 .select {
	padding:0;
	margin:0;
}
#content .search-prefrences-people .col-1 {
	width:320px;
	float:left;
}
#content .search-prefrences-people .col-1 label {
	width:120px;
}
#content .search-prefrences-people .col-2 {
	float:left;
	clear:none;
	width:450px;
	padding-top:0;
}
#content .search-prefrences-people .col-2 .checkbox-col{
	width:210px;
	float:left;
	clear:none;
	height:120px;
}
#content .search-prefrences-people .col-2 input[type="checkbox"] {
	margin:5px 10px 0 0;
}
#content .search-prefrences-people .col-3 {
	float:left;
	clear:none;
	width:120px;
}
#content .search-prefrences-people .col-3 .submit {
	margin:0;
}
.oganization-description {
	border:1px solid #CDCDCD;
	padding:0 10px 10px 10px;
}
/**
 * Pages with blue top bar
 */
.pagesprivacy #header,
.pagesterms #header,
.volunteersignup #header,
.signupswizardinterests #header,
.signupswizardexperience #header,
.signupswizardreview #header,
.signupsreceipt #header,
.organizationssignup #header,
.organizationsreciept #header,
.usersforgottenPassword #header {
	border-bottom:3px solid #00B8E5;
}
/**
 * FOOTER
 */
#footer {
	min-width:920px;
}
#blue-bar {
	height:50px;
	width:100%;
	background-color:#00B8E5;
	border:1px solid #CDCDCD;
	margin-left:1px;
	color:#FFF;
	
	text-align:center
}
#blue-bar p {
	padding-top:15px;
}
#blue-bar span{
	font-size:120%;
	line-height:0;
}
#footer-menu {
	height:35px;
	background:#231F20 url(img/grey_pixel.png) repeat-x bottom;
	float:left;
	border-right:1px solid #CDCDCD;
	width:100%;
	padding-right:2px;
}
#footer-menu .footer-corner {
	width:8px;
	height:35px;
	background:url(img/footer_corner.png) no-repeat;
	float:inherit;
}
#footer-menu  .content {
	padding-top:10px;
	float:left;
	width:95%;
	position:relative;
	float:inherit;
	text-align:center;
	clear:all;
}
#footer-menu  .content li {
	display:inline;
}
 /* 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: left;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	padding: 4px;
	text-align:left;
	vertical-align: top;
}
table td.empty {
	text-align:center;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.check-mark {
	text-align:center;
}
td.actions a {
	margin: 0px 6px;
}
.cake-sql-log table {
	background: #f4f4f4;
}
.cake-sql-log td {
	padding: 4px 8px;
	text-align: left;
}
/**
 * QUICK SEARCH
 */
 #quick-search {
	min-width:730px;
 }
#quick-search .input {
	padding:5px 0;
}
#quick-search .input.text  input {
	width:150px;
}
#quick-search .input label {
	width:130px;
}
#quick-search .col-1,
#quick-search .col-2 {
	width:50%;
	padding:0;
	float:left;
	clear:none;
 }
#quick-search .submit {
	margin-left:130px;
	margin-top:10px;
}
.apply  dl {
	margin:10px 5px;
}
.messagesedit1 #content .textarea label {
	width:auto;
}
#expertise-widget input[type="radio"] {
	float:none;
}
/**
* Locations View
**************/
.locations.index table {
	width:50%;
}
/**
 * Quick Search
 *************/
 #quick-search .end_date select,
#quick-search .start_date select{
	margin:0 5px;
}
#quick-search .end_date label,
#quick-search .start_date label {
	width:115px;
}
#login-page {
	margin:0 auto;
	width:1000px;
}
#search-preferences {
	width:100%;
	height:120px;
}
#content .preferences-organization submit {
	margin-left:130px;
}
#content .preferences-organization .select label {
	width:130px;
}
#search-preferences .col-1,
#search-preferences .col-2 {
	width:400px;
	float:left;
	clear:none;
}