#ad {
  display: none;

}
div, p {
  margin: 0px;
  padding: 0px;
}

p.clear {
    height: 1px;
    clear: both;
}

.message {
  color: #3875d7;
}

.guide {
    text-align: left;
    font-size : 17px;
    color: #3875d7;
}
.error {
    text-align: center;
    font-size : 17px;
    color: #FC0082;
}

form p {
  margin: 10px;
}

form table {
  margin: 0 auto;
}
form table th {
  align: right;
  text-align: right;
  font-weight: normal;
}


h1.left {
  text-align: left;
}

h2.right {
  text-align: right;
  font-size: 30px;
  margin-bottom: 10px;
  margin-right: 20px;
  color: #3875d7;
}

.huge {
  font-size: 50px 
}

/* Main Styles that apply to body */
body {
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
}

#out-container {
  margin: 0px;
  padding 0px;
  background: #f4f4f4 url(/images/bg860.gif) center repeat-y;
}

/* This is the page container built and centered using -ve margins */
#container {
  width: 860px;
  margin: 0 auto;
  overflow: hidden;
}

/* The topmost faded bar */
div.topbar {
    height: 20px;
    padding: 2px 5px 5px 2px;
    font: 10px verdana;
    font-weight: normal;
    color: #333;
    text-align: right;
}

/* This holds the two heading blocks, the title and the login form */


td.left {
  padding-left: 30px;
}

/* class that styles the holder div of the forms */


h1 {
    font: 48px verdana;
    color: #3875d7;
    margin: 5px;
}

h6 {
    font: 10px verdana;
    font-weight: bold;
    color: #DDD;
    margin: 0px;
    padding: 0px;
    margin-left: 8px;
}

/* This holds the tabs */
#tabholder
{
    width: 100%;
    margin-top: -38px;
    float: right;
}

/* Container for the article box, and the pic box */
.articleboxouter {
    width: auto;
    clear: both;
    height: 400px;
    background: #fbfbfb;
} 

/* for non-ie */
html>body .articleboxouter { 
    min-height: 400px;
    height: auto !important;
}

/* Content holder for the articles */
.articleboxinner {
    width: 100%;
    line-height: 20px;
    color: #DD7CB4;
    /*
    padding: 15px 6px 0px 6px;
    */
    background: #fff3fe;
    text-align: justify;
    padding-top: 30px;
    padding-bottom: 30px;
}

.popup-boxinner {
  background-color: #dddddd;
}

/* The title style for the main article */
.articleheader
{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #CCC;
}

/* This will style the read more thing at the bottom */
.readmore {
    text-align: right;
    display: block;
    width: auto;
}

/* This controls the main pic in the main article box */
.mainpiccontrol
{
    border: 1px #DBB7DB solid;
    float: left;
    margin-right: 10px;
}

/* Container for the pic thumbnails */
.picboxouter {
    width: auto;
    padding: 0px 6px 0px 5px;
    clear: both;
}

/* Content holder for the pic box */
.picbox {
    width: auto;
    line-height: 22px;
    color: #DD7CB4;
    padding: 5px 6px 6px 6px;
    border:1px solid #efefef;
    border-top: none;
    text-align: center;
}

/* This controls the thumbnails in the picbox div */
.pickboxcontrol
{
    border: 1px #DDD solid;
    vertical-align: middle;

}

/* Sometimes, I don't want borders around my hyperlink images */
.noborder {
    border: none;
}

/* For taming those leeeeeeetle arrows */
img {
    vertical-align: text-bottom;
}

/* Style-up those ugly default hyperlinks */
a {
	padding: 0;
	margin: 0;
	color: #663366;
}

/* And their ugly hover states too */
a:hover {
}

/* Why should the humble footer be left out? */
#footer {
  color: white;
  text-align: left;
  height: 20px;
  line-height: 20px;
  padding: 0;
  padding-left: 30px;
  background-color: #0870c9;
  border-top: 1px solid #888;
}

#topbar {
  background-color: #1088F7;
  text-align: right;
  height: 24px;
  width: auto;
  color: #eee;
  text-align: right;
  font-size: 14px;
  padding-right: 17px;
}

#topbar span.userid {
  font-weight: bold;
}


#topbar a {
  color: #fff;
  text-decoration: none;
}

#topbar a:visited {
  color: #fff;
  text-decoration: none;
}

