body, h1, h2, h3, h4, ul, li, table {
	margin: 0;
	padding: 0;
	text-align: left;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

/** Yleinen */
a.modaus
{
	font-family: verdana, arial;
	font-size: 10px;
	text-decoration: none;
	color: #000000; 
	font-weight: bold;
	line-height: 17px;
}
.buttonA
{
	float: left;
	border: 1px solid #bfbfbf;
	background: url(http://www.ylasavonrasti.net/images/buttonBg.gif) repeat-x;
	background-repeat: repeat-x;		
	background-color: #ededed;
	margin: 4px 0px 4px 0px;
	padding: 0px 5px 0 5px;
	height: 17px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
	color: #7F2100;
}
.buttonB
{
	float: left;
	border: 1px solid #bfbfbf;
	background: url(http://www.ylasavonrasti.net/images/buttonBg_mo.gif) repeat-x;
	background-repeat: repeat-x;
	margin: 4px 0px 4px 0px;
	padding: 0px 5px 0 5px;
	height: 17px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	cursor: pointer;
	color: #000000;
}
.buttonPass
{
	float: left;
	border: 1px solid #bfbfbf;
	background: url(http://www.ylasavonrasti.net/images/buttonBg.gif) repeat-x;
	background-repeat: repeat-x;		
	background-color: #ededed;
	margin: 4px 0px 4px 0px;
	padding: 0px 5px 0 5px;
	height: 17px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}
.buttonP
{
	float: left;
	padding: 0px 4px 0 4px;
	margin: 4px 0px 4px 0px;
	height: 17px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
}
a.adminLink
{
	color: red;
}
a.adminLink:hover
{
	color: green;
}
label
{
	float: left;
	padding-top: 5px;
	width: 100px;	
}
div.input
{
	float: left;
	padding-top: 5px;	
}
.priority_down
{
	float: left;
	border: 0px;
}
.priority_up
{
	float: left;
	border: 0px;
}
.info
{
	color: #AF1D00;
	font-size: 10px;
	font-weight: bold;
}
.fieldbox
{
	padding-top: 5px;
	line-height: 1.5;
	color: #202020;
	font-family: arial, verdana;
	font-size: 11px;	
}
.fstar
{
	color: #AF1D00;
	font-size: 11px;
}
.pageNav {
	padding-top: 12px;
	padding-bottom: 26px;
	color: #464E67;
	font-weight: bold;
	font-size: 11px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

.pageNav a {
	margin-left: 2px;
	margin-right: 2px;
	padding: 3px 8px 3px 8px;
	text-decoration: none;
	border: 1px solid #D3D3D3;	
	background-color: #EFF2F7;	
	background: url('http://www.ylasavonrasti.net/images/buttonBg.gif') repeat-x;
	background-repeat: repeat-x;	
}

.pageNav a.selected {
	border-color: #a19d9d;
	background-color: #FFFFFF;
	color: #464E67;
}

.pageNav a:hover {
  border-color: #7F7F7F;
   background: #FFFFFF url('http://www.ylasavonrasti.net/images/buttonBg_mo.gif') repeat-x;
   color: #000000;
}
.imageBorder{
	padding: 3px;
	border: 1px solid #BFBFBF;
}
.imageBorderless
{
	border: 0px;	
}
.pointer
{
	cursor: pointer;
}
.svSelPage
{
	text-decoration: underline;
	font-size: 25px;
}