P {
	margin: 0px;
}

h1,h2,h3,h4,h5 {
	margin: 0px;
	padding: 0px;
	display: block;
}

.adminPage {
	font-family: verdana,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
}

.button_input {
background-color: #F6F6F6;
border-width: 3px;
border-style: double;
border-color: #666666;
color: #000000;
font-size: 10px;
font-family: verdana;
padding: 3px 6px 3px 6px;
cursor: pointer;
}

.button_input_small {
	background-color: #F6F6F6;
	border-width: 1px;
	border-style: solid;
	border-color: #666666;
	color: #000000;
	font-size: 10px;
	font-family: verdana;
	padding: 0px 3px 0px 3px;
	cursor: pointer;
}

.selectorFrame {
	border-left: 1px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

/* Näitä olisi tarkoitus käyttää kaikissa listamuotoisissa tiedoissa, kun halutaan yhtenäistä ulkonäköä */
.table_titles {
	font-family: verdana,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: bold;
	padding: 2px;
	color: #000;
	background-image: url(../images/title_bg.gif);
}

.table_rows {
	font-family: verdana,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 2px;
	color: #000;
}

.frameTitle {
	font-family: verdana,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
	background-color: #000000;
	cursor: default;
}

.dialogWindow {
	font-family: verdana,helvetica,sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
}

.fieldsetTopPad {
	padding-top: 4px;
}

.swfobject_placeholder {
	background: url(../../swfobject/images/swfbg.png) no-repeat center center;
	border: 1px dotted #000;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

.swfobject_placeholder td {
	vertical-align: top;
}

