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

div.warning {
	color: #f57900;
	min-height: 24px;
	padding: 6px 6px 6px 32px;
	background: #fbdcbd url(../images/important.png) 4px 4px no-repeat;
	width: 300px;
	border: 1px solid;
	font-weight: bold;
}

div.warning h1 {
	margin: 0 0 5px 0;
	padding: 0;
	color: #f57900;
}
div.warning p {
	margin: 0;
	padding: 0;
	color: #222;	
}

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


/* Search Result Link Icon */
p.print {
	height: 32px;
	background: url(../images/printer.png) no-repeat;
}

p.print a {
	padding-left: 30px;
	vertical-align: middle;
}

a.iconic {
	height: 32px;
	padding: 10px 10px 0 40px;
	margin: 10px 15px 25px 0px;
	vertical-align: bottom;
	display: block;
	float: left;
	background-color: #eee;
	border: 1px solid #ccc;
	text-decoration: none !important;
}
a.iconic:ACTIVE {
	background-color: #ccc;
}
a.print {
	background: url(../images/printer.png) 6px 50% no-repeat;
	background-color: #eee;
	float: right;
	margin-right: 0;
}
a.modifySearch {
	background: url(../images/modify-search.png) 6px 50% no-repeat;
	background-color: #eee;
}
a.newSearch {
	background: url(../images/new-search.png) 6px 50% no-repeat;
	background-color: #eee;
}

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

#userId.error {
	border: 1px solid red;
	padding: 2px;
	
}
#userIdError {
	padding-left: 10px;
	font-size: 85%;
	color: red;
	font-style: italic;
}

div.timeout {
	width:80;
	font-size: 85%;
	color: blue;
	font-style: italic;
}

div#docTypes {
	width: 250px;
}

.productComment textarea {
  min-height: 130px;
  width: 100%; 
}

.menuList { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	float: left; 
	width: 100%;
}

#outerDiv {
	display: block;
	float:left;
	width: 25%;
	height: 650px;
	overflow: auto;
	border-right: 1px solid #ccc;
}

#searchDiv {
	display: block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	height: 235px;
	width: 100%;
	overflow: auto;
}

.listButton {
	margin: 2px; 
	cursor: pointer;
    display: block;
    padding: 3px;
    background: #eeeeee;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #000000;
    color: #1D4AA5;
}

.togglediv {
	position: relative;
	display: block;
	width: 100%;
	border-top: 5px;
	margin: 0;
	padding: 0;
	overflow: auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.togglediv .ui-selecting { 
	color: #FFFFFF;
	background: #749AE6;
}

.ui-selectee {
	color: #1D4AA5;
}

.ui-widget-content {
	cursor: pointer;
}

.togglediv .odd {
	font-size: inherit;
	color: #1D4AA5;
	background: #ffffff;
	border-top: 0;
}

.togglediv .even {
	font-size: inherit;
	color: #1D4AA5;
	background: #eeeeee;
	border-top: 0;
}
 
.togglediv .ui-selected {
	color: #FFFFFF;
	background: #1D4AA5;
}

#selectDiv {
	height: auto;
}

#historicalIndexImage {
	display:inline;
	float:right;
	height: 650px;
	width: 73%;
	margin-left: 5px;
}

.string-autocomplete {
	max-height:300px;
	overflow-y: auto;
	overflow-x: hidden;
}