* {
	font-family:tahoma;
	font-size:11px;
	color:#333333;
}

html {
	height:100%;
}

body {
	background:#C2C0C0 url(foo) fixed;
	margin:0px;
	height:100%;
}

div.topfix {
	position:fixed;
	top:0px;
	left:0px;
}

* html div.topfix {
	position:absolute;
	top:expression(eval(document.compatMode == 'CSS1Compat') ? documentElement.scrollTop+'px':document.body.scrollTop+'px');
	left:0px;
}

form {
	display:inline;
	margin:0px;
}

table {
	border-collapse:collapse;
}

td {
	padding:0px;
	vertical-align:top;
}

td.column_left {
	width:190px;
	padding-right:35px;
}

td.timeout {
	padding:0px 10px 5px 10px;
}

td.menu_tab {
	border:1px solid #9BBD8E;
	border-top:1px solid #EEEEEE;
	border-bottom:1px solid #2E6E03;
}

td.menu_tab_active {
	background:#88CF5D;
	border:1px solid #2E6E03;
	border-bottom:0px;
}

td.menu_tab_space {
	border-bottom:1px solid #2E6E03;
}

td.menu_tab_cell {
	padding:1px 6px 4px 6px;
}

td.tab {
	border:1px solid #CBDCF2;
	border-bottom:1px solid #88B9E3;
}

td.tab_active {
	background:#EBEFF2;
	border:1px solid #88B9E3;
	border-bottom:0px;
}

td.tab_space {
	border-bottom:1px solid #88B9E3;
}

td.tab_cell {
	padding:1px 6px 2px 6px;
}

td.tab_overview {
	background:#EBEFF2;
	border:1px solid #88B9E3;
	padding:4px 6px 4px 6px;
}

td.tab_contents {
	border:1px solid #D5E2F2;
	border-top:0px;
	border-bottom:0px;
	padding:10px 18px 34px 18px;
}

td.list_top {
	padding:2px 6px 4px 6px;
}

td.list_order_active {
	background:#F5F7FA;
	border:1px solid #B9CCEB;
	border-bottom:0px;
}

td.list {
	border:1px solid #CAD6E3;
	background:#F5FBFF;
	border-right:0px;
	border-left:0px;
	padding:4px;
	padding-top:9px;
	padding-bottom:9px;
}

td.list1 {
	border:1px solid #CAD6E3;
	background:#F5FBFF;
	border-right:0px;
	border-left:0px;
	padding:4px;
	padding-top:6px;
	padding-bottom:6px;
}

td.list2 {
	border:1px solid #CAD6E3;
	background:#F5FBFF;
	border-right:0px;
	border-left:0px;
	padding:4px;
	padding-top:20px;
	padding-bottom:26px;
}

td.list_left {
	background:#E8F5FF;
}

td.list_bottom {
	padding:4px;
	padding-top:2px;
}

td.list_pad {
	padding-top:10px;
}

.submenu {
	text-align:left;
	padding-bottom:14px;
}

.cell {
	padding:1px 6px 2px 6px;
}

.cell2 {
	padding:4px 6px 6px 6px;
}

.cell3 {
	padding:7px 7px 12px 7px;
}

.cell4 {
	padding:7px 10px 12px 10px;
}

.cell_info {
	padding-right:14px;
}

.cell_info_pad {
	padding-bottom:15px;
}

.cell_headline {
	padding:0px 20px 3px 50px;
	border-bottom:1px solid #C5DAE5;
	margin-bottom:12px;
	color:#01708C;
	font-weight:bold;
	font-size:18px;
}

.cell_quote {
	background:#F5F2F2;
	border:1px solid #E5DFDF;
	margin:14 0px 14px 30px;
	padding-right:7px;
	padding-left:7px;
}

td.reply_msg {
	border-left:4px solid #ADADAD;
}

.cell_grey {
	background:#F7F7F7;
	border:1px solid #D4D4D4;
}

.cell_grey2 {
	background:#E1E4E8;
}

.cell_blue {
	background:#EBEFF2;
	border:1px solid #88B9E3;
}

.cell_red {
	background:#F5DFDF;
	border:1px solid #FA9B9B;
}

.cell_green {
	background:#CCEBD2;
	border:1px solid #33D44E;
}

.cell_yellow {
	background:#FFFFE1;
	border:1px solid #D4D45F;
}

.seperation {
	border-bottom:1px solid #CFCFCF;
	padding:0px 0px 3px 14px;
	margin-top:30px;
	margin-bottom:10px;
	text-align:left;
}

.txt {
	line-height:130%
}

.marked {
	font-weight:bold;
	color:#333333;
}

.headline {
	color:#333333;
	font-weight:bold;
	font-size:14px;
}

.headline2 {
	font-family:arial;
	color:#333333;
	font-weight:bold;
	font-size:27px;
}

.headline_list {
	color:#333333;
	font-weight:bold;
	font-size:13px;
}

.light {
	color:#AEB2B5;
}

.active {
	color:#000000;
	text-decoration:none;
}

.error {
	color:#F21313;
}

.highlight {
	background:#FFFF00;
}

.small {
	font-size:10px;
}

.broadcast {
	color:#B1C5DE;
	padding:1px 4px 2px 0px;
}

.broadcast a {
	color:#BACADE;
}

.broadcast a:hover {
	color:#BACADE;
}

.activity_time {
	float:right;
	white-space:nowrap
}

.activity_thumb {
	width:60px;
	margin:5px;
	float:left;
}

.activity_thumb_big {
	width:210px;
	margin:5px;
	float:left;
}

.activity_section {
	margin-top:6px;
}

.activity_section2 {
	margin-top:12px;
}

img {
	border:0px;
}

.image {
	border:1px solid #4A4A4A;
}

a, a.headline, a.headline_list {
	color:#01708C;
}

a:hover {
	color:#000000;
	text-decoration:none;
}

.swf {
	margin:0px auto;
	border:1px solid #555555;
	width:1px;
	display:table;
}

.tagelm_frame {
	border:3px #FFFFFF solid;
	height:120px;
	width:100px;
	position:absolute;
}

.tagelm_mover {
	height:120px;
	width:100px;
	position:absolute;
	background:#000000;
	opacity:0;
	filter:alpha(opacity=0);
}

.tagelm_label {
	background:#000000;
	color:#FFFFFF;
	position:absolute;
	padding:1px 4px 2px 4px;
}

.tagelm_adduser {
	background:#FFFFFF;
	border:1px solid #333333;
	position:absolute;
	width:180px;
	padding:2px 5px 3px 5px;
	text-align:left;
}

optgroup {
	font-style:normal;
}

textarea {
	width:100%;
	height:250px;
}

div.input {
	margin:6px 0px 6px 0px;
	text-align:right;
}

td.clr_bg_uplight {
	background:#FFFECF;
}

td.clr_bg_uplight_left {
	background:#FCF6A2;
}

td.clr_bg_new {
	background:#DBEEFF;
}

td.clr_bg_new_left {
	background:#BFE0FF;
}

td.clr_bg_error {
	background:#F5DFDF;
}

td.clr_bg_error_left {
	background:#FAC5C5;
}