body {
	margin: 1; 
	padding: 0;
}

html, form, fieldset {
	margin: 0; 
	padding: 0;
}

table {
table-layout: auto;
}  

table.teemad {
table-layout: fixed;
}
	
body {
	font-family: Verdana, Helvetica, Arial, sans-serif; 
	font-size: 11px;
	color:#545454;
	background:#fff;
}

/* ---LINKS--- */
a {
	text-decoration:none;
	color:#34762B;
}

a:link, a:visited, a:active {
	color: #006a80;
}

a:hover {
	color: #a8001c;
}

/* ---FORMS--- */

input, select, textarea {
	font-family: Verdana, Helvetica, Arial, sans-serif; font-size: 100%;
  color: #333;
  border: 1px solid #568d94;
  margin: 1px;
}

input:hover {
	background-color: #fff;
}

.header_login {
	background-image:url(./img/header.gif);
	background-repeat: no-repeat;
	vertical-align: bottom;
	width:925px;
	height:100px;
}

.footer {
	background-image:url(./img/footer.gif);
	background-repeat: no-repeat;
	width:925px;
	height:25px;
}
.content a:link, .content a:active, .content a:visited, .post-content a:link, .post-content a:active, .post-content a:visited, .comment-content a:link, .comment-content a:active, .comment-content a:visited, #blurb a:link, #blurb a:active, #blurb a:visited, .recent p a:link, .recent p a:active, .recent p a:visited {
	border-bottom: 1px solid #cfe2e5;
}

textarea {
	font-family:Verdana, Helvetica, Arial, sans-serif; font-size: 100%;
	
}

table.main {
	padding: 0;
	border-spacing: 0;
	border: none;
	/* display: block; */
	width: 929px;
	height: 98px;
	margin-left: auto;
	margin-right: auto;
}

.header {
	background-image: url("./img/header.gif");
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	vertical-align: bottom;
	width:925px;
	height:100px;
}

.footer {
	background-image: url("./img/footer.gif");
	background-repeat: no-repeat;
	vertical-align: middle;
	height: 25px;
	width: 925px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	/* display: block; */
}

.footer a {
	width: 100%;
	height: 100%;
	display: block;
}

.authArea {
	float: right;
	text-align: right;
	margin-right: 4px;
	margin-bottom: 12px;
	position: relative;
	margin-top: 0px;
}

table.loginTable {
	padding: 0;
	border-spacing: 0;
	margin: 0 0 0 auto;
}

table.loginTable td {
	text-align: right;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border: none;
}

table.loginTable tr {
	text-align: right;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border: none;
}

.loginError {
	color: red;
	margin: 0 0 1px 0;
}

tr.content {
	padding-top: 5px;
/*	display: block; */
}

td.menu {
	padding-right: 10px;
	text-align: left;
	vertical-align: top;
}

div.menu {
	width: 150px;
	margin-bottom: auto;
}

td.content{
	text-align: left;
	width: 100%;
	height: 420px;
	vertical-align: top;
}

td.menu ul {
	margin: 0;	
	margin-bottom: 10px;
	padding: 0;
}

td.menu ul li {
	list-style: none;
	padding-left: 5px;
}

td.menu ul li.active {
	font-weight: bold;
	list-style: none; //panin disc asemele none sest muidu jooksis punktike menüü lingi ees lehe piiridest välja
	
}

.menuheader {
	font-weight: bold;
	color: #006a80;
}

table.adminTable {
	border: 0;
}

.dataTable {    
  border-collapse: collapse;                               
  width: 100%;
}

.dataTable th {    
  font-size: 11px;
  font-weight: bold;
  border: 1px solid #568d94;
  padding: 5px;
  vertical-align: baseline;    
  color: #3b6368;
  background: #e6fcff;
}

.dataTable td {        
  font-size: 11px;    
  border: 1px solid #568d94;    
  padding: 5px;    
}

.pageHeading {
	font-size: 16px;
	font-weight: bold;
	color: #568d94;
	margin-bottom: 10px;
}

.subHeading {
	font-size: 14px;
	font-weight: bold;
	color: #568d94;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-top: -5px;
}

.contentActions {
	margin-top: 10px;
	width: 100%;
	text-align: right;
}

.inlineEdit {
	width: 98%;
}

.error {
	display: block;
  border: 1px solid #cc0000;
  color: #cc0000;
  background: #f3f3f3;
  padding:7px 10px 7px 10px;    
  margin-bottom: 10px;
}

.message {
	display: block;
  border: 1px solid #00cc00;
  color: #00cc00;
  background: #f3f3f3;
  padding:7px 10px 7px 10px;    
  margin-bottom: 10px;
}

.teemaSisu {
}

.formTable {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	border: none;
}

.formTable td {
	padding: 5px;
}

.activeTeema {
	background-color: #ddffdd;
}

.answered {
	background-color: #ddffdd;
}