body {
    margin: 0px;
    padding: 0px;
    background-color: #000;
    min-width: 960px;
  }


table {
    font-family: helvetica,  arial, verdana, sans-serif;
    color: #4f4f4f;
    font-size: 11px;
    border-width:0px;
  }


p {
	margin: 10px;
	margin-left: 0px;
	margin-right: 0px;
}

h1 {
	font-size:12px;
	font-weight:bold;
	margin: 0px;
	margin-top: 20px;
}

a {
	color: #4f39af;
	text-decoration: underline;
}

.rmenu {
	background-color: #aaa;
	border:1px solid #999;
}

.rmenu a {text-decoration:none}

.rmenuselected a {text-decoration:none}

.rmenuselected {
	border: 1px solid #d4d4d4;
}

.error_message {
	width:410px;
	border: 1px red solid;
	padding: 10px;
	margin-bottom: 10px;
	text-align:center;
}

.message {
	width:410px;
	border: 1px blue solid;
	padding: 10px;
	margin-bottom: 10px;
	text-align:center;
}

#left_menu {
font-size:13px;
color:#787878;
font-weight:bold;
}

#left_menu ul {
list-style: none;
margin: 0px;
padding: 0px;
margin-left:50px;
border-width:0px;
}

#left_menu ul li {
display:block;
background-position: bottom;
background-repeat:no-repeat;
border-width:0px;
margin:0px;
padding:0px;
padding-left: 25px;
padding-right: 25px;
line-height: 27px;
}

#left_menu ul li a:hover {
background-image:url('gfx/menu-button-over.png');
background-repeat:no-repeat;
color: #fff;
}

#left_menu ul li.selected a {
background-image:url('gfx/menu-button-down.png');
background-repeat:no-repeat;
color: #fff;
}

#left_menu a {
display: block;
margin: 0px;
padding: 0px;
color: #787878;
display: block;
text-decoration: none;
height: 27px;
background-image:url('gfx/menu-line.png');
background-position: bottom;
background-repeat:no-repeat;
border-width:0px;
vertical-align: middle;
}

.tab {
border: none;
}

table.tab th {
border-bottom: double black;
}

table.tab td {
border-bottom: 1px solid black;
}