/* Contains the entire tabbed section */
.tabbed {
	}

/* List of tabs */.tabbed ul.tabs {
	float: left;
	display: inline;
	height: 21px;
	margin: 0;
	padding: 0;
	border-bottom: #F18E00 3px solid;
	cursor:pointer;
	}
.tabbed ul.tabs li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	background-color:#00CC00;
	width: 232px;
	height: 21px;
	background:url(/images/tpg/conferences/notactive.gif);
	font-weight: bold;
	color: #666666;
	}
.tabbed ul.tabs li a {
	overflow: hidden;
	display: block;
	margin: 0 2px 0 0;
	}
.tabbed ul.tabs li a:hover {
	}

/* The current selected tab */
.tabbed ul.tabs li a.tab-current {
width: 232px;
	height: 21px;
background:url(/images/tpg/conferences/active.gif);
font-weight: bold;
	color: #FFFFFF;
	}

/* The content shown when a tab is selected */
.tabbed div {
	float: left;
	display: block;
	width: 100%;
	}

/* Set the CSS to make sure the other tabs' content isn't shown other than the first */
.tabbed div.t2, .tabbed div.t3, .tabbed div.t4 {
	display: none;
	}

.tab-text{
padding-left: 5px;
padding-top: 4px;

}
/* Content for inside your tabs' divs */
.tabbed div ul {
	}
.tabbed div p {
	}
.tabbed div div {
	}
/*Set of the styles for index page*/	
	
.rowList{
	background:url(/images/tpg/conferences/row_bg.gif);
	height: 21px;
	margin: 0;
	padding: 0;
	font-weight:bold;
	font-size: 12px;
	color: #666666;
	margin-top: 1px;
	display: block;
	width:610px
}
.rowHeader1{
	width: 50px;
	list-style: none;
	border-right: #FFFFFF 1px solid;
	text-align: center;
	padding-top: 2px;
	float: left;
	display: block;
}	
.rowHeader2{
	width: 62px;
	list-style: none;
	border-right: #FFFFFF 1px solid;
	text-align: center;
	padding-top: 2px;
	float: left;
	display: block;
}
.rowHeader3{
	width: 305px;
	list-style: none;
	border-right: #FFFFFF 1px solid;
	text-align: center;
	padding-top: 2px;
	float: left;
	display: block;
}
.rowHeader4{
	width: 114px;
	list-style: none;
	border-right: #FFFFFF 1px solid;
	text-align: center;
	padding-top: 2px;
	float: left;
	display: block;
}
.rowHeader5{
	width: 75px;
	list-style: none;
	text-align: center;
	padding-top: 2px;
	float: left;
	display: block;
}
.rowList2{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #666666;
	margin-top: 1px;
	display: block;
	float: left;
	padding-bottom: 2px;
}
.rowData1{
	width: 50px;
	list-style: none;
	text-align: center;
	padding-top: 2px;
	float: left;
}	
.rowData2{
	width: 62px;
	list-style: none;
	text-align: center;
	padding-top: 2px;
	float: left;
}
.rowData3{
	width: 307px;
	list-style: none;
	text-align: left;
	padding-top: 2px;
	padding-left: 2px;
	float: left;
	font-weight: bold;
}
.rowData4{
	width: 114px;
	list-style: none;
	text-align: center;
	padding-top: 2px;
	float: left;
}
.rowData5{
	width: 75px;
	list-style: none;
	text-align: center;
	padding-top: 2px;
	float: left;
}
.boxed{
	width: 610px;
}
.even{
background: #F2F2F2;
}
.litRow{
background:  #DBDBDB;
}
.rowA{
	color: #666666;
	text-decoration:none;
	display: block;
}

