@charset "iso-8859-1";
/* 
Function: style sheet for home page
Author: Giedrius Virbalas 
Created: 2004 05 05
Last modified: 2004 05 06
Modified by: Giedrius Virbalas
*/


/******** Tables ***********/

#content table {
	border-collapse: collapse;
	border: none;
	margin-bottom: 3px;
	width:100%;
	}
	
*html #content table { 
	border-collapse: collapse; 
	border-bottom: 1px dashed #cccccc;
	}
	
*html #content table td { 
	border: none; 
	border-top: 1px dashed #cccccc;
	}

#content th{
	text-align:left;
	}
	
#content tr {
	border-bottom: 1px dashed #cccccc;
	}
	
#content td {
	padding: 3px;
	}

#content th {
	padding: 3px;
	}
	
#content tr .darkerback{
	background-color: #EBEBEB;
	}
	
#content td .darkerback{
	background-color: #EBEBEB;
	}

/****** Events Table ******/

#events {
	width: 100%;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: -1px;
	}