.grey-bar {
  color: #909098;
  vertical-align: middle;
  padding-top: 5px;
  clear: both;
}


/* This will contain the three columns */
#newsContainer2
{
    width:auto;
    background-color: #E0E0E0;
}

/* First column of the three columns */
.c1
{
	width: 227px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #DD7CB4;
	float: left;
}

/* Second column of the three columns */
.c2
{
    width: 230px;
    float: left;
    border-bottom: 1px solid #DDD;
    line-height: 22px;
    color: #DD7CB4;
}

/* Third column of the three columns */
.c3
{
	width: 228px;
	background-color: #F7F4F7;
    border: 1px solid #DDD;
    border-top: none;
    line-height: 22px;
    color: #DD7CB4;
	float: right;
}

/* This controls the titles for each column */
.noteheader
{
    width:auto;
    border-bottom: 1px solid #DDD;
    border-top: none;
    color: #DD7CB4;
    height: 24px;
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
    background:url(/images/headerBG.jpg) repeat-x;
}

/* And this gives the column text some breathing space */
.spacy
{
    padding: 5px;
}

/* CSS Tabs */
#tabs8 {
    float:left;
    width:100%;
    font-size: 100%;
    line-height:normal;
    border-bottom:1px solid #dd7cb4;
}

#tabs8 ul {
    margin:0 0 -1px 0;
    padding:10px 10px 0 5px;
    list-style:none;
    float: right;
}

#tabs8 li {
    display:inline;
    margin:0;
    padding:0;
}

#tabs8 a {
    float:right;
    background:url("/images/tableft8.png") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    text-decoration:none;
}

#tabs8 a span {
    float:left;
    display:block;
    width: 60px;
    text-align: center;
    background:url("/images/tabright8.png") no-repeat right top;
    padding:5px 15px 4px 6px;
    color:#eee;
    font-weight: bold;
    font-size: 14px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs8 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs8 a:hover span {
    color:#591333;
}

#tabs8 a:hover {
    background-position:0% -42px;
}

#tabs8 a:hover span {
    background-position:100% -42px;
    color: #888;
}

#tabs8 #current a {
    background-position:0% -42px;
}

#tabs8 #current a span {
    background-position:100% -42px;
    color: #888;
}
/* End of CSS Tabs */

/* rate U */

#headerwrapper {
  width: auto;
  vertical-align: bottom;
  background-color: #fbfbff;
  margin-top: 20px;
  border: 1px solid white;

  text-align: left;
  font-size: 17px;
  color: #588;
}

#headerwrapper span {
  float: left;
  display: inline;
  margin-top: 30px;
}

#headerwrapper h1 {
  float: left;
  display: inline;
/*
    text-indent: -1000px;
    background: url('/images/neou.png') no-repeat 0px -50px !important;
    background: url('/images/neou.gif') no-repeat 0px -50px;
*/
    width: 190px;
    height: 60px;
    margin: 0px 0px 20px 20px;
    overflow: hidden;
}
#headerwrapper h1 img {
   border: none;
   margin-top: -40px;
}

#headerwrapper h6 {
    margin-bottom: 10px;
    font-weight: normal;
}

/* table genral */
td {
    text-align: center;
    vertical-align: top;
}

td.bottom {
    vertical-align: bottom;
    width: 400px;
}

td h1 {
    color: #fc0082;
    font-size: 29px;
    text-align: left;
}

td#voting h1 {
  text-align: center;
  color: #3875d7;
}

td h1 a {
    color: #3875d7;
    font-size: 17px;
    margin-left: 7px;
}

td h1 a:visited {
    color: #3875d7;
}

td img {
    border: 2px solid  #DD7CB4;
}

/* my pictures */
#my_pictures {
    text-align: left;
}

#my_pictures div#picture-list {
    height: 330px;
    padding-left: 50px;
    overflow: auto;
}

#picture-list {
  margin-top: 25px;
}

#picture-list .picture {
    float: left;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 25px;
    pading: 0;
}

#picture-list .picture .desc {
    margin-top: 4px;
}

#picture-list .picture .desc img {
  opacity: 1;
  filter: alpha(opacity=100);
  border: none;
}

