body {
	background-color : #DADADA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

a, a:visited, a:active {
	color : #006CD4;
	text-decoration : none;
}

a:hover {
	text-decoration : underline;
}

.functions {
	color: #006699;
	font-weight : bold;
	font-size : 14px;
}

h1 {
	text-align : center;
	color: #535353
}

.main {
	background-color : #FFFFFF;
	border: 4px solid #666666;
	letter-spacing : -1px;
}

th {
	text-align : left;
	letter-spacing : -1px;
	font-size: 11px;
	font-weight: normal;
}

td {
	font-size: 11px;
}

select.list {
	font-size: 7pt;
	letter-spacing : 1px;
}

.row1, .row2 {
	border-top: 1px solid;
	border-right: 1px solid #D0D0D0;
	padding-left : 2px;
	padding-right : 5px;
	font-size : 10px;
}

.row1 {
	background-color : #FEFEFE;
}

.row2 {
	background-color : #E9E9E9;
	
}

input {
	border: 1px solid #525152;
	background : White;
}

.btn {
	background : #E6F3F8;
	font : bold;
}

.small {
	font-size : 11px;
	font-style : italic;
	border : 2px solid #CCC8CC;
	background : #EBE9EB;
	text-align : center;
}

.error {
	border : 2px solid #CC6666;
	background-color : #7D0000;
	color: #D3D3D3;
	font : 15px;
}

td.error, th.error, td.msg, th.msg {
	border: 0px;
	font-size: 13px;
}

.msg {
	background-color : #8FBC8F;
	border: 2px solid #5E9D5F;
	font : 15px bold;
}

.progress {
	position: relative;
	top: 0;
	height: 13;
	z-index:1;
}

img {
	border: 0px;
}

img.progress, img.prg_left {
	border: 1px solid Black;
	height : 13px;
}

img.progress {
	border-right: 0px;
}

img.prg_left {
	border-left: 0px;
}

.prg_text {
	position:absolute;
	top: 1;
	left: 20%;
	font-size:10px;
	z-index:2;
}

a.helpLink {
	color:				#0F235C;
	text-decoration:	none;
	cursor:				help;
}

a.helpLink:hover {
	text-decoration:	underline;
}

.help-tooltip {
	position:	absolute;
	width:		250px;
	border:		1px Solid WindowFrame;
	background:	Infobackground;
	color:		InfoText;
	font:		StatusBar;
	font:		Status-Bar;
	padding:	3px;
	filter:		progid:DXImageTransform.Microsoft.Shadow(color="#777777", Direction=135, Strength=3);
	z-index:	10000;
}


.help-tooltip a,
.help-tooltip a:hover {
	color:		blue !important;
	background:	none;
}