/* IMPORT */
@import "reset.css";
@import "common_cake.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;
}

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

a {
	color: #0277AC;
	text-decoration: underline;
} a:hover, a:active {
	text-decoration: none;
}

strong {
	font-weight: bold;
}

small {
	font-size: 85%;
}

.icon {
	padding-left: 23px !important;
	background-repeat: no-repeat !important;
	background-position: 3px 50% !important;
}
.icon_r {
	padding-right: 20px !important;
	background-repeat: no-repeat !important;
	/*background-position: 3px 50% !important;*/
        background-position: right center !important;
        margin-right: 3px !important;
}

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

.left {
	float: left;
}

.right {
	float: right;
}


.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: 47%;
	margin-right: 3%;
}

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

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

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

dt {
	float: left;
	clear: left;
	display: block;
	width: 48%;
	padding-top: 5px;
	font-weight: bold;
	text-align: right;
	font-size: 1.0em;
}

dd {
	padding-top: 5px;
	display: block;
	padding-left: 51% !important;
	font-size: 1.05em;
}

dl.dl_no_margin dt, dl.dl_no_margin dd {
	padding-top: 0;
}

/********* 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;
                }
