/* CSS Document */

body {
	background-color: #989899;
	margin: 20px;
	}

body, td, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
h2 {
	font-size:21px;
	color: #333333;
	}
	
#contentLevelOne {
	background-color: #FFFFFF;
	border: 10px solid #CCCCCC;

}

.shadowBottom {
	background-image: url(../images/shadow_btm.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.shadowRight {
background-image: url(../images/shadow_rightSide.gif);
	background-repeat: repeat-y;

}#contentLevelOne #medTechLiveLogo {
	text-align: center;
}


#holderTable {
	width:780px;
	}
	
#holderTable #contentLevelOne #introduction {
	text-align:left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#menuMain {
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
	text-align: right;
	}
	
#menuMain a {
	color:#CC0000;
	text-decoration:none;
	}

.marketCategory {
	font-size: 14px;
	font-weight: bold;
	background-color: #CCCCCC;
	padding: 5px;
	text-align: left;
}

.columnTitle {
	font-size: 10px;
	font-weight: normal;
	background-color: #E5E5E5;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	text-align: left;
}

.listingDetail {
	margin-left:15px;
	}

#seminarListings {
	text-align:left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	}

/*#seminarListings a {
	color: #D60B15;
	text-decoration: none;
}*/
.listingRow {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 11px;
	vertical-align: top;
}

.listingRow p {
	margin-top: 0px;
	margin-bottom: 3px;
	}
	
.listingDetail a:link {
	color:#000000;
	text-decoration:none;
	}
	
.listingDetail a:visited {
	color:#000000;
	text-decoration:none;
	}
	
.listingDetail a:hover {
	color:#CC0000;
	text-decoration:none;
}

.seminarTitle {
	font-weight: bold;	
	font-size:12px;
}

.tableSectionHead {
	font-size:18px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	}