@import url(../screen.css);
body {
	color: black;
	background-color: #FFFAF0;
	background-image: none;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
}

table {
	color: black;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 11px;
}

a {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif;
	color: blue;
}

a:hover {
	color: #8A0000;
}

a:active {
	color: red;
}

a:visited {
	color: #0000FF;
}

input,select {
	font-size: 11px;
}

#enterform {
    width: 100%;
    text-align: center;
}

#enterform form{
    background-color: #AF986D;
    padding-top: 10px;
    padding-bottom: 10px;
}

form {
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
}


.caption {
    background-color: #AF986D;
    border-bottom: solid 1px black;
    font-weight: bold;
}

.group {
    border: solid 1px black;
}

.trb {
    background-color: #F3EEE4;
    border: solid 1px #AF986D;
}
.capt {
    font-weight: bold;
}

#adm_menu {
	background-color: #AF986D;
	color: #000080;
	height: 22px;
}

#adm_menu a {
	color: #000080;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif;
}

#adm_menu a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}

#adm_menu a:active {
	color: red;
}
#news_list tr {
    background-color: #F3EEE4;
}

#new input {
    width: 500px;
    vertical-align: middle;
}
#new textarea {
    width: 500px;
    vertical-align: middle;
}
#new #brief {
    height: 80px;
}
#new #content {
    height: 300px;
}
