body
{
    background-color: #606060;
    padding: 0px;
    margin: 0px;
    font-family: trebuchet ms, tahoma, verdana, arial, lucida, helvetica, helv, sans-serif;
}

#container
{
    background-image: url(images/mainbg.png);
    background-repeat: repeat-y;
    background-color: #606060;
    background-position: top center;
    padding: 0px;
    margin: 0px;
    font-family: trebuchet ms, tahoma, verdana, arial, lucida, helvetica, helv, sans-serif;
    width: 100%;
}

#content
{
        position: relative;
        left: 50%;
        margin-left: -291px;
        width: 582px;
        padding: 0px;
}

#topshadow, #bottomshadow
{
        position: relative;
        left: 50%;
        margin-left: -329px;
        width: 658px;
        padding: 0px;
        background-color: #606060;
        height: 27px;
}

.bannerImage
{
        width: 582px;
        display: block;
        padding: 0px;
        
}

.panel
{
        padding: 0px 0px 8px 0px;
        width: 291px;
        background-image: url(images/bottombg.png);
        background-repeat: repeat-x;
        background-position: bottom left;
        background-color: #f2f2f2;
}

.panel p
{
        margin: 0px 16px 4px 16px;
        font-size: 11px;
        color: #666;
}

.panel h1
{
        margin: 0px 16px 4px 16px;
        font-size: 13px;
        font-weight: bold;
        color: #000000;
}

.button
{
    border: 1px solid: #999;
    background-image: url(images/buttonbg.png);
    background-color: #ffffff;
}

td
{
    vertical-align: top;
}

input, textarea
{
	font-size: 11px;
	font-weight: normal;
	background-color: none;
	border: 1px solid #999;
}


.button
{
	background-image: url(images/buttonbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #f2f2f2;
	height: 21px;
}

.error
{
	font-weight: bold;
	color: #FF0000;
}

a
{
	color: #FC8728;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.panel ul
{
	font-size: 11px;
	margin-top: 0px;
	color: #666;
	padding-right: 16px;
	margin-bottom: 4px;
}

.panel ul li
{
	margin: 1px 0px 1px 0px;
	padding: 0px;
}

a img
{
	border: 0px;
}

.panel table tr td
{
	font-size: 11px;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	vertical-align: middle ;
	border-top: 1px solid #999;
}

.panel table
{
	border: 1px solid #666;
	margin: 0px;
	padding: 0px;
}

.tableHeader td
{
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	background-color: #333;
}

p.center
{
	text-align: center;
}

p.right
{
	text-align: right
}