body {
	font-family:Verdana,Helvetica, sans-serif;
	font-size:8pt;
	margin:0px;
	width: 100%;
	height: 100%;
}

A {
	color:#363636;
	text-decoration:none;
	cursor:default;
}

A:hover {
	color:#363636;
	text-decoration:none;
	cursor:default;
}

.leftmenulink {
	color:#000000;
	font-size:8pt;
}

A.leftmenulink:hover {
	color:#c4cfdc;
	text-decoration:underline;
}

.header {
	width:100%;
	background-color:#f4f4f4;
	font-variant:small-caps;
	font-size:18px;
	font-style:italic;
	height:20px;
	margin-top:0px;
	margin-bottom:5px;
}

TD.titlebar {
	background-image:url(../img/titlebar.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border:solid 1px #c4cfdc;
	border-left:0;
	border-right:0;
	background-color:#c4cfdc;
	color:#FFF;
}

TD.menu {
	border:solid 1px #e2e3df;
	border-left:0;
	border-right:0;
	background-color:#eeeeee;
	color:#000;
}

TD.leftmenu {
	color:#000;
/*	height: 100%;*/
	width: 212px;
}

TD.tiny {
	font-size:6pt;
}

TD.tinyblue {
	font-size:6pt;
	background-color:#c4cfdc;
}

TD.tinywhite {
	font-size:6pt;
	background-color:#FFF;
}

.lined {
	border:solid 1px #FFF;
}

TD.leftmenuitem {
	border:solid 1px #FFF;
	background-color:#fff;
	color:#999999;
	font-size:7pt;
	padding:2px;
}

td.itemheadContainer {
	background-color:#c4cfdc;
	background-image:url(../img/menuhead.gif);
	width:185px;
}

div.itemhead {
	color:#255282;
	font-weight: bold;
	padding: 2px;
}

table.item {
	width:185px;
	padding:0;
	text-align:left;
}

TD.listhead {
	background-color:#F1EFE5;
	background-image:url(../img/listheader2.gif);
	background-position: right;
	height: 18px;
	padding: 0px 4px;
}

.filenamecol {
	background-color:#F7F7F7;
	padding: 0px 4px;
}

.listcol {
	padding: 0px 4px;
	white-space: nowrap;
}

.login {
	background-image:url(../img/login.gif);
	height:271px;
	width:328px;
}

TD,DIV {
	font-family:Verdana,Helvetica;
	font-size:8pt;
}

.filename {
	margin: 2px;
}

#filelist {
	width: 100%;
	/*
	overflow:scroll;
	*/
}

div.toolbarButton {
	border: 1px solid #F1EFE5; /* same as td.menu's background-color. IE6 doesn't support 'transparent' property */
	cursor: default;
}

/* Not supported by IE 6 and 7 */
div.toolbarButton:hover {
	border-right: 1px solid #444444;
	border-bottom: 1px solid #444444;
	border-top: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
}

/* Not supported by IE 6 and 7 */
div.toolbarButton:active {
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-top: 1px solid #444444;
	border-left: 1px solid #444444;
}

div.toolbarButton table td {
	white-space: nowrap;
}

#login2{
  position: relative;
  top: 100px;
  width: 300px;
  text-align: left;

  background-color: #FFFFFF;

  border-width: 1px;
  border-style: solid;
  border-color: #7F9DB9;
}


.button,.button100,.fr_button
{
  border-width: 1px;
  color: #000000;
  font-size: 11px;
  height: 18px;
  margin: 0 0 0 0;
  padding: 0;
  background-repeat: repeat-x;
  background-position: 50px 49%;
  background-image: url('../img/buttonbg.gif');
}


