body{
	margin:0px;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

.menu {
	padding:5px;
}

.menu a {
	display: inline-block;
	text-decoration:none;
	padding:5px;
	margin-right:5px;
	border:1px solid #CCC;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.menu a:hover	{
	color:#FFFFFF;
	background-color:#254796;
}

.menu1 a {
	display:block;
	text-decoration:none;
}

.menu1 a:hover	{
	text-decoration:underline;
}

.FormName{
	width:250px;
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	border-top:1px solid #FFF;
	background-color:#eee;
}
.FormNameAboute{
	color:#555;
	font-size:11px;
}
.FloatLeft{
	float:left;
}
.FloatRight{
	float:right;
}
.Clear{
	clear:both;
}
.Width10{width:10%;}
.Width20{width:20%;}
.Width30{width:30%;}
.Width40{width:40%;}
.Width50{width:50%;}
.Width60{width:60%;}
.Width70{width:70%;}
.Width80{width:80%;}
.Width90{width:90%;}
.Width100{width:100%;}

.AdminComponent legend{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #CCC;
	background-color:#eee;
}

.AdminComponent fieldset{
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/*border:1px solid #CCC;*/
	margin:5px;
	padding:8px;
}

.AdminComponent h1{
	border:1px solid #CCC;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin:5px;
	margin-top:10px;
	padding:5px;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#2547a8;
}

a:hover {
	color:#788bb8;
}

table.AdminResTable{
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}

table.AdminResTable td{
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

table.AdminResTable thead{
	background-color:#eee;
	font-weight:bold;
}

