* { font-family: sans-serif; font-size: small;}
body { margin: 0; padding: 0; }
#logo
{
	background-color: #000000;
	height: 30px;
	padding: 5px;
	background-position: top right;
	background-repeat: no-repeat;
}

.container
{
	background-color: #cdd5de;
}

.clearer { clear: both; }

.hrt { border-top: 1px solid #B9C8CE; margin-top: 2px; padding-top: 2px; }
.hrb { border-bottom: 1px solid #B9C8CE; margin-bottom: 2px; padding-bottom: 2px; }

.b { font-weight: bold; }
.i { font-style: italic; }
.u { text-decoration: underline; }

.l { text-align: left; }
.r { text-align: right; }
.c { text-align: center; }
.j { text-align: justify; }

.xsm { font-size: x-small; }
.no { font-size: medium; }

.pt { padding-top: 5px; }
.pb { padding-bottom: 5px; }

.nom { margin: 0; }

.menubar
{
	background-color: #000000;
	background-image: url(img/menu_bar_back.gif);
	background-repeat: repeat-x;
	background-position: bottom right;
	padding: 3px;
	text-align: center;
	border-top: 1px solid #555555;
}

.menubar, .bottommenu { color: #eeeeee; }
.menubar a, .bottommenu a { color: #eeeeee; text-decoration: none; }
.menubar a:hover, .bottommenu a:hover { background-color: #7E0101; }
.menubar a.active { color: #dd0000; font-weight: bold; }

.submenu
{
	background-color: #3a3a3a;
	color: #eeeeee;
	text-align: center;
	padding: 2px;
	border-bottom: 1px solid #111111;
	border-top: 1px solid #555555;
}
.submenu a { color: #ffffff; xtext-decoration: none; }
.submenuplaceholder
{
	background-color: #3a3a3a;
	color: #eeeeee;
	text-align: center;
	padding: 2px;
	border-bottom: 1px solid #111111;
	border-top: 1px solid #555555;
	height: 1px;
}

.bottommenu
{
	background-color: #000000;
	padding: 3px;
	text-align: center;
	border-top: 1px solid #555555;
}

.box
{
	margin: 2px 2px 5px 2px;
	background-color: #ffffff;
}

.box h1
{
	font-size: 1.1em;
	background-image: url(img/box_top.gif);
	background-repeat: repeat-x;
    background-position: top left;
	background-color: #424242;
	border: 1px solid #010f14;
	margin: 0 0 2px 0;
	padding: 0 1px;
	color: #ffffff;
}

.box .content
{
	padding: 2px;
	border: 1px solid #A9B8BE;
}

.contentlist
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.contentlist li.small, .contentlist li.bullet
{
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #B9C8CE;
}

.contentlist h2
{
	padding: 2px;
	margin: 0;
	font-size: 1em;
}

.contentlist li.small h2.img { margin-left: 70px; }
.contentlist li.small .hook { margin-left: 72px; font-size: x-small;}

.contentlist li.small img
{
	float: left;
	margin-right: 2px;
	border: 1px solid #cccccc;
}

.contentlist li.bullet h2.img { margin-left: 15px; }
.contentlist li.bullet .hook { margin-left: 17px; font-size: x-small;}

.contentlist li.bullet img
{
	float: left;
	margin-right: 2px;
	border: none;
}

.contentlist li.compact h2.img { margin-left: 15px; }
.contentlist li.compact .hook { margin-left: 17px; font-size: x-small;}

.contentlist li.compact img
{
	float: left;
	margin-right: 2px;
	border: none;
}

.contentlist a { color: inherit; text-decoration: inherit;	}
.contentlist a:hover, .contentlist a:active { text-decoration: underline; }

h3
{
	font-size: medium;
	font-style: italic;
	margin: 0 0 5px 0;
}


.featureimg
{
	float: right;
	border: 1px solid #cccccc;
	margin-left: 2px;
}

.pagelinks
{
	text-align: center;
	padding-top: 2px;
	margin-top: 2px;
}

.pagelinks td
{
	vertical-align: middle;
	padding: 5px 2px;
}

.pagelinks table
{
    margin: 0 auto;
}

.prevnext
{
    text-align: center;
    padding-top: 2px;
    margin-top: 2px;
}

.prevnext img, .pagelinks img
{
	border: none;
	margin: 0 3px;
}



.pg
{
    border-left-width: 5px;
    height: 18px;
    padding: 0 2px;
    margin-bottom: 2px;
    width: 10px;
	color: #000000;
}

.pg a
{
    text-decoration: none;
	color: #000000;
}

.pga
{
    height: 18px;
    padding: 0 2px;
    margin-bottom: 2px;
    width: 10px;
	color: #aaaaaa;
}




.score
{
	padding: 10px 5px 10px 25px;
	text-align: left;

}

.commentta
{
	width: 99%;
}

.commentbox
{
	border-left: 5px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 3px 3px 3px 5px;
	margin: 2px 0 5px 0;
}

.commentbox .top .name { font-weight: bold; }
.commentbox .top .time { font-weight: normal; font-size: x-small; }

.warning
{
    text-align: center;
	font-weight: bold;
    border: 2px solid #dd0000;
	padding: 5px;
	margin-bottom: 5px;
}

#search table
{
	margin: 5px auto;
	border-collapse: collapse;
	border: none;
}

input[type='text'], input[type='password']
{
	background-color: #ffffff;
	background-image: url(img/textinput_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	border: 1px solid #828282;
	padding: 2px;
}

input[type='image']
{
	margin: 2px 0;
}

.adbanner { margin: 2px; }
.adbanner img { border: 1px solid #000000; }