/*******************************************************
*
* www.ylijaamakauppa.fi
* Main css stylesheet
* 
* Copyright Deston Oy 2008
*
*  
* top, right, bottom, left
* 
* sininen vaalea #b2c9dd;
* sininen keskitumma #3d6c8f;
*
********************************************************/

body {


	background: #FDFDFF URL(../img/body_bg.jpg);
	font-family : verdana, arial, times new roman;
	color: #193244;
	margin : 0px;
}

.basiclisttable {

	width : 570px;
	border-left  : 1px solid #D8E0E8;
	border-right : 1px solid #D8E0E8;	
}

.basiclisttable a {

	text-decoration: none;	
}

.basiclisttable_header {

	color : #0068B4;
	border-top : 1px solid #D8E0E8;
	border-bottom : 1px solid #D8E0E8;
	font-weight : bolder;
	background-color : #ECF0F4;
	height : 30px;
	padding-left: 10px;
}

.basiclisttable_header:first-child {

	border-left : 1px solid #D8E0E8;
}

.basiclisttable_header:last-child {

	border-right : 1px solid #D8E0E8;
}

.table_header_grey {

	color : #0068B4;
	border-top : 1px solid #D8E0E8;
	border-bottom : 1px solid #D8E0E8;
	font-weight : bolder;
	background-color : #E8E8E8;
	height : 30px;
	padding-left: 10px;
}

.table_header_grey:first-child {

	border-left : 1px solid #D8E0E8;
}

.table_header_grey:last-child {

	border-right : 1px solid #D8E0E8;
}

.basiclisttable_row {

	font-family : verdana, arial, times new roman;
	border-right : 1px solid #F3F4F6;
	border-bottom : 1px solid #D8E0E8;
	padding : 5px;
	vertical-align: top;
}

.basiclisttable_row:first-child {

	border-left : 0px solid #D8E0E8;
}

.basiclisttable_row:last-child {

	border-right : 0px solid #ffffff;
}

.basiclisttable_oddrow {

	font-family : verdana, arial, times new roman;
	border-right : 1px solid #DFE5EC;
	border-bottom : 1px solid #D8E0E8;
	background-color : #ECF0F4;
	padding : 5px;
	vertical-align: top;
}

.basiclisttable_oddrow:first-child {

	border-left : 0px solid #D8E0E8;
}

.basiclisttable_oddrow:last-child {

	border-right : 0px solid #D8E0E8;
}
