/*****************************************************************************************/
/**************************************** General ****************************************/
/*****************************************************************************************/
html, body {
	scrollbar-base-color: #4b311a;
	scrollbar-arrow-color: #E9EAC5;
	line-height: 1.3em;
}

body {
	font: normal 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #EDE8DD;
	position: relative;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background: url(../images/background.gif) repeat-y left #4b311a;
}

table {
	font: normal 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #EDE8DD;
	line-height: 1.3em;
}

form {
	padding: 0px;
	margin: 0px;
}

a {
	color: #FC0;
	font-weight: 700;
	text-decoration: none;
}

a:hover {
	text-decoration: underline
}

input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	border: #FFCC00;
	border-width: 1px;
	border-style: dashed;
	padding-left: 2px;
	padding-right: 2px;
	color: #EDE8DD;
	background-color: #4b311a;
}

input.button {
	border-style: outset;
	background-color: #705607;
	color: #EDE8DD;
}

input.checkbox {
	margin-right: 4px;
}

#statePanel {
	height: 350px;
}

#pageContainer {
	text-align: center;
	width: 100%;
}

/*****************************************************************************************/
/**************************************** Tab Bar ****************************************/
/*****************************************************************************************/
.tabbar {
	width: 10%;
	
	position: absolute;
	top: 290px; /*335*/
	left: 0px;
}

.tabbarTable {
	height: 57px;
	width: 100%;
	position: absolute;
	top: 291px; /*335*/
	left: 0px;
	text-align: center;
	background: url(../images/tabbar-right.gif) no-repeat right top;
}

.tabbarLeft {
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	background: url(../images/tabbar.png) no-repeat left top;
}

.tabbarRight {
	width: 20px;
	background-color: transparent;
}

.tabbarInnerTable {
	width: 100%;
	text-align: center;
	margin-top: 15px;
}

.selectedTab a.tabbarLink {
	color: #fc0;
	text-decoration: none;
}

.selectedTab a.tabbarLink:hover {
	color: #ffea00;
	text-decoration: none;
}

.unSelectedTab a.tabbarLink {
	color: #fff;
	text-decoration: none;
}

.unSelectedTab a.tabbarLink:hover {
	color: #aaa;
	text-decoration: none;
}

.error {
	color: red;
	font-weight: bold;
}
