.center {
	margin: 0px auto;
	text-align: center;
}

a.top-nav-inner {
	line-height: 34px;
}

a:hover {
	color: #ff8888;
}

.blue-gradient-light {
	background: #fcfdff;
	background: -o-linear-gradient(top, #ffffff 0%, #d9eef9 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #d9eef9 100%);
	background: -moz-linear-gradient(top, #ffffff 0%, #d9eef9 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #d9eef9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff),
		color-stop(100%, #d9eef9) );
	background: linear-gradient(to bottom, #ffffff 0%, #d9eef9 100%);
}

/** Java Certification pages */
#javacert {
	padding: 5px;
	margin: 10px 0px 0px 0px;
}
#javacert td {
	text-decoration: none;
    font-weight: normal;	
	line-height: 1;
}
#javacert td {
	vertical-align: top;
	padding: 0px 0px 8px 0px;
}
/** First column **/
#javacert tr td:nth-child(1) {
 	font-weight: 900;    
}
/** Second and after column **/
#javacert tr td:nth-child(2), td:nth-child(3), td:nth-child(4) {
}

#top, #subject {
	font-weight: bold;
	font-size: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	background: #fcfcfc;
	word-wrap: break-word;
}
