@charset "utf-8";
/* CSS Document */

/* table styles */

.ctrl_table{
	text-decoration: none;
	width:100%
}

.ctrl_table_header {
	vertical-align: middle;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ABB9D1;
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	margin-left: 5px;
}
.ctrl_table_header th {
	vertical-align: middle;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*background-color: #ABB9D1;*/
	height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	margin-left: 5px;
	font-style:normal;
}

.ctrl_table_header a {
	vertical-align: middle;
	text-align: left;
	margin:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-style:normal;
}

.ctrl_table_header a:hover {
	vertical-align: middle;
	text-align: left;
	margin:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F5F5F5;
	text-decoration: underline;
}

.ctrl_sorted_header{
	background-color:#C4D7F7;
	font-size:24px;
}

.ctrl_tblline {
	height: 1px;
	background-color: #D9DFEA;
}

.ctrl_tblline_y {
	height: 3px;
	background-color: #6C84AE;
}

.ctrl_tblline_bot {
	height: 2px;
	background-color: #ABB9D1;
}

.ctrl_tablerow {
	font-size: 11px;
	margin:5px;
	font-weight: normal;
	vertical-align: middle;
	color: #4A6283;
	text-align: left;
	height: 25px;
	background-color: #FBFDFF;
}

.ctrl_tablerow2 {
	font-size: 11px;
	margin:5px;
	font-weight: normal;
	vertical-align: middle;
	color: #4A6283;
	text-align: left;
	height: 25px;
	background-color: #F4FAFF;
}

.ctrl_tablerow a {
	color: #4A6283;
	text-decoration: none;
}

.ctrl_tablerow a:hover {
	color: #FF6600;
	/*text-decoration: none;*/
}

.ctrl_tablerow:hover {
	color: #006699;
	/*background-color: #EEF5FF;*/
	background-color: #C5D8ED;
}

.ctrl_tablerow2 a:hover {
	color: #FF6600;
/*	text-decoration: none;*/
}

.ctrl_tablerow2:hover {
	color: #006699;
	background-color: #EEF5FF;
}

.ctrl_tablelink {
	color: #000066;
	padding-left: 5px;
}

.ctrl_tablelink a {
  color: #006699;
 /* text-decoration: none;*/
}
.ctrl_tablelink a:hover {
  color: #000066;
  text-decoration: underline;
}

/* spaces */
.ctrl_space {
	background-color: #FFFFFF;
	height: 1px;
}
.ctrl_space5 {
	height: 5px;
}

/*user inputs*/
.ctrl_user_input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #44719D;
	height: 16px;
	width: 145px;
	border: 1px solid #B9C4D0;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	background-color: #DFE7F4;
	}
.ctrl_user_input:hover{
	background-color: #FFFFFF;
}

.ctrl_user_checkbox{
	border: 1px solid #B9C4D0;
	vertical-align: middle;
	background-color: #DFE7F4;
	height: 15px;
	width: 15px;
}
.ctrl_user_select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #44719D;
	height: 20px;
	border: 1px solid #B9C4D0;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	background-color: #DFE7F4;
	}

.ctrl_user_txtarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #44719D;
	border: 1px solid #B9C4D0;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	background-color: #DFE7F4;
	}

.ctrl_user_list{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #44719D;
	height: 60px;
	border: 1px solid #B9C4D0;
	vertical-align: middle;
	text-align: left;
	text-decoration: none;
	background-color: #DFE7F4;
	}

.ctrl_minibtn{
	text-align:center;
	padding:2px;
	font-size:12px;
	color:#003366;
	font-weight:bold;
}

/* text ja lingid */
.ctrl_txtlink {
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	margin:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4D80B3;
}

.ctrl_txtlink a:hover {
	font-size: 10px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	margin:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #FF6600;
}

.ctrl_titletxt {
	font-size: 10px;
	font-weight: normal;
	vertical-align: middle;
	text-align: left;
	margin:5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000066;
}

.annulleeritud
{
	background-color: #DDDDDD;
}
.makstud
{
	background-color: #E0F1DA;
}