body {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Helvetica, Arial;
	cursor: default;
	margin-top: 10px;
	background-image:url(img/bg.gif);
	background-repeat:repeat;

}

a {
	color:#CCCCCC;
	text-decoration:none;
}

a:hover {
	color:#F5821E;
	text-decoration:none;
}

a.menulink {
	font-weight:bold;
	font-size:14px;
	color: #999999;
}

a.menulink:hover {
	font-weight:bold;
	font-size:14px;
	color: #FFFFFF;
	border-bottom: 2px solid #F5821E;
}

a.menulink_active {
	font-weight:bold;
	font-size:14px;
	color: #FFFFFF;
}

a.menulink_active:hover {
	font-weight:bold;
	font-size:14px;
	color: #FFFFFF;
	border-bottom: 2px solid #F5821E;
}

a.all2net {
	color:#CC0000;
}

a.all2net:hover {
	color:#999999;
}

a.validation {
	color:#999999;
}

a.validation:hover {
	color:#CCCCCC;
}


a.red {
	font-weight:bold;
	color: #CC0000;
	text-decoration:none;
}

a.red:hover {
	font-weight:bold;
	color: #000000;
	text-decoration:none;
}


.navitem_border{
	background-color: #D2ECAF;
	border: 1px solid #D2ECAF;
}

.navitemhover_border{
	background-color: #FFF8E9;
	border: 1px solid #999999;
}

div#gallery{
padding: 20px;
background:#CCCCCC;
font-size:13px;
}

.button
{
    color: #fffff2;
    background-color:#71ab6c;
    border:1px solid #387246;
	font-size: 11px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    font-style:italic;
}

input, select
{
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left: 3px;
	margin: 0px;
}

.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;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
.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;
	text-align:left;
}
.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(scripts/highslide/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;
}