/*sevenweb style.css*/

body {
	font-family:verdana,sans-serif;
	font-size:11px !important;
}

td {
	color:#222729;
	font-size:11px !important;
}

h1 {
	font-size:1.4em;
	color:#434b50;
}
h2 {
	font-size:1.2em;
	color:#434b50;
}

h3 {
	font-size:1.1em;
	color:#434b50;
}

h4 {
	font-size:1em;
	color:#434b50;
	font-style:italic;

}

h5 {
	color:#434b50;
	font-size:1em;
	margin:0;
}

h1,h2,h3,h4,p {
	margin:0 0 1em 0 !important;
}


.caption {
	caption:Caption;
	font-size:1.1em;
	font-weight:bold;
}

a {	
	color: #434b50;
}

a:hover {
	color: #900;
}

hr {
	height:1px;
}

.ModulHeaderTable {
	background-image:url(../images/redbar_l.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.ModulHeaderTDright {
	background-image:url(../images/redbar_r.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
.ModulHeaderTable td {
	height:23px;
	line-height:18px;
}

.ModulHeaderTD {  
	font-weight: bold;
	color: #FFFFFF;
	padding:3px 4px 3px 17px;
	font-size:90%;
}
.ModulTable {
	padding:0px;   
}

.ModulTable .ModulHeaderTable {
	font-weight: bold;
	color:#fff;
}

.ModulTable .ModulHeaderTD {
	font-weight: bold;
	color: #fff;
}

.ColumnHeader {
	color: #434b50;
}
.FormButton {
	padding: 2px 2px;
	border: 0;
	background: #999;
	color: #fff;
}
.EditorTable {
	margin:0;
	padding:0;
}
.EditorTD {
	padding:0 25px 5px 25px;
}
.EditorTD h1:first-child {
	margin-top:0;
}

.column_1_1
{
}
.column_1_3
{
}
.column_2_1
{
}
.column_2_3
{
}
.column_3_1
{
}
.column_3_3
{
}
.column_3_5
{
}
.column_4_1 {
}
.column_4_3 {
}
.column_4_5 {
}
.column_5_1 {
}
.column_5_3 {
}
.column_5_5 {
}
.column_5_7 {
}
.column_6 {
}
.column_7_1 {
}
.column_7_3 {
}
.column_7_5 {

}
.column_7_7 {
}
.column_8_1 {
}
.column_8_3 {
}
.column_8_5 {
}
.column_8_7 {
}
.column_9_1 {
}
.column_9_3 {
}
.column_9_5 {
}
.column_10_1 {
}
.column_10_3
{
}
.column_10_5 {
}
.column_10_7 {
}

.column_12_5 {
	width: 321px;
}


.column_ver {
	width:7px;
}
.column_hor {
	height:1px;
}

.list_image_border {
	border-right: #434b50 1px solid;
	border-top: #434b50 1px solid;
	border-left: #434b50 1px solid;
	border-bottom: #434b50 1px solid;
}

.list_bg {
	background: #F0F0F0;
}

.contenttd {
	padding: 8px;
	margin-top: 20px;
	color:#434b50;
}





/*layout css*/


.bodyclass {
	background-color: #FFFFFF;
	text-align: center; 
	margin: 0px;
}


#maindiv {
	width:973px;
	margin-left: auto;
	margin-right: auto;
	height:auto;
}

#logo {
	width:973px;
	height:22px;
	margin:48px 0 11px 19px;
	text-align: left;
	background: url(../images/logo.gif) no-repeat left bottom;
}

#logo a {
	display:block;
	width:156px;
	height:22px;
	text-indent:-999em;
}

#mainmenu {
	float: left;
	height:38px;
	width: 973px;
	background-image:url('../images/menu_bg.gif');
	background-repeat:no-repeat;

}

#auxmenu{
	float: left;
	background-image:url('../images/menu_bg_2.gif');
	background-repeat:no-repeat;
	width: 973px;
	height:31px;
	font-size: 0.9em;
	text-align:right;
}

