/* 
Contestgirl.com 2011  
*/

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 0 0 0 0;
  background: #ffffff;
  background-color: #9fbdcf;
}

a {
  color: #000080;
  text-decoration: underline;
}

a:hover {
  text-decoration:underline;
}

img {
  border: 0px;
}

table.header {
  background: url("/images/leaderBackground.png") repeat;
}

.header a {
  color: #000000;
  text-decoration: none;
}

.header a:hover {
  text-decoration: none;
}

.leaderboard_ad {
  background: #ffffff;
  width: 728px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.left_column {
  background: #ffffff;
  width: 164px;
  font-size: .8em;
  margin: 0 0 0 0;
  padding: 0 0 0 0px;
  line-height: 150%
}

.left_column a {
  font-weight: bold;
  font-family: Arial,Tahoma,Verdana;
  font-size: 13px;
  color: #000000;
  text-decoration: none;
}

.left_column a:hover {
  background: #87acc3;
  color: #153e7e;
  text-decoration: none;
  color: #000000;
}

.link_title {
  background: #488ac7;
  font-family: Arial,Tahoma,Verdana;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

#current_link {
  font-family: Arial,Tahoma,Verdana;
  font-weight: bold;
  font-size: 13px;
  color: #2554c7;
}

.center_column {
  width: 516px;
  padding: 0 0 0 0;
  font-size: .9em;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
  text-align: left;
  background: #ffffff;
}

.center_right_combined {
  width: 680px;
  padding: 0 0 0 0;
  font-size: .9em;
  border-left: 1px solid #999999;
  text-align: left;
  background: #ffffff;
}

#center_text {
  padding: 0 15px 0 20px;
}

#center_list_header {
  padding: 0 4px 0 4px;
}

#center_list {
  font-family: Arial,Verdana;
  font-size: 14px;
  padding: 0 4px 0 4px;
}

#center_list_thanks {
  color: #2554c7;
}

#user_name_highlight {
  font-weight: bold;
  font-family: Arial,Tahoma,Verdana;
  color: #2554c7;
}

#center_list_footer {
  margin-left: auto;
  margin-right: auto;
  padding: 0 0px 0 10px;
}

.right_column {
  background: #ffffff;
  width: 164px;
  margin: 0 0 0 0;
  padding: 0 0 0 0px;
  font-size: .8em;
}

.right_column table {
  width: 164px;
  border-width: 1px;
  border-color: #000000;
  background: #ffffff;
  font-size: 14px;
}

.footer {
  font-size: 11px;
}

.footer a {
  background: #ffffff;
  text-decoration: underline;
}

.footer a:hover {
  color: #000000;
  text-decoration: underline;
}

h1 {
  color: #000000;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.cglogo {
  position: relative;
  font-family: verdana;
  font-weight: bold;
  line-height: normal;
  font-size: 52px;
  color: #000000;
  text-decoration: none;
}

.cglogo span {
  position: absolute;
  top: -3px;
  left: -3px;
  width: 100%;
  height: 100%;
  color: #ffffff;
}

#outerheader {
  position: relative;
  width: 848px;
  height: 100px;
  background: url("/images/leaderBackground.png") repeat;
}

#outerheader a {
  color: #000000;
  text-decoration: none;
}

#innerheader1 {
  position: absolute;
  margin: 0 0 0 250px;
  top: 50%;
  margin-top: -24px; 
  text-align: center;
}

#innerheader2 {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -30px;
  margin-right: 30px;
  right: 0;
}

#shadow{
  width: 852px;
  margin: 0 auto;
  -moz-box-shadow: 5px 5px 10px 1px #777777;
  -webkit-box-shadow: 5px 5px 10px 1px #777777;
  box-shadow: 5px 5px 10px 1px #777777;
  background-color: #ffffff;
}


