/*Basic colours, fonts*/
body {
        background: #000000;
        color: #999999;
        font-family: Arial, sans-serif;
        font-size: 12px;
}

/*General page layout*/
#header {
        border-width: 1px 1px 0px 1px;
        border-color: #999999;
        border-style: solid;
        padding: 0;
        margin: 0;
/*        background-image: url('/img/topbg.gif');
        background-repeat: repeat-x;
        background-position: top left;*/
}
#sidelinkcell {
        /*2*/
        background-image: url('/img/logoside.gif');
        background-repeat: no-repeat;
        z-index: 3;
        float: left;
        width: auto;
        min-width: 151px;
        max-width: 300px;
        background-color: #000000;
        border-width: 0 1px 1px 1px;
        border-color: #999999;
        border-style: solid;
        position: static;
/*        border-collapse: collapse;*/
}
.contentcell {
        z-index: 9;
        width: auto;
        min-width: 200px;
        margin: 0 0 0 152px;
        background-color: #000000;
        border: 1px solid #999999;
        padding: 0px;
/*        border-collapse: collapse;*/
}
.footerpanel {
        /*2*/
/*        display: block;
        position: relative;*/
        clear: both;
}

/*Standard links*/
a {
        color: #bbbbbb;
        background: #aa0000;
        text-decoration: none;
}
a:hover, a:active {
        color: #ffffff;
        background: #ff0000;
}

/*Footer links*/
.footerlink {
        font-size: 11px;
        font-family: Arial, sans-serif;
        font-weight: bold;
        color: #999999;
        background: transparent;
}
.footerlink:hover, .footerlink:active {
        color: #bbbbbb;
        background: transparent;
}

/*Side links*/
.section
{
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 900;
	font-size: 1.2em;
	margin-top: 1em;
}
.sidelink {
	margin-left: 5px;
        font-size: 22px;
        font-weight: bold;
        background-color: transparent;
        color: #999999;
        z-index: 25;
}

.sidelink:hover, .sidelink:active {
        background-color: transparent;
        color: #cccccc;
}

.current {
        background-color: transparent;
        color: #990000;
}

.current:hover, .current:active {
        color: #cc0000;
}

.sub {
        font-size: 14px;
        margin-left: 10px;
}
.linkblock {
        z-index: 30;
        /**/
/*c        position: absolute;*/
}
.imgblock {
/*c        position: absolute;*/
        z-index: 1;
}
.sideimg {
/*a        position: absolute;*/
        z-index: 1;
}
.sidecontainer {
/*c        overflow: auto;
        width: 100%;*/
}
.blankdiv {
        display: block;
/*        display: none;*/
        float: none;
        clear: both;
}


/*Grid layout*/
.cell {
        border: solid 1px #999999;
        vertical-align: top;
        border-collapse: collapse;
}
.layoutrow {
        border: 0px;
        display: block;
        margin: 0px;
}
.layoutcell, .layoutrightcell, .layoutleftcell, .layoutfixedcell {
        border: solid 1px #999999;
        float: left;
        position: static;
        display: block;
        margin: 2px;
        padding: 2px;
/*        width: 250px;*/
}
.layoutfixedcell
{
        width: 250px;
}
.usercell {
        border: 1px solid #999999;
}
.sublink {
        font-size: 12px;
        font-family: Arial, sans-serif;
        font-weight: bold;
        color: #ffffff;
        background: transparent;
        text-decoration: none;
}
.sublink:hover, .sublink:active {
        color: #ffffff;
        background: transparent;
        text-decoration: underline;
}
.gridcontainer{
/*        overflow: auto;*/
/*        overflow: hidden;*/
        width: 100%;
}

/*Table formatting*/
td {
        font-size: 12px;
}
.clicked {
        background: #550000;
}
.sorton {
        font-weight: bold;
        color: #dddddd;
        background: #550000;
}
.sortoff {
        font-weight: bold;
        color: #dddddd;
        background-color: transparent;
}

/*Form formatting*/
input{
        background: #330000;
        border: solid 1px #999999;
        color: #bbbbbb;
        font-family: Arial, sans-serif;
        font-size: 12px;
        height: 15px;
}
textarea {
        background: #330000;
        border: solid 1px #999999;
        color: #bbbbbb;
        font-family: Arial, sans-serif;
        font-size: 12px;
}
select {
        background: #330000;
        border: solid 1px #999999;
        color: #bbbbbb;
        font-family: Arial, sans-serif;
        font-size: 12px;
        height: 20px;
}

/*Heading formatting*/
.heading {
        font-size: 2em;
        font-family: Arial, sans-serif;
        font-weight: bold;
        color: #dddddd;
        background: #333333;
        width: 100%;
        margin: 0px 0px 20px 0px;
}
.mainpageheading {
        font-weight: bold;
        color: #dddddd;
        font-size: 16px;
        margin-bottom: 20px;
}
.aboutpageheading {
        font-weight: bold;
        color: #dddddd;
        font-size: 16px;
        margin-bottom: 3px;
}
h1 {
        border: 0px;
        margin: 0px;
        padding: 0px;
}

/*Other*/
img {
        display: block;
/*      border: 0;
        margin: 0;
        padding: 0;*/
}
.image {
        border: 0px;
        padding: 0px;
        margin: 0px;
}
.emph {
        font-weight: bold;
        color: #ffffff;
}
.success {
        background: #005500;
        color: #999999;
}
.failure {
        background: #550000;
        color: #999999;
}
.toplink {
        margin-left: 200px;
}
hr{
        color: #999999;
        background-color: #999999;
        border: 0px;
        height: 1px;
}
