﻿div.advertsTitle 
{
	padding: 5px;
}

div#tables 
{
	min-height: 700px;
}

div#tables td
{
	vertical-align:top;
}

div.dates 
{
}

table.adverts 
{

	margin: 5px 5px;		
	empty-cells: show;
	table-layout: fixed;
	border: 1px solid #48719b;
	border-collapse: collapse;	
	float: right;
}

table.adverts td 
{
	vertical-align: top;
	padding: 4px;
	text-align: center;
	background-color: White;
	height: 10px;
	background-image: url('img/adverts_table.png');
	border: 1px dashed #bbd3ec;
	color: #3f7fc1;
	font-size:8pt;
}

table.adverts td.title
{
	height: 10px;
	background-image: url('img/adverts_table_title.png');
	color: White;	
	border: 1px solid #7ca8d5;
	font: Tahoma normal bold 12px arial;
	width:110px;
}

table.grid td.pagenumber
{
	height: 10px;
	color: White;	
	font: Tahoma normal bold 12px arial;
	width:70px;
}

table.grid td.completed 
{
	/*color: #d72c15;*/
	color:#999999;
}

table.grid td.ended 
{
	/*color: #d72c15;*/
	color:#999999;
}

table.grid td.notCompleted 
{
	/*color: #4cbb0f;*/
	color:#1D7003;	
}

table.adverts td.sep 
{
	background-image: none;
	height: 10px;
	background-color: #82afdd;
	color: White;
	font: Tahoma normal bold 12px arial;
}


/* STATIC TABLES */

table.advert 
{
	width: 90%;
	margin: 4px auto;
	table-layout: fixed;
	border-collapse: collapse;
}

table.advert td 
{
	padding: 2px;
	border: 1px solid black;
}
