/* Sandtrout Software */
/* http://www.magnate.com.au/ */

/*
This is the CSS for Magnate: Simple red.

Custom colours: 
.infopanel div.panelname (background and foreground).


*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
 strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	font: .9em/1.3 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup 
	
*/
table {
	border-spacing: 0;
	border-collapse: collapse;	
}

#print
{
display:none;
}

.floatstop 
{
	clear:both;
}

/*Actual design starts here:
*/

a
{
	color: #666;
	text-decoration: none;
}
a:visited
{
	color: #333;
}
a:hover
{
	color: #333;
	text-decoration: underline;
}

#topnavbar
{
	font: "Lucida Grande", Arial, sans-serif;
	height: 4em; 
	color: #cccccc;
	background: #036 none repeat;
}

#topnavbar .banner_logo
{
	height:2.6em;
	background: url(../images/magnatelogo1.png) no-repeat left; 
	display:block;
}

#topnavbar a , #topnavbar a:visited
{
	color: #fff;
	text-decoration: none;
}

#topnavbar a:active , #topnavbar a:hover
{
  	text-decoration: underline;
}

#topnavbar .nav1
{
	background-color: white;
	float: left;
	width: 12em;
	padding-left: 1em;
	padding-top: .2em;
	padding-bottom: .8em;
	font-size: .9em;
	line-height: .8em;
}

#topnavbar .nav2
{
	font: 150%/120% "Lucida Grande", Arial, sans-serif;
	letter-spacing: -2px;
	float: left;
	padding-left: 25%;
	padding-top: .7em;
}

#topnavbar .nav2 span.cnamelogo
{
	display: none;
}

#topnavbar .nav3
{
	text-align: right;
	float: right;
	clear: right;
	position: relative;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1em;
	font-size: .7em;
}

#mainnavcontainer
{
	width: 10.8em;
	position: absolute;
	float: left;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-width: 1px;
	background-color: silver;
	padding-left: 1em;
	padding-bottom: 1em;
	padding-top: 1.2em;
}


#contentcontainer
{
	position: absolute;
	margin-top: 1em;
	margin-left: 12.3em;
	float: left;
	width: 70%;
}

.container_1
{
	width: 55%;
	position: relative;
	float: left;
}
.container_2
{
	width: 40%;
	float:right;
	clear: right;	
}


/* Link styles */
#nav ul
{
	padding: 0px 0 5px .2em;
	font-size: .9em;
	color: #fff;
}
#nav .section
{
	padding: .5em 0 .1em .4em;
	border-bottom: 1px solid #e6e6e6;
}
#nav li li
{	
	padding:0 0 0 .2em;
	margin:.2em 0 .2em 0;
}

#nav a , #nav a:visited
{
	font-size: .9em;
	color: #191919;
	text-decoration: none;
}

#nav a:active , #nav a:hover
{
  	text-decoration: underline;
}

/* Miscellaneous elements */
.pad
{
	clear:both;
	margin-bottom: 1em;
}

.money
{
	width:4.5em;
	text-align:right;
}

.title
{
	color: #036;
	font-size: 1.1em;
	font-weight: bold;
	font-style: italic;
}

.labeltitle
{
	color: silver;
	font-size: .9em;
	padding-top: 1em;
}

.labeltitle_right
{
	color: silver;
	font-size: .9em;
	padding-top: 1em;
	text-align: right;
}

#info
{
	font-style: italic;
	font-size: .9em;
	padding-left: 1.8em;
}

.data_highlight
{
	color: #036;	
	font-weight: bold;
}

.data_lowlight
{
	color: #CCC;	
	font-weight: bold;
}

tr.highlight
{ 
	font-weight: bold;
	background-color: #97c965;
}

tr.highlight_error td
{ 
	background-color: #ff1c00;
}

.advice
{
	background: url(../images/exclmm1.gif) no-repeat .8em .8em;
	border: 2px solid #97c965;
	vertical-align: middle;
	text-align: center;
	color: #666;
	padding: .8em;
	margin-top: .5em;
}

/* My Comment */

.error
{
	color: ff1c00;
}

.error div
{
	border-style: solid;
	border-width: 1px;
	border-color: ff1c00;
	padding: .3em;
	margin: .5em;
}

#bottomline
{
	padding-top: 1em;
	font-size: .8em;
	color: #666;
	text-align: left;	
}


/* Infopanel */
.infopanel
{	
	border: 1px solid #999;
	margin-bottom: 1em;
}

.infopanel div.panelname
{
	padding: 0.5em;
	background-color: #99CCFF;
	font-weight: bold;
	color: #280400;
}

