/* from altchi homepage */

html, body{
 margin:0;
 padding:5px;
 background-color:#34383F;
 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;
}

/*this is new*/
h1 {
	font-family: Eurostyle, Verdana, Arial, sans-serif;
	color: #262F47;
	border-bottom: 2.8px solid #262F47;
	display: block;
	width: 100%;
	font-size: 24px;
	font-weight: bold;
}

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;*/
	color: #4642aB;
}
a:visited {
	color:#9A9AdA;
}
a:hover {
	/*	color:#7E008C;*/
	color:#9A9AdA;
	text-decoration:underline;
}

.menuoption {
	width: 110px;
}

a.menuoption
{
	color: #000;
	text-decoration: none;
}
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, .quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	border: 1px solid #262F47;
}

.textbox {
   	font-family: Verdana, Arial, sans-serif;

	font-size: 12px;
	color: #333333;
	padding: 0px 20px 0px 20px;
	border: 0px solid ;
}

#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:100%;
	float:left;
	position:relative;
	padding:4px 0px 4px 20px;
	margin: 0px 15px 0px 0px;
	border: 1px solid #B5D0E6;
	background-color: #262F47;
	color:#FFFFFF;
	font-weight:bold;
	font-variant: small-caps;
}

.menu
{
	width:100px;
	float:left;
	position:relative;
	padding:5px 0px 5px 5px;
	margin: 0px 10px 0px 0px;
	background-color:#FFFFFF;
	border: 1px solid $262F47;
	padding-bottom: 0.5em;
}

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

#headerone{
 width:799px;
 height:122px;
 float:left;
 position:relative;
 background-color:#34383F; 
 background-image:url('gfx/CHI08_header.gif');
 border: 0px;
}

#headerlinks {
 bottom: 15px;
 right	:20px;
 position:absolute;
 font-family: Eurostyle, Verdana, Arial, sans-serif;
 color: #ffffff;

}

#headerlinks a{
 color: #dddddd;
 text-decoration: none;
}


#footerone{
 width:799px;
 height:45px;
 float:left;
 position:relative;
 background-color:#34383F; 
 background-image:url('gfx/CHI08_footer.gif');
}



#pagewidth{
 position:relative;
 width:799px;
 margin-left:auto;
 margin-right:auto;
 border-style:solid;
 border-color:#CCCCCC;
 border-width:0px 0px;
 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:799px;
	position:relative;
	float:left;
	background-color:#ffffff;
	padding: 20px 0px 0px 0px;
/*	border-style: solid;
	border-width: 1px 1px;
	border-color: #cccccc;*/
}

#leftmenu
{
	width: 120px;
	float: left;
	position: relative;
	border-width: 0px;
	border-style: solid;
	border-color: #262F47;
}

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

.topmessage {
	background-color: #262F47;
	color: white;
	padding: 5px;
}

.topmessage p {
	color: white;
}



.list table, .formtable table, .forumposts table
{

	padding: 0px 0px 0px 0px;
	margin: 0 auto;
	border-style: none;
	border-width: 1px 1px 1px 1px;
	border-spacing: 3px;
	border-collapse: collapse;
	background-color: #FFFFFF;
	border-color: #262F47;
	padding: 10px;
}

.list th, .formtable th
{
	background-color: #FFFFFF;
	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: 0px;
	border-color: #3B627B;
	background-color: #FFFFFF;
	vertical-align: top;
	text-align: left;
}


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

.titlelist
{
	width: 420px;
}

.titlelist a
{
	white-space: normal;
}

.abstractlist
{
	padding: 0.5em 1em 0.5em 1em;
	width: 420px;
}


.fullentry
{
	text-align: left;
}

tr.postheader table
{
	width: 100%;
	background-color: #262F47;
	padding: 0px;
	border: 1px solid #262F47;

}

.currentreview
{
   text-decoration:none;
}

.oldreview
{
	text-decoration:line-through;
	color: white;
}	


.postheader a:link {
	color:#5D80C1;
}
.postheader  a:visited {
	color:#8DA0D1;
}
.postheader  a:hover {
	color:#8DA0D1;

	text-decoration:underline;
}


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

tr.oldpostheader
{
	border: none;
	padding: 0px;
	text-decoration: line-through;
}

tr.postheader table tr td
{
	border: 1px solid #262F87;
	padding: 0px;
	white-space: nowrap;
	color: white;
}

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

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

#menu .login userpass
{
	background-color: red;
}

#registerlist .formtablelabel
{
	display: block;
	float: left;
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}

#submission_formtable
{
	width: 400px;
}

#registerlist
{
	width: 50%;
	border-style: solid;
	border-width: 1px 1px 3px 1px;
	margin: 100px auto;
	border-color: #262F47;
	width: 415px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.wide #registerlist {
	width: 100%;
}

.wide #registerlist label {
	width: auto;
}

.wide #registerlist ul li {
	margin-bottom: 1em;
}

.wide  #registerlist{
	border-width: 0px;
	padding: none;
}

#submitlist ul {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}	

#submitlist .formtablelabel
{
	display: block;
	margin-top: 1.8em;
	margin-left: auto;
	margin-right: auto;
	font-weight: bold;
}

#registerhead {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #262F47;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 100%;
	display: block;
	margin-bottom: 15px;
}

#registerheadleft {
	float: left;
}

#registerheadright {
	float: right;
}

#registerlist ul {
	list-style-type: none;
	padding: 10px;	
	width: 65%;
	margin: auto;
}

#registerlist ul li {
	text-align: right;
	height: 3em;
	margin-left: auto;
	margin-right: auto;
}

#registerlist ul li.bigger {
	height: auto;
}

#registerlist ul li.checkboxli {
	height: auto;
	margin-bottom: 0px;
}
#registerlist input {
	text-align: left;
	align:left;
}

#login {
	margin-top: 3em;
	padding: 10px;
	height: 3em;
}

#password {
	margin-bottom: -1em;
}

#firstli {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
}

#xregisterlist input
{
	margin-left: 150px;
}