/* Common colors
	Blue text: 0068bf
	Purple borders: 683689;
*/

body, table, td, tr {
	border-spacing: 0px 0px;
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 13px;
}

p.links {
	margin-bottom: 33px;
}
a {
	color: #0068bf;
}

a:visited {
	color: #486781;
}

table#main {
	width: 100%;
	height: 100%;
}

table#DialogTable {
	padding-left: 25px;
	padding-right: 15px;
	width: 100%;
}

table#DialogTable tr td {
	font-family: Optima, Verdana, sans-serif;
	font-size: 10pt;
	vertical-align: top;
}

img#TitleImage {
	margin-left: 12pt;
}

.head {
	background-color: white;
	background-image: url('image/header-background.png');
	background-repeat: repeat-x;
	font-family: Optima, Verdana, sans-serif;
	font-size: 12px;
	height: 81px;
}

.hesays, .shesays {
	width: 40%;
	padding-top: 14pt;
	padding-bottom: 14pt;
}

.theysay {
	padding-left: 18pt;
}

.hesays {
	padding-right: 18pt;
}

.shesays {
	padding-left: 18pt;
	padding-right: 18pt;
}

td#SingleLine {
	color: #777;
	font-family: Skia, Verdana, sans-serif;
	font-size: 12px;
	height: 24px;
	padding-bottom: 20pt;
	text-align: center;
}


.content-head {
	height: 60px;
	text-align: center;
}

.divider {
	background-image: url('image/divider-middle.png');
	background-repeat: repeat-y;
}

.foot {
	background-image: url('image/footer-background.png');
	height: 115px;
	text-align: center;
}

td#JumpCell {
	color: #0068bf;
	padding-right: 12pt;
	vertical-align: bottom;
	text-align: right;
}

td#JumpCell a {
	color: #0068bf;
	text-decoration: none;
}

td#JumpCell a:hover {	
	text-decoration: underline;
}


td#PhotoContainer {
	padding: 32px;
}

p.videocontainer embed {
	margin-top: 12px;
}

table.image-table {
	height: 160px;
	float: left;
	width: 160px;
	border: 0px solid black;
	text-align: left;
	vertical-align: middle;
}
img.thumb {
	border: 1px solid #683689;
	margin: 5px;
	padding: 3px;
}

td#JumpCell a.current-page {`
	font-weight: bold;
	color: #444;
}

td#ExtraSpace {
	height: 200px;
	background-color: #d0d0d0;
}

/* --- Form styles --- */
table#formtable td {
	vertical-align: middle;
	text-align: left;
	padding-bottom: 10px;
	font-size: 9pt;
}

input, textarea {
	border: 1px solid gray;
	width: 130px;
	background: transparent;
	font-family:  Skia, Verdana, Arial;
	font-size: 9pt;
}

.From {
	color: #2285ce;
}

p.comment-text {
	border-top: 1px dotted #683689;
	margin-top: 12pt;
	padding-top: 12pt;
	text-align: center;
}

.next-link-cell {
	padding-right: 25%;
	padding-bottom: 12pt;
	text-align: right;	
}

.next-link-cell a {
  font-size: 12pt;
}

p#slideshowcontainer {
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	width: 480px;
	border: 4px solid #0068bf;
	height: 292px;
	text-align: center;	
}