html {
	margin: 0px;
	padding:0px;
}
img {
	border: 0px none;
}
frame.treebord {
	border-bottom:1px solid #808080;
	padding: 0px;
}
body {
	margin: 0px;
	padding:0px;
}

form {
	margin-left:4px;
}

select.idx {
	width: 97%;
}
input.text {
	width: 75%;
}

input.button {
	width: 22%;
	
	background-color:#EFECE6;
    padding:3px;
    font-weight:900;
	font-size:10px;
    text-align: center;
    border:1px solid #736B63;
}

body.nav {
	background-color:#B9C7DC;
	border-top:1px solid #808080;
	border-bottom:1px solid #808080;
	font-size:12px;
	font-family:arial;
	padding:0px;
	height:30px;
}
span.typeLabel {
	font-family:arial;
	font-size:12px;
}

div.tree {
	height:90%;
	width:100%;
	border-right:none;
}


div.data {
	height:100%;
	border-top:none;
	border-left:1px solid #808080;
}

div.doc {
	padding:10px; 
	font-family:Arial; 
	font-size:13px;
}

span.tab {
	margin-left:5px;
	padding: 1px 3px 3px 3px;
	cursor:pointer;
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	line-height:20px;
	color:black;
	background-color:white;
}

span.tabinactive {
	margin-left:5px;
	padding: 1px 3px 3px 3px;
	cursor:pointer;
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	background-color:#A0A0A0;
	color:#666;
}

img.data {	
	border-top:none;
	border-left:1px solid #808080;
}

table.dataTable {
    background-color:transparent;
    table-layout:auto;
    border-collapse: collapse;
    width: 97%;
    border:0px none;
    padding:0px;
    font-size:12px;
    font-family:Arial;
	margin-bottom: 4px;
	margin-left: 4px;
}

table.dataTable th {
    background-color:#EFECE6;
    padding:3px;
    font-weight:900;
    text-align: center;
    border:1px solid #736B63;
}

table.dataTable th.noleftborder {
	background-color:#EFECE6;
    padding:3px;
    font-weight:900;
    text-align: center;
    border:1px solid #736B63;
	border-left: none;
}

table.dataTable th a {
    background-color:#EFECE6;
    padding:3px;
    font-weight:900;
    text-align: center;
	border: none;
}


table.dataTable td {
	padding:3px;
    border:1px solid #7F9DB9;
}

table.dataTable td.arrow {
	padding:2px;
    width:20px;
	text-align: center;
	vertical-align:middle;
}

table.dataTable td a {
	color:black;
    font-weight:500;
	text-decoration:underline;
}

table.dataTable td a:hover {
	color:#F48E20;    
	text-decoration:underline;
}

table.dataTable tr td table.innerTable {
    background-color:transparent;
    table-layout:auto;
    border-collapse: collapse;
    width: 97%;
    border:0px none;
    padding:0px;
    font-size:12px;
    font-family:Arial;
	margin-bottom: 4px;
	margin-left: 4px;
}

table.dataTable tr td table.innerTable td {
	padding:3px;
    border:1px solid #7F9DB9;
}

table.dataTable tr td table.innerTable td a {
	color:black;
    font-weight:500;
	text-decoration:underline;
}

table.dataTable tr td table.innerTable td a:hover {
	color:#F48E20;    
	text-decoration:underline;
}

div.buttons a {
	 margin: 2px;
}

div.buttons a:hover {
	 margin: 2px;
}

div.buttons a img {
    border:1px solid #B9C7DC;
}

div.buttons a:hover img {
    border:1px solid #F48E20;
}

p.name	{
	font-family: arial,helvetica,sans-serif;
	color: #000000;
	font-weight: bold;
	text-decoration : none;
	font-size : 16px;
	white-space : nowrap;
	padding:3px;
	margin-bottom: 2px;
}

p.input {
	font-family : Arial, Helvetica, sans-serif;
	color : Black;
}



div.menu {
	top:-10px;
	right:-10px;
	width: 100px;
}

div.menu table {
	border-collapse:collapse;
	border-spacing: 0px;
	background-color: #ddd;
	border: 1px solid #000;
}

div.menu table th {
	text-align: right;
	padding-right: 15px;
	border : 1pt none;
	border-top : #ffffff;
	font : bold 13px Arial, Helvetica, sans-serif;
	color : #000000;
	border-bottom: 1px solid #E0E0D0;
	background-color:#EFECE6;
        font-weight:900;
}

div.menu table th.button {
	width:10px;
	padding-right: 0px;
	text-align: center;
}

div.menu table td {
	padding: 2px 4px;
	cursor: pointer;
	border-top : white;
	border-bottom: 1px solid #E8E4DD;
	background-color : #fff;
	color: black;
	font : 13px Arial, Helvetica, sans-serif;
}

div.menu table td.highlight {
	background-color:#EFECE6;
	
}


div.menu table th a {
	text-align: right;
	color: black;
	font-weight: 900;
	text-decoration: none;
	font : bold 13px Verdana;
}