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



body
{
	scrollbar-face-color: #efefef;
	scrollbar-highlight-color: #ffffff;
	scrollbar-arrow-color: #333333;
	background-image:url('../images/bg.jpg');
    background-repeat:repeat-x;
	
	background-color: #ababab;

	margin: 0px;
	padding: 0px;
	color: #222222;
}


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


a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #ffffff;
}


.link_white a {
	font-size: 11px;
	text-decoration: none;
	color: #fefefe;
}


.link_white a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #272727;
}

hr 
{
	border-width:1px;
	border-style:solid;
	border-color:#bababa;
	width:99%;
	text-align:center;

	
}


.header{ color:#d0d0d0; padding-left:10px}

.header a{ color:#222222; padding-left:10px}

.header a:hover{ color:#d0d0d0; padding-left:10px}

.title { color:#272727; font-size:12px; padding-bottom:10px; font-weight:bold;}
.title a{ color:#272727; font-size:12px; padding-bottom:10px; font-weight:bold;text-decoration: none;}
.title a:hover{ color:#272727; font-size:12px; padding-bottom:10px; font-weight:bold;text-decoration: none;}

.picture {border: 1px solid #3c3c3c;}

.date { color:#BC001B;}


.url_list a {
	font-size: 11px;
	text-decoration: none;
	color: #272727;
}


.url_list a:hover {
	font-size: 11px;
	text-decoration: none;
	color: #6D6D6D;
}


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


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

.send 
{
	width:250px;
	border: 1px solid #000000;
}

input,
textarea {
  color:#000000;
  background-color: #d7b182;
  border: 1px solid #f57900;
  width:90%;

}


.divfp {

	position:absolute;
	width:280px;
}

.div_box1 {
	
	margin-top:20px;
	margin-left:10px;
}


.img_border{
border:solid 1px #000000;
}





.highslide {
	cursor: url('js/graphics/zoomin.cur'), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid #f6d58e;
}
.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;

}