﻿*
{
	margin: 0;
	padding: 0;
}

html, body
{
	/*height: 100%;*/
}

body
{
	background: url('../layout/background.png');
	background-repeat: repeat-x;
	background-attachment: fixed;
	
	font-family: Helvetica;
	font-size: 12px;
	color: #4f4f4f;
	text-align: left-justify;
}

div
{
	clear: both;
}

table
{
	clear: both;
}

a
{
	color: #4f4f4f;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: underline;
}

.footer
{
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 150px;
	text-align: center;
	z-index: 10;
	background: transparent;
}

.tasca_table
{
	position: relative;
	margin: auto;
	z-index: 1;
	margin-top: 0px;
}

.menu 
{
	margin: auto;
	margin-top: -12px;
	z-index: 0;
	position: relative;
}

.voice
{
	padding-top: 30px;
	background-color: #ffffff;
}

.voice:hover 
{
	background-color: #eaeaea;
}

.subvoice
{
	font-size: 11px;
	font-variant: uppercase;
	height: 47px; 
	text-align: left; 
	padding-left: 150px;
	vertical-align: middle;

}

.subvoice a
{
	color: #666666;
	text-decoration: none;
}

.subvoice a:hover
{
	color: #000000;
}

.frontpage
{
	display: block;
	width: 750px;
	text-align: center;
	margin: auto;
}

#frontcontent {	padding: 0px 14px 14px 14px; color: #FFFFFF; height: 140px; }

#frontcontent  ul { margin-left: 30px; }
#frontcontent  h1 { font-size: 1.3em; margin-bottom: 10px; }

.grid
{
	margin: auto;
	margin-top: 20px;
}

.grid tr
{
	
}

.grid td
{
	width: 230px;
	padding: 10px;
	vertical-align: top;
}

.home_column
{
	padding-left: 80px;
	
}

h2
{
	font-family: Helvetica;
	font-size: 16px;
	letter-spacing: -1px;
	color: #4f4f4f;
	margin-bottom: 10px;
}

.thumbnail
{
	display: block;
	width: 75px;
	overflow: hidden;
	float: left;
}

.calendar
{
	display: block;
	font-family: Helvetica;
	font-size: 24px;
	letter-spacing: -1px;
	color: red;
	text-align: center;
	padding-top: 26px;
	
	width: 64px;
	height: 38px;
	background: url('../images/calendar_icon.png');
	float: left;
	color: #999999;
}

.calendar p
{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	margin: -23px 0px 10px 0px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #333333;
}

.form_voice
{
	margin-top: 10px;
}

p#error
{
	font-weight: bold;
}

.data_row
{
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 20px;
}

.theme 
{
	display: block;
	width: 750px;
	margin: auto;
	color: #FFFFFF;
}

.theme img {
	display: block;
	margin: 0px;
}

.theme ul {
	margin-top: 15px;
	margin-left: 10px;
}


.title {
	margin-top: 30px;
	display: block;
	width: 750px;
	margin: auto;
	margin-top: 30px;
}

.title td {
	width: 250px;
	font-size: 4em;
	letter-spacing: -.1em;
	padding-left: 6px;
}
