/* CSS Document */
body,td,th {
	font-family: Tahoma;
	font-size: 10pt;
	/* background-image:url(../img/transparentback.gif); */
	/* background-position:bottom right; */
	/* background-repeat:no-repeat; */
	/* background-attachment:fixed; */
}

.small-text {
	font-family: Tahoma;
	font-variant:small-caps;
	font-size: 8pt;
}

a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

a.nu:link {
	text-decoration: none;
}
a.nu:visited {
	text-decoration: none;
}
a.nu:hover {
	text-decoration: none;
}
a.nu:active {
	text-decoration: none;
}


.title {
	font-family:Tahoma;
	font-size:16px;
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

.header-row {
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	border:1px solid #E8E7E7;
	border-bottom:none;
	border-top:none;
	border-left:none;
	padding-top:3px;
	padding-bottom:3px;
}

.header-table {
	border:1px solid #E8E7E7;
	width:100%;

}

.standard-tab {
	border:1px solid #E8E7E7;
	border-bottom:none;
	padding-top:2px;
	padding-left:2px;
	padding-right:2px;
}

.standard-table {
	border:1px solid #E8E7E7;
	width:100%;
}

.header-row-last {
	font-family:Tahoma;
	font-size:8pt;
	font-weight:bold;
	padding-top:3px;
	padding-bottom:3px;
}

.footer {
	background-image:url(../img/footbackground.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#E0E0E0;
	padding-top:4px;
	padding-bottom:2px;
}

.footer-table {
	border:1px solid #E8E7E7;
	width:100%;
	border-top:none;
}

input.btn{
   color:#000000;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color:#ffffff;
   border:1px solid;
   border-top-color:#CCCCCC;
   border-left-color:#CCCCCC;
   border-right-color:#666666;
   border-bottom-color:#666666;
}

/* sticky notes */

.note { border:0px; font: 12px caption; font-weight: bold; background: #000000; text-decoration:none; color: #000000;}
A.note { text-decoration: none; }
.notebody { display:block; border:1px solid #000000; color: #000000; background: #FFFFFF; position:absolute; z-index: +10; width:300px; padding: 2px; left: 100px; font-size: 12px;}
.notetitle { font-weight: bold; background: <? getlookandfeel("logintablebackground") ?>; color: #000000; border:1px solid #999999; padding: 1px; width: 100%; margin: 0px;  font-size: 13px;}
.notehidden { display: none; }
.notevisible { display: block; position:absolute; z-index: +10; left:0px;}

#file_upload{
visibility='none'
}
