@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: 12px/18px Arial, Helvetica, sans-serif;
	background-color: #00347F; }

a { color: #0C479D }

#wrapper {
	width: 700px;
	margin: 30px auto 30px auto; 
	text-align: left;
	border: 1px solid #00275F;
	background-color: #FFFFFF; }

#content {
	float: left;
	width: 640px;
	padding: 0 30px 30px 30px;
	background: url(../images/bkgrnd_col.gif) repeat-y;
}

#left_col {
	float: left;
	width: 370px;
	padding-top: 10px; }

#right_col {
	float: right;
	width: 227px; }

#footer {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 30px;
	overflow: hidden; }

p {
	margin: 0;
	padding-top: 5px;
	padding-bottom: 5px; }

hr {
	border: 0;
	color: #00347F;
	background-color: #00347F;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px; }

.clear_float {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
	overflow: hidden; }

.link_pod {
	margin: 0;
	line-height: 16px; }
	.link_pod dt {
		padding-top: 15px;
		padding-bottom: 5px;
		font-size: 14px;
		font-weight: bold;
		color: #00347F;
		background-color: #FFFFFF;
		border-bottom: 2px solid #FFFFFF; }
	.link_pod dd {
		margin: 0;
		font-weight: bold;
		border-bottom: 2px solid #FFFFFF; }
		.link_pod dd a {
			display: block;
			padding: 3px 15px;
			color: #FFFFFF;
			background-color: #6282AF;
			text-decoration: none; }
			.link_pod dd a:hover {
				padding: 3px 5px 3px 25px; }

.region {
	font-size: 17px;
	font-weight: bold;
	color: #0C479D; }

.congratulations {
	font-weight: bold;
	/*color: #0C479D;*/ }

.button {
	display: inline-block;
	width: 150px;
	height: 25px;
	line-height: 25px;
	margin-top: 5px;
	margin-right: 5px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background: url(../images/button.gif) no-repeat; }

/*--------------------------- POP UP ---------------------------*/

#winners_header {
	height: 40px;
	position: relative;
	padding: 0 40px 0 20px;
	background-color: #6282AF;
	text-align: left; }
	#winners_header .year {
		float: left;
		font-size: 19px;
		line-height: 40px;
		color: #FFFFFF; }
	#winners_header .close {
		float: right; }
		#winners_header .close a {
			line-height: 40px;
			color: #FFFFFF;
			font-weight: bold;
			text-decoration: none; }

#winners {
	height: 310px;
	overflow: auto; }
	#winners table {
		width: 580px;
		border-top: 20px solid #FFFFFF;
		border-bottom: 20px solid #FFFFFF;
		text-align: left;
		margin-left: auto;
		margin-right: auto; }

.data_grid {}
	.data_grid th {
		color: #0C479D;
		padding-bottom: 5px; }
	.data_grid td { padding: 3px 10px }
	.data_grid tr.row_dark { background-color: #d8e0eb }
	.data_grid tr.row_light { background-color: #eff2f7 }
	

.lnk_button a {
	color:#fff; 
	text-decoration:none;
	margin:15px;
	float:left;
     text-shadow: 1px 1px 3px #1F3D73; /* FF3.5+, Opera 9+, Saf1+, Chrome */
	 background-color: #2F71B1;
  background-image: -moz-linear-gradient(top, #2F71B1, #00347F); /* FF3.6 */
  background-image: -ms-linear-gradient(top, #2F71B1, #00347F); /* IE10 */
  background-image: -o-linear-gradient(top, #2F71B1, #00347F); /* Opera 11.10+ */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2F71B1), to(#00347F)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #2F71B1, #00347F); /* Chrome 10+, Saf5.1+ */
  background-image: linear-gradient(top, #2F71B1, #00347F);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2F71B1', EndColorStr='#00347F'); /* IE6–IE9 */
     -moz-border-radius: 6px; /* FF1+ */
  -webkit-border-radius: 6px; /* Saf3-4, iOS 1+, Android 1.5+ */
          border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
          
  /* useful if you don't want a bg color from leaking outside the border: */        
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
  border: 1px solid #00347F;
  padding:10px;
  display:block;
}
 
 .lnk_button a:hover {
  background-color: #5E0B0B;
  background-image: -moz-linear-gradient(top, #2F71B1, #12264A); /* FF3.6 */
  background-image: -ms-linear-gradient(top, #2F71B1, #12264A); /* IE10 */
  background-image: -o-linear-gradient(top, #2F71B1, #12264A); /* Opera 11.10+ */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2F71B1), to(#12264A)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #2F71B1, #12264A); /* Chrome 10+, Saf5.1+ */
  background-image: linear-gradient(top, #2F71B1, #12264A);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#2F71B1', EndColorStr='#12264A'); /* IE6–IE9 */
     -moz-border-radius: 6px; /* FF1+ */
  -webkit-border-radius: 6px; /* Saf3-4, iOS 1+, Android 1.5+ */
          border-radius: 6px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
          
  /* useful if you don't want a bg color from leaking outside the border: */        
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; 
	}
	
.clear {
	clear:both}	
