@charset "UTF-8";
/* CSS Document */

body{
	background-image:url(../gr/back.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #c0d4e0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin:  0;
	padding: 0;
	color: #3a3a3a;
	text-align: left;
}

p, ul, li, ol, dd, dl, dt, div, span, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, .archive_list dl dt, .survey_list dl dt, .games_list dl dt{
	font-family: Georgia, Verdana;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


.clr{
	clear: both;
	height: 1px;
	font-size:1px;
}

a {
	text-decoration: none;
	color: #3a3a3a;
}

a:hover {
	text-decoration: underline;
	color: #E86E21;
}

a img {
	border: 0;
}

.clearer{
	clear: both;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: px; /*for IE*/
}


#wrapper {
	display: block;
	width:960px;
	margin: 0 auto;	
}

#header{
	height: 160px;
	display: block;
	background-image:url(../gr/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#header .logo{
	height: 135px;
	float: left;
	width: 400px;	
	background-image:url(../gr/logo.png);
	background-repeat: no-repeat;
	background-position: top left;
}

#header h1{
	display: none;
}

#header p{
	display: block;
	color:#7C93A2;
	font-family:Georgia,"Times New Roman",Times,serif;
	font-size:1.2em;
	margin:0;
	padding:0 0 0 12px;
	clear: both;
}

#header .logout_btn{
	float: right;
	background-color: #3282b9;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	padding: 5px 10px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin-left: 10px;
}

#mainbox{
	background-color: #FFF;
	background-image:url(../gr/topbox.png);
	background-repeat: no-repeat;
	background-position: top left;
	display: block;
	min-height: 600px;
	height: auto !important;
	height: 600px;
}

#footer{
	display: block;
	background-color: #FFF;
	background-image:url(../gr/botbox.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	margin-bottom: 10px;
	padding: 10px 15px;
	font-size: 10px;
	border-top:1px solid #D6E6F1;
}

#footer p {
	float: left;
	width: 60%;
}

#footer .footer_links{
	float: right;
	width: 40%;
	text-align: right;
}

#footer .footer_links li{
	list-style-type: none;
	display: inline;
	margin-right: 10px;
}

a.button,
a.rbutton{
	float: left;
	padding: 5px 10px;
	background-color:#3282b9;
	border: 0 solid #AAA;
	margin: 5px 2px;
	color: #FFF;
	text-transform: capitalize;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.button_mini{
	float: left;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 5px 10px;
	background-color:#3282b9;
	border: 0 solid #AAA;
	margin: 5px 2px;
	color: #FFF;
	text-transform: capitalize;
	font-size:14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.red{
	background-color:#ff3300;
}

a.opt_btn,
a.opt_btn_red{
	float: right;
	padding: 5px;
	background-color: #DFDFDF;
	border: 0 solid #AAA;
	margin: 5px 2px;
	color: #3a3a3a;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.opt_btn:hover{
	text-decoration: none;
	background-color: #3a3a3a;
	color: #FFF;
}

a.opt_btn_red{	
	background-color:#FF3300;
	color: #FFF;
}

a.rbutton{
	float: right;
}

a.button:hover,
a.rbutton:hover{
	text-decoration: none;
}

#map_canvas{
	border: 1px solid #8ab6d5;
}

table{
	border-collapse: collapse;
	width: 100%;
}

table td,
table th{
	border-bottom: 1px solid #D6E6F1;
	padding: 10px;
	text-align: left;
}

/* SIDENAV */

#sidenav{
	width: 233px;
	float: left;
}

#sidenav ul{
	margin: 0;
	padding: 0;
}

#sidenav li{
	margin: 0;
	padding: 2px;
	list-style-type: none;
	border-bottom: 1px solid #d6e6f1;
	display: block;
}

#sidenav ul li a{
	text-align: right;
	padding: 15px 20px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #3282b9;
}

#sidenav ul li a.sel,
#sidenav ul li a:hover{
	color: #FFF;
	background-color: #3282b9;
	text-decoration: none;
}

/* CONTENT */

#sidecontent{
	width: 626px;
	border-left: 1px solid #eaf0f5;
	float: left;
	padding: 20px 50px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#sidecontent h2{
	font-weight: normal;
	padding: 7px 0;
	font-size:24px;
	margin-bottom: 10px;
	border-bottom: 1px solid #98bfde;
}

#sidecontent h2 span{
	color: #3282b9;
}

/* CONTENT FULL PAGE */

#sidecontent_full{
	display: block;
	border-left: 1px solid #eaf0f5;
	padding: 20px 50px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#sidecontent_full h2{
	font-weight: normal;
	padding: 7px 0;
	font-size:24px;
	margin-bottom: 10px;
	border-bottom: 1px solid #98bfde;
}

#sidecontent_full h2 span{
	color: #3282b9;
}

/* END CONTENT */

#outlets_box{
	display: block;
	padding: 15px;
	border: 1px solid #8ab6d5;
	background-color: #e2ebf1;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

.box_notselected{
	color: #777 !important;
}

.user_box{
	line-height: 1.6em;
	border: 1px solid #8AB6D5;
	padding: 10px;
	background-color: #E2EBF1;
}

hr{
	border: none;
	border-bottom: 1px solid #D6E6F1;
	margin-bottom: 20px;
}

/* MESSAGES */
.error_box,
#error_box{
	margin: 10px 50px 10px 50px;
	padding: 15px 30px;
	border: 1px solid #ff3f18;
	background-color:#ff4c52;
	color:#111;
	font-size:12px;
	font-weight: normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.error_box ul{
	padding-left: 20px;
}

