body {
	background-color: #F2EFE6;
	font: 76% Georgia, Times, Serif;
	color: #000;
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.2;
}

/* Banner Header */
h1 {
	text-transform: uppercase;
	letter-spacing: .05em;
	font-size: 1.6em;
	line-height: 1.3;
	color: #003366;
	margin: .25em 0 .25em 0;
	/* clear: both; */
}
/* Banner Images */
h1 img {
	vertical-align : middle;
	border : none;
	margin : 10px 25px 0 25px;
}
/* Underlined Section Subheader */
h2 {
	text-transform: uppercase;
	letter-spacing: .05em;
	padding-bottom: .25em;
	font-size: 1.3em;
	line-height: 1.3;
	color: #4b4b4b;
	border-bottom: 1px dotted #e7d89a;
}
/* Mixed-Case Subheaders */
h3 {
	font-size: 1.1em;
	color: #4b4b4b;
}
/* Big Blue */
h4 {
	margin: 0 0 .75em 0;
	line-height: 1.3;
	font-size: 1em;
	color: #003366;
}

/* Dividers */
hr.solid {
	margin: 1em 0 1em 0;
	border : 1px solid #e7d89a;
	height : 1px;
}
hr.dashed {
	margin: 1em 0 1em 0;
	border : 1px dotted #e7d89a;
	height : 1px;
}


/* Links */
a:link, a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: Blue;
}
.report a:link, .report a:visited {
	color: Black;
}
.report a:hover {
	color: Blue;
}
th a:link, th a:visited {
	color: white;
}

/* Sections */
#wrapper {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: transparent;
	margin-bottom: 2em;
}
#maincontent {
	background-color: #fff;
	padding: 1em 2em 1em 2em;
	border-top: 20px solid #DFDFBB;
	border-bottom: 20px solid #DFDFBB;
}
#header .uid {
	float : right;
	clear: both;
	margin: 5px 0 0 0;
}
#header .langnav ul {
	float : right;
	color: #999;
	list-style-type: none;
	margin: 5px 0 0 0;
}
#header .langnav ul li {
	display: inline;
	margin: 0;
}
#header .langnav ul li a {
	font-size: .9em;
}
#twocolumn .left {
	float: left;
	margin-right: 4em;
}
#twocolumn .right {
	float: left;
}
#twocolumn th {
	text-align: center;
	font-size: 1.5em;
	font-weight: normal;
	padding: 0 0 .5em 0;
}

/* User Navigation Bar */
ul.usernav {
	font-family: Verdana, Arial, sans-serif;
	list-style-type: none;
	float: right; 
	margin: 0 0 1em 0;
	font-size: 1.2em;
	white-space : nowrap;
}
ul.usernav li {
	display: inline;
	padding: .5em;
}
ul.usernav li img {
	margin-right: 5px;
}

/* Small Toolbar */
ul.navbar {
	font-family: Verdana, Arial, sans-serif;
	list-style-type: none;
	margin: .75em 0 0 0;
	padding: 0 0 1em 0;
}
ul.navbar li {
	display: inline;
	margin: 0 .5em 0 0;
	padding: 0;
	color: #999;
	white-space : nowrap;
}
ul.navbar li a {
	font-size: 1.2em;
}
ul.navbar img {
	border : none;
	vertical-align : middle;
	padding-right : 5px;
}

/* Main Toolbar */
ul.mainnavbar {
	font-family: Verdana, arial, sans-serif;
	list-style-type: none;
	text-align: center;
	font-size: .9em;
	margin: 0;
	padding: 0 0 6em 0;
}
ul.mainnavbar li {
	display: inline;
	float: left;
	padding-left: 1.5em;
}
ul.mainnavbar img {
	border: none;
}

/* Odds and Ends */
.vsm {
	font-family: Verdana, arial, sans-serif;
	font-size: xx-small;
}
.message {
	color: #F00;
	font-weight: bold;
	font-size: 1em;
	float : right;
}
.version {
	color: #4b4b4b;
}
.clear {
	clear: both;
	margin-bottom: 1em;
}
.abovetext {
	font-family: Verdana, arial, sans-serif;
	font-size: xx-small;
	color: #600;
}
.lift {
	position : absolute;
	margin-top : -10px;
}
.req {
	color: Red;
	vertical-align: top;
	margin-left: 2px;
}
li {
	line-height : 1.5em;
}
.hidden {
	display : none;
}
img.absmiddle {
	vertical-align: middle;
	margin-bottom: .25em;
}

