body {
	font-size: 8pt;
	font-family: arial, verdana;
	font-weight: normal;
	color: black
}

input {
	font-size: 8pt;
	font-family: arial, verdana;
	font-weight: normal;
	color: black
}

textarea {
	font-size: 8pt;
	font-family: arial, verdana;
	font-weight: normal;
	color: black
}

select {
	font-size: 8pt;
	font-family: arial, verdana;
	font-weight: normal;
	color: black
}

a:link { color: #00184A }
a:active { color: #990000 }
a:visited { color: #000000 }

.pri-navigation { color: white; font-size: 8pt; font-family: arial, verdana; font-weight: bold}

.sec-navigation { color: black; font-size: 8pt; font-family: arial, verdana; font-weight: bold}
.sec-navigation-small{ color: black; font-size: 8pt; font-family: arial, verdana; font-weight: bold}

.footer { color: black; font-size: 8pt; font-family: arial, verdana; font-weight: normal}

.title-White { color: #FFFFFF; font-size: 12pt; font-family: arial, verdana; font-weight: bold}

.title { color: #003366; font-size: 16px; font-family: arial, verdana; font-weight: bold}

.titlepr { color: black; font-size: 16px; font-family: arial, verdana; font-weight: bold}

.subtitle { color: black; font-size: 14px; font-family: arial, verdana; font-weight: bold}

.subtitlepr { color: black; font-size: 14px; font-family: arial, verdana; font-weight: bold}

.body { color: black; font-size: 8pt; font-family: arial, verdana}

.body-black { color: black; font-size: 8pt; font-family: arial, verdana}

.section-title { font-size: 8pt; font-family: arial, verdana; font-weight: normal; color: black }

.section-title-grayed { font-size: 8pt; font-family: arial, verdana; font-weight: normal; color: gray }

.section-body { font-size: 8pt; font-family: arial, verdana; color: black; font-weight: normal }

.input-field { font-size: 8pt; font-family: arial, verdana; font-weight: bold; color: black }

.input-title  { font-size: 8pt; font-family: arial, verdana; color: black; font-weight: bold}

th.section-title { font-size: 8pt; font-family: arial, verdana; font-weight: bold; color: black}

td.section-title { font-size: 8pt; font-family: arial, verdana; color: black; font-weight: normal }

td.section-body { font-size: 8pt; font-family: arial, verdana; color: black; font-weight: normal }

td.shaded-section-title { font-size: 8pt; font-family: arial, verdana; font-weight: bold; color: black; background-color: #ADBDCE}

td.input-field { font-size: 8pt; font-family: arial, verdana; font-weight: normal; color: black}

td.input-title  { font-size: 8pt; font-family: arial, verdana; color: black; font-weight: bold}

td.input-label, .input-label  { font-size: 8pt; font-family: verdana, arial; color: #666666; font-weight: bold; text-align: right}

td.asterisk {font-size: 12pt; font-family: arial, verdana; color: black; font-weight: normal}

td.superscript {font-size: 8pt; vertical-align: super; font-family: arial, verdana; color: black; font-weight: normal}

td.alert { font-size: 8pt; font-family: arial, verdana;	font-weight: bold; color: #FF0000 }

td.confirm { font-size: 8pt; font-family: arial, verdana; font-weight: bold; color: #003366 }

td.section-bold { font-size: 8pt; font-family: verdana, arial; color: black; font-weight: bold }

td.section-data { font-size: 8pt; font-family: arial, verdana; color: black; font-weight: normal }

font.asterisk {font-size: 12pt; font-family: arial, verdana; color: black; font-weight: normal}

font.superscript {font-size: 8pt; vertical-align: super; font-family: arial, verdana; color: black; font-weight: normal}

link-white { color: white; font-size: 8pt; font-family: arial, verdana; font-weight: bold}

link-black { color: black; font-size: 8pt; font-family: arial, verdana; font-weight: bold}

a.std-link  { font-size: 8pt; font-family: verdana, arial; color: #003366; font-weight: bold; }

.alert { font-size: 8pt; font-family: arial, verdana;font-weight: bold; color: #FF0000 }

.tablehead  {
	background-color : #ADBDCE;
	font-size: 8pt;
	font-family: arial, verdana;
	font-weight: bold;
	color: white
}

.tablebody  {
	background-color : #ffffff;
}

.tablebkgdblack  {
	background-color : #000000;
}

.tablebkgdwhite  {
	background-color : #FFFFFF;
}


.tableBuyerAlt  { background-color : #FFE7C6; font-size: 8pt; font-family: arial, verdana; font-weight: normal; color: #000000 }

.tableBidderAlt  { background-color : #EFFFEF; font-size: 8pt; font-family: arial, verdana; font-weight: normal; color: #000000 }

.menuText  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration : none;
	color : #ffffff;
	font-weight : bold;
}

.menuTextblack  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-decoration : none;
	color : #000000;
	font-weight : bold;
}

td.headerBgColor { background-color: #ADBDCE; vertical-align: middle; }

td.leftNavBgColor { background-color: #ADBDCE; vertical-align: top; }


div.treewidgetcontainer {
}

/* make the cursor a pointer when over the item in a tree widget */
div.treewidgethandle {
    cursor: pointer; cursor: hand;
}

/* indent each level in the tree by two character positions */
div.treewidgetchildren {
    position: relative;
    left: none;
    display:none;
}

TR.light {   background:#F7F7F7; color:#000000; font-size: 8pt; font-family: arial, verdana; font-weight: normal;  }
TR.dark {   background:#E5E5E5; color:#000000; font-size: 8pt; font-family: arial, verdana; font-weight: normal;  }


