﻿body 
{
	font-family: Tahoma;
	font-size: 8pt;
	color:Navy;
}

input
{
	font-family: Tahoma;
	font-size: 8pt;
}

a
{
	color: navy;
	text-decoration: none;
}

a:hover
{
	color: #336699;
	text-decoration: none;
}

a.CustomLink
{
	color: #666666;
	border-bottom: dotted 1px #666666;
	text-decoration: none;
	padding: 2px;
}

a.CustomLink:hover
{
	color: #000000;
	border-bottom: dotted 1px #000000;
	text-decoration: none;
	padding: 2px;
}

hr
{
	border: dashed 1px #000000;
}

.Menu
{
	height: 33px;
	background-image: url(Images/bgmenu.gif);
	background-repeat: repeat-x;
}

.Menu-LeftSide
{
	height: 33px;
	background-image: url(Images/menu-leftside.gif);
	background-repeat: no-repeat;
}

.Menu-RightSide
{
	height: 33px;
	background-image: url(Images/menu-rightside.gif);
	background-repeat: no-repeat;
}

.Menu2
{
	height: 33px;
	background-image: url(Images/bgmenu2.gif);
	background-repeat: repeat-x;
}

.Menu2-LeftSide
{
	height: 33px;
	background-image: url(Images/menu2-leftside.gif);
	background-repeat: repeat-x;
}

.Menu2-RightSide
{
	height: 33px;
	background-image: url(Images/menu2-rightside.gif);
	background-repeat: repeat-x;
}

.Menu3
{
	height: 33px;
	background-image: url(Images/bgmenu3.gif);
	background-repeat: repeat-x;
}

.Menu3-LeftSide
{
	height: 33px;
	background-image: url(Images/menu3-leftside.gif);
	background-repeat: repeat-x;
}

.Menu3-RightSide
{
	height: 33px;
	background-image: url(Images/menu3-rightside.gif);
	background-repeat: repeat-x;
}

.Content
{
	background-color: #C5D5DD;
	border: solid 1px #336699;
	padding: 10px;
}

.Titlebar-LeftSide
{
	background-image: url(Images/titlebar-leftside.gif);
	background-repeat: no-repeat;
	width: 32px;
	height: 8px;
}

.Titlebar-RightSide
{
	background-image: url(Images/titlebar-rightside.gif);	
	background-repeat: no-repeat;
	width: 32px;
	height: 7px;
}

.Titlebar
{
	background-image: url(Images/titlebar.gif);
	background-repeat: repeat-x;
	height: 32px;
}

.GridView-Header
{
	background-image: url(Images/gridview-header.gif);
	height: 26px;
}

.Help-Tooltip
{
	position: absolute;
	background-color:WhiteSmoke ;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	display: none;
	padding: 2px;
	width: 250px;
}

.Help_Tooltip_Title
{
	width: 100%;
	color: navy;
	padding: 2px;
}

.ToolTip
{
	position: absolute;
	background-color: gainsboro;
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	border-bottom: silver 1px solid;
	display: none;
	padding: 2px;

}

.Message
{
	color:Navy;
	font-weight: bold;
	padding: 2px;
}