/* CSS Document */
#highslide {
	cursor: url(../highslide/graphics/handapst.ani), pointer;
    outline: none;
}
.highslide-html {
    background-color: white;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.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/graphics/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;*/   
}
.highslide-caption {
	display: none;
	border: 2px solid white;
	border-top: none;
	font-family: "Trebuchet MS", Arial, System;
	font-size: 9pt;
	padding: 5px;
	background-color: white;
	color: #6E0836;
	line-height: 11px;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}
.control {
	float: right;
	display: block;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
	margin-right: 5px;
	margin-left: 5px;
	height: 25px;
	padding-top: 5px;
}
.control:hover {
	color: black !important;
	vertical-align: middle;
}
.highslide-move {
    cursor: move;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-body {
background-color: #FCFBF7;
}

/*-- Inline content styles --*/
#myOnPageContent {
overflow: hidden;
padding: 0;
margin: 0;
overflow: hidden;
}

#myOnPageContent h1 {
font-family: "Lucida Sans", Arial, System;
text-align: center;
color: #CC0000;
font-size: 180%;
font-style: normal;
font-weight: bold;
letter-spacing: 0;
word-spacing: -0.05em;
padding: 0.5em 0;
margin: 0.1em 0;
margin-top: -10px;
border-bottom: solid 1px #CCC;
}

#myOnPageContent p {
color: #333;
text-align: center;
font-size: 11px;
padding: 0;
margin: 10px 0;
line-height: 1.2;
}

#myOnPageContent p strong {
font-weight: bold;
color: #000;
}

#myOnPageContent p a {
color: #CC0000 !important;
text-decoration: underline;
padding: 0 2px;
}

#myOnPageContent p a:hover {
color: #FF0000;
text-decoration: underline;
padding: 0 2px;
}

input.btn-update-3 {
background: url(../images/btn-search.gif) no-repeat center top;
color: #FFF;
font-family: "Tahoma", Arial, System;
font-size: 11px;
font-style: normal;
font-weight: bold;
line-height: 1em;
width: 9.54em;
height: 2em;
margin: 1em 11.7%;
border: none;
cursor: pointer;
float: left;
}
input.btn-update-3-ov {
background: url(../images/btn-search.gif) no-repeat scroll center -2em;
color: #FFF;
font-family: "Tahoma", Arial, System;
font-size: 11px;
font-style: normal;
font-weight: bold;
line-height: 1em;
width: 9.54em;
height: 2em;
margin: 1em 11.7%;
border: none;
cursor: pointer;
float: left;
}

.option-container {
background: #CCC;
padding: 5px 0;
*padding: 3px 0 18px 0; 
margin: 0 -10px;
*margin-top: 15px;
overflow: hidden;
display: block;
*display: inline-block;
}