﻿
ul.tabs {
	/* padding: 14px 0 8px;*/
	padding: 14px 0 6px;
	margin:0;
	font-size: 0;
	font-size: small;
	font-family: Arial;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the tabs as desired*/
	background: #ebebeb;
	border:1px solid #646464;
	border-bottom:none;
	border-radius: 2px 2px 0 0;
	}

ul.tabs li {
	display: inline;
	margin: 0;
	margin-right: 2px;/*distance between tabs*/
	font-size:1.0em;
	}

ul.tabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 8px 22px;
	padding: 8px 18px;
	font-weight: bold;
	color: #000;
	border-radius: 3px 3px 0 0;
	outline:none;
	}

ul.tabs li a:hover { color: #003366; }

ul.tabs li.selected a {
	/*selected tab style */
	position: relative;
	top: 0px;
	background: #FFF;
	border: 1px solid #646464;
	border-bottom: 1px solid #FFF;
	color: #003366;
	}

ul.tabs li.selected a:hover {
	/*selected tab style */
	text-decoration: none;
	}

div.tabcontent {display: block;}

div.tabcontents {
	border: 1px solid #646464; padding: 30px;
	border-top-color:#AAA;
	background-color:#FFF;
	border-radius: 0 0 2px 2px;
}
