@import "common.css";

.photo_title, .ptitle {
	font-size: large;
	font-weight: bolder;
}

.photo_frame, .pframe {
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 5px;

}

.photo_desc, .pdesc {
    text-align: justify;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.navtable {
    width: 100%;
    margin: 0px;
    text-align: center;
}

.navgreybox {
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-variant: small-caps;
    background: #E2E2E2;
	text-align: center;
	font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

a.navcaps {	
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-variant: small-caps;
    background: #8b60ff;
	text-align: center;
	font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
	border-style: solid;
	border-width: 1px;
}

a.navcaps:hover {
	background: #D8E3FF;
	color: #8b60ff;
	border: 1px solid #8b60ff;
}

.maintable {
    width: 100%;
    height: 400px;
}