#auxmenu a {
	color:#666;
	text-decoration: none;
}

#auxmenu a:hover {
	color:#666;
	text-decoration: none;
}


#auxmenu a:visited {
	color:#666;
	text-decoration: none;
}


#auxmenu a:active {
	color:#666;
	text-decoration: none;
}

#auxmenu div.col {
	padding:10px 20px 0 20px;
}

#path {
	float:left;
}

#container {
	float: left;
	width:973px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top:40px;
	background-image:url('../images/dotbg.gif');
}
#container_fp {
	float: left;
	width:973px;
	text-align: left;
	margin-top: 0;
	margin-bottom: 10px;
	padding-top:20px;
}

#footer {
	float: left;
	width:973px;
	height:23px;
	background-image:url('../images/footer_bg.gif');
	background-repeat:no-repeat;
}


#footer_left {
	float:left;
	color: #ffffff;
	padding-left: 15px;
	padding-top: 6px;
}

#footer_right {
	float: right;
	color: #ffffff;
	padding-right: 15px;
	padding-top: 6px;
	
}

#footer_right a {
	color: #ffffff;
	text-decoration: none;
}


#footer_right a:hover{
	color: #ffffff;
	text-decoration: none;
}

#footer_right a:visited {
	color: #ffffff;
	text-decoration: none;
}

#footer_right a:active {
	color: #ffffff;
	text-decoration: none;
}


img {
	border: 0;
}


input.text {
	border-top: 1px solid #7C7C7C;
	border-right: 1px solid #C3C3C3;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #C3C3C3;
	background: #fff url(../images/bg_input.gif) no-repeat;
	padding: 2px 0;
}

input.button {
	padding: 2px 2px;
	border: 0;
	background: #999;
	color: #fff;
}

select {
	margin-bottom: 6px;
}




/*mainmenunav start*/


#mainmenunav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	padding-left: 40px;
}

#mainmenunav a {
	display: block;
	text-decoration: none;
}


#mainmenunav li {
	float: left;
}

/*mainmenunav stop*/



/* submenunav start */


#submenu {
	width: 230px;
	margin:0 10px 0 10px;
}

#submenunav {
	list-style:none;
	margin:0;
	padding:0;
}

#submenunav li:last-child {
	background:none;
}
#submenunav li{
	color: #434b50;
	font-weight:bold;
	background: url(../images/submenu_separator.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	padding:6px 0;
}


#submenunav li a{
	color: #4d5153;
	font-weight:bold;
	text-decoration: none;
	padding:0 30px 0 0;
	display:block;
	background: url(../images/submenu_arrow.gif);
	background-position:right 6px;
	background-repeat:no-repeat;
}

#submenunav li a:hover {
	color: #990000;
}

#submenunav li a.active_link {
	color: #990000;
}

#submenunav ul {
	margin:0;
	padding:0 0 0 20px;
}
#submenunav ul li {
	background:none;
	list-style:none;
}
#submenunav ul li a {
	font-weight:normal !important;
}

/* search */

#search {
	margin: 0;
	padding: 0;
	position:absolute;
	margin-left: 740px;
	top: 160px;
	height:22px;
	font-size: 1em;
	z-index: 2000;
}

#search div.col {
	margin:0;
	padding:0;
}

#searchtext {
	width:140px;
	vertical-align:top;
	border: 1px solid #b3b3b3;
	height: 18px;
	margin: 0;
	margin-right: 2px;
}

#ModulTable_104 .EditorTable {
	width:230px;
	margin-left:2px;
}
#ModulTable_104 .EditorTD {
	background-color:#f6f6f6;
	padding:10px 15px;
}


.body_956 .column_12_5{
padding-top:38px;
}

.body_956 #PurkkaViri{
display:block;
}

#PurkkaViri{
position:absolute;
margin:152px 0 0 710px;
background:#9B0505;
padding:3px 4px 3px 17px;
line-height:18px;
width:240px;
display:none;
}

#PurkkaViri a{
color:#fff;
text-decoration:none;
font-size:11px;
}
