.altRow td {
	background-color: #F0F0F0;
}

.downloadDocument {
	text-align: center;
}

.downloadTable {
	width: 100%;
	border: 1px solid #666;
}

.downloadTable td {
	padding: 5px;
}

.downloadTable th {
	background-color: #333;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	padding: 5px;
}

.headerText { 
	height: 135px;
	background-image: url(../images/header_text.jpg);
	background-repeat: no-repeat; 
}

.row td {
	background-color: #FFF;
}

.textTableWrapper {
	width: 640px;
	margin: auto;
	padding-bottom: 20px;
}

.menuWrapper {
	width: 220px;
	padding-bottom: 50px;
}

.menuWrapper ul {
	margin: 0;
	padding: 0;
}

.menuWrapper ul li {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 1px;
	border: 1px solid #999;
}

.menuWrapper li a {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 18px;
	text-decoration: none;
	color: #333;
	font-size: 11px;
	background-image: -moz-linear-gradient(center top , #FFF, #CCCCCC);
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #CCCCCC));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #CCCCCC 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #FFFFFF 0%, #CCCCCC 100%);
	
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#CCCCCC);
		/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFF, endColorstr=#CCCCCC)";
}

.menuWrapper li a:hover, .menuWrapper li a.active {
	background-image: -moz-linear-gradient(center top , #666666, #333333);
	/* IE10 Consumer Preview */ 
	background-image: -ms-linear-gradient(top, #666666 0%, #333333 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-linear-gradient(top, #666666 0%, #333333 100%);
	
	/* Opera */ 
	background-image: -o-linear-gradient(top, #666666 0%, #333333 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, #333333));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-linear-gradient(top, #666666 0%, #333333 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: linear-gradient(to bottom, #666666 0%, #333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#666666, endColorstr=#333333);
		/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#666666, endColorstr=#333333)";
	color: #FFF;
}

.webinarContent {
	vertical-align: top;
}

.webinarMenu {
	width: 250px;
	vertical-align: top;
}

.icon {
	text-align: center;
}

.documentTitle p {
	margin-bottom: 10px;
	padding-bottom: 0px;
}

.documentTitle ul {
	margin-left: 35px;
	margin-bottom: 10px;
}

.documentTitle li {
	list-style-type: disc;
}