﻿body
{
    margin: 5px;
}

body.Rules
{
    background-image:none;
    background-color:#00777E;
    margin: 5px;
}

td
{
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}

p
{
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}

.popfooter
{
    background-color: #000000;
    padding-right: 10px;
}

.popheader
{
    background-color: #000000;
    padding-right: 10px;
    font-size: x-large;
    font-weight: bold;
}

a
{
    font-family: Arial;
    text-decoration: underline;
    font-size: 12px;
    color: #0000FF;
}

.tabs
{
    position: relative;
    top: 1px;
    left: 10px;
    color: #000000;
}
.tab
{
    border: solid 1px black;
    background-color: #3d99a0;
    padding: 2px 10px;
    color: #000000;
}
.selectedTab
{
    background-color: #a6cccf;
    border-bottom: solid 1px #a6cccf;
    color: #000000;
}
.tabContents
{
    border: solid 1px black;
    padding: 10px;
    background-color: #3d99a0;
    color: #000000;
}

input 
{
    background-color: Transparent;
    color:#000000;
    font-family:Arial;
    font-weight:bold;
    font-size:12px;
}

.inputtext
{
    border:1px solid #000000;
}

.inputtext2
{
    border:1px solid #000000;
    text-align:center;
}

.buttonSubmit
{
    border:1px solid #000000;
    color: #FFFFFF;
    background-color:#CC0000;
}

select
{
	font-family:Arial;
	font-size:12px;
	color:#000000;
	border:1px solid #000000;
}

ul
{
    font-family: Arial;
    font-size: 12px;
    color: #FF0000;
}

li
{
    font-family: Arial;
    font-size: 12px;
    color: #FF0000;
}
