﻿/* CSS Document */

a:focus {outline:none;}

body
{
    background-image: url('/images/background_left.jpg' );
    background-repeat: repeat-x;
    background-color: #f3eadb;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin: 0;
}

.standard
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #5f646d;
}

.greenstandard
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #01876b;
}

.greenstandard a
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #01876b;
}

.HeaderText
{
    font-family: Arial Black;
    color: #01876b;
    font-size: 20px;
    font-weight: lighter;
}

.SubHeaderText
{
    font-family: Arial, Helvetica, sans-serif;
    color: #01876b;
    font-size: 12px;
}


.RfiText
{
    font-family: arial, helvetica, sans-serif;
    color: #01876b !important;
    font-size: 10px;
    float: right;
    padding: 20px 0 0 0;
    text-decoration: none;
}

.RfiText a, .RfiText a:visited
{
    font-family: arial, helvetica, sans-serif;
    color: #01876b;
    font-weight: bold;
    font-size: 10px;
}

.RfiText a:hover
{
    font-family: arial, helvetica, sans-serif;
    color: #01876b;
    font-weight: bold;
    text-decoration: underline;
    font-size: 10px;
}

hr
{
    color: #01876b;
    background-color: #01876b;
    height: 2px;
}


.highslide
{
    cursor: url(/_resources/UserControls/HighSlide/scripts/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img
{
    /*border: 2px solid gray;*/
}
.highslide:hover img
{
    /*border: 2px solid white;*/
}

.highslide-image
{
    border: 2px solid white;
}
.highslide-image-blur
{
}
.highslide-caption
{
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-display-block
{
    display: block;
}
.highslide-display-none
{
    display: none;
}
.highslide-loading
{
    display: block;
    color: white;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    padding: 3px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background-color: black;
    padding-left: 22px;
    background-image: url(/_resources/UserControls/HighSlide/scripts/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}
a.highslide-credits, a.highslide-credits i
{
    padding: 2px;
    color: silver;
    text-decoration: none;
    font-size: 10px;
}
a.highslide-credits:hover, a.highslide-credits:hover i
{
    color: white;
    background-color: gray;
}
a.highslide-Main
{
    display: block;
    border: 0;
    margin: 0 0 16px 0;
    font: normal 10px Arial, Helvetica, sans-serif;
    color: white;
    text-decoration: none;
}

.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

a.visit {padding-top:-10px; color:#01876B;}