
/* Common Page Styles */

	
#links a {
  text-decoration: none;
	font-family: "Lucida Grande", Helvetica, Arial;
	text-transform: uppercase;
	color: #ccc;
	padding: 0px 15px;
	line-height: 18px;
  }
	
#contest-links a {
  text-decoration: none;
	font-family: "Lucida Grande", Helvetica, Arial;
	text-transform: uppercase;
	color: #ccc;
	padding: 0px 15px;
	line-height: 28px;
  }
	
#links a:hover, #contest-links a:hover {
  text-decoration: none;
	color: #d39946;
  }
	
.coords {
	color: #9f014e;
}

div.prizes {
	color: #9f014e;
	padding-left: 10px;
}

div.grand-prizes {
	color: #9f014e;
	padding-left: 12px;
}

div.contest-title {
 font-size: 17px;
	font-weight: bold;
	text-align: center;
}

div.top100 {
 font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.fineprint {
	line-height:10pt;
	color: #707070;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	display:inline;
}

.loc {
	background: url(../images/arrow.gif) no-repeat left;
	padding-left: 14px;
	font-size: 12px;
	font-weight:bold;
	color:#000000;
	line-height: 12px;
	text-align: left;
}

.loc2 {
	font-size: 12px;
	font-weight:bold;
	color:#000000;
	line-height: 12px;
	text-align: left;
}

.sidebar-h {
	background: url(../images/sidebar-h-bgr.gif) repeat-y center;
	width: 628px;
	color: #fff;
	padding: 0px;
	text-align: left;
}

.sidebar-h-top {
	background: url(../images/sidebar-h-top.gif) no-repeat bottom center;
	width: 628px;
	height: 30px;
}

.sidebar-h-bot {
	background: url(../images/sidebar-h-bot.gif) no-repeat top center;
	width: 628px;
	height: 29px;
}

.sidebar-v {
	background: url(../images/sidebar-v-bgr.gif) repeat-y center;
	width: 300px;
	color: #fff;
	padding: 10px;
	text-align: left;
}

.sidebar-v-top {
	background: url(../images/sidebar-v-top.gif) no-repeat bottom center;
	width: 300px;
	height: 30px;
}

.sidebar-v-bot {
	background: url(../images/sidebar-v-bot.gif) no-repeat top center;
	width: 300px;
	height: 29px;
}

.sidebar-head {
	color: #FFFF00;
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
}

.sidebar-head a {
	color: #FFFF00;
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
}

.hint {
	background: url(../images/hint-bgr.gif) repeat-y left;
	color: #000;
	font-size: 10px;
	padding: 0px 40px 0px 30px;
	line-height: 12px;
	text-align: left;
}

.hint-top {
	background: url(../images/hint-top.gif) no-repeat bottom left;
	height: 51px;
}

.hint-bot {
	background: url(../images/hint-bot.gif) no-repeat top left;
	height: 30px;
}

.hint-head1 {
	color: #cf1c3f;
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
	padding: 0px 0px 0px 35px;
}

.hint-head2 {
	color: #000;
	font-size: 15px;
	font-weight: bolder;
	text-transform: uppercase;
}

.states {
	color: #999;
	font-size: 10px;
	text-align: left;
}

td#corner, td#corner img {
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

td#bigpic, td#bigpic img {
	padding: 0px;
	margin: 0px;
}

td#topside {
	padding: 0px;
	margin: 0px;
	background: url(../images/border_top.gif) repeat-x bottom;
	height: 31px;
}

td#leftside {
	padding: 0px;
	margin: 0px;
	background: url(../images/border_left.gif) repeat-y;
	width: 31px;
}

td#bottomside {
	padding: 0px;
	margin: 0px;
	background: url(../images/border_bottom.gif) repeat-x;
	height: 31px;
}

td#rightside {
	padding: 0px;
	margin: 0px;
	background: url(../images/border_right.gif) repeat-y;
	width: 31px;
}

#sponsors {
	width: 634px;
	height: 35px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #000;
	vertical-align: top;
}

#sponsors a {
  text-decoration: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}

.sweeps-input {
line-height:13pt;
font-size: 11px;
font-family: Verdana, Arial, Helvetica;
text-decoration: none;
display:inline;
background-color: #f4f4f4;
}

/* HIGHSLIDE STYLES */

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

