/* footer info */
.footer {
	color: #000000;
	font-size: xx-small;
}

/* error message style */
.error {
	color: Yellow;
}

/* admin name style */
.adminname {
	color: Blue;
	font-weight: bold;
}

/* entry subject */
.subject {
	color: #000000;
	background-color: #DDDDDD;
	font-size: xx-small;
	font-weight: bold;
	padding: 2;
}

/* admin replies */
.reply {
	color: #222222;
	background-color: #ffeeee;
	font-size: xx-small;
	font-weight: bold;
	padding: 1;
}

/* xx-small font */
.xxsmall {
	font-size: xx-small;
}


/* headings */
h1 {
	color: #000000;
	font-family: , Arial, Verdana, Helvetica, sans-serif;
	font-size: 12;
	font-weight: bold;
}
h3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12;
}

/* TH */
th {
	color: White;
	background-color: #999999;
	font-size : 11;
}

th a:link {
	color: #ffffff;
}

th a:hover {
	color: #ffffff;
}

th a:visited {
	color: #ffffff;
}

th.number {
	color:#FFFFFF;
	font-size:12px;
}

/* TD: subject cells */
td.subject {
	color: #000000;
	background-color: #eeeeee;
	font-size: xx-small;
	font-weight: bold;
}


/* TD: cells containing links */
td.links {
	background-color: #DDDDDD;
	font-size: xx-small;
	font-weight: bold;
}

/* TD: "Edit entry" cells */
td.edit {
	background-color: #ffffff;
	font-size: xx-small;
	font-weight: bold;
}

td.stand {
	background-color:#FFFFFF;
	font-size:12px;
}

/* TD: cells containing input buttons */
td.buttons {
	background-color: #999999;
	font-size: xx-small;
}

/* TD: entry details */
td.details {
	background-color: #eeeeee;
}

td.hove {
	color: #FFFFFF;
	font-weight: bold;
	font-size: medium;
}

/* TD: cells with "no" formatting */
td.none {
	font-size: xx-small;
}

td.para {
	font-size:9px;
}

td.oben {
	font-size:9px;
	background-color: #eeeeee;
}

td.beige {
	background-color: #feffca;
}

/* HR */
hr {
	color: #DB0000;
}

