﻿/* default.css for GEA/Niro Web File Manager */

.mainbody {
	background-color: #FFFFFF;
}

.bodytext {
	font-family: Arial, Helvetical, sans-serif;
	font-size: 14px;
	color: black;
	position: absolute;
	top: 20px;
	left: 20px;
	margin-top: 30px;
}

.table1 {
	border: 1px solid black;
	background-color: #EEEEEE;
	margin-top: 10px;
	margin-bottom: 10px;
}

.table1 tr th {
	background-color: #EEEEEE;
	padding: 2px;
}	

.table1 tr td {
	background-color: #EEEEEE;
	padding: 2px;
}	

.table2 {
	border-top: 1px solid black;
	border-left: 1px solid black;
	background-color: #EEEEEE;
	margin-top: 10px;
	margin-bottom: 10px;
}

.table2 tr {
	height: 28px;
}
.table2 tr th {
	background-color: #74c7f1;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px 5px 2px 5px;
}	

.table2 tr td {
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	padding: 2px 5px 2px 5px;
}

.table2 tr td a {
	background-color: #74c7f1;
	text-decoration: none;
	font-size: 12px;
	padding: 1px 5px 1px 5px;
	border: 1px solid black;
	margin: 2px 5px 2px 5px;
	color: black;
}

.topmenu {
	position: absolute;
	background-color: #FFFFFF;
	top: 0px; 
	left: 0px; 
	width: 100%;
	height: 30px;
	min-width: 800px;
	border-bottom: 2px solid black;
}

.menuitem {
	width: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #74c7f1;
	border: 1px solid black;
	float: left;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
	margin-top: 5px;
	margin-left: 2px;
}

