* {
	margin: 0;
	padding: 0;
}
html {
	overflow-y: scroll;
}
html,body {
	height: 100%;
	font-family: Tahoma, "Microsoft Sans Serif";
	font-size: 12px;
	color:#333;
	padding: 0px;
	width: 100%;
	margin: 0px;
}
a {
	text-decoration: none;
	outline: none;
}
a:focus {
	outline: 0;
}
#box {
	color: #333;
	width: 280px;
	background-color: #FFF;
	height: 235px;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#header {
	height: 40px;
	background-image: url(images/bg-header.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width: 280px;
	margin: 0px;
	padding: 0px;
}
#footer {
	height: 36px;
	background-image: url(images/bg-footer.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 280px;
	margin: 0px;
	padding: 0px;
}
.center {
float:none;
margin:0px auto;
position:absolute;
}
#calculator {
	position:absolute;
	left:201px;
	top:43px;
	width:79px;
	height:24px;
	z-index:500;
	text-align: center;
	vertical-align: middle;
}
#calculator  a{
	display: block;
	color: #775a9e;
	font-size: 12px;
	text-align: center;
	border: 0;
	font-family: Tahoma, "Microsoft Sans Serif";
	font-weight: bold;
	background-color: #ede9f3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 9px;
	padding-left: 8px;
}
#calculator  a:hover, #tab .nav li a:focus{
	color: #FFF;
	background-color: #a79ecc;
}
#menu {
	width: 280px;
	margin: 0px;
	padding: 0px;
}
.table-head {
	font-family: Tahoma, "Microsoft Sans Serif";
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.table-data {
	width: 280px;
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, "Microsoft Sans Serif";
	font-size: 12px;
	color: #775a9e;
}

/* Generic Utility */
.hide {
	position: absolute; top: -9999px; left: -9999px; 
}

/* Specific to example two */
#tab .list-wrap {
	background: #f0eef5;
	padding: 0px;
	margin: 0;
}
#tab ul {
	list-style: none;
}
#tab ul li a {
	display: block;
	border-bottom: 1px solid #666;
	padding: 4px;
	color: #333;
}
#tab ul li a:hover {
	background: #333;
	color: white;
}
#tab ul li:last-child a {
	border: none;
}
#tab .nav {
	overflow: hidden;
	margin-top: 3px;
	margin-bottom: 3px;
}
#tab .nav li {
	float: left;
	margin-right: 3px;
}
#tab .nav li.nav-one{
	width: 70px;
}
#tab .nav li.nav-two{
	width: 70px;
}
#tab .nav li.nav-three{
	width: 52px;
}
#tab .nav li.last {
	margin-right: 0;
}
#tab .nav li a {
	display: block;
	color: #775a9e;
	font-size: 12px;
	text-align: center;
	border: 0;
	font-family: Tahoma, "Microsoft Sans Serif";
	font-weight: bold;
	background-color: #ede9f3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 9px;
	padding-left: 8px;
}
#tab li a.current,#tab li a.current:hover {
	color: #FFF;
	background-color: #a79ecc;
}
#tab .nav li a:hover, #tab .nav li a:focus {
	background-color: #a79ecc;
}
