#recaptcha_switch_audio_btn img, #recaptcha_reload_btn img, #recaptcha_whatsthis_btn img
{
}

#recaptcha_switch_audio_btn, #recaptcha_reload_btn, #recaptcha_whatsthis_btn
{
}

#captcha a
{
  display: inline;
}


#client-link
{
  width: 270px;
  text-align: center;
  float: right;
  color: #990000; 
  font-weight: bold;
}
#client-link a
{
  text-decoration: none;
  color: #990000;
}

#flash
{
  margin: 10px;
  background: #CCCCCC;
  clear: both;
}

.table-header
{
  background-color: #990000;
  color: #FFFFFF;
  border-left: 1px solid #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-weight: bold;
}

body
{
  font-family: Tahoma, Arial;
  background-color: #FFFFFF;
  margin: 0px;
  text-align: center;
}

#container
{
  width: 80%;
  min-width: 775px;
  max-width: 996px;
  margin: 0px auto 0px auto;
  padding: 10px;
  background-color: #FFFFFF;
  text-align: left;
}

#cashout_container
{
  background: #FFFFFF;
  width: 70%;
  border: 1px solid #000000;
}
#cashout_progress
{
  background: #99CC99;
  color: #000000;
  text-align: center;
  font-weight: bold;
}

.img-right
{
  float: right;
  margin: 0px 10px 10px 10px;
}
.img-left
{
  float: left;
  margin: 0px 10px 10px 10px;
}
.red-button
{
  background-color: #990000;
  font-weight: bold;
  color: #FFFFFF;
}



/**** Header ****/
#header
{
  padding: 0px 0px 0px 0px;
  margin: 10px 10px 0px 10px;
  background-image: url("./images/people.png");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}
#header img
{
  border-style: none;
  padding-bottom: 10px;
}



/**** Navigation ****/
#navigation
{
  background: url("./images/navbg.png") no-repeat;
  background-color: #990000;
  margin: 0px 10px 0px 10px;
  padding: 5px 5px 5px 10px;
  //display: inline-block;
  clear: both;
  color: #FFFFFF;
  font-weight: bold;
}

#nav-items
{
  font-size: 10pt;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

#nav-items li
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: inline;
  text-decoration: none;
}

