body {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

img, iframe, body, table {
	border-width: 0px;
}

img {
	border-width: 0px;
	vertical-align: middle;
}

hr {
	height: 5px;
	border-top: 1px solid #E0E0E0;
	border-bottom: 4px solid #f0f0f0;
}

body, table, tr.transparent td, td.transparent {
	background-color: #f5f5f5;
}

body, table {
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	empty-cells: show;
}

th {
	background-color: #cccc33;
	padding: 4;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

table.leftzone {
background-color: #E0E0E0;
	padding: 0 0 10 0;
	font-family: Verdana, sans-serif;
	font-size: 10px;
}

table.thlalign {

	background-color: #f5f5f5;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	border-right: 10px solid #f0f0f0;
	border-top: 6px solid #f0f0f0;
	border-bottom: 6px solid #f0f0f0;
}

.nowrap td, .nowrap th, .nowrap2 td, .nowrap2 th {
	white-space: nowrap;
}

.nowrap table {
	width: 100%;
}

input, textarea, select {
font-size: 11px;
}

a {
	color: Blue;
	text-decoration: none;
}

a:hover, a:hover image {
	color: Red;
	/* border-bottom: 1px dotted #000; */
	background: #fff;
}

.dangerous, a.dangerous {
	color: Red;
}

a.dangerous:hover, a.dangerous:hover image {
	color: White;
	background-color: Red;
	text-decoration: none;
}

table.thlalign th {
	text-align: left;
}

table.thlalign a {
	color: #333399;
}

table.error {
	background-color: Red;
	color: Red;
}

table.error tr {
	background-color: White;
}

table.top table {
	background-color: Black;
}

table.dark tr, tr.dark td, table.top table.current th {
	background-color: #DDDDDD;
}

tr#selected td {
	background-color: #DDDD00; 
	
}

table.light tr, tr.light td, table.top table th {
	background-color: #EEEEEE;
}

tr#selected[class="light"] td {
	background-color: #EEEE00;
}

/* FILE MANAGER */

.folder {
	background-color: #FFFF9C;
}

.gif {
	background-color: #008000;
	color: #FFFFFF;
}

.jpeg {
	background-color: #808000;
	color: #FFFFFF;
}

.png {
	background-color: #800000;
	color: #FFFFFF;
}

.htpl {
	background-color: #0000A0;
	color: #FFFFFF;
}

.other {
	background-color: #FFFFFF;
}

/* POPUPS */

.popup_inner, .popup_outer {
	background-color: #D4D0C8;
	border-width: 1px;
	cursor: default;
}

.popup_inner {
	border-style: solid;
	border-color: #FFFFFF;
	border-right-color: #808080;
	border-bottom-color: #808080;
	background-color: transparent;
	font-size: 11px;
}

.popup_inner td {
	padding: 3px;
	padding-left: 16px;
	padding-right: 16px;
}

.popup_outer {
	border-style: solid;
	border-color: #D4D0C8;
	border-right-color: #404040;
	border-bottom-color: #404040;
}

.popup_inner tr#selected td, .windowhead {
	background-color: #0A246A;
	color: #FFFFFF;
	cursor: default;
}