#sys_message{
	display: block;
	clear: both;
	padding: 15px 30px;
	border: 0 solid #dcff84;
	color: #3a3a3a;
	font-size:14px;
	background-color: #dcff84;
	margin: 10px 50px 10px 50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#error_box h2,
#sys_message h2,
#alert_message h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	padding: 7px 0;
	border-bottom: 1px solid #9c9c9c;
	margin-bottom: 10px;
}

#alert_message{
	display: block;
	clear: both;
	padding: 15px;
	border: 0 solid #FFCC00;
	color: #3a3a3a;
	font-size:14px;
	background-color: #ffdd4c;
	margin: 10px 50px 10px 50px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}


.cloud{
	display: block;
	background-color: #e2ebf1;
	margin-left: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
	min-height: 20px;
	height: auto !Important;
	height: 20px;
}

.cloud h3{
	color: #3282B9;
	font-size:20px;
	padding: 4px 0;
	margin-bottom: 10px;
	font-weight: normal;
	border-bottom: 1px solid #8ab6d5;
}

/* 3 COLS */
.cols3_left{
	float: left;
	width: 430px;
	min-height: 100px;
	height: auto !Important;
	height: 100px;
}

.cols3_right{
	float: right;
	width: 220px;
	min-height: 100px;
	height: auto !Important;
	height: 100px;
}

#sidecontent_3cols{
	width: 656px;
	border-left: 1px solid #eaf0f5;
	float: left;
	padding: 20px 20px 20px 50px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#sidecontent_3cols h2{
	font-weight: normal;
	padding: 7px 0;
	border-bottom: 1px solid #98bfde;
	font-size:24px;
	margin-bottom: 10px;
}

#sidecontent_3cols h2 span{
	color: #3282b9;
}


/* CONTENT */

#content{
	display: block;
	padding-top: 43px;
}

.page_title{
	display: block;
	border-bottom: 1px solid #d6e6f1;
	line-height: 1.5em;
	padding: 20px;
	text-align: right;
}

.page_title h2{
	color: #3282b9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

/* LOGIN */

#howitworks{
	float: left;
	width: 450px;
	margin: 0;
	padding: 0;
	min-height: 100px;
	height: auto !Important;
	height: 100px;
	margin-left: 60px;
	_margin-left: 30px;
}

#howitworks h2{
	color: #3282b9;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	padding: 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #d6e6f1;
	font-weight: normal;
}

#howitworks p{
	margin-bottom: 15px;
}

#howitworks img{
	margin: 20px auto;
	display: block;
}

#login{
	float: right;
	width: 363px;
	padding: 0;
	margin: 0;
	margin-right: 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(../gr/loginbox_top.png);
	background-color: #e2ebf1;
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 24px;
}

#login_content{
	display: block;
	background-image:url(../gr/loginbox_bottom.png);
	background-repeat: no-repeat;
	padding: 43px;
	min-height: 100px;
	background-position: bottom left;
	height: auto !important;
	height: 100px;
}

#login h3,
#login a{
	color:  #3282b9;
	font-size: 24px;
	font-weight: normal;
	
}

#login a.small_link{
	font-size:14px;
	display: block;
	padding-top: 10px;
}

#login .small_text{
	font-size:14px;
}

#login .remember_box{
	display: block;
	margin-bottom: 10px;
}

#login form{
	display: block;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	margin: 20px 0;
	padding: 20px;
}

#login form label{
	display: block;
	margin-bottom: 10px;
}

#login form label span{
	display: block;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#login form input.long{
	width: 100%;
}

#login .submit{
	background-color: #3282b9;
	border: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* REGISTRATION */
#register{
	float: left;
	width: 430px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
}

#newuser_block{
	display: block;
	padding: 20px 50px;
}

#newuser_block h2{
	font-weight: normal;
	border-bottom: 1px solid #98BFDE;
	padding-bottom: 15px;
	margin-bottom: 10px;
	font-size:24px;
}

#newuser_block h2 span{
	color: #3282b9;
}

#newuser{
	float: left;
	width: 620px;
}

#newuser fieldset,
#register fieldset{
	border: none;
	padding: 0;
	margin: 0 0 15px 0;
}

#newuser legend,
#register legend{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color: #3282b9;
	padding: 0;
	margin: 0;
}

/* DASHBOARD */
.dashboard_list{
	margin: 0;
	padding: 0;
}

.dashboard_list li{
	list-style-type: none;
	padding: 5px;
	display: block;
	margin-bottom:1px;
}

.dashboard_list li.alt{
	background-color: #D1E3EF;
}

/* VIEW */

#offer_view h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#offer_view .stars{
	padding-left: 20px;
}

#offer_view .stars li{
	list-style-image:url(../gr/star.png);
}

#offer_view .offer_img{
	clear: both;
	border-top: 1px solid #d6e6f1;
	display: block;
	border-bottom: 1px solid #d6e6f1;
	padding: 10px;
}

#offer_view img{
	float: left;
	border: 1px solid #98BFDE;
	padding: 5px;
	background-color: #D6E6F1;
}

/* TIME PICKER */
div.time-picker {
  position: absolute;
  height: 200px;
  width:4em; /* needed for IE */
  overflow: auto;
  background: #fff;
  border: 1px solid #000;
  z-index: 99;
  width: 100px;
  margin-top: 28px;
}
div.time-picker-12hours {
  width:6em; /* needed for IE */
}

div.time-picker ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.time-picker li {
  padding: 1px;
  cursor: pointer;
}
div.time-picker li.selected {
  background: #316AC5;
  color: #fff;
}

/* FLASH VIDEO */
#flashvideo{
	display: block;
	margin: 0 auto;
	width: 448px;
	height: 292px;
}
