/**
* $Id: base.css 351 2011-06-10 15:34:57Z eric $
* Base.css Basic styles and containers for application
*
* @revision $Rev: 351 $
*/

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

/* 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 {
	text-align:left;
	color: #6D562B;
	clear:both;
	margin:1em 0 0;
}
a ,a:link,a:active, 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 {white-space:normal;display:block;
	margin-top:2.2em;
}


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

.home-columns form label {
	width:100px;
	display:block;
}
.home-columns .checkbox input {
	margin-left:110px;
}
.home-columns .checkbox label {
	display:inline;
}
.home-columns .submit {
	padding-left:275px;
}


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

/**
* Definintion Lists
* (used in profiles)
*********************************/
dl {
	margin-top:0.5em;
}
.attr-list dt {
	width:200px;margin-left:20px;
	float:left;
	clear:both;
}

.attr-list dd {
	min-height:18px;
	margin-left:220px;
}

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

/*
 * Applicant block elements
 *****************************/
.candidate-block {
	padding:0;
	margin-bottom:1em;
}


/*
* 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 (multiforms)
**************************************************/
.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%;
	wrap:
}
table td,
table th {
	padding:2px;
	border-left:2px solid #fff;
	white-space:wrap;
}
table td {
	border-bottom:1px solid #fff;
	border-top:1px solid #fff;
}
table .altrow,
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;
}
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;
}
.viewable  {white-space:nowrap;}  /* phones number inline */

/**
* 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 5px;
	margin:0em 0;
}
.disclaimer p {margin:0;padding: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;
}

/* used by js to hide elements */
.info.hide {
	display:none;
}
.disclaimer.top-star {margin:0;padding:0;
	background-position:20px 20px;
	padding:30px 40px;
}

#disclaimer input {
	position:absolute;
	top:12px;
	left:0px;
}
#disclaimer label {
	margin-left:0px;
}

/**
* Login / landing page styles
**********************************/
.home-candidate-box,
.home-journalist-box {
	padding:1em 1.5em;
	background: #F0EDE4;
	margin:0 0 1em 0;
}
.home-candidate-box h3,
.home-journalist-box h3 {
	margin:0;
}
.home-candidate-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;
	display:inline;clear:left;
}
.icon:link,
.icon:visited,
.icon:hover {
	color:#000;
}

/**
* Action Lists
***********************************************/
.actions {
	border-top:1px solid #ccc;
	padding:5px 0 0 0 ;
	margin:10px 0 ;
	white-space:nowrap;
}
.actions.icon {
	white-space:nowrap;
}
.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 {
	background-color: #D4ECE6;
}

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

.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.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;
	clear:right;
}
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);
	display:inline;
}
table.list .edit {
	background-image: url(icons/pencil.png);
	display:inline;
}
table.list .view {
	background-image: url(icons/magnifier.png);
	display:inline;
}
table.list .close {
	background-image: url(icons/cancel.png);
}
table.list .clone {
	background-image: url(icons/arrow_divide.png);
}
table.list .merge {
	background-image: url(icons/arrow_join.png);
}
table .actions {
	border-color:#fff;
	width:100px;
}

/**
* Pagination
************************************************/
div.paging,
#pagination {
	font-size:0.8em;
}
#pagination p {
	margin:0.2em 0;
}

.paging span,
.paging em,
.paging a,
.paging .numbers .current {
	padding:1px 4px;
	border:1px solid #645A50;
	text-decoration:none;
	display:inline;
}
.paging a,
.paging .numbers .current {
	margin: 0 4px 0 0;
}

.paging .numbers,
.paging .numbers span {
	border:0;
	padding:0;
}
.paging span {
	color:#AEA59C;
	border-color:#645A50;
}
.paging .numbers .current {
	color:#F26522;
	border-color:#F26522
}
.paging 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,
#authMessage {
	padding: 6px 6px 6px 24px;
	font-size:1.4em;
	margin: 0 0 5px 0;
}

#flashMessage {
	background :#D4ECE6 url(icons/accept.png) 5px 50% no-repeat;
	border:1px dotted #8CD2C1;
	color: #06755A;
}
#errorMessage,
#authMessage {
	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;
}

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

#app-buttons li {
	padding: 0 5px 0 0;
}

#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;
}

.wysiwyg table tr:hover td {
	background: none;
}
.cke_dialog_body label {
	float: none;
}
#cke_contents_ArticleBody {
	height: 400px !important;
}
