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

* 
{
	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;
	margin-top: 0px;
	padding: 0px;
	background-color: #999999;
	color: #000000;
}

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

hr 
{
	border: solid 1px #8d9095;
	
}
a:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #2e475c;
}
/*******************************************************************/

.bottom_menu a 
{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	
}

.bottom_menu a:hover
{
	color:#c0c0c0;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	
}




.bottom_menu_s a 
{
	color:#000000;
	font-size:11px;
	
}

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

.table_bg {

	background-image: url("../images/bg.gif");
	background-repeat: repeat-x;
	}


.borderbg 
{

	background-image: url("../images/border_bg.gif");
	background-repeat: repeat-x;
}
	
.header {

	background-image:url("../images/header/header_02.gif"); 
	background-repeat:repeat-x;
	color:#000000;
	padding-left:5px;
	font-weight:700;
	font-size:16px;
	

}

.header2{

	background-image:url("../images/header/header_02.gif"); 
	background-repeat:repeat-x;
	color:#000000;
	padding-left:5px;
	font-weight:700;
	font-size:12px;
	

}


.title
{
	font-size: 11px; 
	font-weight:bold;
}

.date
{
	font-size: 10px; 
	font-weight:bold;
	margin:0px;
}

.header_movie {

	background-image:url("../images/video_header/video_02.jpg"); 
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding-top:10px;
	padding-left:10px;
	font-weight:700;
	font-size:13px;


}



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

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

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

}


.menu_filter_border {

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

}



.menu_text 
{
	
	margin-left:15px;
	padding-top:200px;
	padding-left:2px;
	position:relative;
		
}




.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;

}