/* IMPORT */
@import "reset.css";

html body div.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.hide {
	display: none !important;
}

.padding {
	height: 20px;
	clear: both;
}

a {
	color: #006abb;
	text-decoration: underline;
} a:hover, a:active {
	text-decoration: none;
}

.icon {
	padding-left: 25px !important;
	background-repeat: no-repeat;
	background-position: 5px 50%;
	white-space: nowrap;
}

.a_icon {
	display: block;
	text-indent: -2000em !important;
	text-align: left;
	width: 25px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.left {
	float: left !important;
}

.right {
	float: right !important;
	margin-right: 0 !important;
}


.image_right {
	display: block;
	margin: 0 0 5px 5px;
	float: right;
}

.image_left {
	display: block;
	margin: 0 5px 5px 0;
	float: left;
}

.image_center {
	display: block;
	width: auto;
	margin: 0 auto 20px auto;
}

.hr {
	clear: both;
	height: 10px;
	border-bottom: 1px solid #aaaaaa;
	margin-bottom: 20px;
	clear: both;
}

hr {
	display: none;
}

.line-through {
	text-decoration: line-through;
}

.column_2 {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.column_2_last {
	float: right;
	margin-right: 0;
}

.column_3 {
	float: left;
	width: 31%;
	margin-right: 3%;
}

.column_3_last {
	float: right;
	margin-right: 0;
}

/***** LOMAKKEET ******/

.form {
	margin-bottom: 20px;
	font-size: 110%;
}

.form_left {
	float: left;
}

.form_narrow {
	width: 50%;
}

.form select,.form input.input_txt,.form textarea {
	border: 1px solid #555555;
	padding: 3px;
	background: #ffffff;
	font-size: 100%;
	font-family: Verdana, "Lucida Sans Unicode", "Lucida Grande", Tahoma, Arial, sans-serif;
}

.form select,.form option {
	padding: 0;
}

.form .input_txt,.form textarea {
	width: 90%;
}

.form select {
	width: 93%;
}

.form .form_item_wide .input_txt,.form .form_item_wide textarea,.form .form_item_wide select {
	width: 95%;
}

.form textarea {
	line-height: 125%;
}

.form .form_item {
	width: 49%;
	margin-bottom: 10px;
}

.form .form_item_wide {
	width: 98%;
}

.form .form_item_float {
	float: left;
}

.form .form_item_clear {
	clear: both;
}

.form .form_item_top {
	padding-top: 25px !important;
}

.form .form_item label {
	float: left;
	width: 100%;
	line-height: 11px;
	display: block;
	margin-bottom: 3px;
	white-space: nowrap;
	color: #000000;
}

.form .form_item label small {
	color: #555555;
}

.form .form_item .input_txt,.form .form_item select {
	clear: left;
	display: block;
}

.form .form_item_button {
	padding-top: 10px;
}

.form_item_button input {
	text-align: left;
	overflow: visible;
	width: auto;
	cursor: pointer;
	cursor: hand;
	background: #000000;
	border: none;
	padding: 5px 10px;
	color: #ffffff;
	font-size: 120%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}

.form_item_button input:hover {
	background: #555555;
}

.form_item_date .date_item {
	float: left;
	width: 31%;
	margin-bottom: 10px;
}

.form_item_checkbox {
	clear: left;
}

.form_item_checkbox label {
	width: 49% !important;
	float: left;
}

.form_item_checkbox input {
	display: inline;
	width: auto;
	border: none;
}

.checkbox_item {
	float: right;
	clear: right;
	width: 49%;
	white-space: nowrap;
	font-size: 90%;
}

.form_item_nopadding {
	padding-top: 0 !important;
}

.form_item .error {
	border: 1px solid #ff0000;
}


/********* TAULUKOT **********/

.table {
                width: 100%;
                border-collapse: collapse;
                }
                
.table thead th {
                font-weight: bold;
                font-size: 15px;
                border-bottom: 1px solid #ddd;
                }
                
.table tbody {
                border-bottom: 1px solid #ddd;
                }
                
.table tbody tr {
                background: #fff;
                }
              
.table tbody tr.alt-row {
                background: #f3f3f3;
                }
                
.table td,
.table th {
                padding: 10px;
                line-height: 1.3em;
                }        
				
.table tfoot td .bulk-actions {
                padding: 15px 0 5px 0;
                } 
				
.table tfoot td .bulk-actions select {
                padding: 4px;
				border: 1px solid #ccc;
                }
