body {
font-family: verdana;
font-size: 12px;
color:#666666;


}

.textbox {
	background-color: #E0EEEE;
	border: thin solid #808dff;
	margin: 2px;
	padding: 2px;
}

.smalltext {

font-family:verdana;
font-size: 10px;
font-weight: normal;


}

.smallgreen {

font-family:verdana;
font-size: 10px;
font-weight: normal;
color:#88C34D;


}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
margin-bottom: 3px;
background:url(formbg2.gif) repeat-x left top;
}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 14px;
	color: #009900;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 12px;
	color: #138BC6;
	font-weight:bold;
}
* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-html {
    background-color: white;
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
    padding: 10px;
}
.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;*/   
}
.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;
}

.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}