﻿*
{
	font-size: 12px;
}
a
{
	margin: 0 5px;
}
.button_ok
{
	width: 74px;
	height: 22px;
	border: 0px none;
	background: transparent url( '../images/ok_normal.gif' );
	background-repeat: no-repeat;
}
.button_back
{
	width: 74px;
	height: 22px;
	border: 0px none;
	background: transparent url( '../images/back_normal.gif' );
	background-repeat: no-repeat;
}
table.tab
{
	width: 98px;
	height: 28px;
	border: 0px none;
	background: transparent url( '../images/tabback.JPG' );
	background-repeat: no-repeat;
	text-align: center;
}
table.tab_hover
{
	width: 98px;
	height: 28px;
	border: 0px none;
	background: transparent url( '../images/tabback_s.JPG' );
	background-repeat: no-repeat;
	text-align: center;
}
.linkbutton_selected
{
	font-weight: bolder;
	font-size: larger;
	border: #a4cded 1px solid;
	padding: 0 4px;
	text-decoration: none;
}


