/*
 * This stylesheet contains the style elements that are likely to be common across all sites.
 * You should only need to modify this file in rare cases. Most of the deploy specific 
 * customizations can be made in custom.css.
 */
@import url(document.css);

@import url(search.css);

@import url(report.css);

@import url(calendar.css);

@import url(cart.css);

@import url(tabs.css);

@import url(treasurer.css);
	 /* TODO: Move this to the treasurerweb project */
@import url(tax.css);

body {
	color: #222;
	background-color: #FFF;
	font-style: normal;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	width: 100%;
}

* {
	font-family: arial, helvetica, sans-serif;
}

/*
 * Page Link Colors
 */
a {
	color: #1D4AA5;
	text-decoration: underline !important;
}

a:visited {
	color: #A74992;
	text-decoration: underline !important;
}

a:hover {
	color: #f90;
	text-decoration: underline !important;
}

a:active {
	color: #f90;
	text-decoration: underline !important;
}

#version {
	text-align: right;
	color: #888;
	font-size: 75%;
}

.attribution {
	font-size: 75%;
}

p.error {
	color: red;
	min-height: 48px;
	padding: 24px 2px 2px 52px;
	font-style: italic;
	background: url(../images/warning.png) 0 50% no-repeat;
}

p.warning {
	color: #f60;
	min-height: 48px;
	padding: 24px 2px 2px 52px;
	font-style: italic;
	background: url(../images/info.png) 0 50% no-repeat;
}

p.info {
	min-height: 48px;
	padding: 24px 2px 2px 52px;
	font-style: italic;
	background: url(../images/info.png) 0 50% no-repeat;
}

th a {
	color: #fff;
	text-decoration: underline;
}

th a:active {
	
}

th a:hover {
	color: #fff;
	text-decoration: underline;
}

th a:visited {
	color: #fff;
	text-decoration: underline;
}

#header {
	padding: 10px;
	margin: 0;
}

#header h1 {
	padding: 0;
	margin: 0;
}

input.invalid {
	padding-right: 24px;
	background: white url(../images/warning-sm.png) 100% 0% no-repeat;
}

select.invalid {
	background: #fab;
}

fieldset.invalid {
	border: 1px solid red;
}

table.invalid {
	border: 1px solid red;
}

table.outlined td {
	border-bottom: 1px solid #ccc;
}

.combobox {
	min-width: 150px;
	max-width: 300px;
}

#nav {
	width: 100%;
}

#nav ul {
	margin: 0;
	padding: 5px 0;
	display: block;
	width: 100%;
	font-weight: 600;
}

#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#nav ul li a {
	padding: 0 10px;
	margin: 0;
}

#nav ul li.first a {
	border-left: none;
}

#columns {
	border-collapse: collapse;
	width: 100%;
}

#header_cell {
	padding: 0;
}

#left_column,#right_column {
	vertical-align: top;
}

#left_column {
	width: 20%;
}

#right_column {
	width: 75%;
}

#left {
	padding: 5px;
	min-height: 450px;
}

#middle {
	font-size: inherit;
	padding: 10px;
	margin: 0 0 15px 0;
	width: 97%;
}

#middle_left {
	width: 50%;
	vertical-align: top;
	font-size: inherit;
	padding: 0 50px 0 0;
	border-right: 1px solid #ccc;
	margin: 0 50px 0 0;
}

#middle_right {
	width: 50%;
	vertical-align: top;
	font-size: inherit;
	padding: 0 0 0 50px;
	margin: 0;
}

#footer_cell {
	padding: 0;
}

#footer {
	font-size: inherit;
	clear: both;
	width: 100%;
}

#accountTypes {
	margin-bottom: 15px;
}

#sort_search_results {
	width: 180px;
}

#searchResultsTable { /*border: 1px solid #ccc;*/
	border-bottom: 1px solid #ccc;
	width: 100%;
	padding: 15px 0;
}

#searchResultsTable th {
	text-align: left;
}

#searchResultsTable a {
	display: block;
}

#searchResultsTable td {
	padding: 5px;
	vertical-align: top;
}

#searchResultsTable table {
	border-collapse: collapse;
	border: none;
}

#searchResultsTable table table td {
	padding-top: 0;
}

/* Override the summary table border=1 */
.summary table {
	width: 100%;
	border-style: none;
	border: none;
	border-width: 0px;
	border-spacing: 0;
}

.summary table td {
	border-style: none;
	border: none;
	border-width: 0px;
	border-spacing: 0;
}

.accountThumb {
	border: none;
}

table#footer tr td {
	font-size: inherit;
	width: 33%;
	vertical-align: top;
}

