/* CSS Document */
.fullTable { 
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color: #b7b7b7;
	width:100%;
	margin:auto;
}
.fullTable td, .fullTable tr, .fullTable th{
	border-collapse: separate;
	border-collapse: collapse;
	border-spacing: 0;
}
.fullTable caption {
	font-weight: bold;
	color: #666666;
	text-transform:uppercase;
	background-color: #FFFFFF;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1975d7;
}

.fullTable td, .fullTable th {
	padding: 4px;
	color: #000000;
	font-size: 11px;
}

.fullTable thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}


.fullTable tbody th {
	font-weight: bold;
}

.fullTable tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
.fullTable tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}
.fullTable .banner {
	text-align: center;
}


.fullTable tbody tr td { 
	background: #FFF;
	border: 1px solid #FFF;
	}

.fullTable tbody tr.odd td{
	border-top:1px solid #FFF;
	background-color: #EAF4D5;
	}
.fullTable tbody tr.odd2 td{
	border-top:1px solid #FFF;
	background-color: #FFE2BF;
	}

.fullTable td a:link, .fullTable td a:visited {
	color: #1975D7;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
}

.fullTable td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}

.fullTable tfoot th, .fullTable tfoot td {
	background-color:#000000; padding:10px;
	text-align:center; 
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px; font-weight:bold; font-style:italic;
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}


.fullTable tbody td a[href="http://www.bingoworkz.com"] {
	margin: 0 auto;
	height: 15px;
	background: url(pix/icon_ok.gif) no-repeat;
	border-bottom: 0;
	padding:3px 0px 0px 18px;
	font-weight:bold;
	color:#FF8601;
}

.fullTable a[href^="mailto"] { 
	background: url(pix/icon_email.gif) no-repeat;
	padding:1px 0px 0px 18px;
}
