/* StyleSheet for FancyThreads */

* {
	font-size: 11px;
}

body {
/*	width: 570px;*/
	margin-left: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link {
        font-size: 11px;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color:#0000ff;
}

a:hover {
	color:#2F937A;
}

a:active {
	text-decoration: none;
	color:#2F937A;
}

h2{
	font-size:12px;		
	font-weight:normal;
}

.label{
	display: block;	
	font-weight: bold;
	font-size:110%;
	margin-top:15px;
	margin-bottom:5px;
}

button, input, textarea{
	font-size: 12px;
}

.viewdocument{
	margin-bottom: 15px;
	line-height: 1.5em;
}

.error{
	color:red;
}

fieldset{
	margin-top:30px;
}

legend{
	color:#999;
}

#related-articles{
	width: 80%;
}

#footer{
	display: block;
	color:gray;
	text-align: right;
	/*padding:10px;*/
}

#footer a{
	color:gray;	
}	

#links ul {
	position: relative;
	list-style-type: none;
	margin: 5px;
	padding: 0;
}

#links li{
	display:inline;
	padding-left:10px;
}

#links li a{
	color:white;
	text-decoration:none;
	font-weight:bold;
}

#links li a:hover{
	text-decoration:underline;
}


#buttons ul {
	position: relative;
	list-style-type: none;
	padding: 0px;
	margin:0px;
	margin-top:6px;
	margin-top:expression("2px");
}

#buttons li{
	display:inline;
}

#buttons a{
	height:25px;
	padding:4px 15px;
	margin:2px;
	color:#999;
	text-decoration:none;
	font-weight:bold;
	border-color: #ccc;
	border-style:solid;
	border-width: 0px 1px 1px 0px;
}

* html #buttons a{
	height:22px;
}

#static h1 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	font-size: 2px;
	height: 8px;
}
	
#static h1 a {
	display: block;
	width: 183px;
	height: 50px;
	background: #0cf url("logo.gif") no-repeat;
	text-indent: -700em;
	text-decoration: none;
}


#buttons a:hover{
	/* color: #f00; */
	border-color: black;
}

#buttons a img{
	border:0px;
}

#buttons{
	/*border-top:1px solid white;*/
	background-color:#ccc;
	border-bottom: 2px inset black;
}

#scrolls {
	background-color:white;
}

#links{
	background-color:#999;
}

#static{
	background-color:#0bf;
	/*background:#0cf url("bg.gif") top right no-repeat;*/
}