/**
* $Id: base.css 105 2011-06-29 20:00:46Z eric $
* Base.css Basic styles and containers for application
*
* @revision $Rev: 105 $
*/

/*
* Basic Layout Controlled by layout.css
*
*/

/**
* Bat Belt.
******************************/
#contactInfo:after,
form div:after {
	content: '.';
	display:block;
	clear:both;
	height:0px;
	margin:0px;
	padding:0px;
	visibility:hidden;
}
.clear {
	clear:both;	
}

body {
	color: #331a00;
}

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/**
 * clearfix
 *******************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
/**
* Headings
*********************/
h1, h2, h3, h4, h5, legend {
	color: #6D562B;
	clear:both;
	margin:1em 0 0;
}
a:link,
a:visited { 
	color: #6D562B;
}
a:hover {
	color:#F26522;
}

h1 {
	font-size:1.7em;
}
h2 {
	font-size: 1.5em;
}
h3,
fieldset legend { 
	font-size:1.4em;
}
h4 {
	font-size:1.2em;
	margin-top:1.2em;
	font-weight:normal;
}
p {
	margin:0.75em 0;
}

fieldset h3, fieldset h4,
legend {
	font-weight:normal;
}
fieldset h3 {
	margin-top:1.5em;
}
fieldset {
	margin-top:1.5em;
	display: block;
	width: 100%;
}


/**
* Columns
***************************************/
.column {
	margin-bottom:1em;
	margin-right:1em;
}
.column.two {
	width:48%;
	float:left;	
}
.column.three {
	width: 33%;
	float:left;	
}
.column.end {
	clear:left;	
	margin-right:0;
}

.home-columns form label {
	width:100px;
	display:block;
}
.home-columns .submit {
	padding-left:275px;
}


/**
* Sub-menu on Profile Pages
*********************************************/
#sub-nav h1 {
	color:#fff;
}
#sub-nav #sub-tabs {
	background: transparent url('images/bg_menu_bar.png') no-repeat left top;
  display: block;
  height: 34px;
	list-style:none;
	padding:0;
	margin:0;
	width: 1004px !important;
}
#sub-tabs {
	width:auto;
}
#sub-tabs li {
	display: block;
  float: left;
}
#sub-tabs li a {
  color: #FFFFFF;
  display: block;
  height: 24px;
  line-height: 24px;
  padding: 5px 8px;
  text-decoration: none;
}
#sub-tabs li a:hover {
	background: #A2B221;
}
#sub-tabs li.active {
	background: #A2B221;
	color: #FFF;
  display: block;
  height: 24px;
  line-height: 24px;
  padding: 5px 8px;
}
h1.name {
	margin:0.6em 0;
}

/**
* Definintion Lists 
* (used in profiles)
*********************************/
dl {
	margin-top:0.5em;	
}
.applicant dt,
.user dt,
.organization dt {
	width:40%;
	float:left;
	clear:both;
	font-family: Arial, Helvetica, Tahoma, Verdana, sans-serif;
}
.applicant dd,
.user dd,
.organization dd {
	min-height:18px;
}
.applicant dd,
.organization dd {
	margin:0 0 0 40%;
}

/* Mini sections */
.section {
	clear:both;
	margin-bottom:1em;
}
.section:after {
	content: '.';
	display:block;
	clear:both;
	height:0;
	visibility:hidden;	
}

/*
 * Applicant block elements
 *****************************/
.applicant-block {
	display: block;
	padding:0;
	margin-bottom:1em;
	width: 1004px;
}


/*
* Attribute lists 
************************/
.attr-list {
	margin:1em 0;
}
.attr-list .check {
	list-style-image: url(icons/accept.png);
}
.attr-list .ex {
	list-style-image: url(icons/cross.png);
}



/**
* Block Listings (referrals / governance training)
**************************************************/
.block-list {
	list-style:none;
	margin:0;
	padding:0;
}
.block-list li {
	margin:0 0 0.5em 0;
	padding : 0 0 0.5em 0;
	border-bottom: 1px solid #ccc;
}
.block-list li:last-child {
	border:0;
}


/**
* Tables
*************************/
table {
	width:100%;
}
table td,
table th {
	padding:2px;
	border-left:2px solid #fff;
}
table td {
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}
table .odd {
	background: #f5f5f5;
	border-bottom:1px solid #f5f5f5;
	border-top:1px solid #f5f5f5;
}
table tr.error td {
	background: #FAEFD5;
	border-bottom:1px dotted #DFA42B;
	color: #4B443C;
}

