/* 
	TableCloth	
	by Alen Grakalic, brought to you by cssglobe.com	
*/
/* general styles */
@keyframes myfirst
{
	from {background:#E5F1F4;}
	to {background:#839D6F;}
}
@-webkit-keyframes myfirst /* Safari and Chrome */
{
	from {background:#E5F1F4;}
	to {background:#839D6F;}
}
table, td{
	font:100% Arial, Helvetica, sans-serif; font-size:15px;
}
table{width:100%;border-collapse:collapse;margin:1em 0;}
th, td{text-align:left;border:1px solid #fff;}
td:hover{ 
    animation:myfirst 2s;
	-webkit-animation:myfirst 2s; /* Safari and Chrome */
	background:#839D6F;
	color:#fff;	
}
th{background:#328aa4 url(tr_back.gif) repeat-x;color:#fff;padding:.5em;text-align:left;}
td{background:#e5f1f4;text-align:center;}
/* tablecloth styles */
tr.even td{background:#e5f1f4;}
tr.odd td{background:#f8fbfc;}
th.over, tr.even th.over, tr.odd th.over{background:#4a98af;}
th.down, tr.even th.down, tr.odd th.down{background:#bce774;}
th.selected, tr.even th.selected, tr.odd th.selected{}

td.over, tr.even td.over, tr.odd td.over{background:#ecfbd4;}
td.down, tr.even td.down, tr.odd td.down{background:#bce774;color:#fff;}
td.selected, tr.even td.selected, tr.odd td.selected{background:#bce774;color:#555;}
/* use this if you want to apply different styleing to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}
@keyframes myfirst1
{
	from {background:#E5F1F4;color:#555555;}
	to {background:#839D6F;color:#fff;}
}

@-webkit-keyframes myfirst1 /* Safari and Chrome */
{
	from {background:#E5F1F4;color:#555555;}
	to {background:#839D6F;color:#fff;}
}

body { margin:0; padding:0; font:70% Arial, Helvetica, sans-serif; color:#555; line-height:150%; text-align:left; }
a { text-decoration:none;color:#555555;display:block;width:100%;padding:0;margin:0;padding:0.5em 0px;}
  
a:hover { 
    text-decoration:none;
    animation:myfirst 2s;
	-webkit-animation:myfirst 2s; /* Safari and Chrome */
	background-color:#839D6F;
	color:#fff;
}
h1 { font-size:140%; margin:0 20px; line-height:80px; }
h2 { font-size:120%; }
#container { margin:30px auto; width:808px; background:#fff; padding-bottom:20px; }
#content { margin:0 20px;padding-top:3px;}
p.sig { margin:0 auto; width:680px; padding:1em 0; }
form { margin:1em 0; padding:.2em 20px; background:#eee; }
