body.main {
  color: #673230; 
  background-color: #e0e2e5; 
  /*background-image:  url(siren.jpg); 
  background-repeat: no-repeat; 
  background-position: 0px 0px; 
  text-align: justify; */
  margin-left: 0px; 
  /*width: 770px;*/
  margin-top: 0px;
}
body.bw {
  color: #ffffff; 
  background-color: #202020; 
  background-repeat: no-repeat; 
  background-position: 0px 0px;
  background-attachment: fixed;
  text-align: left; 
  margin-left: 0px; 
  margin-top: 0px;
  color: black;
}

.container {
  margin-top: 130px;
  margin-left: 30px;
}

table.bw {
  border-width: 0px;
  border-style: ridge;
  border-color: white;
  width: 720px;
  border-collapse: collapse;
}
table.bw tr {
  vertical-align: middle;
  height: 120px;
  /*border-width: 2px;
  border-style: ridge;
  border-color: white;*/
}
table.bw td {
  text-align: center;
  width: 120px;
  /*border-width: 2px;
  border-style: ridge;
  border-color: white;*/
}

.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;
color: #673230;
/*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: #673230;
width: 150px;
visibility: hidden;
}

.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: #808080;
}


.highslide {
	cursor: url(../common/highslide/graphics/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 1px solid #c0c0c0;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 1px solid #444444;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    text-align: center;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    border: 1px solid #444444;
    border-top: 1px solid white;
    padding: 5px;
    background-color: gray;
	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(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    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-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

