/* Stylesheet for tjsopintokeskus kurssihaku */
* {
	font-family: Arial, sans-serif;
	color: #000;
	font-size: 12px;
}
body {
	background-color: #fff;
}
table td {
	vertical-align: top;
}
div {
	margin: 0;
	padding: 0;
}
h1{
	text-decoration: strong;
}
div.ie_container {
	text-align: center;
}

div.outer_container {
	margin: 0px auto;
	text-align: left;
	width: 750px;
}

div.pageheader{
	height: 80px;
	
	background-image: url('gfx/logo.gif');
	background-repeat: no-repeat;
	background-position: 10px 20px;
	background-color: #CC0033;
	/*
	padding-top: 27px;
	padding-left: 270px;
	
	font-size: 16px;
	font-weight: bold;
	color: #fafef0;
	*/
	border-bottom: 1px dashed #fff;
}
h1.progname {
	background-color: #666;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 10px;
	text-decoration: none;
}
h1.error{
	color: #c00;
}

div.footer {
	background-color: #666;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 2px 10px;
	text-align: right;
}
table.formtbl{
	width: 100%;
}
table.formtbl td{
	padding: 1px;
}
table.formtbl td.label{
	width: 22em;
	text-align: right;
}
table.formtbl td.kontrollit{
	background-image: url('gfx/nuoli.gif');
	background-position: 5px 5px;
	background-repeat: no-repeat;
	padding-top: 42px;
	padding-left: 69px;
	height: 100px;
}
form.submitform {
	background-image: url('gfx/nuoli.gif');
	background-position: -15px 5px;
	background-repeat: no-repeat;
	padding-top: 42px;
	padding-left: 35px;
	height: 100px;
	/*border: 1px solid #000;*/
	margin: 3px;
}
form.submitform input{
	width: 80px;
}

table.formtbl td.field input,table.formtbl td.field select,table.formtbl td.field textarea{
	width: 100%;
}
table.formtbl tr.even{
	background-color: #eee;
}
	
label.field{
	font-weight: bold;
	color: #000;
	display: block;
}
label.notfilled{
	color: #e00;
}

form.fileupload{
	padding: 5px;
	background-color: #FFDFDF;
	border: 1px dashed #000;
	}
form.fileupload label{
	font-weight: bold;
}
span.quota{
	font-weight: bold;
	color: #308;
}
span.field{
	font-weight: bold;
	color: #308;
}

table.filledtbl tr.even{
	background-color: #f5f5f5;
	
}
table.filledtbl{
	width: 100%;
}
table.filledtbl td{
	padding: 1px;
}
table.filledtbl td.label{
	width: 16em;
	text-align: right;
}
table.filledtbl tr.even td.label{
	background-color: #ddd;
}
table.filledtbl td.field{
	font-weight: bold;
}
div.errors{
	 border: 2px dashed #e00;
	 margin: 20px;
	 padding: 10px;
}
table.filelist{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
table.filelist th {
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #000;
}
table.filelist tr.odd{
	background-color: #eee;
}
div.errors h1{
	color: #800;
}
/*
div.innercontent{
	margin: 10px;
}
div.innercontent p{
}
div.innercontent p.tarkea{
	font-weight: bold;
}
div.pankkilomake input{
	border: 0;
}


a.menu {
	font-size: 12px;
	color: #00a;
}
a.admin_menu {
	font-size: 12px;
	color: #a00;
}
div.operation_result {
	margin: 20px 0 20px 0;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	border: 2px dashed #f00;
}
td.table_header, td.table_topic{
        font-size: 12px;
        font-weight: bold;
        text-align: right;

        padding: 3px;
        background-color: #89B7D9;
        border-bottom: 1px dashed #eee;
        width: 150px;
        vertical-align: top;
}
td.table_data{
        font-size: 12px;
	padding: 2px;
        border-bottom: 1px dashed #eee;
        padding-left: 20px;
}
td.vtable_header, vtd.table_topic{
        font-size: 12px;
        font-weight: bold;
        text-align: center;

        padding: 3px;
        background-color: #89B7D9;
        border-left: 1px dashed #eee;
        width: 150px;
        vertical-align: middle;
}
td.vtable_data{
        font-size: 12px;
	padding: 2px;
        border-bottom: 1px dashed #eee;
}
table.lahjatbl{
	width: 100%;
	border: 1px solid #333;
}

table.logintbl{
	border: 1px solid #666;
	margin-top: 10px;
}
*/
