
/*************************

 www.suomenpuhelin.com
 Main css stylesheet
 
 Copyright Deston Oy 2008
  
 top, right, bottom, left
 
 sininen tausta #E9EDF0;
 sininen vaalea kehys #D4D8DB;
 sininen keskitumma kehys #9DADC0;
 
 Vihreä tausta #F1F7DD;
 Vihreä vaalea kehys #E1E7CD;

*************************/

/*** Main containers ***/

body {

	font-family: verdana, palatino, georgia, arial, serif;
	/*font-size : 0.65em;*/
	font-size: 8pt;
	background : url(../img/body_bg.jpg) repeat-x;
	background-color: #0A1727;
	margin: 0px;
	color: #0A1727;
}

#screencontainer {}

#pagecontainer {

	width : 80%;
	margin : auto;
	border-left : 1px solid #1F466F;
	border-right : 1px solid #1F466F;	
	/*border-left : 5px solid #ffffff;
	border-right : 5px solid #ffffff;*/
	background: #c8d98d;

}

/*** Header ***/


#headercontainer {

	margin : auto;
	height : 119px;

	/*background-color : #F1F7DD;*/
	/*background : #ffffff url(../img/logo_web.jpg) no-repeat 10px 5px;*/
	background : #ffffff url(../img/header_bg2.jpg) repeat-x 0 0;
	/*border-bottom : 5px solid #335c88;*/
		
	text-align: center;
	/*padding-right: 20px;*/
	
}


/*** Sidebars ***/


#leftsidebarcontainer {

	width : 155px;
	position: absolute;

}

#rightsidebarcontainer {

	position: absolute;
	top: 190px;
	right: 10%;
	width : 150px;
	/*float : right;*/
	margin-right: 5px;
	/*text-align: center;*/
}

/*** news ***/

.newstable {

	background-color : white;
	margin-top: -6px;
	margin-right: -3px;
	margin-bottom: -6px;
	margin-left: -3px;
	
}

.newssingletable {

	background-color : white;
	margin: 4px;
	padding: 4px;
}

.newstitle {
	
	font-size: 1.1em;
	font-weight: bold;
	
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	/*border-bottom : 1px dotted silver;*/
}

.newsrow {


	font-size: 9px;
	padding-left: 4px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-left: -1px;
	margin-right: -1px;

	border-top : 1px dotted #9DADC0;
}

.newsrowodd {

	font-size: 9px;
	padding-left: 4px;
	padding-bottom: 3px;
	padding-top: 3px;
	margin-left: -1px;
	margin-right: -1px;

	background-color : #E9EDF0;
	border-top : 1px dotted #9DADC0;

}


/*** Actual content ***/


#contentwrapper {

	margin : auto;
	/*background-color : #f1f1f1;*/
	background-color : #E9EDF0;
	/*background-color : #F1F7DD;*/
	/*background : #D0D8AF url(../img/content_bg.jpg) repeat-x 0 0;*/
	/*background-color : red;debug only*/

}

#statuscontainer
{
	padding: 10px 160px 0px 160px;
	text-align : center;
}

#contentcontainer
{
	padding: 0px 160px 0px 160px;
	border-left : 1px solid #264667; 
	border-right : 1px solid #264667;

}

.content
{
	padding : 10px;
	min-height: 600px;
	
	/* ie6 hack for min-height */
	height:auto !important;
  	height:600px;

	border-left :  1px dotted #d1d1d1;
	border-right : 1px dotted #d1d1d1;

}

/** contact card **/

.contactinfo {

	min-width: 230px;
	min-height: 100px;
	max-height: 140px;
	float: left;
}

.contactinfocontainer {

	display: block;
	border-top: 1px dotted #d1d1d1;
	/*border-bottom: 1px dotted #d1d1d1;*/
	padding-top: 10px;
	padding-bottom: 10px;
}

