a {
	color: #4080df; /*#4892E8;*/
	text-decoration: none;
}
a:hover {
	/*text-decoration: underline;*/
    border-width: 0px;
    border-bottom-width: 1px;
    border-style: dotted;
}

a.noUnderline:hover {
    border-style: none;
    border-width: 0px;
}

.inactiveLink {
    color: #808080;
}

body {
	font-family: Helvetica, Arial, sans;
	font-size: 12px;
	background-color: #f1f2f4;
	/*#f0f0e6;*/
	margin: 0px;
    padding: 0px;
    color: #333333;
	/*
	background-image: url(images/bg_blur_lilja.jpg);
    background-position: center center;
    background-repeat: no-repeat;
	background-color: #9298a2;
	*/
}

body.front {
	/*
	background-image: url(images/bg_blur_kaisa.jpg);
    background-position: center center;
    background-repeat: no-repeat;
	background-color: #9298a2;
	*/
}

p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 8px;
}

p.last {
	margin: 0px;
}

h1 {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin-bottom:16px;
}

h1.noMargins {
	margin: 0px;
}

h1.projectItem {
	margin-top: 8px;
	margin-bottom: 4px;
	font-weight: normal;
}

h2 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans;
    font-weight: normal;
	text-transform: uppercase;
    font-size: 10px;

	color: #333;

    margin-top: 4px;
	margin-bottom: 4px;
}

html {
    overflow: hidden;
	overflow-x: hidden;
	overflow-y: auto;
}

#page {
	 text-align: left;
	 margin-left: auto;
	 margin-right: auto;
	 position: relative; 
	 width: 798px; 
	 height: auto; 
	 visibility: visible; 
	 display: block;
}


#mainColumn {
    margin-top: 78px;
    margin-bottom: 32px;
    padding-bottom: 18px;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
    border: 1px;
    border-color: #888888;
    border-style: solid;
    /*background-image: url(images/greygrad_900px_korkea.jpg);
    background-position: top left;
    background-repeat: no-repeat;*/
    background-color: #ffffff;
}


#header {
    font-family: "Lucida Grande", Helvetica, Arial, sans;
    font-weight: bold;
    font-size: 9px;
    margin: 0px;
    padding: 0px;
    clear: both;

    /*background-color: #dde0ff;*/
}

table#headerTable {
	padding: 0px;
	border: 0;
	border-collapse: collapse;
}

td#headerLeftColumn {
	width: 120px;
	padding: 0px;
	margin: 0px;
	padding-right: 16px;
	border: 0;
}

td#headerRightColumn {
	width: auto;
	padding: 0px;
	margin: 0px;
	border: 0;	
}

.siteTitle {
    font-family: "Helvetica Neue", Helvetica, Arial, sans;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 26px;
    text-transform: uppercase;
    margin: 0px;
    margin-top: 16px;
    margin-bottom: 6px;
}

.headerLeftCol {
    float: left;
    width: 200px;
    height: 32px;
}

.headerRightCol {
    clear: right;
    height: 32px;
}

#nav {
    font-family: "Helvetica Neue", Arial, sans;
    font-weight: bold;
	text-transform: uppercase;
    font-size: 11px;

	color: #888888;

    margin-top: 8px;
    margin-bottom: 24px;
    
    padding: 0px;
    padding-top: 4px;
    padding-bottom: 4px;
    border: 0px;
    border-top: 1px;
    border-bottom: 1px;
    border-color: #888888;
    border-style: solid;

    /*background-color: #ffccbb;*/
    
    /*height: 24px;*/
	width: 500px;
}

.inactiveNavLink {
	color: #000000;
}

a.activeNavLink {
	color: #888888;
}

.navLink {
    width: 100px;
    margin: 0px;
    padding: 0px;
	text-align: center;
	border: 0px;
/*	border-right: 1px;	
	border-style: solid;
	border-color: #222222;*/
}

.navLinkFirst {
    width: 100px;
    margin: 0px;
    padding: 0px;
	text-align: center;
	border: 0px;	
/*	border-right: 1px;
	border-style: solid;
	border-color: #222222;*/
}

.navLinkLast {
    width: 100px;
    margin: 0px;
    padding: 0px;
	text-align: center;
}


.navLink_right {
    float: right;
    text-align: right;
    width: 100px;
    margin: 0px;
    padding: 0px;
}

#subnav {
    font-family: Helvetica, Arial, sans;
    font-weight: normal;
    font-size: 10px;
	text-transform: uppercase;

	height: 12px;
	width: 100%;
	text-align: right;
}

