 /* ----- main stuff ---- */

body, input, select, textarea, table    {
        font-family:"Trebuchet MS";
        }


h1      {
        font-size:12px;
        font-weight:bold;
        }

a       {
        color:#000CFB;
        }
a:hover {
        color:#000CFB;
        text-decoration:underline;
        }

/* ------ rate page ------- */
.ratebar {
        background:#BEB42A;
        border:1px solid #cccccc;
        }

/* ------ profile page ------- */

.profile_section {
	text-align:left;
	font-size:11px;
	background:#ABA290 url('images/section_bg6.gif');
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	height: 18px;
	border: 1px solid #ffffff
        }

.profile_stats {
	text-align:left;
	font-size:11px;
	background:#CCCCCC url('images/bg.gif');

	font-weight:bold;
	color:#ffffff;
	text-align:center;
	height: 20px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	vertical-align: bottom
}


/* ----- classes ---- */

/* boxes */
.titlebar  {
	background:#CCCCCC url('images/titalbar_bg.gif');
	font-weight:bold;
	color:#ffffff;
	text-align:center;
 	height: 25px;
	border: 0px solid #cccccc
}

/* field error */
.err    {
        color:red;
        font-weight:bold;
        }

/* messages */
.content{
	border: 0px solid #cccccc;
	background-image: url('images/bg.gif');
	background-repeat: repeat;
	color: #ffffff
}

/* NEW CLASSES */

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 {
	list-style-image: url('images/li.gif');
}
.whitefont {
	color: #ffffff;
}