body
{
	color: #272727;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	background-color: #19819E;
	background-image: url("../images/background.jpg");
	background-position: center;
	text-transform: none;
	text-align: center;
	word-spacing: normal;
	letter-spacing: normal;
	margin: 4px;
	margin-top: -15px;
	margin-bottom: -10px;
	padding: 12px 12px 0;
	border-style: none;
	border-width: 0;
	outline-style: none;
	outline-width: 0;
	vertical-align: top;
}

p
{
	color: #272727;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	text-transform: none;
	text-align: left;
	margin: 4px;
	padding: 12px 12px 0px 12px;
	border-width: 0;
	outline-style: none;
	outline-width: 0;
	border: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	border-style: none none none none;
	border-top: 0px none;
}

#kbArticle p
{
	margin: 0px;
	padding-right: 12px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 12px;
}

.SearchCat table td
{
	margin: 0px;
	padding: 0px 0px 0px 0px;
}

td, .gvHead
{
	color: #272727;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	background-color: transparent;
	text-transform: none;
	text-align: left;
	margin: 4px;
	padding: 12px 12px 0px 12px;
	vertical-align: top;
	border-style: none;
	border-width: 0;
	outline-style: none;
	outline-width: 0;
	border: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	border-style: none none none none;
	border-top: 0px none;
}

.gvHead
{
	font-weight: bold;
}

.gvSearch table tr
{
	border-style: none;
	border-collapse: collapse;
}

input, textarea, select
{
	color: #272727;
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	border-top: #c0c0c0 1px solid;
	border-right: #c0c0c0 1px solid;
	border-left: #c0c0c0 1px solid;
	border-bottom: #c0c0c0 1px solid;
	text-align: left;
	vertical-align: top;
	background-color: white;
	cursor: auto;
}

input[type="text"], input[type="password"]
{
	cursor: text;
}

input[type="checkbox"]
{
	border-top: 0px none;
	border-right: 0px none;
	border-left: 0px none;
	border-bottom: 0px none;
}

a:link
{
	color: black;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	line-height: 14px;
}

a:visited
{
	color: Black;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	line-height: 14px;
}

a:hover
{
	color: #00879E;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	line-height: 14px;
	text-decoration: underline;
}

a:active
{
	color: #00879E;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	line-height: 14px;
}

a.currentNavH
{
	color: #00879E;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	line-height: 14px;
	text-decoration: none;
}

a.tabLink
{
	display: block;
	width: 150px;
	position: relative;
	left: -10px;
	text-align: center;
}

/* -- BEGIN TABS CSS -- */
.tabs {
	float: left;
	width: 100%;
}
.tabs ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.tabs li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
.tabs a, span.tabSelected {
	float: left;
	background: url("../images/search_tab_left_inac.jpg") no-repeat left top;
	padding: 0px 0px 0px 5px;
	margin: 0px 10px 0px 0px;
	text-decoration: none;
	color: gray;
	border-collapse: collapse;
	font-weight: bold;
	white-space:nowrap;
}
span.tabSelected {
	background-image: url("../images/search_tab_left_ac.jpg");
	color: black;
}
.tabs a:hover {
	background-image: url("../images/search_tab_left_ac.jpg");
	color: black;
}
.tabs a:hover span {
	background-image: url("../images/search_tab_right_ac.jpg");
}
.tabs a span, span.tabSelected span {
	float: left;
	display: block;
	background: url("../images/search_tab_right_inac.jpg") no-repeat right top;
	padding: 5px 10px 4px 5px;
	margin: 0px;
	cursor: pointer;
}
span.tabSelected span {
	background-image: url("../images/search_tab_right_ac.jpg");
	cursor: default;
}
/* -- END TABS CSS -- */

