﻿    #tabheader ul {
		list-style: none;
		padding: 0;
		margin: 0;
    }
    
	#tabheader li {
		float: left;
		border: 1px solid #9CC089;
		border-bottom-width: 0;
		margin: 0;
    }
    
	#tabheader a {
		text-decoration: none;
		display: block;
		background: #D8F3C9;
		padding: 0.24em 1em;
		color: #29292A;
		width: 8em;
		text-align: center;
    }
	
	#tabheader a:hover 
	{
		margin:1px;
		background: #9CC089;
		color:#ffffff;
	}
	
	#tabheader #selected {
		border-color: #9CC089;
	}
	
	#tabheader #selected a {
		position: relative;
		top: 1px;
		background: #9CC089;
		color: #ffffff;
		font-weight: bold;
	}
	
	#tabcontentA {
		border: 1px solid #9CC089;
		clear: both;
		padding: 0 1em;
		background:#9CC089;
	}
	#tabcontentB {
		border: 1px solid #9CC089;
		clear: both;
		padding: 0 1em;
		background:#D8F3C9;
	}	
	
	h1 {
		margin: 0;
		padding: 0 0 1em 0;
	}

/* BUTTONS */
/*
.input {
    border: 1px solid #006;
    background: #ffc;
}
.input:hover {
    border: 1px solid #f00;
    background: #ff6;
}
.button {
    border: none;
    background: url(../images/up.png) no-repeat top left;
    padding: 2px 8px;
}
.button:hover {
    border: none;
    background: url(../images/down.png) no-repeat top left;
    padding: 2px 8px;
}
label {
    display: block;
    width: 150px;
    float: left;
    margin: 2px 4px 6px 4px;
    text-align: right;
}
br { clear: left; }
*/

.button
{
	background:url(../images/bgButton.png) repeat;
	border:1px solid #A5C3E1;
	font-family:Verdana, Arial Black, Arial;
	font-weight:normal;
	cursor:hand;
}