@charset "UTF-8";
/* CSS Document */

body
{
	background-color:#e0e0e0;
	
}
#userlist
{
	color:#FFF
}

#userlist option
{
	background:#000
}


#pword
{
	position:relative;
	top:35px
}

#newUser
{left:104px;
opacity:0;
filter:alpha(opacity=00);/*Needed for IE*/
-moz-opacity:0.0;/*Older mozilla broswers like NN*/
-khtml-opacity: 0.0;
position:relative;
top:40px;
width:100px;
}

.usernameBox
{
	position:relative;
	top:140px;
	left:40px;
	width:308px;
	height:23px;
	
}

.passwordBox
{
	position:relative;
	top:177px;
	left:40px;
	width:308px;
	height:23px;
}

.loginButton
{
	position:relative;
	top:201px;
	left:245px;
	width:110px;
	height:32px;
}

.info
{
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666;
	top:20px;
	left:0px;
}

.loginForm 
{	
	position:relative;
	background-image: url(../img/login_bg_01.png);
	height: 319px;
	width: 419px;
	text-align:center;
	margin: 0 auto;
	
}
.adminForm 
{	
	position:relative;
	background-image:url(../img/admin_bg_01.jpg);
	height: 600px;
	width: 800px;
	text-align:center;
	margin: 0 auto;
	
} 
.clientForm 
{	
	position:relative;
	background-image:url(../img/client_01.jpg);
	height: 184px;
	width: 800px;
	text-align:center;
	margin: 0 auto;
	
}

.fileBlock 
{	
	position:relative;
	background-image:url(../img/filebox_01.jpg);
	height: 120px;
	width: 800px;
	text-align:right;
	margin: 0 auto;
}
 
form
{
	margin: 1em;
	text-align: center;
}

form input
{
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	color:#CCC;
	margin: 0 0 0.5em;
	background:none;
	border:none;
	
}

form select
{
	width: 100%;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background:none;
	border:none;
}

.divalign
{
	width:100%;
	height:100%;
	text-align:center;
	vertical-align:middle;
	margin:0 auto;
	
}

.logout 
{
	position:relative;
	top:35px;
	text-align:right;
	margin-right:35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666;
	
}
.uploader
{
	position:absolute;
	width:750px;
	height:50px;
	left: 25px;
	top: 102px;
}

.welcome
{
	position:relative;
	top:50px;
	text-align:left;
	margin-left:45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#CCC;
	display:none;
	
}
.deleteUsersForm
{
	position:absolute;
	top:363px;
	width:668px;
	left: 68px;
	height: 178px;
	text-align:center;
}

.deleteClientButton
{	
height:25px;
left:528px;
opacity:0;
filter:alpha(opacity=00);/*Needed for IE*/
-moz-opacity:0.0;/*Older mozilla broswers like NN*/
-khtml-opacity: 0.0;
position:relative;
top:76px;
width:110px;	
}
.createUsersForm
{
	position:absolute;
	width:342px;
	top:133px;
	left:69px;
	height: 166px;
}


.userlistSelect
{
	width:100%;
	height:35px;	
}

.filename
{
	position:relative;
	width:60%;
	top:31px;
	left: 120px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#999;
}
.filesize
{
	position:relative;
	width:60%;
	top:37px;
	left: 120px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#999;
}

.filedate
{
	position:relative;
	width:60%;
	top:43px;
	left: 120px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#999;
}

.downloadButton {
	color:#ABCD45;
	cursor:pointer;
	font-family:Helvetica;
	font-size:12px;
	height:14px;
	left:600px;
	position:absolute;
	top:69px;
	width:160px;
}


.viewButton {
	color:#ABCD45;
	cursor:pointer;
	font-family:helvetica;
	font-size:12px;
	height:14px;
	left:600px;
	position:absolute;
	top:45px;
	width:160px;
}


.deleteButton
{
	position:absolute;
	top:1px;
	left:1px;
	width:35px;
	height:35px;
	cursor:pointer;
	background:url(../img/delete_button.png);
}



a:link {
	text-decoration: none;
	color: #CCC;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #CCC;
}

.readout
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	color:#666;
	position:relative;	
	left:60px;
	top: 5px;
	width:308px;
	height:23px;

}