body {
	font-family : "Verdana";
}

#navigatorTable {
	width : 900px;
	border-bottom : 1px solid black;
	margin : auto;
	margin-bottom : 30px;
}

#imageTable {
	margin : auto;
}

#backButtonTD {
	text-align : left;
	width : 150px;
}

#backButtonDiv {
	background-image: url('../../libs/back_sign.png');
	width : 95px;
	height : 25px; 
	transition: background-image 0.4s;
	-webkit-transition: background-image 0.3s;
}

#backButtonDiv:hover {
	background-image: url('../../libs/back_sign_hover.png');
	width : 95px;
	height : 25px; 
}

#titleTD{
	font-size : 18px;
	text-align : center;
}

.linkTD {
	text-align : right;
	width : 80px;
	font-size : 12px;
}

a {
	text-decoration:none;
}

a:link, a:visited {
	color : blue;
}

a:hover {
	color : purple;
}

img.withPadding {
	margin-bottom : 20px;
	transition: opacity 0.4s;
	-webkit-transition: opacity 0.3s;
}

img.withPadding:hover {
	opacity:0.7;
}
	
td {
	padding-bottom : 0px;
	margin-bottom : 0px;
}