.subnavItem {
	color: #555;
	display: none;
	visibility: hidden;
}
.subnavItemSel {
	color: #888;
	display: inline;
	visibility: visible;
}

.subnavItemLink {
	color: #000;
	display: inline;
	visibility: visible;
}
.subnavItemLinkSel {
	color: #888;
	display: none;
	visibility: hidden;
}

a.subnavItemA {
	color: #444;
}

a.subnavItemAInfo {
	color: #555;
}

a.imageListLinkSel {
	color: #000;
}

a.imageListLink {
	color: #a0a0a0;
}

#content {
    margin: 0px;
    margin-top: 8px;
    padding: 16px;
    clear: both;
	
    border-style: solid;
    border-color: #888888;
    border-width: 1px;
    
    /*background-color: #aabbff;*/

    line-height: 1.7em;

	height: 293px;  
}

#content_tall {
	margin-top: 0px;
	height: auto; /*420px;  */
}


#content_front {
    margin-top: 16px;
    padding-top: 12px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    clear: both;
    
    line-height: 1.7em;

	height: 335px;
}

#content_list {
    margin-top: 48px;
    padding-top: 12px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    clear: both;
    
    line-height: 1.7em;
}

table#contentColumns {
	border-collapse: collapse;
	border-width: 0;
}

td#contentLeftColumn {
	width: 370px;
	padding: 8px;
	padding-right: 24px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-right: 1px;
	border-style: solid;
	border-color: #888888;
}

td#contentRightColumn {
	width: 374px;
	padding: 8px;
	padding-left: 24px;
}


.infoBox {
    padding: 12px;
    padding-left: 24px;
    padding-right: 24px;
    border: 1px;
    border-color: #888888;
    border-style: solid;
    background-image: url(images/greygrad_900px.jpg);
}

.projectBox {
    padding: 12px;
    padding-top: 9px;
    padding-bottom: 2px;
    border: 1px;
    border-color: #555; /*#a8a8a8;*/
    border-style: solid;
	height: 528px;
    /*background-image: url(images/greygrad_900px_tummempi.jpg);*/
}

.projectBoxTopBordered {
    margin-top: 12px;

    padding: 12px;
    padding-top: 9px;
    padding-bottom: 2px;
    border: 1px;
    border-color: #a8a8a8;
    border-style: solid;
    /*background-image: url(images/greygrad_900px_tummempi.jpg);*/
}

.newsItem {
    margin: 12px;
    font-size: 12px;
}

.newsItemTopBordered {
    margin: 12px;
    font-size: 12px;    
    
    padding-top: 12px;
    
    border: 0px;
    border-top: 1px;
    border-color: #888888;
    border-style: solid;      
}

.newsItemTitle {
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}

.newsItemDate {
    color: #666666;
}

.projectItemTitle {
    font-family: "Helvetica Neue", Helvetica, Arial, sans;
    font-weight: bold;
    font-size: 14px;
    color: #323540;
    /*letter-spacing: -1px;*/
    text-transform: uppercase;
}

.projectItemDescription {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 11px;
}

td {
    padding: 0px;
    vertical-align: top;
}

td.rightAligned {
    text-align: right;
}

td.lightboxItemDescription {
    text-align: left;
    padding: 0px;
    /*padding-left: px;*/
    font-size: 10px;
}

td.lightboxItemColumnLeft {
    text-align: left;
	padding: 16px;
	padding-left: 0px;
    font-size: 12px;
    border: 0px;
    border-right: 1px;
    border-color: #888888;
    border-style: solid;
	width: 50%;
}
td.lightboxItemColumnRight {
    text-align: left;
	padding: 16px;
	padding-left: 0px;
    font-size: 12px;	
	width: 50%;
}

.lightboxItemTitle {
    font-family: "Helvetica Neue", Helvetica, Arial, sans;
    font-weight: bold;
    font-size: 16px;
    color: #323540;
    /*letter-spacing: -1px;*/
    text-transform: uppercase;
    margin-bottom: 8px;
}

sup {
    font-size: 0.85em;
    line-height: 0;
}


.overlayInfoBg {
	display:none;
	position:absolute;
	width:140px;
	height:140px;
	z-index:200;
	background-color:#fff;
	-moz-opacity:0.63;
	opacity:0.63;
	filter: alpha(opacity=63);
}

.overlayInfoText {
    font-family: "Helvetica Neue", Helvetica, Arial, sans;
    font-weight: normal;
    font-size: 9px;
    text-transform: uppercase;
	line-height: 1.0em;
	color: #555;
}


td.member {
	width: 14em;
}
