﻿* { padding: 0; margin: 0; }

/* ########## TABS ############### */
.tabRow {
	background: url(../Images/tabstripUC/bg_tabline.gif);
	height: 30px;
	margin: 0 0 0px 0;
  /*  
	background: url(../Images/tabstripUC/bg_tabline.gif) repeat-x left bottom;
	background-position: left;
	height: 30px;
	margin: 0 0 21px 0;
  */
	font-family: "Trebuchet MS";
	width: 725px;
}
.tabRow .tab {	/* Normal tab */
	float: left;
	/* height: 30px; */
	top: 8px;
	position: relative;
	text-decoration: none;
}
.tabRow .tab a {
	font-size: 100%;
	cursor: pointer;
	float: left;
	margin-right: 11px;
	padding-left: 7px;
	text-transform: uppercase;
	text-decoration: none;
}
.tabRow .tab_open {
	background: url(../Images/tabstripUC/tableft.gif) no-repeat;
	background-position: left top;	
	padding: 0px 0px 4px 7px;
	cursor: pointer;
	display: block;
	float: left;
	white-space: nowrap;
	text-decoration: none;
}
.tabRow .tab_close {
	background: url(../Images/tabstripUC/tabright.gif) no-repeat;
	background-position: right top;	
	cursor: pointer;
	float: left;
	margin-right: 11px;
	padding: 4px 23px 4px 4px;
	text-decoration: none;
}
.tabRow .tab_active {	/* Active tab */
	float: left;
	/* height: 30px; */
	top: 0px;
	position: relative;
	text-decoration: none;
}
.tabRow .tab_active a {
	color: #E2001A;
	cursor: pointer;
	font-size: 100%;
	font-weight: bold;
	margin-right: 11px;
	padding-left: 7px;	
	text-transform: uppercase;
	text-decoration: none;
}
.tabRow .tab_active .tab_open {
	background: url(../Images/tabstripUC/tableft_active.gif) no-repeat;
	background-position: left top;	
	padding: 0px 0px 4px 7px;
	cursor: pointer;
	display: block;
	float: left;
	white-space: nowrap;
	text-decoration: none;
}
.tabRow .tab_active .tab_close {
	background: url(../Images/tabstripUC/tabright_active.gif) no-repeat;
	background-position: right top;	
	cursor: pointer;
	float: left;
	padding: 13px 20px 3px 3px;
	text-decoration: none;
}

.tabRow .tab .normal {
	color: #555555;
	font-weight: normal;
	text-decoration: none;
}

.tabRow .tab a:hover {
	text-decoration: none;
}

.tabContent {
	margin: 0 0 8px 0;
	margin: 0 0 0 0;
	height: auto;
}

.tabContent .block {
	overflow: hidden;
	margin-bottom: 15px;
}

.tabContent .block .date {
	background: url(../Images/tabstripUC/arrow.gif) no-repeat left 4px;
	width: 60px;
	float: left;
	margin-right: 10px;
}

.tabContent .block .date span {
	font-size: 93%;
	padding-left: 9px;
}

.tabContent .block .text, p {
	float: left;
	width: 100%;
}

