/* CSS Document for Airport View Sweepstakes */
/* Web development by CodeGeek.net, www.codegeek.net and Ray Franklin */
/* Ver. 1.01 5/2/2013 - added class table95 */
/* Ver. 1.00 6/27/2008 - created */

/* tables.css */
@import url(/styles/main.css);

/* width on this table keeps the table from expanding if content expands  */
table {
  width: 585px;
	border-spacing: 2;
	border-color: #fff;
	text-align: center; 
	margin-top: 12px;
	margin-bottom: 12px;
}

table th
/* table heading selector */
{ 
	font-weight: bold;
	text-align: center;
	background-color: #99C7CA;
	padding: 4px;
	color: #333333;
}

table tr
/* table row selector */
{ 
	font-style: normal;
	text-align: left; 
}

table td
/* table data selector */
{ 
	font-size: 9pt; 
	padding: 2px;
	background-color: #CEE7FF;
}

.table60 {width: 60%;}

.cell_prop
{
  width: 320px;
}

.anti_spam
{
  font: bold 14px/16px Verdana, Arial, Helvetica, sans-serif;
  color: red 
}

.color_box
{
  background-color: #ffb;
  margin:20px;
  padding:20px;
  border: 1px solid red;
}


