 /* ----- main stuff ---- */

h1      {
        font-size:12px;
        font-weight:bold;
        }

/* ------ rate page ------- */
.ratebar {
        background:#f0f0f0;
        border:1px solid #cccccc;
        }

/* ------ profile page ------- */
.profile_section {
        text-align:left;
        font-size:11px;
        background:#3f7eff;
        color:#FFFFFF;
        text-align:center;
        height: 20px;
        border: 1px solid #3f7eff;
        padding-top:3px;
        }

.profile_stats {
        text-align:left;
        font-size:11px;
        background:#3f7eff;
        color:#FFFFFF;
        text-align:center;
        height: 20px;
        border-top: 1px solid #3f7eff;
        border-right: 1px solid #3f7eff;
        border-left: 1px solid #3f7eff;
        vertical-align: bottom;
        }
		
.profile_stats a {
        color:#FFFFFF;
}		
/* ----- classes ---- */

/* boxes */
.titlebar  {
        background:#3f7eff;
        color:#ffffff;
        text-align:left;
        height: 18px;
        border: 1px solid #3f7eff;
        }

/* field error */
.err    {
        color:red;
        font-weight:bold;
        }



/* messages */

/* NEW CLASSES */
.content{
border: 1px solid #3f7eff;
}
input[type=submit] {
        font-family: Tahoma, serif;
        background-image: url(images/button_bg.gif);
        background-repeat: repeat-x;
        border: 1px solid #cccccc;
}
input[type=button] {
        font-family: Tahoma, serif;
        background-image: url(images/button_bg.gif);
        background-repeat: repeat-x;
        border: 1px solid #cccccc;
}
.button {
        font-family: Tahoma, serif;
        background-image: url(images/button_bg.gif);
        background-repeat: repeat-x;
        border: 1px solid #cccccc;
}
li {
}

#eXTReMe img{
/*visibility:hidden; */
display:none;
}

/*Shoutbox*/
    
#asb_container {
 width: 160px;
}

#asb_contentwrap {
 font: 8pt Arial;
 max-height: 200px;
 background-color: #fff;
 overflow: auto;
}

#asb_content {
 margin: 5px;
 border-bottom: 1px solid #3f7eff;
}

#asb_content .name {
 color: #555555;
 font-weight: bold;
 padding-right: 5px;
}

#asb_inputwrap {
 font: 8pt Arial;
}

#asb_input {
 margin: 5px;
}

#asb_input .text {
 border: 1px solid #3f7eff;
 font: 8pt Arial;
 width: 146px;
 background-color: #f4f4f4;
}