#picture-list .picture.disapproved .desc span, 
#picture-list .picture.not_decided .desc span {
  color: white;
  font-weight: bold;
  padding: 2px;
  margin-right: 5px;
  /*
  border-bottom: 1px #3366cc solid;
  padding-right: 0;
  */
}

#picture-list .picture.disapproved .desc span {
  color: #f85858;
}
#picture-list .picture.not_decided .desc span {
  color: #3875d7;
}


#picture-list .picture .desc a {
}

#picture-list .disapproved, #picture-list .not_decided, #picture-list .user_hided img {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

#picture-list .disapproved img {
    border-color: #555;
}

#picture-list .not_decided img {
    border-color: #88c5f7;
}

/* hot pictures */

#hot-pictures .picture {
  width: 800px;;
  font-size: 20px;
  margin-bottom: 50px;
}

#hot-pictures .transparent-bordered {
  float: right;
  margin-right: 50px;
}

#hot-pictures .transparent-bordered div.border {
  margin-left: 30px;
}

#hot-pictures .picture img { 
  margin-bottom: 25px; 
  border: 15px solid #ddd;
}

#hot-pictures .picture h3 {
  float: left;
  text-align: right;
  font-size: 30px;
  line-height: 35px;
  color: #000;
  margin-left: 50px;
}

#hot-pictures .picture h3 .score { 
  display: block;
  margin-top: 20px;
  color:  #dd7cb4; 
  font-size: 50px;
  line-height: 55px;
}
#hot-pictures .picture h3 .name { 
  color:  #3875d7; 
  font-size: 25px; 
  font-style: italic;
}


/* popup-like*/
.popup-like {
} 

.popup-like label {
  font-size: 18px;
  margin-right: 15px;
  color: #3875d7;
}

.popup-like div.wrapper {
  padding: 20px 10px;
  border: 7px solid #999;
  background-color: #f3f4f4;
}

td#login div.wrapper {
  margin: 100px 100px 80px 100px;
}
td#signup div.wrapper {
  margin: 50px 100px 20px 100px;
}


.popup-like td {
  text-align: left;
} 

.popup-like td input.text {
  width: 250px;
}
.popup-like input,  .popup-like a {
  font-size: 20px;
}
.popup-like p {
  vertical-align: top;
}


/* AD */
td#ad img {
    width: 200px;
    border: none;
}

/* voting */

#voting {
  width: 530px;
  height: 300px;
}

#select_score {
  color: #555;
  height: 30px;
  font-size: 21px;

  /* for ie */
  margin-top: 20px;
  margin-bottom: -10px;
}

/* for non-ie */
html>body #select_score { margin: 0px; }

#select_score span.n1  { color: #0100ff}
#select_score span.n2  { color: #2211dd}
#select_score span.n3  { color: #3311cc}
#select_score span.n4  { color: #5511aa}
#select_score span.n5  { color: #771199}
#select_score span.n6  { color: #991177}
#select_score span.n7  { color: #aa1155}
#select_score span.n8  { color: #cc1133}
#select_score span.n9  { color: #dd1122}
#select_score span.n10 { color: #ff1101}

/* voted */
#voted {
  padding-top: 80px;
  vertical-align: top;
  color: #3875d7;
}

#voted .banana-wrapper {
  width: 100%;
  height 100%;
  position: relative;
}

#voted .guide {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  color: #0870c9;

  width: 300px;
  height: 100px;
  position: absolute;
  top: 90px;
  left: -00px;
}

#voted div.super {
  width: 300px;
  height: 330px;
  position: absolute;
  top: -40px;
  left: 0;

  font-size: 330px;
  font-weight: bold;
  line-height: 330px;
  color: #ffffa0;
}


#voted h1 {
  text-align: center;
  font-size: 20px;
  color: #3875d7;
}


#voted h2 {
  font-size: 15px;
  font-weight: normal;
  margin-top: 11px;
}

#voted img {
  border : 4px solid #b3b3b3;
}

#voted h2 span {
    font-size: 24px;
    color: #dd7cb4;
}

/* my info */
#my_info {
    text-align: left;
    vertical-align: top;
    height: 400px;
}

#my_info h1 {
    margin-bottom: 20px;
}

#my_info .summary {
  line-height: 120px;
  color: #777;
  margin-left: 50px;
}


#my_info .summary span.huge {
  margin-left: 20px;
  color: #dd7cb4;
}

