/* TABS */

div.tabs {
	white-space: nowrap;
	font-family: Tahoma, Geneva, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	cursor: default !important;
	font-weight: 700 !important;
	z-index: 100;
	}

.content {
	position: relative;
	font-family: Tahoma, Geneva, Veranda, Arial, sans-serif;
	border: 1px solid #000195;
	width: 96%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-bottom: 25px;
	z-index: 80;
	background-color: #FFFFFF;
	-moz-border-radius: 0px 4px 4px 4px;
	}
	
.tab {
	font-family: Arial, sans-serif;
	background-image: url(aqua-tab.png);
	border: 1px solid #999999;
	padding: 2px 10px 0px 10px;
	color: #424242;
	z-index: 100;
	border-bottom-width: 0;
	-moz-border-radius: 4px 4px 0px 0px;
	}

.tabHover {
	border-top: 1px solid #000195;
	border-left: 1px solid #000195;
	border-right: 1px solid #000195;
	background-color: #FDFDFF;
	background-image : none;
	color: #000000;
	z-index: 90;
	border-bottom-width: 0;
	cursor: pointer;
	}

.tabActive { 
	background-image: url(aqua-tab-active.png);
	border-top: 1px solid #000195;
	border-left: 1px solid #000195;
	border-right: 1px solid #000195;
	border-bottom-width: 0px !important;
	padding-bottom: 1px;
	color: #000000;
	z-index: 100;
	}
      
div.tabsClone .tab, div.tabsClone .tabActive {
	border-top-width: 0 !important;
	border-bottom-width: 1px !important;
	}

div.tabsClone .tabActive{
	top: -2px;
	}

a.removeTab{
	font-size: smaller;
	text-decoration: none;
	}


/* ASSORTED  */

#clear {
	clear:both;
	}
	

