.table { background-color: #A7BCDC; }
.border { background-color: #849EC6; }
.totals { background-color: #FFAB48; }

.logo {
 background-color: #A7BCDC;
 border: solid 1px #849EC6;
 height: 120px;
}

.logo .left {
 float: left;
 background-image: url("../images/banner_left.jpg");
 height: 120px;
 width: 154px;
}

.logo .right {
 float: right;
 background-image: url("../images/banner_right.jpg");
 height: 120px;
 width: 230px;
}

.container {
 margin-top: 10px;
 margin-bottom: 10px;
}

.maincontent {
 position: relative;
 margin-right: 156px;
 margin-left: 116px;
}

.leftcol {
 position: absolute;
 left: 10px;
 width: 106px;
 top: 142px;
}

.rightcol {
 position: absolute;
 width: 146px;
 right: 10px;
 top: 142px;
}

.box {
 border: solid 1px #849EC6;
 margin-bottom: 10px;
}

.box .title {
 text-align: left;
 padding: 3px 3px 4px 3px;
 background-color: #849EC6;
 font-weight: bold;
}

.box .title .name {
 position: relative;
 display: block;
 float: left;
}

.box .title .posted {
 position: relative;
 display: block;
 float: right;
 font-weight: normal;
}

.box .boxcontent {
 background-color: #A7BCDC;
 padding: 1px 1px;
}

.boxcontent span {
 display: block;
 clear: left;
 margin-bottom: 7px;
 margin-top: 7px;
 margin-right: 7px;
 margin-left: 7px;
}

.boxcontent span.center {
 text-align: center;
}

.box .menu {
 background-color: #A7BCDC;
 padding: 1px 1px;
}

.box .news {
 background-color: #A7BCDC;
 padding: 5px 5px;
}

.menu span {
 display: block;
 clear: left;
 margin-bottom: 4px;
 margin-top: 4px;
 margin-right: 5px;
 margin-left: 5px;
}

.box .releasepicture {
 background-color: #A7BCDC;
 padding: 1px 1px;
}

.releasepicture span {
 display: block;
 clear: left;
 margin-bottom: 3px;
 margin-top: 7px;
 margin-right: 7px;
 margin-left: 7px;
}

.box .releaseinfo {
 background-color: #A7BCDC;
 padding-bottom: 2px;
}

.releaseinfo span {
 display: block;
 text-align: center;
 padding: 1px 1px;
}

.box .bottomreleaseinfo {
 background-color: #A7BCDC;
 padding-bottom: 10px;
}

.bottomreleaseinfo span {
 display: block;
 text-align: center;
 padding: 1px 1px;
}

.box2 {
 text-align: center;
}

.box2 span {
 display: block;
 margin-top: 7px;
}

.clear {
 clear: both;
}
