/* Based on a template by Ben Meadowcroft, see http://www.benmeadowcroft.com/webdev/  for more info */
/* Text Formatting*/
body, td, pre 
{
	color: #000000; 
	font: 100% Arial, Helvetica, "Arial Unicode MS", Helvetica, sans-serif; 
}

/* Headings */
h1 
{
	color: #000000; 
	font: bold 135% Verdana, Arial, "Arial Unicode MS", Helvetica, sans-serif; 
}

/* Misc */
hr{height:1px;}
img{border:0;}
p{line-height:1.4em;}
acronym{color:#7B87BB;cursor:help;}

/* This hides all the menus etc so they aren't printed out*/
#mainnavcontainer{display:none;}

#cmdlist_horiz{display:none;}

#nonprint{display:none;}


a
{
	text-decoration: none;
	color: #000;
	font-weight: bold;
}


a.hidelink
{
	display:none;
}

.floatstop 
{
	clear:both;
}


#topnavbar
{

}

.banner_logo
{
	visibility: hidden;
	display: none;
}
.myloginstatus
{
	visibility: hidden;
	display: none;

}

#contentcontainer
{
	font-size: .9em;
	border-style:none;
	border-color:red;
	width: 85%;
	float:left;
	padding:8px 1em 0 1em;
	margin:0 0em 0 0;
}

.container_1
{
	border-style:none;
	border-color:purple;
	float:left;
	position: relative;
	padding: 0em 2em 2em 0em;
}

.container_2
{
	border-style:none;
	border-color:blue;
	float:left;
	position: relative;
	padding: 0em 0em 2em 0em;
}

.container_3
{
	border-style:none;
	border-color:blue;
	width: 100%;
	padding: 1em 0em 0em 0em;
}

#bottomline
{
	border-style:none;
	border-color: orange;
	font-style: italic;
	font-size: .9em;
	padding: .3em .3em .3em .3em;
	text-align: right;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: gray;

}

.infopanel
{	
	border: 1px solid;
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 1em;
}

.infopanel div.panelname
{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: .2em;
}

.infopanel label
{
	vertical-align: top;
	font-size: .9em;
	display: inline-block;
	margin-right: 1.5em;
	font-style: italic;
}

.infopanel span
{
	display: block;
	font-weight: normal;
	font-style: normal;
}

.infopanel div.tbl
{
	padding: .5em;
}



#footer
{
	border-style:none;
	border-color:green;
	clear: both;
	padding: 1em 1em 1em 1em;
	text-align:center;
}



/*general formatting*/
.labeltitle
{
	color:#666699;
	font-family: verdana; 
	margin-top: .4em;
}

.labeltitle_right
{
	color:#666699;
	font-family: verdana; 
	font-size: small; 
	margin-top: .4em;
	text-align: right;
}

.data
{
	height: 1em;
}

.data_small
{
	font-size: .9em;
}

.data_highlight
{
	height: 1em;
	color: #990000;	
}


.title
{
	font-weight: bold;
	font-size: 1.2em;
	width: 100%;
}

.title_smaller
{
	font-weight: bold;
	font-size: 1em;
	width: 100%;
}

.menu_highlight
{
	font-weight: bold;
	color: #FF9900;
	padding: 2px 2px 2px 2px ;
}

.errorTitle
{
	color: red;
	font: normal normal normal 1em arial, helvetica, non-serif;
	margin: .5em .5em .5em .5em;
}
.error
{
	border-style:none;
	border-width: 1px;
	border-color: red;
	color: red;
	font: normal normal normal .9em arial, helvetica, non-serif;
	padding: .8em .8em .8em .8em;
	margin: .5em .5em .5em .5em;
}

.input_mandatory
{
	border-style:inset;
	border-width: 2px;
	border-color: red;
}

.money
{
	display:inline;
	width:4.5em;
	text-align:right;
}

/* Report table */
table.Report 
{
	font-size: .8em;
}
table.Report th
{
	text-align: left;
	padding-bottom: 1em;
	padding-left: .4em;
}
table.Report td
{
	padding: .4em;
}
table.Report td input
{
	display: none;
}

/* Report 2 table */
table.Report2
{
	font-size: .8em;
	border: 1px solid #CCC;
	width: 100%;
}
table.Report2 th
{
	text-align: left;
	background-color: #CCC;
	font-weight: bold;
	padding-bottom: .5em;
	padding-right: .8em;
}
table.Report2 tr.header td
{
	padding-top: 1em;
	font-weight: bold;
}
table.Report2 tr.spacer td
{
	padding-bottom: 1em;
}


/* Datasheet table */
table.datasheet {
	width:100%%;
}
.datasheet th {
	padding:3px;
	background-color:#ddd;
	color:#003;
	font-size:.9em;
	font-weight:bold;
}
.datasheet th {
	text-align:left;
	font-size: .7em;
}
.datasheet tr {
	vertical-align:top;
}

.datasheet tr.updated{
	background-color: #CC9999; color: black;
	width:90%%;
	height:90%%;
}

.datasheet td {
	padding:0px;
	font-size:.8em;
}

.datasheet td.input {
	padding:0px;
	background-color: transparent;
	border-color: maroon;
}

.datasheet td input {
	font-size:.9em;
	border-style: hidden;
}

.itmtbl tr th
{
	text-align: left;
	font-size: .8em;
	font-weight: bold;
	font-style: normal;
	padding-right: .5em;
}

.itmtbl tr th.right
{
	text-align: right;
}

.itmtbl tr td
{
	padding-right: .5em;
	font-size: .9em;
	text-align: left;
	vertical-align: middle;
}

.itmtbl tr td.money
{
	text-align:right;
}

