@charset "utf-8";
/* CSS Document */

html, body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../imgs/bg_main.gif);
	background-repeat: repeat-x;
	background-color: #e0e0e0;
}
.style1 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #666666;
}

.textfield_effect {    
	border-width: 0px;
	border-style: solid;
	border-color: #000000;
	font-family: Tahoma, Arial;
	font-size:11px;
	color:#ae6e00;
	letter-spacing:0px;
	margin:0px;
	line-height:10px;
	background-color: #000000;
}
.textfield_effect2 {    
	border-width: 1px;
	border-style: solid;
	border-color: #cccccc;
	font-family: Tahoma, Arial;
	font-size:11px;
	color:#000000;
	letter-spacing:0px;
	margin:0px;
	line-height:10px;
	background-color: #fcfcfc;
}

.style2 {
	font-family: Tahoma, Arial;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}

.style4 {
	font-family: Arial;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
}
.style5 {
	font-family: Arial;
	color: #000000;
	font-size: 16px;
	font-weight: bold;
}
.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 0px solid gray;
}
.highslide:hover img {
	border: 0px solid white;
}

.highslide-image {
    border: 0px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    border: 2px solid white;
    border-top: none;
    font-family: Tahoma, Arial;
    font-size: 11px;
    padding: 5px;
    background-color: white;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 11px;
	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(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;
	font-family: Tahoma, Arial;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}

.link a:link {
	color: #666666;
	text-decoration: none;
}
.link a:visited {
	text-decoration: none;
	color: #666666;
}
.link a:hover {
	text-decoration: underline;
	color: #666666;
}
.link a:active {
	text-decoration: none;
	color: #666666;
}