/* Subversion: $Id: content.css 112 2006-03-24 22:58:27Z rhorton $ */

@import url(calendar.css);

* {
	background-repeat: no-repeat;
	background-position: center left;
}

input.smallButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

input, select {
	vertical-align: middle;
}

h1 {
	font-size: large;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

img.icon {
	border: 0;
	vertical-align: middle;
}

span.info {
	color: #aaa;
}

span.checked {
    padding-left: 18px;
    background-image: url(/lib/claerolib_2/images/check.png);
}

span.unknown {
	color: #bbb;
}

span.requiredLabel {
	color: red;
	font-weight: bold;
}

span.label {
	font-weight: bold;
	color: #635959;
}

a {
/*	font-weight: bold;
	text-decoration: none;
	color: #000;*/
}

form.confirm {
	padding-top: 0;
	margin-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

#claero-content {
	margin-top: 4px;
	border: 1px solid #ccc;
	border-bottom: none;
	width: 100%;
}

#claero-content thead tr th,  #claero-content tbody tr td {
	padding: 2px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding-left: 4px;
}

#claero-content thead tr th {
	text-align: left;
	background-color: #184A8C;
	padding: 4px;
    border-left: 1px solid #6385B1;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-right: 12px;
	border-top: 1px solid #6385B1;
	background-position: center right;
}

#claero-content thead tr th.sortASC {
	background-color: #6385B1;
	background-image: url(/lib/claerolib_2/images/asc.png);
}

#claero-content thead tr th.sortDESC {
	background-color: #6385B1;
	background-image: url(/lib/claerolib_2/images/desc.png);
}

#claero-content tbody tr td.sortDESC, #claero-content tbody tr td.sortASC {
	background-image: url(/lib/claerolib_2/images/status/checker.png);
	background-repeat: repeat;
}

.noborder {
	border: 0 !important;
}


div.status {
	background-color: #FFFFD4;
	padding: 2px;
	border: 1px solid #EFEF49;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(/lib/claerolib_2/images/warning.png);
	background-position: 2px 2px;
	color: #91912C;
	margin-bottom: 2px;
}

.stop {
	background-image: url(/lib/claerolib_2/images/stop.png);
	padding-left: 18px;
}

div.status h1 {
	padding-bottom: 0;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 9pt;
	font-weight: normal;
}

div.status h1 a {
	text-decoration: none;
	color: #A3912C;
	font-weight: normal;
	
}

div#affectedRecords {
	margin-top: 8px;
	margin-left: 18px;
	border-top: 1px solid #A3912C;
	padding-top: 8px;
}

div.status h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #EFEF49;
	font-weight: bold;
	padding-left: 18px;
    font-size: larger;
    background-image: url(/lib/claerolib_2/images/table.png);
	background-position: center left;
}

div.status span.info {
	color: #CC6646;
}

div.status dl
{
	margin: auto;
}

div.status dt {
	display: inline;
}

div.status dd {
	padding-left: 0;
	margin-left: 0;
	display: inline;
	color: #E0A37F;
}

div.status p {
	padding-bottom: 0;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 2px;
}

div.status ul {
	padding-top: 4px;
	margin-top: 0;
	margin-left: 0;
	padding-left: 4px;
}

div.status ul li {
	list-style: none;
	margin-left: 18px;
	padding-left: 18px;
	margin-top: 0;
	padding-top: 0;
	background-position: center left;
	background-repeat: no-repeat;
}

div.status span.info a {
		color: #CC6646;
}

*.update {
	background-image: url(/lib/claerolib_2/images/pencil.png);
}

*.delete {
	background-image: url(/lib/claerolib_2/images/x.png);
}

span.update, span.delete {
	padding-left: 18px;
}


div.status ul li.none {
	background-image: none;
}

#claero-content thead tr th a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#claero-tools {
	background-color: #EDF8CA;
	border: 1px solid #ccc;
	padding: 2px;
	margin: 4px 0;
}

#claero-content tbody tr td.multipleHeader {
	padding: 8px;
	background-color: #B4C9E3;
}

div.claero-nav {
	margin: 4px 0;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1px;
	color: #184A8C;
}

div.claero-nav a {
	text-transform: uppercase;
	color: #184A8C;
}

div.claero-nav a:link, div.claero-nav a:visited, div.claero-nav a:hover, div.claero-nav a:active {

}


table.file tbody tr td {
	border: 0;
}

span.nonext {
	background-position: center right;
	background-image: url(/lib/claerolib_2/images/nonext.png);
	padding-right: 18px;
}

span.noprevious {
	padding-left: 18px;
	background-image: url(/lib/claerolib_2/images/noprevious.png);
}


.claero-nav a.previous {
	background-image: url(/lib/claerolib_2/images/previous.png);
	padding-left: 18px;
}

.claero-nav a.next {
	background-image: url(/lib/claerolib_2/images/next.png);
	padding-right: 18px;
	background-position: center right;
}

.claero-nav a.next:hover {
	background-image: url(/lib/claerolib_2/images/hover/next.png);
}

.claero-nav a.previous:hover {
	background-image: url(/lib/claerolib_2/images/hover/previous.png);
}

a.add, a.edit, a.delete, a.calendar, a.view, a.checkbox  {
	font-size: 10pt;
	border: 0;
	padding-left: 18px; 
	text-decoration: none;
	background-position: center left;
}

ul.tables {
	padding-left: 0;
	margin-left: 0;
}

ul.tables li {
/*	display: inline; */
	list-style-type: none; 
	display: inline;
	padding-right: 8px;
}

ul.tables li a {
	text-decoration: none;
	color: #595959;
	font-weight: bold;
	background-image: url(/lib/claerolib_2/images/table.png);
	padding-left: 20px;
}

ul.tables li a:hover {

	background-image: url(/lib/claerolib_2/images/hover/table.png);
	color: #0072BC;
}

ul.tables li.current a {
	color: #184A8C;
}

a.add { background-image: url(/lib/claerolib_2/images/add.png); }
a.add:hover { background-image: url(/lib/claerolib_2/images/hover/add.png); }

a.delete { background-image: url(/lib/claerolib_2/images/x.png); }
a.delete:hover { background-image: url(/lib/claerolib_2/images/hover/x.png); }

a.checkbox { background-image: url(/lib/claerolib_2/images/check.png); }
a.checkbox:hover { background-image: url(/lib/claerolib_2/images/check.png); }

a.edit { background-image: url(/lib/claerolib_2/images/pencil.png); }
a.edit:hover { background-image: url(/lib/claerolib_2/images/hover/pencil.png); }

a.view { background-image: url(/lib/claerolib_2/images/info.png); }
a.view:hover { background-image: url(/lib/claerolib_2/images/hover/info.png); }

a.calendar { background-image: url(/lib/claerolib_2/images/calendar.png); }
