﻿.HeaderBar 
{
	 background-image:url('Images/grid_header.png');
	 height:25px;
}
.GridHeaderBar
{
	 background-image:url('Images/b09.jpg');
	 height:25px;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.menuIcon 
{
    filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#C0C0C0, EndColorStr=#ffffff);
}
.MenuButton
{
	border-left: 1px solid White;
    border-right: 1px solid threedshadow;
    border-top: 1px solid White;
    border-bottom: 1px solid threedshadow;
    background-image:url('Images/b09.jpg');
	padding:0px;     color:menutext; 
	cursor:hand;
	height:24px;
    }
.GrayBorder
{
    border: 1px solid #C0C0C0;
}
.GrayLabel
{
    color: #808080;
}
a
{
    text-decoration: none;
}
.EditText
{
    border: 1px solid #000000;
    height: 20px;
}
.EditTable
{
    border: 1px solid #000000;
    width: 700px;
}
.SureButton
{
    background-color: #C0C0C0;
    color: #003366;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF #808080 #808080 #FFFFFF;
    font-size: small;
}
.AbortButton
{
    background-color: #C0C0C0;
    color: #FF0000;
    border-style: solid;
    border-width: 1px;
    border-color: #FFFFFF #808080 #808080 #FFFFFF;
    font-size: small;
}
a:hover
{
	font-weight: bold;
	color: #FF0000;
}
.CenterText
{
    border: 1px solid #666666;
    text-align: center;
}
.CenterUnderline
{
    text-align: center;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #000000;
}
.MenuLeft
{
	text-align: left;
	font-size: small;
	width: 90px;
}
