/* Global Settings*/
* {
	margin:0;
	padding:0;
}

html {
	height:100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#6d6e6d;
	height: 100%;
}

input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link, a:visited {
	color:#00b1ff;
	text-decoration:none;
}

a:active, a:hover {
	color:#00b1ff;
	text-decoration:underline;
}

img, img a {
	border:0;
}

/* The Rest Settings*/

h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
	font-size:23px;
	margin:0 5px 5px 5px;
	padding:0;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	float:left;
}
p {
	font: 18px Georgia, "Times New Roman", Times, serif;
}

/* group of tabs */
#tabSet {
	clear:both;
}

/* style for hiding panels */
.ui-tabs-hide {
	display: none;
}

/* for ul holding tab li elements */
.ui-tabs-nav {
	margin: 0;
	padding: 0;
	list-style: none;
  	zoom: 1;
}

/* tabs */
.ui-tabs-nav li {
	padding: 0;
	margin: 0 5px 0 0;
	float: left;
}

/* style link inside tab */
.ui-tabs-nav a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999;
    text-decoration: none;
    display: block;
    padding: 5px 15px 3px 15px;
	border: 1px solid #999;
	border-bottom: none;
	font-size:10px;
}


/* link style for selected tab */
.ui-tabs-selected a {
    color: #000;
    background: #FFC;
	position: relative; /*position to overlap panel to remove border line between panel and tab */
	top: 1px;
}

/* remove outline around link of selected tab */
.ui-tabs-nav a:focus {
    outline: none;
}

/*panel style*/
.ui-tabs-panel {
	clear: left;
	border: 1px solid #999;
    margin: 0;
	background: #FFC;
	width: 100%;
	height:21px;
}
