body {
	background-color: #ffffff;
}

.content_darker {
	background-color: #eeeeee;
}

.nowrap {
	white-space: nowrap;
}

.headerlogo {
	background-image: url(/std/images/marratech_logo_100_green.gif);
	background-repeat: no-repeat;
	height: 84px;
	margin-right: 5px;
	width: 100px;
}

.header {
	color: #00664d;
}

.footer {
	font-size: smaller;
	font-style: italic;
	margin-top: 20px;
}

.loginbox {
	background-color: #d00;
	color: #ffffff;
	font-size: smaller;
}

.menu_item {
	white-space: nowrap;
}

.roomlist_row_even {
}

.roomlist_row_odd {
	background-color: #eeeeee;
}

.roomlist_row_header {
	background-color: #d00;
}
.roomlist_private {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}
.roomlist_public {
	color: #ffffff;
	font-weight: bold;
	text-align: center;
}

.roomlist_row_spacing {
}
.roomlist_spacing {
	min-height: 20px;
}

.roomlist_status {
	font-size: smaller;
	padding: 0px;
	vertical-align: bottom;
	white-space: nowrap;
}
.roomlist_status_full {
	color: red;
	font-size: smaller;
	vertical-align: bottom;
	white-space: nowrap;
}
.roomlist_status_locked {
	color: red;
	font-size: smaller;
	vertical-align: bottom;
	white-space: nowrap;
}
.roomlist_participants {
	font-size: smaller;
	vertical-align: bottom;
	white-space: nowrap;
}
.roomlist_title {
}
.roomlist_info {
	font-size: smaller;
	vertical-align: bottom;
	white-space: nowrap;
}
.roomlist_invite {
	font-size: smaller;
	vertical-align: bottom;
	white-space: nowrap;
}

.status_box {
	padding: 0px;
	text-align: right;
}
.status_row {
	font-size: smaller;
}
.status_auditoriums {
}
.status_rooms {
}
.status_seats {
}

dt {
	font-weight: bold;
}

.info_media_table {
	border: 1px solid black;
	font-size: smaller;
}
.info_media_row_header {
	background-color: #00664d;
	color: #ffffff;
	font-weight: bold;
}
.info_media_header {
}
.info_media_row_even {
}
.info_media_row_odd {
	background-color: #eeeeee;
}
.info_media_item {
}

.info_member_table {
	border: 1px solid black;
	font-size: smaller;
}
.info_member_row_header {
	background-color: #00664d;
	color: #ffffff;
	font-weight: bold;
}
.info_member_header {
}
.info_member_row_even {
}
.info_member_row_odd {
	background-color: #eeeeee;
}
.info_member_item {
}

.probe_port_table {
	border: 1px solid black;
	font-size: smaller;
}
.probe_port_row_header {
	background-color: #00664d;
	color: #ffffff;
	font-weight: bold;
}
.probe_port_header {
}
.probe_port_row_even {
}
.probe_port_row_odd {
	background-color: #eeeeee;
}
.probe_port_item_type {
}
.probe_port_item_addr {
	white-space: nowrap;
}
.probe_port_item_port {
	white-space: nowrap;
}
.probe_port_item_ttl {
	text-align: center;
}

* {
	font-family: verdana, sans-serif;
}

tt, code {
	font-family: courier, monospaced;
}
