/* Basic Styles */
body {
	margin: 0px;
	padding: 0px;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 2pt;
}

a:link {color:#000;text-decoration:none;}
a:visited {color:#000;text-decoration:none;}
a:hover {color:#09c;text-decoration:none;}

.boldcapital {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2pt;
}

.makecyan {
	color: #09c;
}

.greyline {
	display: block;
	height: 1px;
	border-bottom: 1px solid #aaa;
}

/* Buttons */
a.basicbutton {
	display: inline;
	border: 1px solid #aaa;
	font-weight: bold;
	color: #666;
	letter-spacing: 2pt;
	text-transform: uppercase;
	text-align: center;
	padding: 3px 10px 3px;
	background-image: url("img/whitebox_50.gif");
}

a.basicbutton:hover {
	background-image: none;
	background-color: #09c;
	color: #fff;
}

#backbar {
	position: absolute;
	bottom: 5px;
	right: 2px;
}

a.backbutton {
	border: 1px solid #aaa;
	margin: 0px 0px 0px 2px;
	font-size: 7pt;
	font-weight: bold;
	color: #666;
	letter-spacing: 2pt;
	text-transform: uppercase;
	text-align: center;
	padding: 2px 2px 2px 4px;
	background-image: url("img/whitebox_50.gif");
}

a.backbutton:hover {
	background-image: none;
	background-color: #09c;
	color: #fff;
}

form input {
	letter-spacing: 0pt;
}


/* Index Page */
#container {
	position: fixed;
	top: 50%;
	margin-top: -100px;
	left: 50%;
	margin-left: -375px;
	width: 750px;
	height: 225px;
	*position: absolute;
}

#content {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 200px;
	width: 750px;
	border: 1px solid #aaa;
	overflow: hidden;
}

#copyright {
	position: absolute;
	top: 202px;
	height: 23px;
	width: 750px;
	text-transform: uppercase;
	font-size: 7pt;
	letter-spacing: 1pt;
	color: #aaa;
}

#keywords {
	display: none;
}

iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 200px;
	width: 750px;
}

/* Welcome Page */
#address {
	font-size: 8pt;
	letter-spacing: 2pt;
	line-height: 150%;
	color: #666;
}

/* Client Login Page */

/* Contact Page*/

#contactnames td {
	color: #aaa;
	padding: 2pt;
}

#contactnames td a {
	font-weight: bold;
	letter-spacing: 2pt;
}


/* Send Files Page */

#sendfilestable .basicbutton{
	width: 80px;
}

.dept {
	margin-top: 2px;
	color: #09c;
	font-weight: bold;
	letter-spacing: 2pt;
	border-bottom: 1px solid #09c;
}

/* Email Page */
#emailtable {
	background-image: url("img/email_bg.gif");
	height: 200px;
}

#emailform {
	position: relative;
	top: 8px;
}

#emailform td {
	padding: 2px;
}


/* FTP page */
#ftptable {
	background-image: url("img/ftp_bg.gif");
	height: 200px;
}

#userstats {

}

#upload {

}

#filelist {

}

/* Courier Page */

/* BNSF */
a.bnsfbutton {
	display: inline;
	border: 1px solid #c30;
	font-size: 8pt;
	font-weight: bold;
	color: #c30;
	letter-spacing: 2pt;
	text-transform: uppercase;
	text-align: center;
	padding: 3px 10px 3px;
	background-image: url("img/whitebox_50.gif");
}

a.bnsfbutton:hover {
	background-image: none;
	background-color: #c30;
	color: #fff;
}

#bnsftable td.header {
	text-align:center;
	padding:2px;
	background:#c30;
	color:#fff;
}