
body {
font-family: Tahoma, sans-serif;
font-size: 11px;
line-height: 1.3;
}

h1 {
font-size: 14px;
margin: 0 0 1px 0;
}

td#nav {
text-align: right;
vertical-align: middle;
}

#nav a, #nav a:visited, #nav a:active #nav a:hover{
padding-left: 10px;
text-decoration: none;
}

a, a:visited, a:active {
color: black;
font-weight: bold;
}

a:hover {
color: #ff9900;
}


a.read {
    background: url(../img/forum/unread.gif);
    background-repeat: no-repeat;
    padding-left: 10px;
    color: black;
    font-weight: bold;
}

a.read:visited {
    background: url(../img/forum/read.gif);
    background-repeat: no-repeat; 
    color: black;
    font-weight: normal;
}

a.read:hover {
color: #ff9900;
}

td#nav {
padding: 10px;
}


div.buttonOver {
text-align: left;
padding-left: 10px;
color: white;
background: #ff9900;
border: 1px solid white;
width: 150px;
height: 20px;
cursor: hand;
margin-top: 10px;
margin-left: 6px;
line-height: 2;
font-weight: bold;
font-size: 9px;
}

div.buttonOut {
text-align: left;
padding-left: 10px;
color: white;
background: transparent;
border: 1px solid white;
width: 150px;
height: 20px;
margin-top: 10px;
margin-left: 6px;
line-height: 2;
font-weight: bold;
font-size: 9px;
}

.submitOver {
text-align: center;
color: black;
background: white;
border: 1px solid black;
width: 75px;
height: 20px;
margin-top: 10px;
margin-left: 6px;
font-weight: bold;
line-height: 1;
font-size: 9px;
cursor: hand;
}

.submitOut {
text-align: center;
color: black;
background: white;
border: 1px solid gray;
width: 75px;
height: 20px;
margin-top: 10px;
margin-left: 6px;
font-weight: bold;
line-height: 1;
font-size: 9px;
}

textarea {
color: black;
border: 1px solid gray;
/*width: 225px;*/
height: 75px;
font-weight: normal;
font-size: 11px;
}

input {
color: black;
border: 1px solid gray;
/*width: 95px;*/
height: 15px;
font-weight: normal;
font-size: 11px;
}

input.noStyle {
color: black;
border: 0px solid gray;
width: 12px;
height: 12px;
font-weight: normal;
font-size: 12px;
}

div#container {
	display: none;
	border: 1px solid gray;
	width: 640px;
	height: 400px;
}

div#leftcol {
border: 0px solid black;
color: white;
font-weight: bold;
/*background: url(img/service_dark.gif);*/
width: 75px;
}

div#middlecol {
margin-left: 250px;
}
td {
vertical-align: top;
}

.warning {
color: red;
}

.indented{
margin: 15px;
}

.headline {
font-weight: bold;
color: #ff9900;
}

dl {
list-style-type: none;
font-size: 9px;
}
                  
dt {
font-weight: bold;
color: black;
}
                 
dd {
margin: 0px;
margin-left: 10px;
padding: 0;
}

