TD		{FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 8pt;}
BODY		{FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 8pt; margin:5px;}
DIV		{FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 8pt;}
A       {COLOR: #363636; TEXT-DECORATION: none; cursor: pointer;}
A:hover {COLOR: #363636; TEXT-DECORATION: none; cursor: pointer;}
#spacebox
{
	background-image: url(../img/ratlogo.gif);
	background-attachment: fixed; 
	background-repeat: no-repeat;
	background-position: 97% 97%;
}
.leftmenulink 
{ 
	color:#215DC6;
	font-size:8pt;
}

A.leftmenulink:hover 
{ 
	color:#026AFE;
	text-decoration: underline;
}

.header {
	width: 100%;
	background-color: #026AFE;
	font-variant: small-caps;
	font-size: 18px;
	font-style: italic;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

TD.titlebar
{
	background-image: url(../img/titlebar.gif);
	border: solid 1px #0043CF; 
	border-left: 0px;
	border-right: 0px;
	background-color: #026AFE; 
	color: white;
}

TD.menu
{
	border: solid 1px #D8D2BD; 
	border-left: 0px;
	border-right: 0px;
	background-color: #F1EFE5; 
	color: black;
}

TD.leftmenu
{
	border: solid 1px #7393E1; 
	background-color: #7597E2; 
	color: black;
	background-image: url(../img/leftback.gif);
	background-attachment: fixed; 
}

TD.tiny
{
font-size:8pt;
}

TD.tinyblue
{
font-size:8pt;
background-color:#7597E2;
}

TD.tinywhite
{
font-size:8pt;
background-color:white;
}

.lined
{
	border: solid 1px white; 
}
TD.leftmenuitem
{
	border: solid 1px white; 
	background-color: #D6DFF7; 
	color: #215DC6;
	padding:2px;
	font-size:8pt;
}

TD.itemhead
{
	background-color: #7597E2; 
	color: #215DC6;
	background-image: url(../img/menuhead.gif);
	background-position: top left;
	width:185px;
	padding:2px;	
}

TABLE.item 
{
	width:185px;
	padding:0px;
}

TD.listhead
{ 
	background-color: #F1EFE5; 
	background-image: url(../img/listheader.gif);
	padding:0px;
}

.filenamecol
{
	background-color: #F7F7F7; 
}

.login
{
	background-image: url(../img/login.gif);
	height:291px;
	width:328px;
}

/* --- loader ---*/

#loader {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}

#loader td {
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding: 3px;
  background: #ffffff;
}

#loader p {
  border: 3px solid #6E89DD;
  padding: 10px;
  margin: 0;
  background: #EEF0FC;
}

#loader img {
  border: none;
  float: left;
  margin-right: 12px;
}

#loader strong {
  display: block;
  margin-bottom: 3px;
}

#loaderContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  position: absolute;
  /* for IE */
  >height: expression(document.documentElement.scrollHeight+'px');
  >width: expression(document.documentElement.scrollWidth+'px');
}

#loaderContainer td {
	padding-top: 150px;
	vertical-align: top;
	text-align: center;
	background-image: url(../img/semi-transparent.gif);
}

#loaderContainer td td {
	padding-top: 3px;
	text-align: left;
}
