/* standard style elements */

body {
	margin:			0px;
	background:		#ffffff;
	color:			#000000;
	font-family:		Verdana;
	font-size:		10px;
}

em {
	font-size:		10px;
}

td {
	font-family:		Verdana;
	font-size:		10px;
	height:			16px;
}

th {
	background-image:	#aaaaaa;
	color:			#000000;
	font-family:		Verdana;
	font-size:		10px;
	font-weight:		bold;
	text-align:		left;
	padding:		2px;
	border-bottom:		1px solid #000000;
}

a {
	font-family:		Verdana;
	text-decoration:	underline;
	color:			#000000;
}

a:hover {
	text-decoration:	underline;
	color:			#000000;
}

a:visited {
	color:			#000000;

}

img {	
	vertical-align:		middle;
	border:			0px;
}

pre {
	padding:		5px;
	background:		#eeeeee;
	border-left:		5px solid #006699;
	overflow:		auto;
}
	
p {
	padding:		5px;
	overflow:		auto;
}

form {
	display:		inline;
}

input {
	border-right:		1px solid #777777;
	border-bottom:		1px solid #777777;
	border-top:		1px solid #dddddd;
	border-left:		1px solid #dddddd;
	background:		#eeeeee;
}

/* header */

#header {
	height:			41px;
	background:		url('/gfx/logo_mobile.gif') no-repeat;
}

#header div {
}

#header div div {
}

#topbar {
	background:		#006699;
	border-bottom:		1px solid #000000;
	font-family:		Verdana;
	font-size:		11px;
	color:			#ffffff;
}

#topbar div {
	background:		#eeeeee;
	color:			#000000;
}

#topbar div a {
	text-decoration:	none;
	}
	
#topbar div a:hover {
	text-decoration:	underline;
}

/* cols */

#main {
}

#menu {
}

#content {
}

#footer {
}

/* (feed/menu)items */

div.bar {
	background:		#dddddd;
	color:			#000000;
	font-family:		Verdana;
	font-size:		10px;
	font-weight:		bold;
	padding:		1px;
	letter-spacing:		1px;
	border-bottom:		1px solid #777777;	
}

div.itemsel {
	padding:		0px;
	background:		#006699;
	color:			#ffffff;
}

div.itemsel a {
	color:			#ffffff;
	text-decoration:	none;
	}
	
div.itemsel a:hover {
	color:			#ffffff;
}

div.itemsel a:visited {
	color:			#ffffff;
}

div.item1 {
	padding:		0px;
	background:		#ffffff;
}

div.item2 {
	padding:		0px;
	background:		#eeeeee;
}

div.item1 a {
	text-decoration:	none;
}

div.item2 a {
	text-decoration:	none;
}

div.item1 a:hover {
	text-decoration:	underline;
}

div.item2 a:hover {
	text-decoration:	underline;
}

div.itemtime {
	height:			0px;
	visibility:		hidden;
}

div.itemicon {
	padding: 		2px;
	width:			2px;
	display:		inline;
}

div.itemtitle {
	padding: 		2px;
	display:		inline;
}

div.itemright {
	height:			0px;
	visibility:		hidden;
}

div.itemdescr {
	padding:		8px;
	border-top:		1px solid #aaaaaa;
	border-bottom:		1px solid #aaaaaa;
}

div.hot {
	color:			#ff0000;
	float:			right;
	width:			24px;
	text-align:		right;
}

div.cold {
	color:			#0000ff;
	float:			right;
	width:			24px;
	text-align:		right;
}

div.subitem a {
	text-decoration:	none;
}

div.subitemsel a {
	text-decoration:	none;
}

div.subitem a:hover {
	text-decoration:	underline;
}

div.subitemsel a:hover {
	text-decoration:	underline;
}

div.subitem {
	background:		#ffffff;
	padding-left:		20px;
}

div.subitemsel {
	color:			#ffffff;
	background:		#aaaaaa;
	padding-left:		20px;
}

/* navigation buttons */

#prevpage {
	display:		inline;
	float:			left;
}

#prevpage a {
	text-decoration:	none;
	font-size:		10px;
	font-weight:		bold;
	color:			#000000;
}

#nextpage {
	
	display:		inline;
	float:			right;
}

#nextpage a {
	text-decoration:	none;
	font-size:		10px;
	font-weight:		bold;
	color:			#000000;
}

/* frontpage */

#feeds {
	visibility:		hidden;
	height:			0px;
}


