body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #e8e8e8;
}

a {
	color: #000000;
}

h1 {
	font-size: 16px; 
	color: #014fa4;
	background-color: #efefef;
	margin-bottom: 10px;
	padding: 5px;
}

h2 {
	font-size: 14px;
  }

h3 { 
	font-size: 13px;
  }

h4 { 
	font-size: 12px;
  }

h5 { 
	font-size: 12px;
  }

  
#newsgroup-view h2 { 
	font-size: 12px;
	margin-top: 3px;
	margin-bottom: 3px;
	line-height: 16px;
  }
  
#Productgroup-view h2 {
	font-size: 14px;
  }
  
#Productgroup-view a {
	text-decoration: none;
  }

#Productgroup-view #product_table {
	background-color: transparent;
	border-bottom: 0px solid #999999;
}

#Productgroup-view #product_table td {
	/* background: url(../images/tuotetausta.jpg) repeat-x bottom; */
	border-top: 1px solid #999999;
	padding-top: 10px;
	padding-bottom: 5px;
}

.inline
{
	display: inline;
}

.inline-labels label
{
	display: inline;
	font-weight: normal;
}

label{
    display: block;
    margin-top: 1.5em;
    font-size: 0.75em;
    font-weight: bold;
    padding-bottom: 0.2em;
}

input.text {
	width: 200px;
}

#feedbackform input.text {
	width: 300px;
}


select, input {
	font-size: 85%;
}

input.button 
{
	width: auto;
	overflow: visible;
	border: 1px solid #999999;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding: 0.25em;
	background-color: #FFFFFF;
	background-image: url(../images/background_form_element.gif);
	background-repeat: repeat-x;
	color: #333333;
	font-size: 75%;
	font-weight: bold;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

input.button:active
{
	border: 3px double #CCCCCC;
	border-top-color: #999999;
	border-left-color: #999999;
}

input.button:disabled
{
	border: 3px double #CCCCCC;
}

td  {
	font-size: 12px;	
}

th  {
	font-size: 13px;	
}
td.altrow  {
	background: #f6f6f8;	
}

#doc {
	width: 974px;
}

#header_bck {
	background: url(../images/fb_bck_t.gif) no-repeat;
	padding-left: 7px;
	padding-right: 7px;
	margin: 0px;
	height: 9px;
}

#main_bck {
	background: url(../images/fb_bck_h.gif) repeat-y;
	padding-left: 7px;
	padding-right: 7px;
	margin: 0px;
	border: 0px solid #999999;
}

#footer_bck {
	clear: both;
	background: url(../images/fb_bck_b.gif) no-repeat;
	padding-left: 7px;
	padding-right: 7px;
	margin: 0px;
	height: 9px;
	border: 0px solid #999999;
}

#hd {
	margin: 0px;
	padding: 0px;
	border: 0px solid #000000;
}

#header {
	background: url(../images/topbanner.jpg) #ffffff right;
	height: 107px;
}

#topmenu_bck {
	background-color: #cf1141;
}

#topmenu {
	color: #ffffff;
}

#topmenu a {
	float: left;
	text-decoration: none;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 0px solid #a09c9c;
	border-left: 0px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 0px solid #cc071e;
}

#topmenu a:active {
	border-bottom: 0px solid #cc071e;
}

#topmenu a:hover {
	border-bottom: 0px solid #cc071e;
}

#topmenu a.selected {
	border-bottom: 0px solid #cc071e;
	background-color: #014fa4;
}

#logo { 
	float: left;
	margin-top: 15px; 
	margin-left: 25px;
	}

#header_logo { 
	color: #0856ab;
	text-decoration: none;
	float: left;
	margin-top: 25px; 
	margin-left: 15px;
	text-align: center;
	}
	
	
#submenu {
	float: right;
	margin-top: 5px;
	margin-right: 15px;
	color: #ffffff;
}

#submenu a {
	text-decoration: none;
	color: #ffffff;
	font-size: 10px;
}
 
#breadcrumb {
	font-size: 90%;
	color: #000000;
	padding-top: 15px;
	border: 0px solid #000000;
}

#breadcrumb a {
	text-decoration: none;
	color: #00578c;
}

#bd {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

.main-content {
	margin-left: 0px;
	margin-right: 15px;
	margin-top: 30px;
	margin-bottom: 10px;
	min-height: 400px;
}

/* for Internet Explorer */
/*\*/
* html .main-content {
height: 400px;
}
/**/

.fb_content {
	margin-left: 25px;
	margin-right: 25px;
	margin-top: 20px;
	margin-bottom: 0px;
	border: 0px solid #000000;
	min-height: 400px;
}

/* for Internet Explorer */
/*\*/
* html .fb_content {
height: 400px;
}
/**/

.fb_content h1 {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}

#WysiwygPage .textbody td {
	font-size: 11px;
}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#frontpage_content {
	margin-top: 5px;
	border: 0px solid #000000;
}

#frontpage_content .newsitem h1 {
	font-size: 16px; 
	color: #cf1141;
	margin-bottom: 10px;
}


#frontpage_content .textbody {
	clear: both;
	float: left;
	padding: 10px;
	border: 0px solid #000000;
	width: 581px;
}

#frontpage_content .textbody h1 {
	background-color: #efefef;
	color: #cf1141;
	font-size: 14px;
	margin: 0px;
	padding: 5px;
}

#frontpage_content .intro {
	float: left;
	padding: 10px;
	border-left: 0px solid #ebebeb;
	width: 280px;
}

#frontpage_content .intro h1 {
	background-color: #efefef;
	color: #cf1141;
	font-size: 14px;
	margin: 0px;
	padding: 5px;
}

