.report_title {
}

.report_title img {
	float: right;
}

h1.title {
	margin-bottom: 15px;
}

h1.title img {
	float: right;
	margin-left: 5px;
}

.report, .report td, .report th {
	width: 950px;
	border: 1px solid #CCC;
	border-collapse: collapse;
	font: small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}

.report a, .report a:link, .report a:visited, .report a:hover, .report a:active {
	text-decoration: none;
}

.report a:link {
}

.report a:visited {
}

.report a:hover {
}

.report a:active {
}

.report th {
	border: 1px solid #AAA;
	background: #DDD;
	padding: 5px 10px;
	color: #000;
	font-weight: bold;
}

.report th a {
	color: #000;
	font-weight: bold;
	border-bottom: 1px dotted #000;
}

.report tbody th {
	width: 250px;
}

.report td {
	padding: 5px 10px;
	color: #000;
}

.report tr:hover {
	background: #56c5eb;
}

.report tr:hover td {
}

.report tr:hover td a {
	color: #FFF;
}

.report a.info {
	background-image: url(/media/images/matte-blue-and-white-square/alphanumeric/information4_16.png);
}

.report a.search {
	background-image: url(/media/images/matte-blue-and-white-square/arrows/arrow-northeast_16.png);
}

.report a.drill {
	background-image: url(/media/images/matte-blue-and-white-square/arrows/arrow4-down_16.png);
}

.report a.email {
	background-image: url(/media/images/matte-blue-and-white-square/business/envelope4_16.png);
}

.report a.url {
	background-image: url(/media/images/matte-blue-and-white-square/business/globe_16.png);
}

.report a.delete {
	background-image: url(/media/images/matte-blue-and-white-square/alphanumeric/x-solid_16.png);
}

.report a.flush {
	background-image: url(/media/images/matte-blue-and-white-square/arrows/arrow-styled-right_16.png);
}

.report td a {
	font-weight: normal;
	background-repeat: no-repeat;
	background-position: center right;
	display: block;
	padding-right: 20px;
	width: auto;
}

.report td.numeric {
	text-align: right;
}

.report td.url {
	white-space: nowrap;
}

table.tablesorter tbody tr.odd {
	background-color: #DDDDDD;
}

table.tablesorter tbody tr.odd:hover {
	background: #1f8ec8;
}

table.tablesorter thead tr .header {
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(/media/images/matte-blue-and-white-square/arrows/arrow-solid-up_16.png);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(/media/images/matte-blue-and-white-square/arrows/arrow-solid-down_16.png);
}

table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
	background-color: #1f8ec8;
	color: #FFFFFF;
}

.pagedisplay {
	width: 50px;
	text-align: center;
	border: #AAAAAA 1px solid;
	margin:0;
	padding:2px;
	background-color: #CCCCCC;
}

.pagesize {
	width: 50px;
	text-align: center;
	border: #AAAAAA 1px solid;
	margin:0;
	padding:2px;
	background-color: #CCCCCC;
}

.search tbody th {
	width: 80px;
}

.search td input, .search td button, .report td input, .report td button {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border: #AAAAAA 1px solid;
	height: 18px;
	vertical-align: center;
	float: left;
}

.search td input.button, .search td button, .report td input.button, .report td button {
	height: 20px;
}

.search td button {
	background: transparent;
	border: none;
}

.search td input.button, .report td input.button {
	float: right;
}

.search td button img {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: center;
}

input.save {
}

input.date {
	width: 80px;
}

input.string {
	width: 200px;
}

input.long_string {
	width: 500px;
}

#search {
}

#search table {
}

#search_hide img, #search_show img {
	float: right;
}

#search_show {
	display: none;
}

.multicordion .head {
	background-image: url(/media/images/matte-blue-and-white-square/arrows/arrows-up-down1_32.png);
	background-repeat: no-repeat;
	background-position: center left;
	font-weight: bold;
}

.multicordion .head a {
	color: #1f8ec8;
}

.multicordion .section {
	padding-left: 5px;
	padding-bottom: 10px;
}

.ui-dialog-title {
	font-size: 35px;
}

input.image {
	float: right;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 8em;
	color: black;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#nav a:hover {
	color: orange;
}

#nav li { /* all list items */
	float: left;
	width: 8em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	padding: 5px 5px 5px 5px;
	position: absolute;
	background: #EEEEEE;
	border: thin solid black;
	width: 8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 10;
}

#nav li ul li {
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li li a {width: 100%;}

ul.toolbar {
	list-style: none;
	line-height: 1;
}

ul.toolbar a {
	display: block;
	margin-right: 10px;
}

ul.toolbar li {
	float: left;
}

th.total {
	background-color: white;
	color: orange;
}

th.total a {
	color: orange;
}

th.total .value {
	font-size: 2em;
}