#my_info span.huge {
  color: #dd7cb4;
  font-size: 30px;
}

#my_info .summary img {
    float: left;
    border-color: #ccc;
}


#my_info ul {
  margin-top: 50px;
  /*
  margin-left: 195px;
  */
  font-size: 18px;
  color: #3875d7;
  list-style: none;
  width: 300px;
}

html>body #my_info ul { 
  /*
  margin-left: 165px; 
  */
}



#my_info ul li {
  line-height: 32px;
  clear: both;
}

#my_info ul span.name {
  display: block;
  float: left;
  font-size: 18px;
  color: #777;
  width: 100px;
  text-align: right;
  margin-right: 20px;
}

#my_info ul span.value {
  display: block;
  float: left;
}

.signup table th {
  align: right;
}


/* pagination */

div.pagination {
  text-align: center;
}

div.pagination span {
  color: #ccc;
}

div.pagination span.current {
  color: #77f;
  font-size: larger;
}
div.pagination a {
  text-decoration: underline;
  color: #DD7CB4;
}

#tabs8 #info-wrapper {
  float: left;
  height: 20px;
}

#info-wrapper #info {
  margin-left: 14px;
  background: #FFF3FE;
}

/* sign up page */
table.labels_values td.buttons {
  padding-top: 20px;
  font-size: larger;
}


table.labels_values td {
  text-align: left;
  padding-top: 7px;
  color: black;
}

table.labels_values td.buttons input {
  font-size: larger;
}

table.labels_values td.buttons a {
  font-size: larger;
}

table.labels_values td.label {
  text-align: right;
  width: 80px;
  padding-right: 10px;
  color: #DD7CB4;
}

/* transparent bordered box */
div.transparent-bordered div.border {
  margin: 0 auto;
  border: 3px solid #ddd;
}

div.transparent-bordered div.border div.content {
  border: 10px solid #ffffff;
  filter: alpha(opacity=90);
  -moz-opacity:.90;
  opacity:.90;
  -khtml-opacity: 0.9;
}

/* floating bordered box */
.img-wrapper {
  background:transparent url(/images/shadow.gif) no-repeat scroll right bottom;
  clear:right;
  float:left;
  position:relative;
}

.img-wrapper img {
  background-color:#FFFFFF;
  border:1px solid #C9C9C9;
  display:block;
  margin:-5px 5px 5px -5px;
  padding: 14px;
  position:relative;
}

/* error */
td.error p.message {
  font-size: 20px;
}

/* admin users */

table.admin-user {
  width: 70%;
  font-size: 14px;
}
table.admin-user td {
  font-size: 14px;
  color: #3875d7;
}

/* page-overlay */
div.page-overlay {
  height:100%;
  left:0px;
  position:fixed;
  top:0px;
  width:100%;
  background-color: #777;
  z-index: 0;
}
div.page-overlay-test {
  position:fixed;
  height: 200px;
  width: 200px;
}
div.front {
  top: 0px;
  left: 0px;
  z-index: 15;
  background-color: blue;
}
div.rear {
  top: 50px;
  left: 50px;
  z-index: 5;
  background-color: red;
}

/* pic-dlg */
div#pic-dlg {
  background: #ddd;
  border: 10px solid #ddd;
  position: absolute;
  top: 0px;
  left: 0px;
  width: auto;
  z-index: 200;
}


div#pic-dlg .closer {
  margin-top 4px;
  margin-bottom: 4px;
  cursor: pointer;
  font-size: 12px;
  width: 80px;
}

div#overlay {
  height:100%;
  width:100%;
  top:0px;
  left:0px;
  position:absolute;
  background-color: #777;
  z-index: 10;
  border: 1px solid blue;
}

/* terms of service */
td#terms  {
  text-align: left;
  color: #333;
}

div.terms_agree {
  margin: 15px 0px;
  font-size: 16px;
}

#my_dialog pre {
  height: 120px;
  width: 700px;
  overflow: auto;
}
#my_dialog .terms_wrapper {
  height: 600px;
  overflow: auto;
}

/* my style for rdialog */
div.rdlg-content {
  text-align: center;
}

#warning {
  text-align: left;
  margin-bottom: 20px;
  margin-top: 20px;
}
#warning h3 {
  margin-bottom: 7px;
}

#warning ul {
  margin-top: 0px;
  padding-left: 15px;
}

