﻿
img
{
    border: 0px;
}
h1
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    text-transform: uppercase;
    font-size: 18px;
    color: Gray;
}
h2
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    color: Gray;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
}
h2 a
{
    color: Gray;
    }
h3
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    color: Gray;
    font-weight: bold;
    font-size: 14px;
}
h4
{
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    color: Gray;
    font-size: 12px;
}

/* Data Tables */
.datatable
{
	border-collapse: collapse;
	width: 100%;
}
.datatable th
{
	background-color: #004D94;
	color: White;
	text-align: center;
	font-weight: bold;
	padding: 3px;
}
.datatable tr
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #C6D0D9;
}
.datatable tr td
{
	vertical-align: middle;
	padding: 4px;
}
.datatable .altrow
{
	background-color: #DDDDDD;
	border-bottom: 1px solid #C6D0D9;
}
.datatable .altrow td
{
	vertical-align: middle;
	padding: 4px;
}
.datatable .totalrow
{
	background-color: #AAAAAA;
	border-top: 1px solid black;
	font-weight: bold;
}
.datatable .totalrow td
{
	vertical-align: middle;
}
.inputtable td
{
    height: 25px;
    padding: 2px;
    }
.inputtable .lbl 
{
    font-weight: bold;
    width: 30%;
    }
.inputtable .ans
{
    }
.eventtable
{
    width: 100%;
    border-collapse: collapse;
    }
.eventtable .right
{
    border-left: 1px solid Grey;
    vertical-align: top;
    padding: 10px 0px 10px 10px;
    width: 50%;
}
.eventtable .left
{
    border-right: 1px solid Grey;
    vertical-align: top;
    padding: 10px 10px 10px 0px;
    width: 50%;
    }
.homepanel
{
    width: 160px;
    border-collapse: collapse;
    margin-bottom: 5px;
    }
.homepanel .head
{
    color: White;
    font-weight: bold;
    background-image: url(Images/home_rightheader.gif);
    background-repeat: no-repeat;
    padding: 2px;
    text-align: left;
}
.homepanel .body
{
    border: solid 1px #005FA6;
    text-align: left;
    padding: 4px;
    }
.homepanel ul
{
    margin-left: 18px;
    }
.homepanel li
{
    padding: 5px 0px 0px 0px;
    }
.homepanel select
{
    font-size: 10px;
    }
.homepanel input
{
    font-size: 10px;
    }