* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Helvetica, Verdana;
	background-color: #333333;
	color: #ffffff;
}

a {
	color: #0099cc;
}

#wrapper {
	margin-top: 3px;
	border-bottom: 3px solid #0099cc;
	background-color: #ffffff;
}

#top {
	background-image: url('../graphic/shadow.png');
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 143px;
	padding: 0px 20px 0px 20px;
	border-bottom: 3px solid #0099cc;
}

#top #toplogo {
	border: 0;
	margin: 20px 0;
	float: left;
}

#top h1 {
	margin: 40px 0px 20px 0px;
	float: left;
	color: #0099cc;
	font-weight: bold;
	font-size: 200%;
}

#top #login {
	height: 25px;
	padding: 5px 10px;
	background-color: #333333;
	color: #555555;
	float: right;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
}
#top #notloggedin {
	height: 25px;
	width: 400px;
	padding: 5px 10px;
	color: #555555;
	float: right;
}

#top #login a {
	font-size: 80%;
	color: #cccccc;
	text-decoration: none;
}

#top #login a:hover {
	font-size: 80%;
	color: #0099cc;
	text-decoration: none;
}

#top #search {
	margin-top: -80px;
	clear: both;
	float: right;
}

#content {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	padding: 20px 20px 100px 20px;
	color: #333333;
	
	background-image: url('../graphic/shadow.png');
	background-repeat: no-repeat;
	background-position: center top;
}

#content .container {
	width: 500px;
	float: left;
}

#content .container h2 {
	padding-bottom: 10px;
	color: #333333;
	font-weight: normal;
	font-size: 150%;
}

#content .container h3 {
	margin: 20px 0px 10px 0px;
	color: #0099cc;
	font-weight: normal;
	font-size: 120%;
}

#content .container p {
	line-height: 150%;
	margin: 10px 0;
}

#content .sidebar {
	width: 200px;
	padding: 10px;
	float: right;
}

#content .sidebar h3 {
	margin: 0px 0px 10px 0px;
	color: #333333;
	font-weight: normal;
	font-size: 120%;
}

#footer {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 100px;
	padding: 20px;
	color: #ffffff;
	font-size: 12px;
}

#footer p {
	width: 350px;
	margin-right: 20px;
	float: left;
}

#footer a {
	color: #0099cc;
	text-decoration: none;
}

.clear {
	clear: both;
}

/* FORM SETTINGS */
.formBox {
	
}

label {
	font-size: 80%;
	display: block;
	padding: 10px 0px 10px 0px;
}

.formTb {
	font-family: arial;
	font-size: 120%;
	border: 0px;
	background-color: #dddddd;
	padding: 3px;
	width: 250px;
}

.formTb200 {
	font-family: arial;
	font-size: 120%;
	border: 0px;
	background-color: #dddddd;
	padding: 3px;
	width: 200px;
}

.formTa {
	font-family: arial;
	font-size: 120%;
	border: 0px;
	background-color: #dddddd;
	padding: 3px;
	width: 250px;
	height: 100px;
}

.formBtn {
	color: #ffffff;
	font-size: 90%;
	height:30px;
	line-height:30px;
	padding:0 20px;
	border: 0px;
	background-color: #0099cc;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

.linkbutton {
	color: #ffffff;
	font-size: 90%;
	height:30px;
	line-height:30px;
	padding:7px 20px;
	border: 0px;
	background-color: #0099cc;
	text-decoration: none;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

/* LINK ITEM */

/* LATEST TRACE ITEM */
.item {
	background-color: #cccccc;
	padding: 10px;
	margin-bottom: 1px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}

.item .title {
	display: block;
	float: left;
	font-family: Georgia;
	font-size: 100%;
}

.item .text {
	clear: both;
	display: block;
	font-size: 80%;
	color: #333333;
}

.item a {
	text-decoration: none;
}

.item .avatar {
	float: left;
	padding-right: 10px;
	height: 40px;
	width: 40px;
	margin: 0px;
}

.item .target,
.item .date {
	display: block;
	float: right;
	font-size: 70%;
	color: #888888;
}

.item .link {
	display: block;
	text-align: right;
	font-size: 70%;
}

/* TOP MENU */
#top .menu
{
	--clear: both;
	float: right;
	padding-top: 70px;
}

	#top .menu ul
	{
	    padding: 0;
	    margin: 0;
	    display: block;
		list-style-type: none;
		height: 30px;
	}
	
	#top .menu li {
		display: inline;
	}
	
	#top .menu li a {
		float: left;
		display: inline;
		margin-right: 10px;
		padding: 10px;
		color: #555555;
		
		font-family: "Georgia";
		font-size: 100%;
		text-decoration: none;
		
		background-color: #eeeeee;
		-moz-border-radius-topleft:5px;
		-moz-border-radius-topright:5px;
	}
	
	#top .menu li a:hover {
		color: #ffffff;
		background-color: #333333;
	}
	
	#top .menu .active a {
		color: #ffffff;
		background-color: #0099cc;
		background-repeat: no-repeat;
		background-position: center bottom;
}

/* USER ITEMS */
.avatar {
	width: 50px;
	height: 50px;
}

/* AJAX STUF */
#dim {
	background-color:#ffffff;
	height:100%;
	left:0px;
	filter: alpha(opacity=80);
	opacity:0.8;
	-moz-opacity: 0.8;
	position:fixed;
	text-align:center;
	top:0px;
	width:100%;
	z-index:500;
}


.ajaxtopslide {
	display: none;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 120px;
	background-color: #333333;
}

#settings {
	height: 150px;
}

.darkload {
	background-image: url('../graphic/loader_ondark.gif');
	background-repeat: no-repeat;
	background-position: center 50px;
}

.ajaxtopslide h2 {
	font-size: 120%;
	padding: 10px 0px 10px 0px;
}

.ajaxtopslide .settingsLeft {
	margin-top: 20px;
	float: left;
	width: 350px;
}

.ajaxtopslide .settingsRight {
	margin-top: 20px;
	float: right;
	width: 350px;
	padding-left: 30px;
	border-left: 2px solid #555555;
}

#newitem {
	color: #ffffff;
	position: absolute;
	top: 100px;
	padding: 20px;
	z-index: 1000;
	margin: auto;
	width: 500px;
	background-color: #333333;
	overflow: hidden;
	
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
}
#newitem p {
	padding: 5px 0px;
}
#newitem span {
	color: #0099cc;
}
#newitem .formBtn {
	margin-right: 10px;
}