/* contains the default table styles for the site */

table.style2 {
	width:100%;
/*	border: 1px solid #3667C4;*/
	border-collapse:collapse;
}

table.style2 td
{
	padding: 6px;
}

table.style2 td.leftColumn {
  background-color:#3667c4;
	width:10%;
	text-align:right;
  color:white;
	font-size:.8em;
	font-weight:bold;
}

table.style2 td.leftColumn {
	color:black;
	background-color:#EEEEEE;
}

table.style2 th {
	background-color:#b9d1ff;
	border:1px solid #b9d1ff;
  color:#3667c4;
	padding:4px;
	text-align:left;
}

table.style2 td {
	border:1px solid #CCCCCC;
}


/* styles for entries page */
tr.entry_winner td{
  background: #CCFFCC;
}

tr.entry_rejected td{
  background: #FFCCCC;
}

/*------------old standard styles---------------*/

/*
.style {
 font-family: Verdana, Arial;
}

.style table{
	font-family: "Tahoma", Verdana, Arial, Helvetica, sans-serif;
	font-size:  75%;
	border-collapse: collapse;
}

.style caption{
	background: url(title.png) no-repeat 50px;
	font-size: 400%;
	text-indent: -10000px;
}

.style thead tr{
	background-color: #D9FFD9;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
}

.style tfoot tr{
	background-color: #FFFFFF;
}

.style thead th{
	padding: 0.5em;
	white-space: nowrap;
}

.style tfoot th{
	font-size: 110%;
	text-align: right;
	padding-right: 0.5em;
	letter-spacing: 1px;
}

.style tfoot td{
	padding-left: 0.5em;
	color: red;
	font-size: 110%;
	font-weight: 600;
}

.style tfoot td:hover{
	background-color: red;
	color: white;
}

.style tr{
	background-color: #EAFDFF;
}

.style tr.odd{
	background-color: #FFFFFF;
}

.style tbody tr:hover{
	background-color: #FFCCCC;
}

.style td, th{
	border: 1px dotted #CCCCCC;
}

.style tbody td
{
	padding: 0.5em;
}

.style td a:link, th a:link{
	color: blue;
}

.style td a:visited, th a:visited{
	color: blue;
}

.style td a:hover, th a:hover{
	color: purple;
	text-decoration: underline;
}

.style td:last-child a:hover{
	color: red;
	text-decoration: underline overline;
} */

