/********************************************************************************
	Standard elements
********************************************************************************/

body
{
	font-family: arial;
	font-size:11px;
}

/********************************************************************************
	Login window
********************************************************************************/

div.logIn_window
{
	width: 320px;
	height: 250px;
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-align: center;
	vertical-align: middle;
}

div.logIn_header
{
	padding: 8px 0;
	height: 21px;
	border-bottom:2px solid #ee2f25;
	text-align:left;
	font-size:16px;
	color:#666666;
}

div.logIn_body
{
	height: 190px;
	background-color: white;
	color:#666666;
	font-size:11px;
}

div.logIn_footer
{
	padding: 4px;
	height: 21px;
	color:#666666;
}

/********************************************************************************
	Interface window
********************************************************************************/

div.interface
{
	width: 900px;
	margin: 0px;
}

div.interface_header
{
	padding: 8px;
	border-bottom:2px solid #ee2f25;
	font-size:16px;
	color:#666;
	width:500px;
	margin:auto;
	text-align:left;
}

div.interface_header table
{
	position:absolute;
	padding:0;
	margin-left:550px;
	font-size:11px;
}

div.interface_body
{
	background-color:#FFFFFF;
}

div.interface_footer
{
	padding: 4px;
	height: 21px;
	color:#666666;
	text-align:center;
}

table.interface_user_list
{
	width: 522px;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
}


.users_list {
	border-bottom:2px solid #ee2f25;
	width: 522px;
	padding:8px 10px;
	font-size: 16px;
	text-align:left;
	color: #666;
}

	

tr.border_btw {
	border-bottom:1px solid #999;
}

div.interface_account_management
{
	width: 500px;
	height: 150px;
	margin: auto;
	margin-bottom: 20px;
	padding: 10px;
	font-size:11px;
	color:#666;
}

div.interface_file_upload
{
	width: 500px;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
	padding: 10px;
}

/********************************************************************************
	Filesystem
********************************************************************************/

table.filesystem_listFiles
{
	width: 500px;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
}
