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

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

/* ------ rate page ------- */
.ratebar {
        background:#96947e;
        border-top:4px solid #acaa97;
		color:ffffff;
        }

/* ------ profile page ------- */
.profile_section {
        text-align:left;
        font-size:11px;
        background:#a57d73;
		/* background:#a57d73 url(images/section_bg.gif);*/

		border-top: 4px solid #acaa97;
		font-weight:bold;
        color:#FFFFFF;
		text-transform:uppercase;
        text-align:center;
        height: 18px;
       
        padding-top:5px;
        }

.profile_stats {
        text-align:left;
        font-size:11px;
        background:#a57d73;

		border-top: 4px solid #acaa97;
	
        font-weight:bold;
        color:#FFFFFF;
		text-transform:uppercase;
        text-align:center;
        height: 18px;

        vertical-align: bottom;
        }
/* ----- classes ---- */

/* boxes */
.titlebar  {
        background:#ece8df url(/images/titalbar_bg.gif);
        font-weight:bold;
        color:#FFFFFF;
		text-transform:uppercase;
        text-align:center;
        height: 21px;
		
		padding:7px;
		padding-top:5px;
		padding-bottom:5px;
		text-align:center;
        }
		
.barAdBrite  {
		border: 2px dotted #cec8bd;
		background:#ece8df;
        }
		
.adHeadline {font: bold 10pt Arial; text-decoration: underline; color: blue;}
.adText {font: normal 10pt Arial; text-decoration: none; color: black;}
.yourAdHere A { font-size: 10px; }

/* UNDER TITLE BAR */
.content{

		border-bottom: 2px dotted #cec8bd;
		background:#ece8df;
}

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


        
/* messages */

/* NEW CLASSES */

input[type=submit] {
        font-family: Tahoma, serif;
        background-repeat: repeat-x;
		background:#575352;
        border: 1px solid #cccccc;
		color:#ffffff;
		padding: 5px;
}
input[type=button] {
        font-family: Tahoma, serif;
        /* background-image: url(images/button_bg.gif);
        background-repeat: repeat-x;*/
        background:#575352;
		border: 1px solid #cccccc;
		color:#ffffff;
}
.button {
        font-family: Tahoma, serif;
        /* background-image: url(images/button_bg.gif);
        background-repeat: repeat-x;*/
        border: 1px solid #cccccc;
		background:#575352;
		color:#ffffff;
}
li {
        list-style-image: url(images/li.gif);
}


/* ----- member list ------- */



.memberlist {

        /*border:1px solid #cec8bd; */
		 color:ffffff;
        }



.row_1  {

        background:#ece8df;
		color:#000000;
        }



.row_0 td, .row_1 td {
		color:#000000;
        padding:4px;

        }

/*AROUND IMAGES*/
.pr_image {

        border:3px solid #575353;

        }

.thm_image {

        border:3px solid #575353;

        }
