/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/canvas.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}
a {	
	color: #0000FF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.bw {
	font-size: 11px;
	color: #000000;	
}
.bw:link {
	text-decoration: none;
}
.bw:visited {
	text-decoration: none;
	color: #000000;
}
.bw:hover {
	text-decoration: none;
	color: #FF0000;
}
.bw:active {
	text-decoration: none;
	color: #FF0000;
}
h1 {	
	font-size: 16px;	
	background-image: url(images/heading_bk.jpg);
	background-repeat: repeat-y;
	padding: 0px 4px;	
	height: 32px;
	line-height: 32px;
}
h1, h2, h3, h4, h5, h6 
{
    margin: 0px;
    color: #990000;
}
#header {
	 height: 161px; 
	 background-image: url(images/head.jpg);
}
#top {
	height: 42px; 
	background-image: url(images/top.jpg); 
	text-align: left; 
	vertical-align: bottom; 
	padding-left: 190px;
}
#right {
	 width: 252px; 
	 text-align: left; 
	 vertical-align: top;
}
#rightphotocontainer 
{
    height: 495px;
	border: solid 2px #006600;
}
#side {
	width: 54px; 
	text-align: left; 
	vertical-align: top;
}
#center {
	width: 660px; 
	height: 421px; 
	text-align: left; 
	vertical-align: top; 
	background-image: url(images/left_bk.jpg);	
	padding: 20px;
}
#e6 {
	height: 36px; 
	background-image: url(images/e6.jpg);	
}
#wasp {
	height: 45px;
	text-align: left; 
	vertical-align: bottom; 
	background-image:url(images/wasp.png); 
	background-position: top right; 
	background-repeat: no-repeat;
}
#btmenucontainer {
	float: left; 
	padding: 0px 10px; 
	border: solid #006600 1px; 
	background-color: #FFFFFF; 
	height: 30px; 
	line-height: 30px; 
	color: #0000FF;
	font-size: 12px;
}

#footleft {
	font-size: 11px; 
	padding-top: 4px;
}
#footright {
	text-align: right; 
	vertical-align: top; 
	font-size: 11px; 
	padding-top: 4px;
}
#maintable {
	width: 975px; 
	margin: 0px auto;
}
/* adpContent classes */
.status
{
    width: 600px;
    font-size: 12pt;
    text-align: center;
    border-width: 0px;
    padding: 8px 0px;
    margin: 2px 3px;
    color: Red;
}
.leftHeaderPanel {    
	font-size: 16px;
	color: #990000;
	background-image: url(images/heading_bk.jpg);
	background-repeat: repeat-y;
	padding: 0px 4px;
	height: 32px;
	line-height: 32px;	
}
.leftFooterPanel {
    background-image: url(images/heading_bk.jpg);
    background-position: -250px 0px;
    background-repeat: repeat-y;
	padding: 0px 4px;
	height: 32px;
	line-height: 32px;
}
.leftContentPanel {
}
.rightContentPanel {
}
.topPagerPanel
{    
    text-align: right;    
    font-weight: normal;        
    padding-right: 10px;
    white-space: nowrap; 
    font-size: 13px;
	color: #000000;
}
.bottomPagerPanel
{
    float: right;
    text-align: right;       
    padding-right: 10px;
    white-space: nowrap;
    font-size: 13px;
	color: #000000;
}
.bPagerCurrent
{
    padding: 2px;
    border: solid 1px #FF6600;
}
.btMenuItem
{
    font-size: 12px;
    font-weight: normal;
    color: #0000ff;
    margin: 0px 10px;    
}
.btMenuItem:link
{
    color: #0000ff;
    text-decoration: none;
}
.btMenuItem:visited
{
    text-decoration: none;
    color: #0000ff;
}
.btMenuItem:hover
{
    text-decoration: underline;
    color: #0000ff;
}
.btMenuItem:active
{
    text-decoration: underline;
    color: #0000ff;
}
.unpublished
{
    filter: alpha(opacity=50);
    -moz-opacity: .50;
    opacity: .50;
}
/* image links */
.imgLink
{
    border-width: 0px;    
    cursor: pointer;    
}
.imgLink:hover
{           
    filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
/* Photo album */
#captPanel
{
    color: #990000;
    font-weight: bold;
}
#descPanel
{
    font-size: smaller;
}
/* Telerik */
.RadMenu_Forest .rmLink:hover
{
   cursor: pointer;  
}
.RadMenu_Forest .rmLink 
{
   font-weight: bold !important;
}

