#aliases{
	font-size: small;
	border: solid #000 1px;

	text-align: left;
}

#aliases legend{
	color: #000;
}

#aliases form{
	display: inline;
}

#aliases select{
	font-size: small;
}

#aliases fieldset{
	font-size: small;
	border: solid #000 1px;

	text-align: center;
}

#aliases fieldset legend{
	color: #000;
}

#aliases fieldset table{
	margin: auto;
	
	min-width: 60%;
	_width: 60%;
}

#aliases fieldset table th{
	border: solid gray 1px;
}

#aliases fieldset table td{
	text-align: center;		
	border: solid #afafaf 1px;
	color: #000;

	text-align: left;
	padding-left: 2em;
	padding-right: 0.5em;
}



#new-aliases{
	font-size: small;
	border: solid #000 1px;

	text-align: left;

	margin: auto;
	
	width: 50%;
	_width: 50%;
}

#new-aliases legend{
	color: #000;
}

#new-aliases form{
	display: inline;
}

#new-aliases select{
	font-size: small;
}

html{
	height: 100%;
}

body{
	height: 100%;
	margin: 0px;
	background-color: #cfcfcf;
	color: #000;
	font-family: verdana;

}

a{
	color: #000;
	text-decoration: none;
}

a img{
	border: none;
}

input{
	border: solid #000 1px;
	margin: 0.1em;
}

input:focus{
	border: solid #78aaff 1px;
	background-color: #c4c4ff;
}


#basic{
	height: 100%;
}

#header{
	
}

#body-align{
	_height: 86%;
	min-height: 86%;
	text-align: center;

	background-color: #efefef;
	padding-bottom: 1em;

}

#body{
	margin: auto;
	width: 1024px;
}

#footer{
	margin: auto;
	width: 80%;	
}

.cleaner{
	clear: both;
}

.left{
	text-align: left !important;
}

.right{
	text-align: right !important;
}

.floatleft{
	float: left !important;
}

.floatright{
	float: right !important;
}

.error{
	color: #ff0000;
}

.imageinput{
	border: none !important;
}

#body-menu{
	background-color: #efefef;
}

#body-menu ul{
	padding: 0.5em;
	border: solid #000 1px;
}

#body-menu ul li{
	display: inline;
	list-style-type: none;
	padding-left: 1em;
	padding-right: 1em;

	font-size: 0.9em;
}

#body-menu ul li a:hover{
	color: #000;
}

#body-menu .body-menu-noborder{
	border-left: none !important;
}

#body-menu .body-menu-border{
	border-left: solid #000 1px !important;
}

#body-menu .body-menu-selected a{
	color: #0000ff;
}

#domains{
	border: solid #000 1px;
	text-align: center;
}

#domains table{
	font-size: small;
	width: 50%;

	margin: auto;
}

#domains table th{
	border: solid gray 1px;
}

#domains table td{
	text-align: center;		
	border: solid #afafaf 1px;
	color: #000;
}

#domains table form{
	display: inline;
}

#domains legend{
	color: #000;
	font-size: small;
}

#left-menu{
	font-size: 1em;
	text-align: left;
}

#left-menu ul{
	margin: 0em;
	padding: 0.5em;
}

#left-menu li{
	list-style-type: none;

}

#left-menu li a:hover{
	color: #000;
}

#left-menu .left-menu-selected{
	color: #0000ff;
}

#login{
	text-align: center;
}


#login fieldset{
	width: 25em;
	margin: 10em auto 0em auto;
	border: solid #000 1px;

	font-size: 0.9em;
	text-align: center;
}

#login fieldset table{
	margin: auto;
}

#login fieldset input {
	border: solid #000 1px;
	margin: 0.1em;
}

#login fieldset input:focus{
	border: solid #78aaff 1px;
	background-color: #fefefe;
}

#login fieldset legend{
	color: #000;
}



#tail{
	margin-top: 1em; 
	font-size: xx-small;
}

#users{
	font-size: small;
	border: solid #000 1px;

	text-align: left;
}

#users legend{
	color: #000;
}

#users form{
	display: inline;
}

#users select{
	font-size: small;
}

#users fieldset{
	font-size: small;
	border: solid #000 1px;

	text-align: center;
}

#users fieldset legend{
	color: #000;
}

#users fieldset table{
	margin: auto;
	
	min-width: 50%;
	_width: 50%;
}

#users fieldset table th{
	border: solid gray 1px;
}

#users fieldset table td{
	text-align: center;		
	border: solid #afafaf 1px;
	color: #000;

	text-align: left;
	padding-left: 2em;
	padding-right: 0.5em;
}

.users-new{
	border: solid #000 1px;

	text-align: center;
}

.users-new legend{
	color: #000;

	font-size: small;
}

.users-new table{
	margin: auto;
	
	min-width: 50%;
	_width: 50%;

	font-size: small;
}

.users-new table td{
	color: #000;

	text-align: left;
}



