﻿.h1 
{
	font-family: Segoe UI, Arial;
	font-size: 15px;
	color: #939598;
}

.bottomline
{
	border-bottom: solid 1px #dcddde;
}

.topline
{
	border-top: solid 1px #dcddde;
	color: #939598; font-family: Segoe UI, Arial; font-size: 11px;
}

.text
{
	font-family: segoe UI, Arial;
	font-size: 14px;
	color: #666666;
}


.text_gray
{
	font-family: segoe UI, Arial;
	font-size: 14px;
	color: #f2f2f2;
}

.featurebookborders
{
	border: 1px solid #f2f2f2}
	
	
.MoreInfo A:link {text-decoration: none; color: #939598; font-family:  Segoe UI, Arial; font-size: 16px;}
.MoreInfo A:visited {text-decoration: none; color: #939598; font-family: Segoe UI, Arial; font-size: 16px;}
.MoreInfo A:active {text-decoration: none; color: #939598; font-family: Segoe UI, Arial; font-size: 16px;}
.MoreInfo A:hover { color: #939598; font-family: Segoe UI, Arial; font-size: 16px; text-decoration: underline}

.MoreInfo2 A:link {text-decoration: none; color: #939598; font-family:  Segoe UI, Arial; font-size: 13px;}
.MoreInfo2 A:visited {text-decoration: none; color: #939598; font-family: Segoe UI, Arial; font-size: 13px;}
.MoreInfo2 A:active {text-decoration: none; color: #939598; font-family: Segoe UI, Arial; font-size: 13px;}
.MoreInfo2 A:hover { color: #939598; font-family: Segoe UI, Arial; font-size: 13px; text-decoration: underline}


.footer A:link {text-decoration: none; color: #939598; font-family:  Segoe UI, Arial; font-size: 11px;}
.footer A:visited {text-decoration: none; color: #939598; font-family: Segoe UI, Arial; font-size: 11px;}
.footer A:active {text-decoration: none; color: #939598; font-family: Segoe UI, Arial; font-size: 11px;}
.footer A:hover { color: #939598; font-family: Segoe UI, Arial; font-size: 11px; text-decoration: underline}

.footertext
{ color: #939598; font-family: Segoe UI, Arial; font-size: 11px;}
	
.highslide {
	cursor: url(highslide/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide img {
	border: 0px solid black;
}
.highslide:hover img {
	border: 0px solid silver;
}

.highslide-wrapper {
	background: white;
}
.highslide-image {
    border-bottom: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border-bottom: 1px solid white;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: silver;
}
.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    
    padding-left: 22px;
    background-image: url(highslide/highslide/graphics/loader.white.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-full-expand {
	background: url(highslide/highslide/graphics/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(highslide/highslide/graphics/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='highslide/highslide/graphics/close.png', sizingMethod='scale');
}


/* These must always be last */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}



#progress_overlay
{
          position: fixed;
          width: 100%;
          height: 100%;
          top: 0px;
          left: 0px;
          background: #000000;
          filter: alpha(opacity=60);
          z-index:20000;
}
#progress_container
{
          position: fixed;
          width: 100%;
          height: 100%;
          top: 0px;
          left: 0px;
          background: transparent;
          z-index:20001;
}
#progress_inner
{
          display: block;
          padding: 10px 10px 10px 10px;
          text-align:center;
          width: 380px;
          height: 50px;
          margin: 25% auto 0 auto;
          background: #FFFFFF;
          border: solid 1px orange;
          z-index:20002;
}

/* Controlbar example */
.controlbar {	
	background: url(highslide/graphics/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(highslide/graphics/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}
 
 
/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}


.textboxes
{
	font-family: 'segoe ui', Arial;
	font-size: 12px;
	border: solid 1px #666666;
}



.success
{
background-image: url('interface/icons/Tick.png');
background-repeat: no-repeat;
font-family: 'segoe ui', Arial;
font-size: 13px;
padding-left: 24px;
height: 30px;
}

