@charset "UTF-8";
/* CSS Document */
body  {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	width: 100%;
	background-color: #3b3e49;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.header_menuitem {
	padding: 5px 10px 5px 10px;
	float: left;
	font-size: 12px;
	font-weight: bold;
}

.header_menuitem a:link {
	font-size: 12px;
	font-weight: bold;
	color: #d62b5a;
}

.header_menuitem a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #d62b5a;
}

#header_bg {
	background-image: url(images/header_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #000;
}
#header_center {
	background-image: url(images/header_bg.gif);
	width: 760px;
	text-align: left;
	background-position: top;
	background-color: #000;
	background-repeat: repeat-x;
}
#header_edge {
	background-image: url(images/header_edge.gif);	
}
#bg_left {
	background-image: url(images/bg_left.gif);
	background-position: right;
	background-repeat: repeat-y;
	vertical-align: top;
}
#bg_left_top {
	background-image: url(images/bg_left_top.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 15px;
}
#bg_right {
	background-image: url(images/bg_right.gif);
	background-position: left;
	background-repeat: repeat-y;
	vertical-align: top;
}
#bg_right_top {
	background-image: url(images/bg_right_top.gif);
	background-position: left;
	background-repeat: repeat-y;
	height: 15px;
}

.pageBody #container {
	width: 760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #242328;
} 
.pageBody #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.pageBody #sidebar1 {
	/* since this element is floated, a width must be given */
	width: 253px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #252329;
	background-image: url(images/kuva_etu.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.pageBody #sidebar2 {
	/* since this element is floated, a width must be given */
	width: 253px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #222228;
	background-image: url(images/kuva_etu2.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.pageBody #sidebar3 {
	/* since this element is floated, a width must be given */
	width: 253px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #23222a;
	background-image: url(images/kuva_etu3.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.pageBody #sidebar4 {
	/* since this element is floated, a width must be given */
	width: 253px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-color: #242329;
	background-image: url(images/kuva_etu4.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
.pageBody #mainContent {
	margin: 0 0 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 10px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	margin-bottom: 0px;
} 

.pageBody #mainContent h1 {
	background-color: #bf4768;
	font-size: 14px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.pageBody #mainContent h2 {
	font-size: 12px;
	font-weight: bold;
	color: #1e4073;
}

.pageBody #footer {
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#989898;
	background-image: url(images/footer_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	/*border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #000000;*/
	margin: 0px;
} 
#pageContent {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.footer_logo {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 50px;
	float: left;
}
.footer_info {
	width: 350px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	vertical-align: top;
	line-height: 1.2;
}
#header_menu {
	font-family: Arial, Helvetica, sans-serif;
	color: #d62b5a;
	font-weight: bold;
}
.pageBody #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.infotable td {
	vertical-align: top;	
	padding-right: 5px;
	text-align: left;
}

.infotable td a:link {
	font-weight: bold;
	color: #1e4073;
	text-decoration: underline;
}

.infotable td a:visited {
	font-weight: bold;
	color: #1e4073;
	text-decoration: underline;
}

.infotable_location {
	font-weight: bold;
}




.pt10 {
	padding-top: 10px;
}
.pl15 {
	padding-left: 15px;	
}
a:link {
	color: #1e4073;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

a:visited {
	color: #1e4073;
	/*color: #ce1d00;*/
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

table.hakemus {
}

table.hakemus td {
	vertical-align: top;
}
table.hakemus textarea {
	width: 20em; height: 8em;
}
input {
	background: #efefef;
	border: 1px solid #999999;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	font-size: 11px;
}

input.input_nostyle {
	background: #ffffff;
	border: 0px;
	font-size: 11px;
}

textarea {
	background: #efefef;
	border: 1px solid #999999;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p.error {
	color: #BB0004;
	font-weight: bold;
	font-size: 11px;
}
img.popup {
	border: 1px solid #000000;
}
a.popup:link {
	font-weight: bold;
	text-decoration: none;
	color: #1e4073;

	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

a.popup:visited {
	font-weight: bold;
	text-decoration: none;
	color: #1e4073;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
td.tablecontent {
	line-height: 1.2;
	vertical-align: top;
}

.infoBox {
	background-color: #f5f5f5;
	border: 1px solid #e1e1e1;
	width: 400px;
	padding: 10px;
}

.infoBoxTable td {
	font-size: 10px;
}
.infoBoxTable td a:link {
	font-size: 10px;
}
.infoBoxTable td a:visited {
	font-size: 10px;
}
.infoboxtable_location {
	font-weight: bold;
}
#bg_bottom {
	background-image: url(images/bg_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#bg_left_bottom {
	background-image: url(images/bg_bottom_left.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 40px;
}
#bg_right_bottom {
	background-image: url(images/bg_bottom_right.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 40px;
}
#footer_top {
	height: 7px;
	background-color: #000000;
	width: 100%;
}

