body,td,input,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
body {
	background-image: url(../img/headerlongbg.gif); 
	background-repeat: repeat-x;
	background-color: #fff;
}
a {
  outline: none;
}
table, td {
	border-color: #BBBBBB;
	border-style: solid;
}
table {
	border-width: 0 0 1px 1px;
	border-spacing: 0;
	border-collapse: collapse;
}
td {
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #000000;
	vertical-align:top;
}
img {
	border:0px;
}
thead td {
	padding-top:5px;
	padding-bottom:5px;
}

/*DIVS*/
#container {
	width:1200px;
}
#topheader {
	display: block;
	margin-left:5px;
	padding:0;
	margin-top:5px;
	color: #339;
	font-family: Arial, Helvetica, sans-serif;
  font-size: 2em;
	font-weight:bold;
  letter-spacing: -1px;
}
#thetree {
	width: 250px;
	float: left;
	margin-left: 5px;
	margin-right: 0;
	padding: 10px;
	margin-top: 0;
	height: 600px;
  background-color: #fff;
	border: 2px solid #cccccc;
 overflow-x:hidden;
}

/* added by Stemar 2006-06-27 */

#thetreeMenu {
  clear: both;
}  
#thetreeMenu a {
  color: #339;
}
#thetreeMenu a:link,
#thetreeMenu a:visited {
  text-decoration: none;
}
#thetreeMenu a:focus,
#thetreeMenu a:hover,
#thetreeMenu a:active {
  text-decoration: underline;
}
#firstblock {
  padding-bottom: 3em; 
  border-bottom: 1px solid #eee;
}
#firstblock p.upload {
  float: left;
  text-align: left;
}
#firstblock p.logout {
  float: right;
  text-align: right;
}
#firstblock a {
  margin: 0;
  padding: .25em .5em; 
  font-weight: bold;
  line-height: 20px;
  text-align: center; 
}
#firstblock a.uploadbutton:link,
#firstblock a.uploadbutton:visited {
  text-decoration: none; 
  background-color: #ddd; 
  color: #336;
}
#firstblock a.uploadbutton:focus,
#firstblock a.uploadbutton:hover,
#firstblock a.uploadbutton:active {
  text-decoration: none; 
  background-color: #336; 
  color: #fff;
}
#firstblock a.logoutbutton:link,
#firstblock a.logoutbutton:visited {
  text-decoration: none; 
  background-color: #fff; 
  color: #d00;
}
#firstblock a.logoutbutton:focus,
#firstblock a.logoutbutton:hover,
#firstblock a.logoutbutton:active {
  text-decoration: none; 
  background-color: #d00; 
  color: #fff;
}

/* -------------------------- */

#thefiles {
	width:530px;
	float: left;
	margin-left:5px;
	padding:10px;
	margin-top:0;
	height: 600px;
	min-height: 600px;
	border:2px solid #cccccc;
	background-color: #fff;
 overflow:auto;
}	
#mybasket {
	width:200px;
	float: left;
	margin-left:5px;
	padding:10px;
	margin-top:0;
	height: 600px;
	border:2px solid #cccccc;
	background-color: #fff;
 overflow:auto;
}
#footer {
	clear:both;
	display: block;
	margin-left:5px;
	padding:10px;
	margin-top:5px;
	color: #ccc;
	font-size: 0.8em;
}
#footer a {
	color: #ccc;
}
/*CLASSES*/
.formlabel {
	font-weight: bold;
	text-transform: capitalize;
	background-color: #D9D9D9;
}

.formlabel a {
	color: #000;
}
.graylabel {
	font-weight: bold;
	text-transform: capitalize;
	background-image: url(../img/di2.gif); 
	background-repeat: repeat-x;
	background-color: #D9D9D9;
}
.buttons {
	background-image: url(../img/di2.gif); 
	background-repeat: repeat-x;
	border: 1px solid #D9D9D9;
	padding: 2px;
	text-transform: capitalize;
}
