@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
Last modified: 2008 03 11
Modified by: Magnus Thyvold
*/


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

#content table {
	border-collapse: collapse;
	border: none;
	margin-bottom: 3px;
	}
/*	
*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;
	}

#p {
	font-size: 75%;
	}

/* .col_left {
	float:left; 
	width:273px;		
	border-width: 0px 2px 0px 0px;
	border-style: none solid none none;
	border-color:#FF9900; 
	}

.col_right {
	float:right; 
	width:273px;
    border-width: 0px 0px 0px 2px;
    border-style: none none none solid;
    border-color:#FF9900; 
	}
*/
/***** TOP5 Table *****/

.col_right {
	width: 272px;
	float: right;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: -1px;
	}
	

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

.col_left {
	width: 272px;
	float: left;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	margin-bottom: -1px;
	}