html {
  margin: 0;
  font-family: Trebuchet MS;
  font-size: 14px;
  color: #525252;
}

body {
  background: #dedede url(../images/top_bg.jpg) top center repeat-x;
}

html, body {
  height:100%;
  margin:0;
  padding:0;
}

img { vertical-align: middle; }

a { color: #8bc100; }
a :visited { color: #666; }
a :hover { color: #fff; background-color:#000; }
a .remote { background-color: transparent; }

label { display: block; }
ul li { list-style: none; }

noscript p {
  background-color: red;
  color: white;
  font-weight: bold;
  font-size: 14px;
  padding: 7px;
  text-align: center;
}

h1, h2, h3 {
  margin: 10px 0;
}

h1 {
  color: #0a5f90;
  font-size: 24px;
}

h2 {
  font-size: 20px;
  font-weight: bold;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

p.button {
  background: transparent url(../images/button_bg.png) top left no-repeat;
  padding: 0px 0 5px 10px !important;
  margin: 0 10px !important;
  height: 18px;
}
p.button a {
  vertical-align: top;
  height: 18px;
  font-size: 12px;
  color: black;
  text-decoration: none;
  background: white url(../images/button_bg.png) top right no-repeat;
  padding: 0 10px 5px 0;
}

.left { float: left; }
.right { float: right; }
.cleaner { clear: both; }

.published {
  background-color: #8bc100;
  display: table;
  color: white;
}

.info {
  margin: 20px 0;
  background: #f8f8f8 url(../images/info.jpg) 600px 15px no-repeat;
  border: 1px solid #c2c2c2;
  -moz-border-radius: 3px;
  padding: 10px 50px 0px 20px;
}

.warn {
  margin: 20px 0;
  background: #ffffcc url(../images/warn.jpg) 600px 15px no-repeat;
  border: 1px solid #ffdd11;
  -moz-border-radius: 3px;
  padding: 10px 50px 0px 20px;
}

/* article */
.article {
  margin: 0 0 40px;
}

.article h1 {
  font-size: 250% !important;
  margin: 0 0 10px;
}

.article p {
  margin: 10px 0;
}

/* pagination */

.pagination {
  float:right;
  padding:1px 0;
}

.pagination * {
  font-size: 12px;
}

.pagination a, .pagination span {
  padding: 2px 5px;
  margin-right: 5px;
  display: block;
  float: left;
  border: 1px solid #c3c3c3;
  color: #c3c3c3;
  background: #eeefdd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.pagination span.current {
  font-weight: bold;
}

.pagination a {
  text-decoration: none;
  color: #525252;
  border-color: #c3c3c3;
}

.pagination a:hover {
    color: #FFF;
    background: #c3c3c3;
}

.pagination span.current {
  color: #c3c3c3;
  border-color: #c3c3c3;
}

.l1 { padding-left: 0px; }
.l2 { padding-left: 10px; }
.l3 { padding-left: 20px; }
.l4 { padding-left: 30px; }
.l5 { padding-left: 40px; }

.lvl_1 { background-color: #e8e8e8; }
.lvl_2 { background-color: #c0ebe4; }
.lvl_3 { background-color: #79d6ce; }
.lvl_4 { background-color: #00c3bf; }
.lvl_5 { background-color: #00a4bf; color: white; }

table.bordered tr.lvl_2 td { border-color: #fed5b9; }
table.bordered tr.lvl_3 td { border-color: #fed5b9; }
table.bordered tr.lvl_4 td { border-color: #fed5b9; }
table.bordered tr.lvl_5 td { border-color: #fed5b9; }

table.withdraw {
  width: 700px;
}
table.withdraw th {
  width: 200px;
}

#levels ul li {
  display: inline;
}

.fieldWithErrors label {
  color: red;
}

.formError {
  color: red;
}

/* flash-messages */
.message {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align:center;
  margin:0 auto 5px;
}

.message p {
  margin:8px !important;
}
.message.error {
  border: 1px solid #fbb;
  background-color: #fdd;
}
.message.warning {
  border: 1px solid Khaki;
  background-color: #ffffcc;
}
.message.notice {
  border: 1px solid #ddf;
  background-color: #eef;
}

table {
  width: 100%;
  border: 1px solid #b5b5b5;
}
table th {
  background: #cdcccc;
  padding: 10px;
  border: 1px solid #b5b5b5;
  border-collapse:collapse;
}

table tr {
  background: #e8e8e8;
}

table tr:hover {
  background: #A5DC02;
}

table td {
  font-size: 12px;
  padding: 5px;
}

table.bordered td {
  border: 1px solid #b5b5b5;
  border-collapse: collapse;
}

strong { font-weight: bold; }

.recaptchatable .recaptcha_image_cell, #recaptcha_table {
  width: 440px;
}

#breadcrumbs {
  margin: 0 0 15px;
}

#breadcrumbs p {
  padding: 0 0 5px;
  border-bottom: 1px dotted black;
  display: inline;
}

#recaptcha_response_field {
  border-color: #FF0000 !important; //Text input field border color
  background-color:#FF0000 !important; //Text input field background color
}

#spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent url(../images/ajax-loader.gif) center center no-repeat;
}

#header, #footer, #nav, #section, #article {display:block;}

#header {
  height: 220px;
  position: relative;
}

#header, #nav, #section, #section_bottom, #footer_inner {
  width: 909px;
  margin: 0 auto;
}

#invite {
  background: transparent url(../images/invite_button.jpg) no-repeat;
  height: 59px;
  padding-top: 37px;
  position: absolute;
  right: 2px;
  top: 101px;
  width: 290px;
}

#invite a {
  color: white;
  font-size: 38px;
  font-weight: bold;
  line-height: normal;
  padding:10px 155px 15px 35px;
  text-decoration: none;
}

#mini_menu {
  position: absolute;
  left: 250px;
  top: 20px;
  color: white;
}

#mini_menu a {
  text-decoration: none;
  color: white;
  font-size: 16px;
}

#tpc_button {
  position: absolute;
  top: 150px;
  left: -25px;
  height: 49px;
  width: 326px;
  background: transparent url(../images/tpc_button.png) no-repeat left top;
  padding-top: 29px;
}

