﻿body 
{
    margin-top:0px;
    background-color:Gray;
    font-family:Arial;
    font-size:8pt;
    color:Black;
    background-image:url('http://wltic.com/wp-content/themes/home/images/background2.jpg');
}

a:Link
{
	font-family:Arial;
	font-size:8pt;
	color:Blue;
	text-decoration:none;
}

a:Visited
{
	font-family:Arial;
	font-size:8pt;
	color:Blue;
}

a:Hover
{
	font-family:Arial;
	font-size:8pt;
	color:Blue;
	text-decoration:underline;
}

a:Active
{
	font-family:Arial;
	font-size:8pt;
	color:Blue;
}

.errorValidators
{
    font-family:Arial;
    font-size:8pt;
    color:Red;
}

.boldLogin
{
    font-family:Arial;
    font-size:8pt;
    color:Black;
    font-weight:bold;
}

.smallBold
{
    font-family:Arial;
    font-size:8pt;
    color:Black;
    font-weight:bold;
}

.normalText
{
    font-family:Arial;
    font-size:8pt;
    color:Black;
    font-weight:normal;
}

.normalBold
{
    font-family:Arial;
    font-size:8pt;
    color:Black;
    font-weight:bold;
}

.sectionHeader
{
    font-family:Arial;
    font-size:12pt;
    color:Navy;
    font-weight:bold;
    background-color:#EEEEEE;
}

hr
{
	color:Gray;
	height:1px;
}

.dataEntry
{
    font-family:Arial;
    font-size:8pt;
    color:Black;
    font-weight:bold;
    background-color:#EEEEEE;
}

.dataValidator
{
    border-color:Red;
    background-color:#FFFF80;
    border-style:dashed;
    border-width:.08em;
    height:20px;
}

th {
font-size: 8pt;
font-weight: bold;
text-align: center;
background-color:Gray;
color: white;
border-right: 1px solid silver;
position:relative;
cursor: default;
/*IE5+ only*/
/*top: expression(document.getElementById("div-datagrid").scrollTop-2);*/
z-index: 10;
}

/* Keeps the header as the top most item. Important for top left item*/
th.locked {z-index: 99;}

.balloon  {
	width: 315px;
}
.balloonmiddle {
	width: 295px;
	background-image: url(images/balloonmiddle.gif);
	background-repeat: repeat-y;
	font-family: tahoma, arial;
	font-size: 10px;
	font-style: normal;
	padding-left:10px;
	padding-right:10px;
}
.balloontop {
	width: 315px;
	background-image: url(images/balloontop.gif);
	height: 10px;
	background-repeat: no-repeat;
}
.balloonbottom {
	width: 315px;
	background-image: url(images/balloonbottom.gif);
	height: 30px;
	background-repeat: no-repeat;
}

.modalBackground 

{ 

    background-color: Gray; 

    filter: alpha(opacity=50); 

    opacity: 0.50; 

} 

 

.updateProgress 

{ 

    border-width: 1px; 

    border-style: solid; 

    background-color: #FFFFFF; 

    position: absolute; 

    width: 180px; 

    height: 65px; 

} 
