input, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.sidetop{
	background-image:url(../../images/sidetop.gif);
	border-bottom: double 3px #000066;
}

.sidesides{
	background-image:url(../../images/sidesides.gif);
}

.sidebottom{
	background-image:url(../../images/sidebottom.gif);
	background-position: bottom;
}

.tiny{
	font-size: 10px;
}

.tab{
	text-align: center;
	list-style: none;
	display: table-cell;
	float: right;
}

.tab a:link,
.tab a:visited{
	vertical-align: middle;
	background-image:url(../../images/tabover.gif);
	color: black;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration: none;
}

.tab a:hover{
	background-image:url(../../images/tab.gif);
	color: white;
}

.topic_title{
	font-weight: bold;
	padding: 4px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 3px double #000000;
	background-color: #EAE7FE;
}

.topic_title a:hover{
	font-weight: bold;
}

.admin_tab{
	text-align: left;
	list-style: none;
	display: inline;
}

.admin_tab a:link,
.admin_tab a:visited{
	vertical-align: middle;
	text-decoration: none;
	display: block;
	background-color: #000099;
	color: white;
	padding: 6px;
	border-top: 2px solid #003399;
	border-left: 1px solid #003399;
	border-right: 1px solid #006699;
}

.admin_tab a:hover{
	color: white;
	background-color: #0066FF;
}

.error{
	color: white;
	background-color: red;
	padding: 6px;
}

.msg{
	color: white;
	background-color: green;
	padding: 6px;
}

.main_error{
	display: block;
	border: 1px solid #660000;
	padding: 4px;
	color: white;
	background-color:#FF0000;
}

.main_msg{
	display: block;
	border: 1px solid #003300;
	padding: 4px;
	color: white;
	background-color: green;
}
