
.projecttable100 {
	width: 100%;
	float: left;
	border-top: 1px solid #CCC;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
.projecttable {
	width: 100%;
	float: left;
	border-top: 0px solid #CCC;
	margin: 20px 0px 5px 0px;
	padding: 0px;
}
.projecttable td, .projecttable100 td {
	border-bottom: 1px dotted #CCC;
	width: 33%;
}
.projecttable p, .projecttable100 p {
	font-size: 11px;
	color: #333;
	padding: 3px;
}
.projecttable p strong, .projecttable100 p strong {
	font-size: 11px;
	color: #000;
}
#ddimagetabs {
}

#ddimagetabs a {
	display: block;
	text-decoration: none;
	font: bold 12px Arial; /*tab font */
	color: black; /*font color */
	width: 86px; /*width of tab image */
	height: 17px; /*height of tab image */
	float: left;
	display: inline;
	margin-left: 1px; /*spacing between tabs */
	padding-top: 4px; /*vertical offset of tab text from top of tab*/
	background-image:url(/images/tab.jpg); /*URL to tab image */
	background-repeat: no-repeat;
	text-align: center;
	border: none;
}

#ddimagetabs a:hover, #ddimagetabs a.current {
	background-image:url(/images/tabover.jpg); /*URL to tab image onmouseover */
	color: black;
}
#ddimagetabs #customtab1 {
	width: 124px; /*width of custom tab image */
	background-image:url(/images/tab124.jpg); /*URL to custom tab image */
}

#ddimagetabs #customtab1:hover, #ddimagetabs #customtab1.current {
	background-image:url(/images/tabover124.jpg); /*URL to tab image onmouseover */
	color: black;
}
#ddimagetabs #customtab2 {
	width: 146px; /*width of custom tab image */
	background-image:url(/images/tab146.jpg); /*URL to custom tab image */
}

#ddimagetabs #customtab2:hover, #ddimagetabs #customtab2.current {
	background-image:url(/images/tabover146.jpg); /*URL to tab image onmouseover */
	color: black;
}

#tabcontentcontainer {
	width:600px; /*width of 2nd level content*/
	height: inherit; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent {
	display:none;
}
