html {
	background-color: rgb(255,255,255);
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: rgb(31,31,31);
	width: 760px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 1.5em;
	background-color: rgb(78,162,0);
}

div {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 0em;
	padding-right: 0em;
}

div#nav {
	font-size: 14px;
}

div#page {
	padding: 0;
	background-color: rgb(255,255,255);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.sub-section {
	margin-left: 4em;
}

div#top {
	padding: 0px;
}

div#server-info {
	color: rgb(128,128,128);
	font-size: 12px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

.heading {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: rgb(78,162,0);
}

input,select,textarea {
	margin: 4px;
	margin-left: 0px;
	color: rgb(64,64,64);
	font-family: Arial, sans-serif;
	font-size: 14px;
}

input[type="text"] {
	border-width: 1px;
        border-style: solid;
        border-color: rgb(192,192,192);
	border-top-color: rgb(128,128,128);
	padding: 4px;
}

input[type="text"]:focus, select:focus, textarea:focus {
	background-color: rgb(255,255,153);
}

input[type="submit"] {
	background-color: rgb(224,224,224);
	border-width: 1px;
        border-style: solid;
        border-color: rgb(192,192,192);
	border-bottom-color: rgb(128,128,128);
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

input[type="submit"]:hover {
        border-color: rgb(208,208,208);
	border-bottom-color: rgb(144,144,144);
}

input[disabled="disabled"] {
	color: rgb(128,128,128);
}

select {
        border-width: 1px;
        border-style: solid;
        border-color: rgb(192,192,192);
        border-top-color: rgb(128,128,128);
        padding: 4px;
}

textarea {
        border-width: 1px;
        border-style: solid;
        border-color: rgb(192,192,192);
        border-top-color: rgb(128,128,128);
        padding: 4px;
}

table, table.borderless table.border {
	border-collapse: collapse;
	border: none;
	margin-top: 4px;
}
	
th, table.borderless table.border th {
	text-align: left;
	font-size: 12px;
	padding: 4px;
	border-width: 1px;
	padding-left: 1em;
	padding-right: 1em;
	border-style: solid;
	border-color: rgb(192,192,192);
	background-color: rgb(224,224,224);
	font-weight: normal;
	white-space: nowrap;
}

td, table.borderless table.border td {
	font-size: 12px;
	padding: 4px;
	vertical-align: top;
	border-width: 1px;
	padding-left: 1em;
	padding-right: 1em;
	border-style: solid;
	border-color: rgb(192,192,192);
	white-space: nowrap;
}

table.borderless {
	padding: 0px;
	margin: 0px;
}

table.borderless th {
	background-color: rgb(255,255,255);
	border: none;
	padding: 0px;
	margin: 0px;
}

table.borderless td {
	background-color: rgb(255,255,255);
	border: none;
	padding: 0px;
	margin: 0px;
}

