/* Midland Computers File Storage System CSS Document */

* {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* Some browser do not fully support wildcard, so enforce font change over the site */
body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #666;
	color: white;
}

.centredlogin
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 25%;
	height: 25%;
	margin: auto;
}

#menu .menu{
	border:none;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:20em;
}
#menu a{
	display: block;
	text-decoration:none;
	font-weight:bold;
	border:none;
}

.centred {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 75%;
	height: 50%;
	margin: auto;
}

#filetree td
{
	border-bottom-style:solid; border-bottom-width:1px; border-bottom-color:#b9b9b9;
	border-right-style:dotted; border-right-width:1px; border-right-color:#b9b9b9;
}

#filetree td.file
{
	font-size:12px;
}

#filetree td.meta, #filetree a.control, #filetree input.control
{
	font-size:9px;
}

a:link
{
	color:#78bde8;
}
a:visited
{
	color:#78bde8;
}
a:hover
{
	color:#f0f0FF;
}


input.submit
{
	border: 3px double #0040e1;
	border-top-color: #52829f;
	border-left-color: #52829f;
	background-color: #78bde8;
	padding: 0.2em;
	background-repeat: repeat-x;
	color: #000000;
	font-size: 80%;
	/*font-weight: bold;
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;*/
}

input.submit:active
{
	border: 3px double #52829f;
	border-top-color: #0040e1;
	border-left-color: #0040e1;
	background-color: #78bde8;
}

.formtitle
{
	border-style:dotted; border-width:1px; border-color:#b9b9b9;
	border-right-style:none;
	background-color:#52829F;
}

.formdata
{
	border-style:dotted; border-width:1px; border-color:#b9b9b9;
	border-left-style:none;
}