﻿body 
{
    margin:0 0 0 0;
    font-family:Tahoma;
    font-size:11px;
    color:White;
}
td.LinkArea
{
    font-weight:bold;
}
td.Header
{
	background-color:#424242;
	font-weight:bold;
}
td.Error
{
	font-size:11px;
	font-family:Tahoma;
	color:Red;
}
a.LinkArea
{
    font-weight:bold;
    color:White;
    text-decoration:none;
}
a.LinkArea:hover
{
    text-decoration:underline;
}
input
{
    width:100px;
	font-family:Tahoma;
	font-size:11px;
}
input.B
{
    width:50px;
	font-family:Tahoma;
	font-size:11px;
}
input.C
{
    width:80px;
	font-family:Tahoma;
	font-size:11px;
}
input.Name
{
	width:180px;
	font-family:Tahoma;
	font-size:11px;
}
input.fu
{
	width:210px;
	font-family:Tahoma;
	font-size:11px;
}
textarea
{
	font-family:Tahoma;
	font-size:11px;
	width:180px;
}
td.Data
{
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
}
td.DataBig
{
	font-family:Tahoma;
	font-size:14px;
	font-weight:bold;
}
select
{
	width:150px;
	font-family:Tahoma;
	font-size:11px;
}
tr.GridRow
{
	background-color:#373737;
	text-align:left;
	vertical-align:top;	
}
tr.GridHeader
{
	background-color:#505050;
}
tr.GridAlternateRow
{	
	text-align:left;
	vertical-align:top;	
	background-color:#666666;
} 
tr.GridPaging
{
	text-align:right;
}
td.ErrMesg
{
    color:#ffb22c;
    font-weight:bold;
}
a.LinkAreaSmall
{
	font-size:10px;
    font-weight:bold;
    color:White;
    text-decoration:none;
}
a.LinkAreaSmall:hover
{
    text-decoration:underline;
}
a
{
    color:#ccd8f1;
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}