/* 
    Document   : style
    Created on : 2009-08-21, 01.28.00
    Author     : lauztuvas
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body
{
	font-size:80%;
	background:#394758 url(background_0.gif);
	background-attachment:fixed;
	font-family:Verdana, Arial, helvetica,sans-serif;
}
#top, #footer
{
	margin:auto;
	width:1000px;
}
#content
{
	margin:0 auto;
	width:950px;
}
table {
	border:0;
	color:#ccc;
	border-collapse:collapse;
	margin-bottom:10px;
	width:950px;
}
a {color:#ccc;}

td
{
	text-align:center;
	font-weight:bold;
	font-size:90%;
}

tr.small td {
	width:173px;
	height:185px;
}

th{width:30px;font-size:90%;}
th.info{width:150px;}
tr.small,tr.smallhead{font-size:80%;}
tr.small a,tr.smallhead a{text-decoration:none;}
tr.toc{border:0; }
tr.toc th {border:0; padding-bottom:5px;text-align:left;}
p{text-align:center;font-size:130%;color:#ccc;}
a.info, p.links a{text-decoration:none;color:#ccc;}
a.info:hover, p.links a:hover{border-bottom:1px dashed #ccc;}
tr,th,td{border:1px solid #669966;}
td.soon {/*background:url(background_0.png);*/}
td.soon img {width:90%;}
tr.have{background-color:#336633;}

tr.no th {background-color:red;}
tr.no td {background-color:#336633;}
tr.no td.no, th.no{background-color:red;}

img {border:0;}
p a {font-weight:bold;}
/*.have, .small{display:none;} */
