@import url("layout.css");
@import url("discussion.css");

@import url("live_red.css");
@import url("sections.css");

@import url("edit.css");



img.pollbar {
	background-color: #cc0000
}



@media print {
 	#mainbox {
	 width: 95%;
	 left: 0px;
	 top: 0px;
	 margin: 10px;
	 border: none;
	 padding: 0px;
	 position: relative;
	 min-height: 0px;
	
	}
	#footer {
/*		display: none;*/
		position: relative;
		left: 0px;
		width: 100%;
	}
	body.threecol, body.twocol {
		width: 100%;
		margin: 0px;
	}	

	body.threecol #contentbody, 	body.twocol #contentbody {
	 	width: 100%;
		max-width: none;
	 	left: 0px;
	 	position: relative;
		border: none;
		margin-right: 0px;
		padding: 0px;
	}

	#liveheader {
		display: none;
	}
	
	#leftbox {
	 	display: none;
	}

	#rightbox {
		display: none;
	}

	#advertframe {
		display: none;
	}
	#articleblock {
		width: 95%;
		max-width: none;
		border: none;
	}	
}



/******** LEFT NAVIGATION **********/
/*
li.navi {
	position: relative;
	height: 16px;
	list-style: none;
	margin-top: 2px;
	text-align: left;
	padding-top: 1px;
	font-weight: bold;
	padding-left: 10px;
	margin-left: 0px;
}

li.navisub {
	padding-left: 15px;
	font-weight: normal;
	height: 14px;
}


ul.navlist {
	padding-left: 0px;
	padding-top:  0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

li.navi  a {
	text-decoration: none;
}
*/

/*** LEGACY CALENDAR ***/
/*table.calendar {
	border-collapse: collapse;
	background-color: #ffffef;
	width: 90%;
	margin: 4px;
}

table.calendar td {
	border: 1px solid black;
	padding: 6px;
}


table.calendar .forumdate {
	color: black;
	font-weight: bold;
}

table.calendar .forumhead {
	margin-top: 5px;
	margin-bottom: 2px;
	padding: 2px;
	font-weight: bold;
	background-color: #eeeecc;
}

table.calendar .tinytext {
	color: blue;
}
*/
/****** Login form *********/


input.lhsinput {
	width: 60px;
	font-size: 10px;


}

#div.googlead_side {
#	background-color: #f8f8f8;
#}


th.v {

	vertical-align: top;
	text-align: left;
}


