﻿a
{
    color:#b2b4b3;
    font-size:11pt;
}
a:link
{
    color:#b2b4b3;
}
a:hover
{
    color:#b2b4b3;
    text-decoration:none;
}


a.hidden:link {color: #ffffff}
a.hidden:visited {color: #ffffff}
a.hidden:hover {color: #ffffff}

body
{
    font-family:Arial;
    font-size:10pt;
}

.divDataLabel
{
    width:200px;
    text-align:left;
    float:left;
}
.divDataControl
{
    text-align:left;
}


td
{
    vertical-align:top;
}    
input[type="submit"]
{
	background: url(images/buttonbg.gif) no-repeat 25% 50% #333;
	border: 1px solid #8b3f09;
	margin-bottom: 3px;
	color: #FFF;
	height: 22px;
	padding: 0 10px 0 10px;
	font-size: 11px;
	font-weight: bold;
}
.errorMessage
{
    color:#ffffff;
}
label.error { float: none; color: white; padding-left: .5em; vertical-align: top; }
p { clear: both; }

#divTab
{
    float:right;
    width:405px;
    height:97px;
    overflow:hidden;
    background-image:url('images/tab.gif');
}

img
{
    padding:0px;
    border:none;
    margin:0px;
}
th
{
    text-align:center;
}