/* Tables */
table { font-family: Verdana, arial, sans-serif; }

table.fancy {
	border-collapse: collapse;
	border: 1px solid #e7d89a;
	line-height: 1.8;
	width : 100%;
	clear: both !important;
	clear: none; /* Hack for IE 6 */
}
table.fancy th {
	font-size: .9em;
	background-color: #64301C;
	color: white;
	padding: 2px 5px 2px 5px;
	border: 1px solid #e7d89a;
	border-bottom: 3px solid #e7d89a;
	text-align: center;
	white-space: nowrap;
}
table.fancy th img {
	border-style: none;
	padding-right: 3px;
	vertical-align: text-bottom;
}
table.fancy td img {
	border : none;
	cursor : pointer;
}
table.fancy td {
	font-size: .95em;
	padding: .25em .5em;
	border-bottom: 1px dotted #e7d89a;
	border-right: 1px solid #e7d89a;
	/* vertical-align : top; */
}
table.fancy td.add {
	text-align : center;
}
table.fancy td.add img {
	border : none;
	padding-right : 3px;
}
table.fancy tr.selected {
	background-color: #F5EFD6;
}

/* Main Filter screen */
table.filter {
	border-collapse: collapse;
	border: 1px solid #e7d89a;
}
table.filter td {
	border: 1px solid #e7d89a;
	padding: 6px;
}
table.filter table td {
	border: 1px none;
}

/* Active Filter List */
table.filterlist {
	border-collapse: collapse;
	border: 1px solid #CCCCCC;
	line-height: 1.2;
}
table.filterlist th {
	padding : 3px;
	background : #DFDFBB;
	text-align : center;
	white-space : nowrap;
}
table.filterlist th img {
	margin-left : 5px;
	border : none;
	float : right;
}
table.filterlist td {
	border: 1px solid #CCCCCC;
	padding : 3px;
	font-size : .85em;
}
table.filterlist td:first-child {
	font-weight: bold;
	text-align: right;
	white-space : nowrap;
}

/* Basic table elements */
table.padright {
	border-collapse : collapse;
}
table.padright td {
	padding: 0 10px 0 0;
	border : none;
}
td.nowrap, tr.nowrap td {
	white-space : nowrap;
}
td.title {
	font-weight: bold;
	text-align: right;
	font-size: .85em;
	white-space : nowrap;
}
td.block {
	vertical-align : top;
	padding-top: 5px;
}

/* Used for Cases | Actions toggle in reports */
table.toggle {
	float : right;
	border : 1px solid #600;
	border-collapse : collapse;
	line-height: 1.2em;
}
table.toggle td {
	padding : 1px 6px 3px 6px;
	font-weight : bold;
	color: #999
}
table.toggle td.on {
	background : #600;
	color : White;
}

/* Help file lists */
body.help, body.help li {
	line-height: 2;
}
body.help h3 {
	background-color : #EBECD3;
}
ul.help a:link, ul.help a:visited, ul.help a:hover {
	color : Black;
}
table.help {
	padding-left : 20px;
	font-family : Georgia, Times, Serif;
}
table.help td:first-child {
	text-align: center;
}
table.admin td:first-child {
	vertical-align : top;
	text-align : right;
	white-space : nowrap;
	font-weight : bold;
}
table.admin img {
	padding-right : 5px;
	padding-top : 5px;
}

/* Code Documentation */
.codedoc h4 {
	padding-top : 1em;
}
.codedoc td {
	padding-bottom : 1em;
}
.codedoc td:first-child {
	text-align : right;
	font-weight : bold;
	padding-right : 10px;
	vertical-align : top;
	width : 150px;
}

/* Styles for print view */
@media print {
	/* Hide specific elements */
	.noprint { display: none; }
	
	/* Open the borders */
	#wrapper {
	width: 100%;
	margin: 0em;
	}
	#maincontent {
	padding: 0em;
	border: 0;
	}
}