table tr:hover td,
tr.highlight td {
	background: #e3f2ff;
}
.wysiwyg table tr:hover td {
	background: none;
}
table tr:hover td label,
tr.highlight td label {
	color:#000;
}

table.list {
	font-size:11px;
	margin:1em 0;
}
table.list th {
	line-height:1.3em;
	border-bottom:1px solid #333;
	font-size:1.1em;
	text-align:left;
}
table.list th a:link,
table.list th a:visited {
	text-decoration:none	
}
table.list input {
	width:auto;	
}
.table-note {
	font-size:10px;
}

/**
* Disclaimers & Notices
********************************************/
.notice,
.info,
.important {
	padding: 2px 0 2px 25px;
}
.important {
	background: #fae8d3 url(icons/exclamation.png) 2px 50% no-repeat;
	border-top:1px dotted #f6896b;
	border-bottom:1px dotted #f6896b;
}
.disclaimer {
	background: #F6E9BB url(icons/asterisk_orange.png) 2px 50% no-repeat;
	border:1px solid #AFA685;
	padding:5px 5px 5px 25px;
	margin:0.6em 0;
}
.notice {
	background : url(icons/flag_orange.png) 2px 50% no-repeat;
	margin:0.6em 0;
}

.info {
	background : #EFF7FF url(icons/information.png) 2px 50% no-repeat;
	border-top:1px dotted #86AED4;
	margin:0.4em 0;
}
.home-applicant-box .info,
.home-organization-box .info{
	background-color: transparent;
}
.home-applicant-box .info:hover,
.home-organization-box .info:hover {
	background : #EFF7FF url(icons/information.png) 2px 50% no-repeat;
}

/* used by js to hide elements */
.info.hide {
	display:none;
}
.disclaimer.top-star {
	background-position:2px 8px;	
}
#disclaimer input {
	position:absolute;
	top:12px;
	left:0px;
	margin-top:0;
}
#disclaimer label {
	margin-left: 35px;	
}

/**
* Login / landing page styles
**********************************/
.home-applicant-box,
.home-organization-box {
	padding:1em 1.5em;
	background: #f0ede4;
	margin:0 0 1em 0;	
}
.home-applicant-box h3,
.home-organization-box h3 {
	margin:0;
}
.home-applicant-box {
	background: #dee3a8;	
}

#forgot-pass {
  font-size: 12px;
  padding-left: 110px;
}


/**
* UI Icon Buttons
****************************/
.icon, 
.actions a {
	background-position:2px 50% ;
	background-repeat:no-repeat;
	padding:2px 2px 2px 20px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	text-decoration:none;
	color: #000;
	font-size:12px;
	outline:0;
}
.icon:link,
.icon:visited,
.icon:hover {
	color:#000;
}

/**
* Action Lists
***********************************************/
.actions {
	clear:both;
	border-top:1px solid #ccc;
	padding:5px 0 0 0 ;
	margin:10px 0 ;
}
.actions li {
	display:inline;
	margin:0 10px 0 0;
}

/**
* Actions / icon types
*****************************/
.icon.add,
.actions .add {
	background-image: url(icons/add.png);
	border-color: #8CD2C1;
}
.icon.add:hover,
.actions .add:hover,
.icon.open:hover {
	background-color: #D4ECE6;
}

.icon.clone,
.actions .clone {
	background-image: url(icons/arrow_divide.png);
}

.icon.delete,
.actions .delete {
	background-image: url(icons/delete.png);
	border-color:#CF534A;
}
.icon.delete:hover,
.actions .delete:hover,
.icon.close:hover,
.actions .close:hover {
	background-color:#F9D3CC;
}

.icon.view,
.actions .view {
	background-image: url(icons/magnifier.png);
	border-color: #7EA4D3;
}
.icon.view:hover,
.actions .view:hover {
	background-color:#DFEEFF;
}
.icon.open {
	background-image: url(icons/accept.png);
}
.icon.check,
.actions .check {
	border:0;
	background-image: url(icons/accept.png);
}
.icon.check-fade,
.actions .check-fade {
	border:0;
	background-image: url(icons/accept-fade.png);	
}

.icon.ex,
.actions .ex {
	border:0;
	background-image: url(icons/cross.png);
}

.icon.close,
.actions .close {
	background-image: url(icons/cancel.png);
	border-color:#CF534A;	
}

.icon.csv,
.actions .csv {
	background-image: url(icons/table.png);
	border-color: #5b8ac9;
}
.icon.csv:hover,
.actions .csv:hover {
	background-color: #d8e2f0;
}

.icon.mail,
.actions .mail {
	background-image: url(icons/email.png);
}