.contactinfocontainer:after { 

	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.cardcontainer {

	position: relative;
	width: 291px;
	height: 291px;
	background: url(../img/kayntikortti.jpg) no-repeat right;
	display: block;
	padding-top: 10px;
	padding-left: 10px;
	float: left;


}

.cardcontainer:after { 

	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
}

.contactcard {

	line-height: 1.1;
	font-size: 7pt;
	position: absolute; top: 86px; left :62px;
	width: 220px;
	text-align: right;
	
	color: #1E345B;

	background: url(../img/logo_card.jpg) no-repeat 60% -1px;
}

.contactcardtitle {

	line-height: 0;
	text-transform: uppercase;
	text-align: left; 
	padding-left: 10px; 
	padding-top: 25px; 
	margin-bottom: -20px;
}

.contactcard hr {

	height: 1px;

	background-color: #E2E4E8;
	border: none;
}

.contactlist {

	width: 120px;
	vertical-align: top;
	padding-right: 10px; 
	padding-top: 5px; 
	float:left; 
	text-align: right; 
	border-right: 1px dotted #d1d1d1;

}

.contactlist hr {

	height: 1px;
	background-color: #d1d1d1;
	border: none;
}

/*** Hinnasto ***/

.pricelistcontainer {

	margin-left: 15%;
	display: block;

}

.pricelist {

	min-width: 130px;
	display: table-row;
}

.pricelist span {

	padding-left: 5px;
	padding-right: 5px;
	float: left;
	display: table-cell;
	border: 1px dotted #D4D8DB;
	width: 120px;
}

.pricelistcontainer:after { 

	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
}

.pricetable {

	width: 440px;
	margin: auto;
}

.pricetable:after { 

	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
}

.priceevencell {

	display: table-row;
}

.priceoddcell {

	display: table-row;
	/*background: #f1f1f1;*/
	background-color : #E9EDF0;
}


.priceevencell span {

	padding-left: 5px;
	padding-right: 5px;
	float: left;
	display: table-cell;
	border: 1px dotted #D4D8DB;
	
}

.priceoddcell span {

	padding-left: 5px;
	padding-right: 5px;
	float: left;
	display: table-cell;
	border: 1px dotted #D4D8DB;
	
}

.overflower {

	overflow:auto;
}

/*** Phonebook ***/

.basictable {

	min-height: 170px;
	
	/* ie6 hack for min-height */
	height:auto !important;
  	height:170px;

	width: 530px;
	margin: auto;
}

.basictable:after
{ 

	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
}

.basicevencell {

	display: table-row;
}

.basicoddcell {

	display: table-row;
	background-color : #E9EDF0;

}

.basicevencell span {

	padding-left: 5px;
	padding-right: 5px;
	float: left;
	display: table-cell;
	border: 1px dotted #D4D8DB;
	width: 120px;
}

.basicoddcell span {

	padding-left: 5px;
	padding-right: 5px;
	float: left;
	display: table-cell;
	border: 1px dotted #D4D8DB;
	width: 120px;
}

.phonebformcell {

	display: block;
	padding : 5px;
}

.referencewrapper {

	
}

.referenceimg {

	width: 160px; 
	float: left;
}

.referencetxt {

	
	margin-left: 170px;
}

/* tabs */
.consumerstabcontainer {

	height: 22px;
}

.consumerstab {

	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;

	height: 22px;
	padding: 6px;
	background: #DEDEDE;
}

.consumerstabactive {

	border-top: 1px solid #DEDEDE;
	border-left: 1px solid #DEDEDE;
	border-right: 1px solid #DEDEDE;

	height: 22px;
	padding: 6px;
	background: #ffffff;
}


/*** Footer ***/


#footercontainer {

	font-size: 9px;
	text-align: center;

	clear: both;
	margin-top: -10px;
	margin: auto;
	padding-bottom: 4px;

	width: 80.6%;
	
	border-top: 2px solid #335c88;
	border-left: 1px solid #0F2C4C;
	border-right: 0px solid #335c88;
	border-bottom: 2px solid #335c88;
	
	vertical-align: middle;

	height: 40px;	
	background: #11345c url(../img/footer_bg.jpg) repeat-x;
}

.footercontent {

	width: 24%;
	float: left;

}

.footerleft {

	width: 25%; 
	float: left; 	
	

}

.shakingpeople {

	float: left;
	position: relative;
	z-index: 999;
	
	padding: 0px;
	margin-left: -52px;
	margin-top: -396px;
}

/*** worker styles ***/

.emptyrow5px {

	clear : both;
	height : 5px;	
	font-size: 0px;
}

.emptyrow {

	clear : both;
	height : 10px;		
}

.cleaner {

	clear: both;
	height: 0px;
	font-size: 0px;
}



/*** Images ***/

img {

	border: 0px solid #ffffff;
}

/*** Moron IE Hacks ***/

/** ie7 **/

* +html #rightsidebarcontainer { margin-top: 10px;}

* +html .footercontent { padding-top: 10px;}

* +html .footerleft {margin-left: -20px; padding-top: 10px;}

* +html .contactcard {position: absolute; top: 81px; left :62px;}

/** ie6 **/

* html #rightsidebarcontainer { margin-top: 10px;}

* html .footercontent { padding-top: 10px;}

* html .footerleft {margin-left: -20px; padding-top: 10px;}

* html .contactcard {position: absolute; top: 81px; left :62px;}