/* CSS Document */
	body{
	  background-color: black;
	  background-image:  url(bg.gif);
	  background-repeat: no-repeat;
        color: #000020;
	  margin-top: 0px;
	  margin-left: 0px;
	  margin-right: 0px;
	  margin-top: 0px;
	  /*background-attachment: fixed;
	  scrollbar-arrow-color: #FFFF80;
	  scrollbar-base-color: #CFA174;
	  scrollbar-track-color: #CFA174;*/
	  font-family: 'Verdana', 'Arial', 'Helvetica', 'sans-serif'; 
	  font-size: 12px; 
	  line-height: 20px;
	  text-align: jutisfy;
	  width: 700px;
	  /*overflow: hidden;*/
	}
	
	img {
	  border-width: 0px;
	}
	
	img.left {
	  margin-right: 20px;
	  margin-bottom: 5px;
	  border-width: 3px;
	  border-style: ridge;
	  border-color: #ffffff;
	  float: left;
	}

	img.right {
	  margin-left: 20px;
	  margin-bottom: 5px;
	  border-width: 3px;
	  border-style: ridge;
	  border-color: #ffffff;
	  float: right;
	}
	
	table.grid {
	  width: 700px;
	  margin-left:150px;
	}
	
	table.grid tr {
	  height: 90px;
	  text-align: center;
	}
	
	table.grid td {
	  vertical-align: middle;
	}
	 

.chromestyle{
width: 100%; /*the entire width of the menu */
font-family: "Verdana", "Arial", "Sans-Serif";
line-height:12px;
font-size: 10pt;
font-weight: bolder;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
width: 100%;
padding: 2px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
white-space: nowrap;
margin-left: 0px;
margin-right: 0px;
}

.chromestyle ul li a{
color: #ffffff; /* here the color control for the menu */
padding: 0px 0px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 8pt Verdana;
line-height:12px;
z-index:100;
background-color: #07aae3;
width: 150px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ffcb33;
}

* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide-html {
    background-color: #0c419a;
	background-image: url(../common/cement.gif);
}
.highslide-html-blur {
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.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;
	color: #ffffff;
}
.control:hover {
	color: #909090 !important;
}
.highslide-move {
    cursor: move;
}
