﻿.form1
{
    font-family:Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #6d6e71;
}
.required
{
    color: #FF0000;
}
input
{   font-family:Verdana, Arial, Trebuchet MS;
    font-size: 11px;
}
input.textbox
{
    border-bottom: thin solid #C0C0C0;
    padding-left: 5px;
    border-style: solid solid solid solid;
    border-width: 1px;
    background-color: #FFFFFF;
    font-family:Verdana, Arial, Trebuchet MS;
    border-color: #C0C0C0;
}
.textarea
{   font-family:Verdana, Arial, Trebuchet MS;
    font-size: 11px;
}

.err
{
    font-weight: normal;
    color: #FF0000;
    font-family:Verdana, Arial, Trebuchet MS;
}
#sqlContent {
    font-family:Verdana, Arial, Trebuchet MS;
    font-size: 11px;
}
#sqlContent th a:link, #sqlContent th a:visited{
	color: #FFFFFF!IMPORTANT;
	font-weight:bold;
	text-decoration:none;
	font-size: 11px;
	font-family:Tahoma;
}
#sqlContent td a:link, #sqlContent td a:visited{
	color: #6d6e71!IMPORTANT;
	font-weight:bold;
	text-decoration:underline;
	font-size: 11px;
	font-family:Tahoma;
}
#txtContent {
    font-family:Verdana, Arial, Trebuchet MS;
    font-size: 11px;
}
#txtContent a:link, #sqlContent a:visited{
	color: #6d6e71!IMPORTANT;
	font-weight:bold;
	text-decoration:underline;
	font-size: 11px;
	font-family:Verdana, Arial, Trebuchet MS;
}

table.asp_grid
{
    background-color:#fff;
    padding:1 1 1 1;
    border:none;
}

table.asp_grid th
{
    vertical-align:text-top;
    text-align:left;
    color:#fff;
    font-weight:bold;
    font-size:11px;
    background-color:Gray;
    padding:5px 5px 5px 5px;
}
table.asp_grid a, table.asp_grid a:link, table.asp_grid a:visited, table.asp_grid a:hover
{
    font-size: 11px !IMPORTANT;
    font-weight:bold !IMPORTANT;
    font-family:Verdana, Arial, Trebuchet MS !IMPORTANT;
    color: #FFFFFF!IMPORTANT;
}
table.asp_grid td
{
    vertical-align: top;
    text-align: left;
    color: #666666;
    padding: 5px 5px 5px 5px;
}
table.asp_grid td.shaded
{
    background-color: #eee;
}

#asp_content
{
    padding-top: 20px;
    width: 950px;
    height: auto;
    float: right;
    min-height: 545px;
    margin-right: 0px;
    font-family: Verdana, Arial, Trebuchet MS;
    font-size: 11px;
}
#asp_content_wide
{
}
#asp_content a:link, #asp_content a:visited{
	color: #6d6e71;
	font-weight:bold;
	text-decoration:underline;
	font-size: 11px;
	font-family:"verdana";
}

#asp_content a:hover {text-decoration:none;}

#asp_content p {
    font-family:Verdana, Arial, Trebuchet MS;
    font-size: 11px;
    color: #6d6e71;
	text-align:justify
}