body {
	font-family: verdana;
	font-size: 11px;
	text-align: center;
	margin: 0px;
	
background: #EEEEEE;
}

a {
	color: #0000ff;
}

table {
	font-family: verdana;
	font-size: 11px;
	empty-cells:show;
}

input {
	border: 1px solid #ccc;
	font-size: 11px;
	height: 1.8em;
}

textarea {
	border: 1px solid #ccc;
	margin: 5 0 5 0;
	width:100%;
	font-size: 11px;
}

select {
	font-size: 11px;
}

.atkButton {
	width: 150px;
	height: 1.8em;
	background-image: url( "images/fdo.gif" );
	font-weight: bold;
}

.checkbox {
	width: auto;
}

.box {
	width: 780px;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}


#container {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	background: #fff;
	padding: 5px;
/*	border: 1px solid #f00;*/
}

#mainmenu {
	float: none;
	text-align: center;
	clear: both;
	width: 100%;
}

#mainmenu a {
	display: block;
	float: left;
	width: 152px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #00c;
	border-right: none;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
	background-image: url( "images/fdz.gif" );

}
#mainmenu a {
	color: #fff;
	text-decoration: none;
	background-image: url( "images/fdz.gif" );
}

#mainmenu a.first {
}

#list table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

#list td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 30px;
	padding:2px;
	text-align: center;
	empty-cells:show;
}

#list .head {
	border-right: 1px solid #ccc;
	background: #eee;
	font-weight: bold;
}

#editor {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#editor td {
	padding: 5px;
}

.heading {
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	margin: 10px;
}
.search_box {
	text-align: center;
	margin: 20px;
}

.label {
	font-weight: bold;
}

.label_red {
	font-weight: bold;
	color: #f00;
}

.subtext {
	font-weight: normal;
}

.line {
	border:none;
	border-top: 1px dotted #ccc;
}

.login {

	border: 0px solid #ccc;
	margin-top: 50px;
	width: 450px;
	margin-left: 150px;
	padding: 30 0 30 0;
	text-align: center;
}
.error_box {
	background: #f00;
	color: #fff;
	font-weight: bold;
	line-height: 18px;
}

.message_box {
	background: #0c0;
	color: #fff;
	font-weight: bold;
	line-height: 18px;
}

.required {
	color: #f00;
}
