﻿body
{
	font-family: Verdana;
	background-color: Silver;
}
.lnkButton
{
	border: 2px outset;
	padding: 4px;
	text-decoration: none;
	color:Black;
	background-color: silver;
	height: 60px;
	margin-bottom: 15px;
}
.textEntry
{
	text-align: center;
	font-size:inherit;
}
BUTTON
{
	font-family: Verdana;
}
a.button
{
	/* Sliding right image */
	background: transparent url( 'button_right.png' ) no-repeat scroll top right;
	display: block;
	float: left;
	height: 32px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */ /* FONT PROPERTIES */
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background: url(Images/button_right_05.png) no-repeat right top;
}
a.button span
{
	/* Background left image */
	background: transparent url( 'button_left.png' ) no-repeat;
	display: block;
	line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding: 7px 0 5px 18px;
	background: url(Images/button_left_05.png) no-repeat;
} 
a.button:hover span{
text-decoration:underline;
}
TextBox
{
	font-size:inherit;
	font-family:Verdana;
}
.brdTopLeft
{
	border-width:thin;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: solid;
	border-bottom-style: none;
	border-color:#009999;
}
.brdTopRight
{
	border-width:thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: none;
	border-bottom-style: none;
	border-color:#009999;
}
.brdBotLeft
{
	border-width:thin;
	border-top-style: none;
	border-right-style: none;
	border-left-style: solid;
	border-bottom-style: solid;
	border-color:#009999;
}
.brdBotRight
{
	border-width:thin;
	border-top-style: none;
	border-right-style: solid;
	border-left-style: none;
	border-bottom-style: solid;
	border-color:#009999;
}
.popupWindow
{
	text-align: left;
	position: absolute;
	left: 100px;
	top: 50px;
	width: 400px;
	border: solid 2px black;
	padding: 10px;
	background-color: white;
	filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=5, OffY=5, Color=#cccccc);
	display: none;
}
.gvIndent15
{
	text-indent: 15pt;
}
.gvIndent
{
	text-indent: 30pt;
}
.gvIndentRight
{
	padding-right:25pt;
}
.gvIndentRight10
{
	padding-right:10pt;
}
.watermark
{
	text-align:center;
	color:White;
}
TD
{
	vertical-align:top;	
}
