
/*******************************************************************/

* 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}

body
{
	scrollbar-face-color: #efefef;
	scrollbar-highlight-color: #ffffff;
	scrollbar-arrow-color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	color: #2e475c;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}

a {
	font-size: 11px;
	text-decoration: none;
	color: #2e475c;
}

a:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #2e475c;
}
/*******************************************************************/




.menu {
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #bee1fc;
	text-decoration: none;
}

.menu a {
	display: block;
	background-color:#f6fdfd;
	line-height: 20px;
	text-align: left;
	text-decoration: none;
}


.menu_u a {
	color: #28343d; 
	text-decoration: none;
}


.menu_u a:hover {
	background-color:#c2e2f2;
	text-decoration: none;
}

.menu_top a{

	color: #ffffff; 
	text-decoration: none;
}

.menu_top a:hover{

	color: #ceecfc;
	text-decoration: none;
}



.menu_clear_left {

	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;	

}


.menu_clear_right {

	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #FFFFFF;	

}

.menu_clear {
	
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;	

}


select {
  color:#000000;
  background-color: #ffffff;
  border: 1px solid #bfbfbf;
}

input,
textarea {
  color:#000000;
  background-color: #ffffff;
  border: 1px solid #bfbfbf;

}


.menu_filter_border {

	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/

}








.highslide {
	cursor: url('js/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-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 8px;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;

}
