/* Board Portal */
body {
color:#000;
margin:0 auto;
padding:0;
font: 0.7em Arial, sans-serif;
	background: url(../images/main-bg.gif) repeat;
}

.input {
	border: 1px solid #666;
}

.input2 {
	border: 1px solid #666;
}

.submit {
	background-color: #336699;
	border: 1px solid #000;
	color: #fff;
	width: 100%;
}

table.login {
	border: 1px solid #666;
	margin-top: 10%;
}

.welcome_info {
	text-align: center;
	font-size: 1em;
	margin-top: 10%;
}

#wrap {
color:#000;
width:760px;
margin-right:auto;
margin-left:auto;
padding:0;
background-color: #FFF;
}

#wrap1 {
margin-right:auto;
margin-left:auto;
z-index: -2;
}

.header {
	width: 760px;
	padding-top: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
	background: #0FACEA url(../images/header-bg.jpg) repeat-x;
	height: 100px;
	border-bottom: 3px solid #59780a;
	color: #fff;
}

.header table {
	width: 720px;
	margin-left: 20px;
	margin-bottom: 10px;
}

span.time {
	font-size: 10px;
	color: #fff;
}

h1 {
	font: bold 36px/100%;
	color: #c9eefe;
}

.stocktableheader {
	width: 760px;
	background-color: #ecfdce;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	height: 35px;
	float: left;
}

.stocktablefooter {
	background: #0FACEA url(../images/header-bg.jpg) repeat-x;
	width: 760px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #c9eefe;
	border-top: 3px solid #59780a;
}

.stocktable {
	width: 760px;
	text-align: left;
	clear: both;
}

.odd {
	background-color: #ecfdce;
}

.even {
	background-color: #fff;
}

.logout {
	color: #ffffff;
	text-decoration: none;
	background: #5c8d0c url(../images/nav-button-bg.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100%;
	border: 1px solid #E6EED0;
	display:inline;
	float:right;
}

.register {
	color: #ffffff;
	text-decoration: none;
	background: #993300 url(../images/nav-button-bg-r.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100%;
	border: 1px solid #E6EED0;
	display:inline;
	float:right;
}

.edit {
	color: #ffffff;
	text-decoration: none;
	background: #009966 url(../images/nav-button-bg-b.gif) repeat-x;
	padding: 5px 15px;
	font: bold 14px/100%;
	border: 1px solid #E6EED0;
	display:inline;
	float:right;
}
