/* from altchi homepage */

html, body{
 margin:0;
 padding:5px;
 background-color:#EEEEEE;
 font-family: Verdana, Arial, sans-serif;
 font-size:12px;
 text-align:center; 
}

#errors
{
	color: #f00;
}

p
{
 color: black;
 margin: 0px 0px 10px 0px;
 text-align: justify;
}

h2.horizontalLine {
 border-top: 1px dashed #B5D0E6;
 margin-top: 20px;
 padding-top: 15px;
}

a {
	color:#3B627B;
	font-size:12px;
	text-decoration:underline;
   	font-family: Verdana, Arial, sans-serif;
   	white-space:nowrap;
}
a:link {
	color:#5D80C1;
}
a:visited {
	color:#7E008C;
}
a:hover {
	color:#7E008C;
	text-decoration:underline;
}

a.menuoption
{
	color: #000;
	text-decoration: none;
	white-space: nowrap;
}
a.menuoption:link, a.menuoption:visited
{
	color: #000;
}
a.menuoption:hover 
{
	color: #000;
	text-decoration: underline;
}

.forumnav
{
	font-size: 12px;
	margin-bottom: 1em;
}

.forumnav a:hover
{
	font-weight: bold;
}

textarea, input, .textbox, .quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #3c89b2;
}

#input_post 
{
	height: 15em;
}

#input_history
{
	height: 6em;
}

#input_abstract
{
	height: 25em;
}

.quote
{
	padding: 0em 0.5em 0em 0.5em;
	margin: 0.5em 0.5em 0.5em 0.5em;
	background-color: #ffffff;
}

input.field {
	width: 100%;
}

textarea {
	width: 100%;
	height: auto;
}

.menucaption
{
	width:180px;
	float:left;
	position:relative;
	padding:4px 0px 4px 20px;
	margin: 0px 15px 0px 0px;
	border: 1px solid #B5D0E6;
	background-color: #B5D0E6;
	color:#3B627B;
	font-weight:bold;
	font-variant: small-caps;
}

.menu
{
	width:180px;
	float:left;
	position:relative;
	padding:15px 0px 15px 20px;
	margin: 0px 15px 0px 0px;
	background-color:#F1F1F1;
	border: 1px solid #3B627B;
}

/*************** top graphic ***************/

#headerone{
 width:760px;
 height:108px;
 float:left;
 position:relative;
 background-color:#FFFFFF; 
 background-image:url('gfx/CHI07_topgraphic.jpg');
}

#pagewidth{
 position:relative;
 width:760px;
 margin-left:auto;
 margin-right:auto;
 border-style:solid;
 border-color:#CCCCCC;
 border-width:1px 1px;
 background-color:#FFFFFF;
 text-align:left;  
}

#firstnavcols{
 width:750px;
 float:left;
 position:relative;
 padding:0px 0px 0px 10px;
 background-color:#FFFFFF;
}

/*unselected tab background*/
#firstunselected{
 position:relative;
 float:left;
 padding:5px 10px 5px 10px;
}

a.topnav {
	color:black;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
    	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.topnav:link {
	color:black;
}
a.topnav:visited {
	color:black;
}
a.topnav:hover {
	color:#3B627B;
}

/*body a#topnav-welcome
{
 color:#3B627B;
 border:0px;
} */

#main
{
	width:760px;
	position:relative;
	float:left;
	background-color:#ffffff;
	padding: 20px 0px 0px 0px;
/*	border-style: solid;
	border-width: 1px 1px;
	border-color: #cccccc;*/
}

#leftmenu
{
	width: 200px;
	float: left;
	position: relative;
}

#content
{
	float:right;
	position:relative;
	width:518px;
	height:auto;
	padding:0px 20px 5px 20px;
	background-color:#ffffff;
}

.list table, .formtable table, .forumposts table
{
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-style: none;
	border-width: 1px;
	border-spacing: 1px;
	border-collapse: collapse;
	background-color: #CCCCCC;
	border-color: #3B627B;
}

.list th, .formtable th
{
	background-color: #B5D0E6;
	text-align: left;
	font-weight: bold;

	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #3B627B;
}

.list td, .formtable td
{
	padding-left: 3px;
	padding-right: 3px;
/*	width: auto;*/
	font-size: 10pt;
	border-style: solid;
	border-width: 1px;
	border-color: #3B627B;
	background-color: #F1F1F1;
	vertical-align: top;
}

.list td.listcaption, td.formtablelabel
{
	background-color: #B5D0E6;
	width: 1px;
	text-align: left;
	font-weight: bold;
}

tr.postheader table
{
	width: 100%;
/*	border: none;*/
	background-color: #b5d0e6;
	padding: 0px;
	border: 1px solid #000;
}

tr.postheader table tr
{
	width: 100%;
	border: none;
	padding: 0px;
	font-size: 8pt;
}

tr.postheader table tr td
{
	border: none;
	padding: 0px;
	white-space: nowrap;
}

tr.postbody
{
	border: 1px solid #000;
	background-color: #f1f1f1;
}

tr.postbody td
{
	padding-bottom: 0.5em;
}
