body {
	margin: 0px;
	padding: 0px;
	border: none;
	color: black;
	background-color: white;
	/*
	background-color: #f9f9f9;
	*/
}

body, tr, td, input, textarea, div {
  font-family: "Bitstream Vera Sans", tahoma, verdana, "Trebuchet MS", "Helvetica", sans-serif, sans;
  font-size: 12px;
	font-style: normal;
}

body, tr, td, textarea, div {
  line-height: 1.6em;
}

/*
td {
	border: solid 1px red;
}
*/

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 14px;
}

a,
a:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: inherit;
	color: #069;
}

a:hover {
	color: black;
	border-bottom: solid 1px #ccc;
}

a img {
	border: none;
}

.roundedcorner {
	background-image: url(../../../images/skin/default/lowercornerbg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.small {
	font-size: 10px;
	line-height: 1.4em;
}

.contents {
	padding: 2em;
	color: black;
	background: transparent;
	vertical-align: top;
}



#backendbox ul {
	list-style-type: none;
	padding: 4px;
	margin: 0;
}

#backendbox img {
	border: none;
}



.fixme {
	border: solid 1px red;
	padding: 4px;
}

.fixme h3 {
	color: red;
	margin: 0;
}



.centeredmessage {
	position: absolute;
	width: 60%;
	background: #dec;
	top: 40%;
	left: 20%;
	text-align: center;
	vertical-align: middle;
	padding: 1em;
	padding-top: 4em;
	padding-bottom: 4em;

	background-image: url(../../../images/skin/default/lowercornerbg.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#messageposted {
}

#messagenotposted {
	background-color: #edc;
}