.infopanel label
{
	vertical-align: top;
	padding: 0.5em;
	font-size: .9em;
	color: #b3b3b3;
	display: inline-block;
	margin-right: 1.5em;
}

.infopanel span
{
	color: #191919;
	display: block;
}

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



/*simple label value table*/
.lblvaltable
{
	vertical-align: bottom;
	border-collapse: collapse;
	border-color: #FFFFFF;
}
.lblvaltable th
{
	font-size: .8em;
}

.lblvaltable td
{
	white-space: nowrap;
	font-size: small;
	padding: 0em 2em .5em 0em;
}

.lblvaltable tr.strong td
{
	font-weight:bold;
}



/* Horizontal Menu */
#cmdlist_horiz
{
	border-bottom: 2px solid #036;
	margin-bottom: 1em;
}
#cmdlist_horiz li
{ 
	font-size: .8em;
	display: inline;
	padding-right: 1em;
}

#cmdlist_horiz li:before 
{ 
	content: url(../images/p2-1.gif);
}

#cmdlist_horiz a
{
	color: #036;
	text-decoration: none;
}
#cmdlist_horiz a:visited
{
	color: #036;
}
#cmdlist_horiz a:hover
{
	color: #036;
	text-decoration: underline;
}

/* Horizontal Sub Menu */
#submenu
{
	margin-bottom: 1em;
	border-top: 2px solid gray;
}

#submenu li
{ 
	font-size: .8em;
	display: inline;
	padding-right: 1em;
	padding-left: 1em;
	vertical-align: bottom;
}

#submenu li.menu_highlight
{
	font-weight: bold;
}

#submenu li:before 
{ 
	content: url(../images/p1.gif);
}

/*Standard table */
.datasheet
{
	border: 1px solid #99CCFF;
}

.datasheet thead
{
	border: 1px solid;
	border-left-color: #b3b3b3;
	border-top-color: #b3b3b3;
	border-right-color: #b3b3b3;
	border-bottom-style: none;
}

.datasheet th
{
	background-color: #99CCFF;
	font-size: .8em;
	text-align: left;
	padding: .5em .8em 1em .2em;
}

.datasheet td
{
	font-size: .8em;
	padding: .5em .8em .5em .2em;
}

.datasheet tr.row1 td
{
	background-color: #e6e6e6;
}


/* Report table */
table.Report 
{
	font-size: .8em;
	border: 1px solid #CCC;
}
table.Report th
{
	text-align: left;
	background-color: #CCC;
	padding: .5em .5em 1em .8em;
}
table.Report td
{
	padding: .8em;
}
table.Report td input
{
	font-size: .8em;
	margin-top: .8em;
}
table.Report tr.row0 td
{
	background-color: #e6e6e6;
}

/* 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;
}

/* The main Magnate form */
.magform fieldset
{	
	border: 2px solid silver;
	margin-top: 1em;
	padding-bottom: 1.5em;
	margin-bottom: 1em;
}

.magform fieldset.group legend
{
	display: none;
}

.magform fieldset.group div.grouplabel
{	
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 1em;
	background-color: #4c4c4c;
	padding: 1em;
}

.magform fieldset.noborder
{	
	border-style: none;
	padding: .2em;
	vertical-align: bottom;
}

.magform fieldset.noborder label
{
	display: inline-block;
}

.magform fieldset label
{
	display: block;
	color: #333;
	font-size: .9em;
	margin-left: 1.8em;
	margin-top: .8em;
}

.magform fieldset select
{
	display: block;
	border: 2px groove;
}

.magform fieldset select.input_mandatory
{
	background-color: #99CCFF;
	border-color: #036;
}

.magform fieldset select:focus
{
	border: 2px groove #99CCFF;
}

.magform fieldset textarea
{
	display: block;
	margin-right: 1em;
	border: 2px groove;	
}

.magform fieldset textarea:focus
{
	border: 2px groove #99CCFF;
}

.magform fieldset input
{
	display: block;
	border: 2px groove;	
}

.magform fieldset input:focus
{
	border: 2px groove #99CCFF;
}

.magform fieldset input.input_mandatory
{
	background-color: #99CCFF;
}

.magform label.checkbox
{
	float: left;
}




#ajaxItemDiv
{
	position: fixed; 
	right: 3em;
	background-repeat: repeat-x;
	background-image: url(../images/grad.png);
	padding: .8em;
}

.itmtbl tr th
{
	text-align: left;
	color: #333;
	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;
	color: #333;
	font-size: .9em;
	text-align: left;
	vertical-align: middle;
}

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