.icon.edit,
.actions .edit {
	background-image: url(icons/pencil.png);
	border-color: #b4762c
}
.icon.edit:hover,
.actions .edit:hover {
	background-color: #f8edc3;
}

table.list .icon {
	height:0;
	width:16px;
	padding:16px 0 0 0;
	display:block;
	overflow:hidden;
	background: url(icons/accept.png) top left no-repeat;
	border:0;
	margin:0 4px;
	float:left;
}
table.list .check-fade {
	background-image: url(icons/accept-fade.png);
}
table.list .mail {
	background-image: url(icons/email.png);
}
table.list .ex {
	background-image: url(icons/cross.png);
}
table.list .delete {
	background-image: url(icons/delete.png);
}
table.list .edit {
	background-image: url(icons/pencil.png);
}
table.list .view {
	background-image: url(icons/magnifier.png);
}
table.list .close {
	background-image: url(icons/cancel.png);	
}
table.list .clone {
	background-image: url(icons/arrow_divide.png);
}
table .actions {
	border-color:#fff;
	width:75px;
}

/**
* Pagination
************************************************/
#pagination {
	font-size:0.8em;
}
#pagination p {
	margin:0.2em 0;
}
#pagination .num-results {

}
.page-nav span,
.page-nav em,
.page-nav a {
	padding:1px 4px;
	border:1px solid #645A50;
	text-decoration:none;
}

.page-nav span {
	color:#AEA59C;
	border-color:#AEA59C;
}
.page-nav em {
	color: #F26522;
	border-color: #F26522;
}
.page-nav a:hover {
	color:#F26522;
	border-color:#F26522;
}

/**
* Line Blocks (gov training, board of directors)
**************************************************/
.line-block {
	border-top:1px solid #ccc;
}

/*
* Collapsing Elements
********************************************/
.collapse {
	border-bottom: 1px dashed #ccc;
	padding:10px;
	position:relative;
}
.collapse .content {
	overflow:hidden;
	padding:0;
}
.notes .note:last-child,
.nominations .nomination:last-child {
	border:0;
}
/* header info for notes and nominations */
.collapse .summary-info {
	list-style:none;
	padding:0;
}
.collapse .summary-info li {
	margin:0 0.4em 0 0;
	padding:0 0.4em 0 0;
	border-right:1px solid #ccc;
}
.collapse .summary-info li:last-child {
	border:0;
}
.collapse .summary-info li,
.summary-info h4  {
	display:inline;
}
.summary-info .date,
.nomination .date {
	font-size:0.8em;
	color:#222;
}
.note h4,
.nomination h4 {
	font-size: 1em;
	margin:0;
}
.note .author,
.summary-info .type {
	font-size:0.8em;
}

.collapse .actions {
	position:absolute; 
	top: 10px;
	right: 10px;
	border:0;
	margin:0;
	padding:0;
}
.collapse .actions li {
	padding:0;
}

.note pre {
	font-family: Monaco, Consolas, "Bitstream Vera Sans", "Courier New", Courier, monospace;
	white-space:normal;
	clear:both;
	font-size:11px;
	margin:5px 0 0 0;
}

.collapse dl .icon {
	width:18px;
	height:0px;
	display:block;
	padding:18px 0 0 0;
	overflow:hidden;
	background-position:top left;
}


/**
* System Messages
*********************/
#errorMessage, 
#flashMessage {
	padding: 6px 6px 6px 24px;
	font-size:1.4em;
	margin: 5px 0;	
}

#flashMessage {
	background :#D4ECE6 url(icons/accept.png) 5px 50% no-repeat;
	border:1px dotted #8CD2C1;
	color: #06755A;
}
#errorMessage {
	background: #FAEFD5 url(icons/error.png) 5px 50% no-repeat;
	border:1px dotted #DFA42B;
	color: #4B443C;
}
.cake_debug {
	background: #FAEFD5;
	border:1px dotted #DFA42B;
	padding:4px; 	
}


/** **/
p.label {
	float: left;
	margin: 0 0 0 12px;
	padding-top: 4px;
}

/**
* App Links
**************************/
#app-buttons {
	float: right;
	list-style: none;
	font-size: 12px;
	margin: 45px 0 10px;
}

#app-buttons li:last-child {
	border: 0;
}

#app-buttons li,#app-buttons li a {
	display: inline;
	text-decoration: none;
	color: #666;
}

#need-help {
	margin: 5px 0;
	float: right;
	font-size: 10px;
	font-family: tahoma, verdana, sans-serif;
	color: #666;
}

#cke_contents_ArticleBody {
	height: 400px !important;
}
