﻿body {
    background-color: #333333;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: center;
	margin-top: 0px;
	margin-left: 0px;
}

/* GENERIC */
H1  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link  {
	text-decoration: underline;
	color:#722929;
}

A:visited   {
	text-decoration: underline;
	color:#722929;
}

A:active    {
	text-decoration: underline;
	color:#722929;
}

A:hover {
	text-decoration: underline;
	color:#CC3333;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}

UL {
	margin-left: 15px;	
	margin-bottom: 0px;
}

HR {
    color: #999999;
    height:1pt;
    text-align:left;
}

.LinkNoDeco {
	
}

A.LinkNoPrint:link, A.LinkNoPrint:visited, A.LinkNoPrint:active  {
	text-decoration: underline;
	color:#722929;
}

A.LinkNoPrint:hover {
	text-decoration: underline;
	color:#CC3333;
}

#BodyContent {
	text-align:left;
	border: solid 1px #333333;
    width: 750px;
    margin: auto;
    background: transparent url(../img/rp_tile_v7.jpg) repeat scroll top left;
}
.ModuleHeader {
	background-color: #AEA792;
	color: #333333;
	font-weight: bold;
}

.ModuleHeader a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color:#722929;
}

#SiteHeader {
	clear: both;
	width: 750px;
    border-bottom: 2px solid #333;
    background: transparent url(../img/logo.jpg) top left;
    height: 150px;
}
#SiteFooter {
	clear: both;
    width: 750px;    
    text-align: center;
    font-size: 10px;
    border-top: 3px solid #333;
    background-color: #AEA792;
}
#MainContent {
	clear: both;
    width: 750px;    
    text-align: left;
    padding: 10px;    
}
#Menu {
	clear: both;
    float: left;
    width: 100%;
    border-bottom: 2px solid #333;
}
#Breadcrumb {
    float: left;
    padding-top: 6px;
    padding-left: 12px;
    text-align: left;
}
#LoginSection {
    float: right;
    padding-top: 6px;
    text-align: right;
}
.ErrorText {
	color: #CC0000;
	font-weight: bold;
}
.Title {
	font-weight: bold;
}
#RightColumnContent {
	text-align: left;
}
.ImageThumb {
	padding-right: 5px;
	padding-bottom: 5px;
}
.PhotoModuleTitle {
	font-size:12pt;
	font-weight: bold;
}
.FormLabel {
	font-weight: bold;
}
.ModuleItemTitle {
	color: #722929;
	font-weight: bold;	
}
.NormalRow {
	background-color: #FFFFFF;
}
.AlternatingRow {
	background-color: #EFEFEF;
}
#PaddedCell {
	padding-left: 15px;
	padding-right: 15px;
}
.SmallText {
	font-size: 8pt;
}
.SectionTitle {
	font-weight: bold;
	text-decoration: underline;
}
.ItemEdit {
	background-color: #FFFFE1;
}
.InfoText {
	background-color: #CC0000;
	color: #FFFFFF;
	padding: 5px;
}
.HighlightedItem {
	background-color: #AFAE87;
}

.HighlightedItem label {
	background-color: #AFAE87;
}

#LastAttended {
	/* Used for printing */
}
.PageBreak {
	page-break-before: always;
	page-break-inside: avoid;
}

.BarIndicator {
	color: Blue;
	background-color: Blue;
	padding-bottom: 1px;
}

.BarBorder {
	border-style: solid;
	border-width: 1px;
	width: 200px;
	vertical-align: middle;
}

#ulLinks UL, #ulLinks LI {
	margin-left: 5px;	
	margin-bottom: 0px;
	margin-top: 0px;
	padding-left: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
}

.PhotoRelative {
	position: relative;
}
.PhotoLink {
	background-color: #CCCCCC;
	border: solid 4px #000000;
	width: 420px;
	padding: 4px;
	text-align: left;
	position: absolute;
/*	top: -190px;
	left: -50px; */
}

.PhotoLeft {
	float: left;
	position: relative;
	text-align: left;
}

.PhotoRight {
	float: right;
	position: relative;
	padding: 0px;
	width: 15px;
	text-align: right;
}

.Hide {
	display: none;
}

@media print {
	#LastAttended {
		display: none;
	}
	#BodyContent {
		text-align:left;
		border: solid 0px #333333;
		width: 750px;    
	    background: #FFFFFF;
	}
	.ModuleHeader {
		background-color: #AFAE87;
		color: #000000;
		font-weight: bold;
	}
	#SiteHeader {
		display: none;
	}
	#SiteFooter {
		display: none;
	}
	#Menu {
		display: none;
	}
	#Breadcrumb {
		display: none;
	}
	#LoginSection {
		display: none;
	}
	.PageBreak {
		page-break-before: always;
		page-break-inside: avoid;
	}
	.NoPrint {
		display: none;
	}
	A.LinkNoPrint:link, A.LinkNoPrint:visited, A.LinkNoPrint:active  {
		text-decoration: none;
		color:#000000;
	}
}