#frontpage_content a {
	background: transparent;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	font-style:italic; 
}

#frontpage_content .sloganbox {
	clear: both;
	background-color: #014fa2;
	text-align: center;
	width: 100%;
}

#frontpage_content .sloganbox .txt {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
}


.higlights {
	float: left;
	padding: 10px;
	font-weight: normal;
	text-decoration: none;
	border-right: 1px solid #ebebeb;
	color: #000000;
	width: 280px;
	min-height: 130px;
}

/* for Internet Explorer */
/*\*/
* html .higlights {
height: 130px;
}
/**/

.higlights h1 {
	background-color: #efefef;
	color: #cf1141;
	font-size: 14px;
	margin: 0px;
	padding: 5px;
}

.higlights a {
	background: transparent;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-style: normal;
	font-size: 12px;
}

.news {
	float: left;
	padding: 10px;
	border-left: 0px solid #ebebeb;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	border-left: 1px solid #ebebeb;
	width: 280px;
}

.news h1 {
	background-color: #efefef;
	color: #cf1141;
	font-size: 14px;
	margin: 0px;
	padding: 5px;
}

.newsitem {
	margin-top: 5px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
}

.news .newsitem #fp_newslink {
	background: transparent;
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	font-style: normal;
	font-size: 12px;
}

#newsdate{
	font-weight: normal;
}

#newsgroup-view h3 {
	color: #006a8c;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px;
	border: 0px solid #000000;
}

#newsgroup-view .intro {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	border: 0px solid #000000;
}

.readmore {
	margin-top: 3px;
	margin-bottom: 12px;
	font-size: 11px;
}

.readmore a {
	text-decoration: none;
}


#persongroup-view .listimage {
	width: 159px;
}

#persongroup-view h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#persongroup-view a {
	text-decoration: none;
}

#filefolder th {
	background: #cf1141;
	font-size: 11px;
	color: #ffffff;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#filefolder td {
	background: #ffffff;
	font-size: 11px;
	padding-left: 5px;
}

.footer {
	background-color: transparent;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
	color: #797979;
}

.footeraddress {
	float: right;
}

.footerlinks {
	float: left;
}

.footer a {
	color: #797979;
}


.leftmenu {
	margin-top: 60px;
}


.leftmenu ul {
	margin-left: 0px;
	padding-left: 35px;
}

.leftmenu a {
	text-decoration: none;
	color: #000000;
}

.leftmenu .selected a {
	color: #cf1141;
}

.leftmenu li.menudepth1 {
	list-style: disc url(../images/link01.gif) outside;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding:3px;
	font-weight: normal;
	border-bottom: 1px solid #cccccc;
}



.leftmenu li.menudepth2 {
	list-style: none;
	margin-left: 0px;
	margin-top: 3px;
	margin-bottom: 3px;

}

.leftmenu li.menudepth3 {
	list-style: none;
	margin-left: 10px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.leftmenu li.menudepth4 {
	list-style: none;
	margin-left: 15px;
	margin-top: 3px;
	margin-bottom: 3px;
}

#sitemap .menudepth0 {
	list-style: none;
	margin-left: 0px;
}

#sitemap .menudepth1 {
	margin-left: 20px;
}

#sitemap .menudepth2 {
	margin-left: 40px;
}

#sitemap .menudepth3 {
	margin-left: 60px;
}

#sitemap .menudepth4 {
	margin-left: 80px;
}

#sitemap .menudepth5 {
	margin-left: 100px;
}

#sitemap .menudepth6 {
	margin-left: 120px;
}

.tabmenu {
	color: black;
	/*border-bottom: 2px solid black;*/
	margin: 0px 0px 0px 0px;
	padding: 0px;
	z-index: 1;
	padding-left: 10px 
}

.tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none; 
	background: ;
	padding-left: 0;
}

.tabmenu a, a.active {
	color: black;
	background: #ccced2;
	/*font: bold 1em "Trebuchet MS", Arial, sans-serif;*/
	/*border: 2px solid black;*/
	padding: 2px 5px 0px 5px;
	margin: 0;
	text-decoration: none; 
}

.tabmenu a.active {
	background: #E3E4E9;
}

.tabmenu a:hover {
	color: #fff;
	background: #ADC09F; 
}

.tabmenu a:visited {
	/*color: #E8E9BE; */
}

.tabmenu a.active:hover {
	background: #ABAD85;
	/*color: #DEDECF; */
}

.adminheading {
	background: #E3E4E9 url(../images/bg_header.jpg);
	font-weight: bold;
	padding: 5px;
	border-top: 10px;
}

.adminheading2 {
	background: #9FCBE8 url(../images/bg_header2.jpg);
	font-weight: bold;
	padding: 5px;
}

.contentPager {
	padding: 5px;
	text-align: center;
	
}

.contentPager a {
	text-decoration: none;
}

.contentPager a.selected {
	font-weight: bold;
}

.EviaCheckBoxList {
    margin-top:10px;
}

.EviaCheckBoxList label {
    display: inline;
    vertical-align: middle;
}

.EviaCheckBoxList .checkbox {
    display:inline;
    margin-right: 5px;
    vertical-align: middle;
}

.controlmodalheading {
	padding-top:24px;
	background:url(../images/evia_yr02.gif) repeat-x;
}

#controlmodalimage {
	background:url(../images/eviacms5_logo_s.png);
	position:absolute;
	margin:0px;
	right:1px;
	top:0px;
	width:94px;
	
	height:38px;
}

#controlmodalheadtext {
	position:absolute;
	margin-left:2px;
	top:4px;
	color: #FFFFFF;
	font-weight:bold;
}
