@charset "UTF-8";
/* ############################################# 
Document Name: main.css
Created on: 07.22.09
Last Updated: 07.22.09
Comment: This is the main css for site
################################################ */

/* -----------------------
	GENERAL STYLES
-------------------------- */
body{
	background-color: #000;	
	font-family:"Times New Roman",Georgia,Serif;
}

a:link, a:visited{
	color: #663301;
	text-decoration:underline;
}

a:hover{
	text-decoration:none;
}

h1{
	color:#663301;
	font-size: 1.8em;	
}

img{
    border:0;
}

/* -- Content Area -- */
#content{
    margin:0;
    background-color: #FFFFFF;
    background-repeat: repeat;
    padding:4px 6px;
}

/* -----------------------
	MENU STYLES
-------------------------- */

/* Menu :: Header Top Right */
#header-top-right{
    text-align: right;
}

/* Menu :: Content Bottom Left */
#header-bottom-left{
    text-align: left;
}

#header-top-right a,
#header-bottom-left a{
    font-size: 0.7em;
}

/* Menu :: Content Left */
#content-left{
    width:100%;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
#content-left a{
    

}
#content-left a img{
    padding: 10px 0;
	border:0;
}

/* -----------------------
	TABLE LIST WINNERS
-------------------------- */

table #winnersTable{
		width:100%;
		border:0;
		font-size:0.8em;
		border-collapse:collapse;
}

table #winnersTable tr th{
	margin:2px 0;
	padding: 10px 0 6px 0;
	background-color:#630;
	color:#FFF;
	font-size:1em;
	text-transform:uppercase;
}

table #winnersTable tr td{
	text-transform: capitalize;
	border-bottom: 1px #663301 dashed;
	padding:4px 0px 4px 2px;		
}

table #winnersTable tr.even{
	background-color:#CCC;
}

table #winnersTable tr:hover,
table #winnersTable tr td.even:hover{
	background-color:#FFF9DF;
}
/* -----------------------
	Disclaimer Box
-------------------------- */
.disclaimer{
    display: block;
    width: 480px;
    border:1px solid #c6c6c6;
    margin-bottom: 15px;
}
.disclaimer p {
    padding:5px;
    margin: 5px;
    color: #c6c6c6;
    font-size: 0.9em;
}