html {
  height: 100%;
  margin-bottom: 1px;
  overflow-y: scroll;
}

body {
  font-family: Tahoma,Verdana,Arial,Helvetica,"Bitstream Vera Sans",sans-serif;
  font-size:12px;
  color: #000;
  background-color: #FFF;
  margin: 0px;
  padding: 0px;
}

A {
  color: #535353;
  text-decoration: none;
}

A:hover,
A:active {
  text-decoration: underline;
}

A img {
	border-color: #E1007A;
}

.clear {
  clear:both;
}

.breadcrumb.active {
	font-weight: bold;
}


UL.tabNavigation {
	list-style: none;
	margin: 0 0 0 2px;
	padding: 0;
}

UL.tabNavigation LI {
	display: inline;
	width: 200px;
}

UL.tabNavigation LI A.selected,
UL.tabNavigation LI A:hover {
		background : url(../img/bg_tab_menu.jpg);
		border: 1px solid #EF4991;
		color: #fff !important;
		padding-top: 4px;
		line-height: 16px;
}

UL.tabNavigation LI A.disabled {
	cursor: default;
}

UL.tabNavigation LI A.disabled,
UL.tabNavigation LI A {
	padding: 3px 5px;
	background: none;
	background-color: #ccc;
	border: 1px solid #ccc;
	color: #000 !important;
	text-decoration: none;
}

UL.tabNavigation LI A:focus {
	outline: 0;
}

DIV.tab_fieldset fieldset{
	margin-top: -8px;
	margin-bottom: 20px;
}

DIV.tab_fieldset fieldset fieldset{
	margin-top: 0;
	margin-bottom: 0;
}