#tpc_button a {
  border: 0;
  padding:25px 0 0 325px;
  text-decoration:none;
}

#logout {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 15px;
}

#logout * { color: #a5dc02; }

#logout input {
  border: 0;
  background-color: transparent;
  color: #a5dc02;
  font-size: 15px;
  cursor: pointer;
}


#nav {
  text-align: center;
}

#nav, #nav a {
  font-weight: bold;
  font-size: 16px;
  color: white;
  text-decoration: none;
}

#nav ul {
  padding-left:14px;
}

#nav ul li {
  font-size: 16px;
  width: 147px;
  height: 29px;
  background: transparent url(../images/tab.png) top center no-repeat;
  padding: 11px 0 0;
  display: block;
  float: left;
}

#nav ul li.active {
  color: #525252;
  background: transparent url(../images/active_tab.png) top center no-repeat;
}

#container {
  background: #DEDEDE url(../images/header_bg.jpg) top center no-repeat;
  min-height:100%;
  position:relative;
}

#section {
  background: transparent url(../images/section_bg.png) top center repeat-y;
  min-height: 500px;
  height: auto !important;
  height: 500px;
}

#section_inner {
  padding: 50px 30px;
}

#section_inner p {
  margin: 10px 0;
}

#section_inner ul li {
  list-style-position: outside;
  list-style-type: disc;
}

#section_inner ul {
  margin:10px 35px;
}

#section_left {
  float: left;
  width: 164px;
}

#section_left p {
  padding: 5px 10px;
  font-size: 14px;
}

#sidebar {
  border: 1px solid #b6b6b6;
  background-color: #f8f8f8;
  color: #525252;
  text-align: center;
}

#sidebar p span {
  color: #cc0000;
  font-weight: bold;
}

#sidebar h2 {
  background: transparent url(../images/section_left_bg.png) top center no-repeat;
  font-size: 18px;
  color: white;
  padding: 12px 0;
}

#support a, #go_shopping a{
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

#support {
  background: transparent url(../images/support_bg.png) center center no-repeat;
  height:53px;
  padding-top:39px;
}
#support a {
  padding:10px 100px 10px 10px;
  color: white;
}

#go_shopping {
  background: transparent url(../images/go_shopping_bg.png) center center no-repeat;
  height: 35px;
  padding-top: 20px;
}
#go_shopping a {
  padding:10px 70px 10px 10px;
  color: #525252;
}

#avatar img { border: 1px solid #d2d2d2; }

#section_right {
  float: right;
  width: 670px;
}

#section_right p {
  font-size: 14px;
  margin: 10px 0 20px;
}

#section_right a {
  color: #0a5f90;
}

#section_bottom {
  background: transparent url(../images/section_bottom_shadow.png) top center no-repeat;
  height: 25px;
  padding-bottom: 76px;
}

#footer {
  background: #191919;
  color: white;
  height: 76px;
  position:absolute;
  bottom:0;
  width:100%;
}

#footer p {
  padding: 20px 0 0;
}

#footer_bottom {
  color: #525252;
  font-size: 14px;
}

#footer_bottom a {
  color: #525252;
}




/*************/

#invite_a_friend {
  background: white url(../images/invite_a_fiend_bg.png) center right no-repeat;
}


#edit_profile {
  background: white url(../images/edit_profile.png) center right no-repeat;
}

#ref_url {
  background: white url(../images/ref_url.png) top left no-repeat;
}

#ref_url h1 {
  padding: 50px 0 0 20px;
  color: #525252;
}

#ref_url p {
  margin: 0px;
  padding: 0 0 35px 40px;
}


#withdraw_money_button, #edit_bank_details_button, #edit_profile, #invite_a_friend {
  border: 1px solid #b5b5b5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 5px 30px 5px 5px;
  text-decoration: none;
  font-size: 13px;
  color: #0a5f90;
}

#withdraw_money_button {
  background: white url(../images/withdraw_bg.png) center right no-repeat;
}

select, textarea, input {
  font-size: 130%;
  padding: 5px;
}
input[type=text], input[type=password] { width: 300px; }

h2 { font-size: 24px; color: #a0c23a; }
label { margin: 3px 0; font-size: 14px; }
