﻿
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.MessageLabel
{
	color:Red;
	font-size:small;
	font-weight:bold;
}

.tooltip
{
	font-family:Verdana;
	font-size:xx-small;
	FONT-WEIGHT: bold;
	COLOR: #000000;
	TEXT-DECORATION: none;
}
.alignment
{
	font-weight: bold;
	
	padding-left:70px;
	text-align:right;
}
.InputButton {
     border: 1px solid #71B1D3;
	 /*background-image:url('../Images/button_bg.jpg');*/
	 background-repeat:repeat-x;	 
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 11px;
     color: #ffffff;
	 font-weight:bold;
	margin-left: 0px;
	background-color:#808000;
    width: 39px;
	}

.tablestyle
{
	font-family: Verdana;
	font-size: 10px;
	border: solid 1px #87c1e7;
	margin-right: 0px;
}

.headerstyle th
{
	background-color:#808000;
	border-bottom: #507d9f 2px solid;
	font-weight: bold;
	color: #ffffff;
	padding-left:10px;
	text-align:center ;
	text-decoration: none;
	height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.headerstyle1
{
	background-color:#808000;
	border-bottom: #507d9f 2px solid;
	font-weight: bold;
	color: #ffffff;
	padding-left:10px;
	text-align:left ;
	text-decoration: none;
	height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


.headerstyle th a
{
	background-color: #808000;
	 /*#71b3e5*/
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
	text-align:left;
	height:20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.altrowstyle
{
	background-color: #eceadb;
	/*#ecebeb*/
	padding-top: 5px;
	padding-bottom: 5px;
	height:20px;
} 

.rowstyle 
{
	background-color: #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom:#d1d1cf 1px solid;
	padding-left: 10px;
	height:20px;
	
}

.iframeprogress
{
	border: 1px;
	position: absolute;
	z-index: 9;
	left: 0px;
	top: 0px;
	width: expression((this.offsetParent.clientWidth) + this.offsetParent.scrollLeft);
	height: expression((this.offsetParent.clientHeight)+ this.offsetParent.scrollTop);
	background-color: #CCCCCC;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35, FinishOpacity=0, Style=0, StartX=0, FinishX=100, StartY=0, FinishY=100);
}
.progress
{
	display: block;
	padding: 2px 3px;
	position: absolute;
	z-index: 10;
	left: expression((this.offsetParent.clientWidth/2)-(this.clientWidth/2)+this.offsetParent.scrollLeft);
	top: expression((this.offsetParent.clientHeight/2)-(this.clientHeight/2)+this.offsetParent.scrollTop);
}
.container
{
	border: solid 1px #66ace0;
	border-width: 1px 0px;
	z-index: 100;
}
.header
{
	/* background: url(../images/tdhdbg.gif) repeat-x 0px 0px; */ /* border-color: #808080 #808080 #ccc; */
	background-color: #507d9f;
	border-color: #507d9f #507d9f #ccc;
	border-style: solid;
	border-width: 0px 1px 1px;
	padding: 0px 10px;
	font-size: 9pt;
	font-weight: bold;
	line-height: 1.9;
	color: #FFFFFF;
	font-family: arial,helvetica,clean,sans-serif;
	z-index: 100;
}

.body
{
	background-color: #f2f2f2;
	border-color: #66ace0;
	border-style: solid;
	border-width: 0px 1px;
	padding: 10px;
}




