body {
	font-family: verdana;
	font-size: 8pt;
	margin: 2px;
}

td {
	font-family: verdana;
	font-size: 8pt;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

/*************************************
* FORMS
*************************************/
select {
	font-family: verdana;
	font-size: 8pt;
}

select.dropdown {
	width: 200px;
}

select.listbox {
	width: 200px;
	height: 100px;
}

input {
	font-family: verdana;
	font-size: 8pt;
}

textarea {
	font-family: verdana;
	font-size: 8pt;
}


input.formButton {
	padding: 0px;
	margin: 0px;
	border: solid #000000 1px;
	background-color: #DCDCDC;
	top: 0px;
	width: 60px;
}

input.textField {
	width: 200px;
}

textarea.textField {
	width: 200px;
	height: 70px;
}

/*********************
* LIST VIEW
*********************/
iframe.list_view_frame {
	width : 100%;
	height : 300px;
}

.list_view {
	margin-top : 2px;
	margin-left : 2px;
	behavior: url(../behaviors/list_view.htc);
}

.list_header_row {
	background-color: #e4e4e4;
}

.list_header_cell {
	color: black;
	border: 1px outset #e4e4e4;
	padding-left: 1px;
	padding-right: 1px;
	white-space: nowrap;
}

.list_row {
}

.list_cell {
	color: black;
	vertical-align: top;
	padding-right: 1px;
	padding-left: 1px;
}


/*********************
* TREE VIEW
*********************/
iframe.tree_view_frame {
	width : 100%;
	height : 400px;
}

body.tree_view {
	margin-top : 2px;
	margin-left : 2px;
	behavior: url(../behaviors/tree_view.htc);
}

span.tree_node {
	color: black;
	padding-top: 1px;
	padding-bottom: 1px;
}

img.tree_node {
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 2px;
	cursor: hand;
}

/*************************************
* AUX
*************************************/
.listv_head {
	border: 1px outset #e4e4e4;
	background-color: #e4e4e4;
} 
.listv_thead {
	text-align: center;
	font-weight: bold;
	border: 1px outset #e4e4e4;
	background-color: #e4e4e4;
	color:#7777FF;
	font-size: 10pt;
}

.menu {
	background: #9999FF;
}

a.menu_item {
	color: #FFFFFF;
	font-size: 10pt;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 1px;
	border-bottom: #888888 1px solid;	
	border-right: #2222AA 1px solid;	
}
iframe.edit_window {
	border: outset 6px grey;
	position: absolute; 
	top: 20; 
	left: 50; 
	width: 500px; 
	height: 500px; 
	display: none;
}

iframe.find_window {
	border: outset 6px grey;
	position: absolute; 
	top: 5; 
	left: 50; 
	width: 400px; 
	height: 100px; 
	display: none;
	z-index: 1000;
}
