/* ------------------ BASICS ---------------------- */

body {
	font-family: Helvetica, Arial;
	font-size: 12px;
	color: #000000;
}

body.main {
	background-image: url(/images/lm_bg.gif);
	background-repeat: repeat-x;
	background-color: #A1A1A1;
	color: #000000;
	margin: 90px 55px 0px 55px;
	padding: 0px;
}

body.popup {
	background-color: #CCC;
	background-repeat: repeat-x;
	color: #000000;
}

a,
a:link,
a:visited {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.popup a {
	color: #FFFFFF;
	text-decoration: none;
}

h1 {
	font-size: 13px;
}

img {
	border: 0px;
}

sup {
	font-size: 9px;
	line-height: 0px;
}

/* ------------------ CORE PAGE LAYOUT ---------------------- */

#logo {
	position : absolute;
	left: 0px;
	top: 0px;
}

#signin {
	position : absolute;
	right: 10px;
	top: 6px;
	color: white;
	text-align: right;
}

#nav {
	position: absolute;
	right: 55px;
	top: 55px;
}

#content {
	background-color: #EEE;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid #777;
}

#content2 {
	background-color: #CCC;
	margin: 0px;
	padding: 0px;
	width: 100%;
	border: 1px solid #777;
}

#footer {
	text-align: center;
}

/* ------------------ LINK LIST ---------------------- */

.linklist {
/*	background-color: #EEEEEE; THIS CAUSES IE BUG */
	text-align: left;
	font-family: Helvetica, Arial;
	font-size: 12px;
}

.listitem {
	margin: 4px 12px;
	padding: 4px 2px;
}

.listitem .title {
	font-weight: bold;
	font-size: 14px;
}

.listitem .stats {
	font-style: italic;
	font-size: 11px;
	white-space: nowrap;
}

.listitem .url {
	font-size: 10px;
	font-style: italic;
	margin-bottom: 4px;
}

.listitem .info {
	float: right;
	border: 0px;
	border-left: 1px;
	border-style: dashed;
	border-color: #CCC;
	padding: 2px;
	text-align: right;
	margin: 0px 0px 8px 8px;
	width: 9em;
}

.listitem p {
	margin: 4px 0px;
	line-height: 140%;
}

.itemdivider {
	margin: 0px 12px;
	height: 1px;
	background-color: #CCC;
	color: #CCC;
	border: none;
	overflow: hidden;
}

.itemhiddendivider {
	margin: 0px;
	height: 1px;
	border: none;
	clear: both;
	overflow: hidden;
	background-color: red;
	visibility: hidden;
}

ul.navigation {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	height: 16px;
}

ul.navigation li a {
	display: block;
	height: 16px;
	width: 58px;
}

ul.navigation .left { float: left; }
ul.navigation .right { float: right; }

img.tools {
	margin: 2px 0px 0px 2px;
}

#tools {
	text-align: left;
}

/* ------------------ POPUP LISTS ---------------------*/

.popup .listitem {
	margin: 2px 6px;
	padding: 2px;
}

.popup .itemdate {
	width: auto;
	padding-left: 4px;
}

/* ------------------ FEED FORM ---------------------- */

#feedform {
	font-size: 11px;
	font-weight: normal;
	line-height: 130%;
	width: 300px;
	background-color: #EEE;
	padding: 0px 20px;
	border: 1px solid #777;
	margin: auto;
}

#feedform .lineitem {
	margin: 6px 0px;
}

#feedform input[type=text] {
	width: 100%;
}

#feedform textarea {
	width: 100%;
	height: 80px;
	overflow: auto;
}

#feedform .buttonbar {
	text-align: right;
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #ccc;
	padding-top: 8px;
	margin-top: 8px;
}

#feedform .button {
	width: 72px;
	margin-left: 8px;
}

/* ------------------ OLD LINK LISTS ---------------------- */

td {
	font-size: 12px;
}

a.link
{
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}

.links A {
	color: black;
}

.comments A {
	color: black;
	font-style: italic;
}

.error {
	font-size: Small;
	font-style: italic;
}