﻿body
{
    text-align: justify;
    vertical-align: top;
    margin: 0px 0px 0px 0px;
}
body, select, input
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 10px;
}
body, select, legend
{
    background-color: black;
    color: white;
}
table, td
{
    border-collapse: collapse;
    vertical-align: top;
}
img
{
    border: none;
}
ul
{
	margin-left: 20px;
	padding-left: 0px;
	margin-right: 10px;
}
a
{
    color: #D0B0B0;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

.error, .highlight
{
    color: red;
    font-weight: bold;
}
.blink
{
    text-decoration: blink;
}
.inactivelink
{
    /*text-decoration: line-through;*/
    color: #808080;
}
.inactivelink:hover
{
    /*text-decoration: line-through underline;*/
}
.tablegrid
{
	text-align: left;
}
.tablegrid td
{
	border: solid 1px #D0B0B0;
	padding-bottom: 5px;
	padding-top: 5px;
}
.tablegridheader
{
	font-weight: bold;
	text-align: center;
}
.tablegridheader td
{
	border-bottom: double 3px #D0B0B0;
}
h1, h2, h3, h4, h5, h6
{
	font-weight: bold;
	font-size: 1.3em;
}



/* General layout */
#layouttable
{
    margin-left: auto;
    margin-right: auto;
    width: 700px;
}
#header
{
    width: 700px;
    height: 240px;
    background-image: url('images/header.jpg');
    background-repeat: no-repeat;
}
#left
{
    width: 125px;
    padding-left: 35px;
}
#content
{
    width: 361px;
    padding-left: 9px;
    padding-right: 14px;
}
#right
{
    width: 125px;
    padding-right: 31px;
}
.left, .right
{
    width: 15px;
    height: 90px;
    background-image: url('images/side.png');
    background-repeat: repeat-y;
}
.chains
{
	width: 15px;
	height: 44px;
	background-image: url('images/chains.png');
	background-repeat: repeat-y;
}

/* Left and right sides */
#left .left, #right .left
{
    background-position: 1px 0px;
}
#left .right, #right .right
{
}
#left .top, #right .top
{
    width: 125px;
    height: 24px;
    background-image: url('images/navi_top.jpg');
    background-repeat: no-repeat;
}
#left .bottom, #right .bottom
{
    width: 125px;
    height: 12px;
    background-image: url('images/navi_bottom.png');
    background-repeat: no-repeat;
}
#left .content, #right .content
{
    width: 95px;
    height: 90px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
#left .chainleft, #right .chainleft
{
    width: 100px;
    background-position: 10px 0px;
}

/* Centre */
#content .right
{
}
#content .top
{
    width: 361px;
    height: 22px;
    background-image: url('images/main_top.jpg');
    background-repeat: no-repeat;
}
#content .bottom
{
    width: 361px;
    height: 13px;
    background-image: url('images/main_bottom.jpg');
    background-repeat: no-repeat;
}
#content .content
{
    width: 331px;
    height: 90px;
    padding: 0px 0px 0px 0px;
}
#content .chainleft
{
    width: 331px;
    background-position: 10px 0px;
}