﻿body {
	background-color: #3f4533;
}

.EventTableCell ul {
	list-style-type: none;
}

#idfgStateLinks, .whiteLinks { color: white; }

#wrapper 
{
    
    width:803px;
    height:318px;
    float:left;
    margin-left: 10px;
}

#header 
{
    background-color:#EAE8D9;
    width:805px;
    height: 104px;
    text-align:center;
}

#footer {}

#searchButtons 
{
	position:absolute;
	top: 125px;
	left: 825px;
	width: auto;
	height: auto;
}

#content 
{
    width:794px;
    height:12px;
}

#resultTable 
{
    width:900px;
    height:auto;
    padding: 10px;
    float: left;
}

#EventTableWrapper
{
    border: groove 5px gray;
    width:790px;
    height:81%;
    float:left;
    background-color: #336699;
}

.EventTableHeader 
{
    border: outset 3px beige;
    width:379px;
    height:40px;    
}

.EventTableColumn 
{
    border: ridge 5px beige;
    width:385px;
    height: auto;
    float:left;
}

.EventTableCell 
{
    border: outset 3px silver;
    padding: 0px 20px 0px 20px;
    width:339px;
    height:auto;
}

.EventTableDesc
{
    width:70;
    height:auto;
    float:Left;
}
.EventTableContent
{
    margin: 0px 5px 0px 5px; 
    width: 266px;
    height:auto;
    float:Left;
}

#ButtonCell 
{
    width: 754px;
    height: 28px;
    padding: 0px 20px 0px 20px;
}

.Button
{
    width: auto;
    height: auto;
    padding: 0px 5px 0px 5px;
    float: right;
}

/*-- Data grid styles -- */

.DataWebControlStyle
{
    font-size: 90%;
}

.HeaderStyle
{
    background-color: #336699;
    color: White;
    font-weight: bold;
}

.AlternatingRowStyle
{
    background-color: #EAE8D9;
}

