/* ------------------------------ Typography ------------------------------ */

body, p, font, a, td, h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #000;
	padding:0px;
	margin:0px;
}

h1, h2, h3, h4, h5, h6 {
	letter-spacing: -0.06em;
	text-align: left;
}

/* ------------------------------ Set Fonts ------------------------------ */
p, font, a, li, td {
	color: #000;
}
div {
	color:#FFF;
	font-weight:bold;
}

p.bodytext, p.footer {
	margin:10px 0px 10px 0px;
	text-align: left;
}
li {
	margin-right:5px;
}

p.question, p.title1, p.pgmainheading{
	font-weight: bold;
}

p.title1 {
	font-size: 16px;
	text-align: center;
	padding-top:5px;
}
p.rightjustify  {
	text-align: right;
}
p.pgmainheading {
	font-size: 18px;
	text-align: center;
}
p.pgnote {
	font-style: italic;
}
p.footer {
	text-align: center;
}
div.pgheading {
	font-size: 14px;
	border-bottom:1px solid #989866;
	padding:5px;
	margin:5px;
	color:#000;
	text-align:left;
}
div.pgheadingdivider {
	font-size: 14px;
	border-bottom:1px dotted #989866;
}

div.pgheading, div.pgheadingdivider {
	font-weight: bold;
}

font.bodytext {
	font-size: 14px;
}
font.pgheading {
	font-size: 14px;
}
font.required {
	color: #FF0000;
}
font.menubar {
	line-height: 150%;
	color: #FFFFFF;
}

font.pgheading, font.required, font.menubar, a.menubar {
	font-weight: bold;
}

a.menubar {
	line-height: 150%;
	color: #FFFFFF;
}
a.frontpagesmall {
	color: #989866;
}
a.spidernav {
	color: #989866;
}
a.spidernav:hover {
	color: #E0E0B6;
	text-decoration:underline;
}
a.frontpagebig, div.starlink {
	line-height: 150%;
	font-size: 14px;
	color: #989866;
	font-weight: bold;
}
a.frontpagebig:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}

/* ------------------------------ TABLE Elements ------------------------------ */
td.headfoot {
	color: #FFF;
	background-color: #989866;
}
td.mainbody {
	background-color: #E0E0B6;
	vertical-align: top;
}

td.picturecell {
	background-color: #E0E0B6;
	vertical-align: middle;
	text-align: center;
}
td.pgcell {
	padding:3px;
	background-color: #E0E0B6;
	border:1px solid #989866;
}
td.pgerror {
	font-size: 16px;
	color: #FF0000;
	padding:3px;
	font-weight: bold;
	text-align: center;
	background-color: #FFFFFF;
	border:1px solid #989866;
}
table.pg {
	background-color: #E0E0B6;
}
table.subtable{
	padding:0px;
	margin:10px;
	border-spacing:0px;
	background-color: #E0E0B6;
}
td.subtable {
	vertical-align: middle;
	text-align: center;
}
td.subtable2 {
	padding:5px;
	border-top: 1px solid #989866;
	border-left: 1px solid #989866;
	vertical-align: middle;
}
td.subtable3 {
	padding-left: 5px;
	vertical-align: middle;
	border-top: 1px solid #989866;
	border-right: 1px solid #989866;
	border-left: 1px solid #989866;
}


/* ------------------------------ FORM Elements ------------------------------ */
#footerSearch {
	color: #989866;
	background: url('/includes/images/input.jpg') no-repeat;
}

form.example #footerSearch {
	border: none;
	width: 111px;
	height: 15px;
}

form.example input:focus {
	background-color: transparent;
}
           
form.example input.footer{
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
}

legend, fieldset {
	padding:3px;
	padding-right: 5px;
	padding-left: 5px;
	border:1px solid #989866;
	text-align:right;
}
legend {
	font-size: 14px;
	font-weight:bold;
}

div.userinfo {
	text-align:right;
	margin-top:10px;
}

/* ------------------------------ Access Options ------------------------------ */
.access {
	text-align:right;
	color: #E0E0B6;
}
p.access {
	font-size:9;
	padding:0.2em 1px 0em 0em;
	margin:0em 0em 0em 0em;
}
a.access {
	text-decoration: underline;
}

a.access:hover {
	text-decoration:none;
}
td.access {
	margin:5px;
	padding:5px;
}

/* ------------------------------ Photos ------------------------------ */
div.starred {
	position:absolute;
	bottom:10;
	right:10;
}
div.starredPhoto, div.sidePhoto {
	position:relative;
	padding:0px 0px 0px 0px;
}
div.sidePhoto {
	margin-top:10px;
	margin-bottom:10px;
}

.tr, .tl, .br, .bl {
	position:absolute;
}

div.tr {
	right:0;
	top:0;
}
div.tl {
	left:0;
	top:0;
}

div.br {
	right:0;
	bottom:0;
}

div.bl {
	left:0;
	bottom:0;
}

.PaymentContainer {
	position: relative;
}

.Payment {
	position: absolute;
	top:-2px; 
	left:250px;
}
