/* chair.twilightice.net global stylesheet 
 * By Jim Dinan - jdinan@twilightice.net 2003 */

/* GLOBAL ATTRIBUTES */

a:link	{
	color: #0000FF;
	text-decoration: none;
}

A:visited {
	color: #000088;
	text-decoration: none;
}

A:active {
	text-decoration: none;
}
			
A:hover	{
	color:#008800;
/*	background: #F7F791;
	padding: 1px; */
	text-decoration: underline;
}

body {
	margin: 20px;
	background-color: #efefef; 
	background-attachment: fixed;
	/* background-image: url('images/bluestripe.png'); */
	background-image: url('images/greenstripe.png');
	/* background-image: url('images/bg.gif'); */
}

div.contentBox {
	width: 850px;
	background: white;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid gray;
	margin: 0px;
}

/** HEADER ATTRIBUTES **/
img.chair {
	height: 100px;
	border: none;
}

div.pictureBox {
	width: 200px;
	height: 110px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
}

div.titleBox {
/*	width: 630px;
	float: right; */
	float: left;
	margin: 0px;
	border: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

/** CONTENTS-BAR ATTRIBUTES **/

.contentsPanel {
	float: left;
	clear: left;
	width: 200px;
	text-align: left;
	padding: 5px;
	margin: 0px;
	border: none;
}

.searchForm {
	padding: 2px;
	margin: 2px;
}
	
.searchbox {
	width: 135px;
	font-size: 12px;
	border: 2px solid #444466;
	padding: 1px;
	background: white;
}

.searchbox:focus {
	background: #FFFFCC;
}

.searchBtn {
	color: #FFFFFF;
	background-color: #0005DE;
	border: 2px solid #6160FF;
	padding-bottom: 3px;
	padding-top: 1px;
	font-family: Verdana, Sans;
	font-size: 11px;
	cursor: pointer;
	width: 30px;
}

.searchBtn:hover {
	background-color: #6160FF;
	border: 2px solid #FFFFFF;
}

div.content_header {
	padding: 0px;
	margin: 2px;
	font-size: 90%;
	font-variant: small-caps;
	font-weight: 200;
}

UL.contents {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
	MARGIN-RIGHT: 1px;
	line-height: 15px;
	padding: 1px;
	font-size: 11px;
	/*list-style-image: url('images/blackdot.png');*/
	list-style-position: inside;
	list-style-type: disc;
	/*border: 1px solid;*/
}

/** NEWS-PANE ATTRIBUTES **/

.newsPanel {
/*	float: right;
	clear: right;
	width: 630px;
	margin: 0px; */
	text-align: center;
	margin: 110px 0 0 200px;
	padding: 5px;
	padding-left: 10px;
	border: none;
}

div.entry {
/*	font-size: 12pt;*/
	border: 1px dashed #3070aa; /* white; */
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 5px;
	margin-left: 5px;
	padding: 8px;
	background: #e5e5e5;
	text-align: left;
}

div.entry:hover {
	background: #f5f5f5;
	border-style: solid
}

.newsdate {
	font-style: italic;
	font-size: 12px;
	padding: 4px;
	/*border-bottom: 1px solid white;*/
	border: 1px solid white;
	background: #efefef;
	margin-bottom: 15px;
	color: #444444;
}
/*
.newsdate:hover {
	background: #f5f5f5;
}
*/	
.footer	{
	border: 1px solid #dddddd;
	margin: 2px;
	padding: 5px;
	/* background: #CCCCCC; */
	background: #f7fafe;
	font-family: Verdana, Sans;
	font-style: italic;
	font-size: 12px;
}

.copyright {
	clear: both;
	margin-top: 40px;
	font-style: italic;
	font-size: 12px;
}

