/*
# $Id$
#
# These are styles that apply across every interface, so do not include any
# specific element layouts (ie. don't use an id to identify an element)
# TinyMCE also uses this to style it's editor.
*/

body {
	font-size: 1em;
	font-family: calibri;
	margin: 0px;
}

p {
	font-size: 0.80em;
}

code {
	font-size: 1.25em;
}

a:hover {
	text-decoration: none;
}

ul li, ol li {
	font-size: 0.80em;
}

/*
# Form elements
*/
fieldset {
	padding: 0px;
	margin: 1em 0px;
}

fieldset legend {
	padding: 0.25em 0.5em;
	margin: 0.25em;
	border: #CCCCCC 1px solid;
	font-weight: bold;
	font-size: 0.90em;
}

fieldset p.info {
	background: #FFFFCC;
	color: #000000;
	border-bottom: #999999 1px dotted;
	padding: 0.75em 0.5em;
	margin: 0px;
}

fieldset p.footnotes {
	background: #CCFFCC;
	color: #000000;
	border-top: #999999 1px dotted;
	padding: 0.75em 0.5em;
	margin: 0em;
}

fieldset dl {
	margin: 0px;
	padding: 0px;
	height: 1px;
}
fieldset > dl,
fieldset > * dl {
	height: auto;
	overflow: hidden;
}

fieldset dl.disabled * {
	color: #999999;
}

fieldset dl.disabled {
	opacity: 0.33;
}

fieldset dt {
	clear: both;
	float: left;
	width: 10em;
	padding: 0.75em 0em 0.5em 0.5em;
	font-size: 0.80em;
}

fieldset dt span.req {
	padding-left: 0.25em;
	color: #FF0000;
}

fieldset dd {
	padding: 0.5em 0.5em 0.5em 11em;
	margin: 0px;
}

fieldset dd label,
fieldset dd select,
fieldset dd p {
	font-size: 0.80em;
}

fieldset dd p {
	margin: 0px 0px 0.5em 0px;
}

fieldset dd textarea {
	width: 100%;
	height: 75px;
}

fieldset dd input[type="text"],
fieldset dd input.text {
	width: 80%;
}

fieldset dd input.small {
	width: 50px;
}

fieldset dd span.aid {
	font-size: 0.70em;
}

fieldset dd span.aid pre {
	font-size: 1.2em;
}

p.form-control {
	text-align: right;
	padding: 1em 0em;
}

/*
# Table Pager elements
*/
table.table-pager {
	table-layout: fixed;
	width: 100%;
	border-collapse: collapse;
	background: #FFFFFF;
}

table.table-pager caption {
	text-align: left;
	background: #F9F9F9;
	color: #999999;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	border-top: #999999 1px dotted;
	border-bottom: #999999 1px dotted;
	height: 1px;
}
table.table-pager[class] caption {
	height: auto;
	overflow: hidden;
}

table.table-pager caption p {
	padding: 0.5em;
	margin: 0px;
	font-size: 0.70em;
}

table.table-pager caption p.page-list {
	float: right;
	font-size: 1em;
}

table.table-pager thead th {
	background: #F0F0F0;
	border: #CCCCCC 1px solid;
	border-top: none;
	border-bottom: none;
	font-size: 0.80em;
	padding: 0.5em 0.5em;
	margin: 0px;
}

table.table-pager tfoot td {
	border-top: #999999 1px dotted;
}

table.table-pager td {
	font-size: 0.80em;
	padding: 0.25em 0em;
	white-space: normal;
	overflow: hidden;
}

table.table-pager tr.rowa td {
	background: #F9FCFC;
}

ul.tdlist {
	margin: 2px;
	padding: 0px;
}

ul.tdlist li {
	list-style-type: none;
	padding: 0px 0.5em;
	margin: 0px;
	display: block;
	font-size: 1em;
}

ul.tdnav {
	margin: 2px;
	padding: 0px;
	height: 1px;
}
ul.tdnav[class] {
	height: auto;
	overflow: hidden;
}

ul.tdnav li {
	list-style-type: none;
	padding: 0px 0.5em;
	margin: 0px;
	float: left;
	display: block;
	border-left: #999999 1px solid;
	font-size: 1em;
}

ul.tdnav li:first-child {
	border: none;
}

ul.tdnav li a {
}

table.jdg-TablePager-loading th {
	background-color: #FC7B1D !important;
}

/*
# TabbedForm elements
*/
form.tabbed-form fieldset {
	margin: 0px;
	padding: 0px;
}

form.tabbed-form fieldset legend {
	margin: 0px;
	padding: 0px;
}

form.tabbed-form ul.tabs {
	margin: 0px 0px 0px 0.5em;
	padding: 0px;
	height: 1px;
}
form.tabbed-form[class] ul.tabs {
	height: auto;
	overflow: hidden;
}

form.tabbed-form ul.tabs li {
	float: left;
	list-style-type: none;
	padding: 0px;
	margin: 0px 5px 0px 0px;
}

form.tabbed-form ul.tabs li a {
	display: block;
	padding: 0.5em 1em;
	background: #FFFFFF;
	color: #000000;
	border: #638DA3 1px solid;
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
}

form.tabbed-form ul.tabs li.open a {
	background: #638DA3;
	color: #FFFFFF;
}

form.tabbed-form ul.tabs li a:hover {
	background: #638DA3;
	color: #FFFFFF;
}

form.tabbed-form ul.tabs li.disabled a {
	color: #CCCCCC;
	background: #F9F9F9 !important;
	border: #F0F0F0 1px solid;
	border-bottom: none;
}

form.tabbed-form fieldset {
	background: #F5F7F6;
	border: #638DA3 1px solid;
}

form.tabbed-form fieldset table.table-pager {
	width: 834px;
	margin: 0px auto;
}

form.tabbed-form fieldset table.table-pager caption {
	margin: 0px auto;
}

/*
# Popups
*/
.App-PopupDiv {
	display: none;
	background: #F0F0F0;
	border: #000000 1px solid;
	width: 380px;
	padding: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

.App-PopupDiv h1,
div.App-PopupDiv-footer {
	background: #FFFFCC !important;
	color: #000000 !important;
	font-size: 0.85em !important;
	padding: 10px !important;
	margin: 0px !important;
	height: 1px;
	border-bottom: #999999 1px dotted;
}
.App-PopupDiv[class] h1,
div.App-PopupDiv-footer[class] {
	height: auto;
	overflow: hidden;
}

fieldset.App-PopupDiv h1 div,
div.App-PopupDiv-footer div {
	float: right;
	color: #999999;
}

div.App-PopupDiv-body {
	padding: 10px;
}

div.App-PopupDiv-footer {
	background-color: transparent !important;
	border-top: #999999 1px dotted;
	border-bottom: none;
}

form.tabbed-form .App-PopupDiv fieldset {
	border-bottom: none;
	border-left: none;
	border-right: none;
}