html {
  height: 100%;
}

body {
  color: #4d4d4d;
  background: #EFEFE6;
  margin-top: 0;
  margin-bottom: 0;
  font: 9pt Verdana;
  height: 100%;
  min-height: 100%;
}

form { 
  margin: 0;
  padding: 0;
}

input, select, textarea, td {
  font: 9pt Verdana;    
}

a:link, a:visited {
  font-weight: bold;
  color: #5d5d5e;
}

a:hover, a:active {
  color: #99977e;
}

#background {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-height: 100%;
  background-color: #EFEFE6;
  min-width:1160px;
}

#content {
  padding: 1px;
  padding-top: 0px;
  padding-left: 7px;
  float:left;
  width: 780px;
}


.table-border {
  background: #d9d9c2;
  color: #555A5F;
}

.table-header {
  background: #ffeb7a url(../images/header-bg.png) repeat-x top left; 
  color: #8e4c08; 
  height: 33px; 
  font-weight: bold;
  text-align: center;
}

.table-header td {
  font-weight: bold;
}


.table-header-l {
  background: #ffeb7a url(../images/header-bg-l.png) no-repeat top left; 
  width: 2px;
}

.table-header-r {
  background: #ffeb7a url(../images/header-bg-r.png) no-repeat top right; 
  width: 2px;
}

table.rows td {
  background: #eeeee0;
  color: #626262;
  border-left: 1px solid #f5f5e7;
  border-top: 1px solid #f5f5e7;
}

.row-color-a {
  background: #eeeee0;
  color: #626262;
  border-left: 1px solid #f5f5e7;
  border-top: 1px solid #f5f5e7;
}
  
.row-color-b {
  background: #eaeadb;
  color: #4d4d4d;
  border-left: 1px solid #f5f5e7;
  border-top: 1px solid #f5f5e7;
}

.small {
  font-size: 8pt;
}

.error {
  font-weight: bold;
  color: #d52727;
  border: 1px dotted #d52727;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #FEE7E8;
}

.notice {
  font-weight: bold;
  color: #0097FF;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #EFF8E0;
}

.bold {
  font-weight: bold;
}

.hilite {
  background-color: yellow;
}

.click {
  cursor: pointer;
}

.line-bottom {
  border-bottom: 1px solid #dcdcdc;
}

.banner {
  padding-top: 2px;
  padding-bottom: 3px;
}

#navright
{
	width: 146px;
	min-width:146px;
	margin: 0 1% 0 1%;
	z-index: 0;
                      left: 0;
                     float: left;
}

.navbox
{
	background-color: #F5F5E7;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #D9D9C2;
}
	.navbox .content
	{
		text-align: left;
		color: #000000;
		font-size: 10px;
	}
	.navbox .top
	{
                                          background: transparent url(http://www.privateserverstop200.com/header-bg.png) repeat-x;
		background-color: #9FBCE3;
		padding: 4px;
		color: #3A4F6C;
		font-weight: bold;
		font-size: 13px;
		text-align: center;
	}
        .navbox .top2
        {
		border-top: 1px solid #F5F5E7;
                background: transparent url(http://www.privateserverstop200.com/header-bg.png) repeat-x;
                background-color: #9FBCE3;
                padding: 4px;
                color: #3A4F6C;
                font-weight: bold;
                font-size: 13px;
                text-align: center;
        }

	.navbox ul.menu	{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.navbox ul.menu a.menulink:link, .navbox ul.menu a.menulink:visited, .navbox ul.menu a.menulink:active {
		display: block;
		width: 97%;
		padding: 5px 1% 5px 2%;
		color: #000000;
		text-decoration: none;
		border-top: 1px solid #D9D9C2;
		font-weight: normal;
	}
	.navbox ul.menu a.menulink:hover {
		background-color: #EAEADB;
		color: #465584;
		font-weight: bold;
		text-decoration: underline;
	}

#adright
{
	width: 170px;
	min-width:146px;
	margin: 0 1% 0 1%;
	z-index: 0;
        position:relative;
        right: 0;
        float: right;
        vertical-align:top; 
}