#nav-items li a
{
  padding: 5px 5px 5px 5px;
  margin: 10px 0px 5px 0px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

#nav-items li a:hover
{
  background-color: #f6d833;
  color: #990000;
  text-decoration: none;
}


/**** Content ****/
#contentwrapper
{
  width: 100%;
  margin: 0px -300px 20px 0px;
  float: left;
}
#admincontentwrapper
{
  width: 100%;
  margin: 0px 0px 20px 0px;
  float: left;
}

#content
{
  font-size: 10pt;
  background-color: #FFFFFF;
  margin: 0px 300px 0px 0px;
  padding: 0px 0px 0px 10px;
  min-height: 300px;
  overflow: hidden;
}
#admincontent
{
  font-size: 10pt;
  background-color: #FFFFFF;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  min-height: 300px;
  overflow: hidden;
}

#content h1, 
#content h2, 
#content h3, 
#content h4, 
#content h5, 
#content h6
{
  font-weight: normal;
  color: #000000;
  margin: 10px 10px 10px 0px;
  clear: both;
}

#content h1 {font-size: 20pt;}
#content h2 {font-size: 18pt;}
#content h3 {font-size: 16pt;}
#content h4 {font-size: 14pt;}
#content h5 {font-size: 12pt;}
#content h6 {font-size: 10pt;}

#content h6.prize-header
{
  margin: 0px;
  padding: 0px;
  font-size: xx-small;
}

#content h2.bullet, h2.bullet
{
  font-size: 12pt;
  font-weight: bold;
  //display: inline-block;
  clear:both;
  padding: 10px 0px 5px 15px;
  margin: 10px 10px 10px 0px;
  background-image: url("./images/gcircle.png");
  background-repeat: no-repeat;
  background-position: 0px 15px;
  border-bottom: 1px solid #AEAEAE;
}

#content h3.bullet, h3.bullet
{
  font-size: 16pt;
  font-weight: bold;
  //display: inline-block;
  clear:both;
  padding: 10px 0px 5px 15px;
  margin: 10px 10px 10px 0px;
  background-image: url("./images/gcircle.png");
  background-repeat: no-repeat;
  background-position: 0px 18px;
  border-bottom: 1px solid #AEAEAE;
}

#content h2.bullet-how
{
  font-size: 12pt;
  font-weight: bold;
  clear:both;
  padding: 10px 0px 5px 0px;
  margin: 10px 10px 10px 0px;
  border-bottom: 1px solid #AEAEAE;
}
#content h2.bullet-how:first-letter
{
  font-size: 150%;
  color: #990000;
}


#content h2.section
{
  padding: 0px 0px 0px 0px;
  margin: 40px 10px 10px 0px;
  font-family: Arial;
}

#content a
{
  color: #003366;
  text-decoration: none;
  border-bottom: 1px dotted;
}

#content a:hover
{
  color: #6699cc;
}

#content p
{
  font-size: 10pt;
  margin: 10px 15px 10px 15px;
  padding: 0px;
}

#content p.join
{
  font-size: 16pt;
  margin: 20px auto 20px auto;
  padding: 0px;
  text-align: center;
}

#content p.join a
{
  color: #990000;
  text-decoration: none;
  border-bottom: none;
}

#content p.join a:hover
{
  color: #ff0000;
  background-color: #ffffff;
  text-decoration: none;
  border-bottom: none;
}

#content p.thumbnailleft
{
  margin: 15px 15px 10px 165px;
}

#content p.thumbnailright
{
  margin: 15px 165px 10px 15px;
}

#content h3.prize
{
  margin: 0px 15px 10px 115px;
  padding: 10px 0px 0px 0px;
  font-size: 10pt;
  font-weight: bold;
  clear: none;
}

#content p.thumbnailwinners
{
  margin: 10px 15px 10px 115px;
  font-size: 10pt;
}

#content p.index-filler
{
  font-size: 12pt;
}

#content img.left
{
  margin: 10px 10px 10px 10px;
  float: left;
  clear: left;
}

#content img.right
{
  margin: 10px 10px 10px 10px;
  float: right;
  clear: right;
}

#content blockquote
{
  font-size: 10pt;
  margin: 20px 20px 20px 20px;
  padding: 10px 10px 10px 10px;
  background-color: #eeeeee;
}

#content ul.toc
{
  background-color: #EFEFEF;
  list-style-type: none;
  margin: 10px 0px 10px 0px;
  padding: 5px 10px 5px 10px;
  display:block;
  border: 1px dotted #000000;
}

#content ul.toc li
{
  margin: 5px 0px 5px 0px;
}


/**** Sidebar ****/
#sidebar
{
  font-size: 10pt;
  width: 260px;
  background-color: #FFFFFF;
  background-image: url("./images/sidebarbg.jpg");
  background-repeat: repeat-y;
  margin: 10px 0px 10px 0px;
  padding: 10px 10px 10px 20px;
  min-height: 300px;
  float: right;
}

#sidebar h2
{
  color: #990000;
  display: block;
  font-size: 12pt;
  margin: 0px 0px 5px 0px;
  padding: 0px 0px 5px 15px;
  background-image: url("./images/gcircle.png");
  background-repeat: no-repeat;
  background-position: 0px 5px;
  border-bottom: 1px solid #AEAEAE;
}

.sidebar-header a
{
 font-weight: normal;
}

.sidebar-content
{
  display: block;
  padding: 3px 0px 15px 0px;
  margin: 0px;
}

.sidebar-content p
{
  font-size: 10pt;
  margin: 5px 15px 5px 15px;
  padding: 0px;
}

#sidebar img
{
  border-style: none;
}

#sidebar table
{
  margin-left: auto;
  margin-right: auto;
}

.sidebar-content ul
{
  margin: 0px 0px 0px 30px;
  padding: 0px;
}

.sidebar-content li
{
  margin: 0px;
  padding: 0px;
}

#sidebar a
{
  color: #003366;
  text-decoration: none;
  border-bottom: 1px dotted;
}

#sidebar a:hover
{
  color: #6699cc;
}

#sidebar a.logo
{
  text-decoration: none;
  border-bottom: none;
}
#sidebar a.logo:hover
{
  color: white;
  background-color: #FFFFFF;
  text-decoration: none;
  border-bottom: none;
}


/**** Footer ****/
#footer
{
  background: url("./images/footerbg.png") no-repeat;
  background-color: #990000;
  background-position: bottom right;
  margin: 0px 10px 0px 10px;
  padding: 5px 5px 5px 10px;
  //display: inline-block;
  clear: both;
}

#footer-items-left
{
  font-size: 10pt;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
#footer-items-right
{
  font-size: 10pt;
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  float: right;
}

#footer-items-right li, #footer-items-left li
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: inline;
  text-decoration: none;
}

#footer-items-right li a, #footer-items-left li a
{
  padding: 5px 10px 5px 10px;
  margin: 10px 0px 5px 0px;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

#footer-items-right li a:hover, #footer-items-left li a:hover
{
  background-color: #f6d833;
  color: #990000;
  text-decoration: none;
}



/**** Fine Print ****/
#fineprint
{
  color: #000000;
  font-size: small;
  clear: both;
  text-align: center;
  padding-top: 10px;
}

/****** Surveys *******/
.preQuestionBorder
{
  display: none;
}
.qnType
{
  padding: 0px;
}
.mainTable td
{
  padding: 0px 5px 0px 5px;
}


/**** Misc. ****/
.textbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10pt;
    background: #FFFFFF;
    overflow:   auto;
    padding:    15px;
    border: 1px solid #990000;
    height: 175px;
    width: 450px;
}   
    
.textboxheader {
    font-family:    Verdana, Arial, Helvetica, sans-serif;
    font-size:  10pt;
    background: #990000;
    padding:  5px 15px;
    font-weight: bold;
    color: #FFFFFF;
    width: 450px;
    border: 1px solid #990000;
}
.textboxtables {
    font-family:    Verdana, Arial, Helvetica, sans-serif;
    font-size:  10pt;
}


ul.primary {
border-collapse: collapse;
padding: 0 0 0 1em;
white-space: nowrap;
list-style: none;
margin: 5px;
height: auto;
line-height: normal;
border-bottom: 1px solid #bbb;
}
ul.primary li {
display: inline;
}
ul.primary li a {
background-color: #ddd;
border-color: #bbb;
border-width: 1px;
border-style: solid solid none solid;
height: auto;
margin-right: 0.5em;
padding: 0 1em;
text-decoration: none;
}
ul.primary li.active a {
background-color: #fff;
border: 1px solid #bbb;
border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
background-color: #eee;
border-color: #ccc;
border-bottom-color: #eee;
}
.fresh
{
	color: green;
	text-align: right;
}
.sent
{
	color: blue;
	text-align: right;
}
.remind
{
	color: red;
	text-align: right;
}
.total
{
	color: black;
	text-align: right;
}
.fresh_head
{
	color: green;
}
.sent_head
{
	color: blue;
}
.remind_head
{
	color: red;
}
.total_head
{
	color: black;
}
#item1, #item2, #item3, #item4, #item5{width:250px; display:none; background-color:#f9f9f9; border:3px solid; border-color: Black; text-align:justified; font-size:15px}
.iqditem{
	color:#156EC3;
	text-decoration:none;
	border-bottom: 1px dotted;
	cursor:pointer;
}

#recaptcha_area
{
	display: inline;
	width: 600px;
	float: left;
	
}