table#footer tr td.center {
	font-size: inherit;
	padding: 0;
	vertical-align: top;
}

table#footer tr td.right {
	font-size: inherit;
	text-align: right;
}

div.flowLayout div {
	font-size: inherit;
	float: left;
	margin: 0 10px 10px 0;
}

div.flowLayout_clear {
	font-size: inherit;
	clear: left;
}

.center {
	text-align: center;
}

h1 {
	font-size: 125%;
	font-weight: 600;
	color: #000;
}

h2 {
	font-size: 110%;
	font-weight: 600;
	color: #000;
}

h3 {
	font-size: 100%;
	font-weight: 600;
	color: #000;
}

h4 {
	font-size: 90%;
	font-weight: 600;
	color: #000;
}

h5 {
	font-size: 85%;
	font-weight: 600;
	color: #000;
}

hr {
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 15px 0;
}

th {
	font-size: inherit;
	background: #003366;
	color: white;
	padding: 5px;
}

th a {
	font-size: inherit;
	color: white;
	text-decoration: none;
}

table {
	font-size: inherit;
	border-spacing: 0px;
}

.sortableDataTable th {
	border-right: 1px solid #ccc;
}

.sortableDataTable td {
	padding: 5px 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.sortableDataTable td td {
	border-right: none;
	border-bottom: none;
}

.sortableDataTable tr.highlightable:hover {
	background: #ABCDF3;
}

.sortableDataTable {
	width: 100%;
	border-left: 1px solid #ccc;
	/*	border: 1px solid #ccc;
	padding: 5px 10px;
	margin: 5px;*/
	border-spacing: 0;
	border-collapse: collapse;
}

.tableRow1,#searchResultsTable .odd {
	font-size: inherit;
	background: #ffffff;
}

.tableRow2,#searchResultsTable .even {
	font-size: inherit;
	background: #eeeeee;
}

.tableRow2 td,#searchResultsTable .even td {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/* Hack since IE doesn't support the > operator */
.tableRow2 td td,#searchResultsTable .even td td {
	border: none;
}

/*used by stripeTable.js*/
table.stripe tbody tr.oddRow {
	background-color: #eee;
}

table.stripe {
	border-collapse: collapse;
}

/* Highlight new reports */
.newReport {
	background-color: #ffc;
	font-weight: bold;
}

.tooltipv2 {
	width: 200px;
	padding: 15px;
	border: 1px solid #ccc;
	background: #ffc;
	color: #222;
	text-align: left;
	font-weight: normal;
}

.trigger {
	cursor: help;
}

.clickable {
	cursor: pointer;
}

.text {
	font-size: inherit;
	width: 100%;
}

input.text {
	font-size: inherit;
	width: 150px;
}

#delete {
	font-size: inherit;
	vertical-align: bottom;
}

.deleteIcon img {
	border: none;
}

#search_results td.item {
	font-size: inherit;
	padding: 10px 5px;
	border-bottom: 1px solid #ccc;
}

p.print {
	height: 24px;
	background: url(../images/printer.png) no-repeat;
}

p.print a {
	padding-left: 30px;
	vertical-align: middle;
}

#reportTypes {
	list-style-type: none;
}

.tabcontent {
	font-size: inherit;
	display: none;
}

div.suggestions {
	font-size: inherit;
	border: 1px solid black;
	position: absolute;
	background-color: white;
	color: black;
	z-index: 5;
	cursor: default;
}

div.suggestions div {
	font-size: inherit;
	padding: 0 10px;
}

div.suggestions div.selected {
	font-size: inherit;
	color: #f90;
	background: #036;
}

.viewAttachment iframe {
	font-size: inherit;
	width: 100%;
	height: 750px;
}

.tabbed_iframe {
	width: 100%;
	height: 220px;
	border: 1px solid #ccc;
}

fieldset {
	border: 1px solid #ccc;
	padding: 15px;
}

#userForm fieldset {
	margin-bottom: 35px;
}

#userForm fieldset legend {
	font-weight: bold;
	padding: 5px;
}

span.dim {
	color: #AAA;
}

select#state {
	min-width: 25px;
	width: 50px;
}

.boldRight {
	padding: 5px;
	text-align: right;
}

.boldLeft {
	padding: 5px;
	text-align: left;
}

.boldRightTop {
	padding: 5px;
	text-align: right;
	vertical-align: top;
}

.boldLeftTop {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

#productType {
	margin: 0 0 25px 0;
}

#pageRange {
	margin: 0;
	padding: 5px;
}

#myDocuments {
	list-style-type: none;
}

#myDocuments td {
	padding: 15px;
}

.hidden {
	display: none;
}