﻿body
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma, 'Microsoft Sans Serif' , Serif, Sans-Serif;
	height: 100%;
	margin: 0px;
}
a:link
{
	font-size: 9pt;
	font-family: Tahoma, 'Microsoft Sans Serif' , Sans-Serif;
	color: #330099;
	text-decoration: none;
	font-weight: lighter;
}
a:visited
{
	font-size: 9pt;
	font-family: Tahoma, 'Microsoft Sans Serif' , Sans-Serif;
	color: #330099;
	text-decoration: none;
	font-weight: lighter;
}
a:hover
{
    font-size: 9pt;
    font-family: Tahoma, 'Microsoft Sans Serif' ,  Sans-Serif;
    text-decoration: underline;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}
.textbox
{
	font-size: 9pt;
	color: #000066;
	font-family: Tahoma;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}
input{
	font-size: 9pt;
	color: #000066;
	font-family: Tahoma;
	
}
select
{
	font-size: 9pt;
	color: #000066;
	font-family: Tahoma;
	border-right: #cccccc 1px solid;
	border-top: #cccccc 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #cccccc 1px solid;
}

.checkbox
{
	font-size: 9pt;
	color: #000066;
	font-family: Tahoma;
}

.HeaderPage
{
	font-size: 10pt;
	color: #000000;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	filter: progid:dximagetransform.microsoft.gradient(gradienttype=1, startcolorstr=    'Thistle' , endcolorstr= '#ffffff' );
}

.HeaderSearch
{
	font-size: 9pt;
	color: white;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
	background-color: #6699cc;
}

.HeaderForm
{
	font-size: 10pt;
	color: navy;
	font-family: Tahoma;
	font-weight: bold;
	text-decoration: none;
}

.SearchArea
{
	background-color: #f5f5f5;
	border-right: #0099cc 1px solid;
	border-top: #0099cc 1px solid;
	border-left: #0099cc 1px solid;
	border-bottom: #0099cc 1px solid;
}

.GridAlternatingRowStyle
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma;
	height: 100%;
	background-color: #ffffcc;
}
.GridEditRowStyle
{
	font-size: 9pt;
	color: #0000ff;
	font-family: Tahoma;
	height: 100%;
}
.GridEmptyDataRowStyle
{
	font-size: 9pt;
	color: #0000ff;
	font-family: Tahoma;
	height: 100%;
}
.GridFooterStyle
{
	font-size: 9pt;
	color: #0000ff;
	font-family: Tahoma;
	height: 100%;
}
.GridHeaderStyle
{
	font-size: 9pt;
	color: blue;
	font-family: Tahoma;
	height: 100%;
	font-weight: bold;
	background-color: #ffff66;
}
.GridPagerStyle
{
	font-size: 9pt;
	color: #0000ff;
	font-family: Tahoma;
	height: 100%;
}
.GridRowStyle
{
	font-size: 9pt;
	color: #000000;
	font-family: Tahoma;
	height: 100%;
}
.GridSelectedRowStyle
{
	font-size: 9pt;
	color: #0000ff;
	font-family: Tahoma;
	height: 100%;
}

.TextField
{
	font-weight: bold;
	color: #003366;
	font-size: 9pt;
	font-family: Tahoma;
}

.TextHeader
{
	font-size: 10pt;
	font-family: Tahoma;
	filter: progid:dximagetransform.microsoft.gradient(gradienttype=1, startcolorstr=         'lightsteelblue' , endcolorstr= '#ffffff' );
}

.TableFormMasterEdit
{
	background-color: #f5f5f5;
	border-right: #0099cc 1px solid;
	border-top: #0099cc 1px solid;
	border-left: #0099cc 1px solid;
	border-bottom: #0099cc 1px solid;
}
.MainMenu
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma;
	height: 100%;
	margin-top: 0;	
	
}
.Text
{
	font-size: 9pt;
	color: black;
	font-family: Tahoma;
	height: 100%;
	margin-top: 0;
	
}

.Button
{
	border-right: steelblue 1px solid;
	border-top: steelblue 1px solid;
	border-left: steelblue 1px solid;
	border-bottom: steelblue 1px solid;
	background-color: lavender;
}
.PanelArea
{
	border-right: red 1px solid;
	border-top: red 1px solid;
	border-left: red 1px solid;
	border-bottom: red 1px solid;
}
.ReportViewer
{
	overflow: auto;	
}