

/* header */

DIV.logosmall
{
float:left;
}

SPAN.toplogo
{
	font-size: 200%;
	color: #5175b2;
	font-weight: bold;
}

SPAN.toplogotrail
{
	font-size: 100%;
	color: #000000;
}



/* top nav */

DIV.nav
{
	xfloat: left;
	xmargin: 24px 0px 0px 25px;
	text-transform: uppercase;
	xcolor: #666666;
	xfont-size: 120%;
	xbackground-color: red;
	xwidth: 420px;
	xtext-align: center;
}

DIV.nav a
{
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

DIV.nav a:hover
{
	color: #5175b2;
	text-decoration: none;
	font-weight: bold;
}

DIV.navlink
{
	margin: 0px 20px 0px 0px;
	float: left;
}



/* top user login */


DIV.user
{
	float:left;
	margin: 5px 5px 0px 0px;
}

DIV.userinput
{
	float:left;
	margin: 0px 5px 0px 0px;
}


DIV.pass
{
	float:left;
	margin: 5px 5px 0px 0px;
}


DIV.passinput
{
	float:left;
	margin: 0px 10px 0px 0px;
}

DIV.loginmeta
{
	float: left;
	font-weight: normal;
	margin: -0px 0px 0px 0px;
}

INPUT.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(media/formbg.gif) repeat-x left top;
xheight: 25px;
width: 50px;
}


/* we are */

SPAN.gray
{
	color: #666666;
}


/* top 10 */


DIV.top10
{
	width: 85px;
	height: 128px;
	border: thin solid #666666;
	border-width: 1px;
	overflow: hidden;
	margin: 4px;
	float: left;
	align: center;
	background-color: #ffffff;
}

IMG.top10
{
	width: 100px;
}


/* everyone else */


DIV.profiles
{
	width: 60px;
	height: 90px;
	border: thin solid #666666;
	border-width: 1px;
	overflow: hidden;
	margin: 4px;
	float: left;
	align: center;
	background-color: #ffffff;
}

IMG.profiles
{
	width: 75px;
}


/* my account */

DIV.userpik
{
	float: left;
	width: 110px;
	margin: 0px 10px 0px 0px;
}

DIV.userinfo
{
	float: left;
	width: 400px;
	xbackground-color: red;
}

IFRAME.showprofile
{
	width: 650px;
	height: 750px;
	border: 1px;
	overflow: hidden;
}

SPAN.titleb
{
	float: left;
	margin: 5px 0px 0px 0px;
	width: 300px;
	font-size: 150%;
	xbackground-color: blue;
	xcolor: #666666; /* gray */
	color: #5175b2;  /* blue */
}

SPAN.titlevote
{
	float: left;
	margin: 5px 0px 0px 0px;
	width: 600px;
	font-size: 250%;
	xbackground-color: blue;
	xcolor: #666666; /* gray */
	color: #5175b2;  /* blue */
}

SPAN.userlink
{
	xfloat: left;
	margin: 0px 0px 0px 0px;
	xwidth: 125px;
	font-size: 150%;
	xbackground-color: blue;
	xcolor: #666666; /* gray */
	color: #5175b2;  /* blue */
}


/* sidebar: myaccount */

DIV.sbusername
{
	margin: 0px 0px 0px 0px;
	font-size: 400%;
	color: #5175b2;  /* blue */
}

DIV.welback
{
	margin: -10px 0px 15px 0px;
	font-size: 100%;
	color: #666666;  /* gray */
}

DIV.stats
{
	text-align: center;
	margin: 0px 0px 0px -75px;
	xbackground-color: red;
}

SPAN.title
{
	font-size: 115%;
	xcolor: #5175b2;  /* blue */
	color: #666666;  /* gray */
}

SPAN.number
{
	font-size: 400%;
	color: #5175b2;  /* blue */
	xcolor: #666666;  /* gray */
}




/* site headers and notes*/

DIV.head1
{
	margin: 0px 0px 0px 0px;
	font-size: 165%;
	color: #666666;  /* grey */
	font-weight: bold;
	text-transform: uppercase;
}

DIV.head2
{
	margin: -9px 0px 5px 5px;
	font-size: 100%;
	color: #5175b2;  /* blue */
}

DIV.head3
{
	margin: 0px 0px 5px 0px;
	font-size: 150%;
	color: #666666; /* green */
}


DIV.qnote
{
	margin: -3px 0px 5px 0px;
	color: #5175b2;  /* blue */
}





/* clears */

DIV.clear
{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


DIV.clear2
{
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 10px;
}

DIV.clear100
{
	clear: both;
	height: 20px;
}

BR.clear
{
	clear: both;
}

















