/* CSS Document */



<!--

body {

	background-color: #222222;

}



a {

	text-decoration:none;

	color:#FFCCCC;

	cursor:pointer;

}

a:hover {

	background-color:#94A5CE;

	cursor:pointer;

}

#header
{
	margin: 0;	
}

#header h1{
	font:  18px Georgia, "Times New Roman", Times, serif;

}

.blue_menu {

	font-family:"Trebuchet MS";

	font-size: 14px;

	color:#EEC8ED;

	font-weight:bold

}

.text1 {

	font-family: Arial;

	font-size: 10px;

	letter-spacing:0.02em;

	color: #E0E0E0;

	text-align:justify;

}

.blue_text {

	font-family: Arial;

	letter-spacing:0.02em;

	font-size: 14px;

	font-weight: bold;

	color: #94A5CE;

}

.impactgrey{

	font-family: "Trebuchet MS";

	font-size: 14px;

	color:#CCCCCC;

}

.impactpurple {

	font-family: "Trebuchet MS";

	color: #D3ABC7;

	font-size: 18px;



}

.red_footer {

	font-weight: bold;

	color: #5E1C39;	

	font-size: 10px;

	font-family: "Trebuchet MS";

}

.blue_footer {

	font-family: "Trebuchet MS";

	font-size: 11px;

	color: #9999FF;

}

#tes{
	overflow:auto;	
	height:375px;
}

.yellow_text {

	color: #FFFFCC;

	font-family: "Trebuchet MS";

	font-size: 12px;

}

.button{

	font-family: "Trebuchet MS";

	font-size: 11px;

	letter-spacing:0.03em;

}



.formstyle {

	font-family: "Trebuchet MS";

	font-size: 11px;

	letter-spacing:0.03em;

	width:200px;

}



.error {

	font-family: "Trebuchet MS";

	font-size: 11px;

	letter-spacing:0.03em;

	color:#FF0000;

}

.testi {

	font-family: "Arial";

	font-size: 11px;

	letter-spacing:0.03em;

}

.sender {

	font-family:Geneva, Arial, Helvetica, sans-serif;

	font-size: 12px;

	letter-spacing:0.05em;

	font-weight:bold;

}

#albumScrollbar{
	overflow:auto;
	height:430px;
}


<!--things for gallery-->
#container {

}

#thumbcontainer{
margin-left: 5px;
}


.imgcontainer{
	width: 75px;
	height: 75px;
	overflow:hidden;
	margin: 5px;
	padding:5px;
	border: 1px solid #fff;
	float:left;
	cursor:pointer;
}


.imgcontainer:hover{
	border: 1px solid #000;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}


#colofon{
padding: 20px 0px 0px 0px;
clear:both;
}

#description{
	width: 150px;
	margin:0px;
	padding: 0px 10px 0px 0px;
	float:left;
}


/* hs section */

.highslide {
	cursor: url(scripts/graphics/zoomin.cur), pointer;
    outline: none;
}
.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;
}
.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/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
display:none;
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
.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;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}





