.outerdiv{
  position: relative;
  width:700px;
  height:80%;
  text-align:left;
}

.maintable{
  padding:0px;
  margin: 0px;
  border: 0px;
  border-spacing:0px;
  border-collapse:collapse;
}

.formtable{
  color:#eeeeee;
  text-align:left;
}

.formdiv{
  position:relative;
  left:25%;
  text-align:left;
  color:#eeeeee;
  display:none;
  
}

.outerimagediv{
  position: relative;
  top:0px;
  left:0px;
  width:584px;
  height:428px;
  margin:0px;
  padding:0px;
  display:block;
  overflow:hidden;
  text-align:center;
  background-image:url("../images/picture_bg.png"); 
  color: #eeeeee;
  border:1px solid white;
}

.big_picture{
  border:0px;
  margin:0px;
  padding:0x;
}

.write_comment{
  position:absolute;
  display:none;
  background-image:url("../images/write_comment.png");
  background-repeat:no-repeat;
  width:365px;
  height:311px;
  padding-top:40px;
  padding-left:10px;
  left:0px;
  top:0px;
  z-index:2000;
  overflow:hidden;
  text-align:center;
  filter:alpha(opacity=95);-moz-opacity:0.95;opacity:0.95;-khtml-opacity: 0.95;
}

.write_comment_title{
  position:absolute;
  display:block;
  background-color:#ff0000;
  width:363px;
  height:28px;
  left:1px;
  top:1px;
  z-index:2001;
  filter:alpha(opacity=0);-moz-opacity:0.0;opacity:0.0;-khtml-opacity: 0.0;
}

.write_comment_close{
  position:absolute;
  display:block;
  left:338px;
  top:3px;
  z-index:2002;
  background-image:url("../images/write_comment_close.png");
  background-repeat:no-repeat;
  width:24px;
  height:24px;
  cursor:pointer;
  filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;-khtml-opacity: 1.0;
}

.write_comment_close_hover{
  position:absolute;
  display:block;
  left:338px;
  top:3px;
  z-index:2002;
  background-image:url("../images/write_comment_close1.png");
  background-repeat:no-repeat;
  width:24px;
  height:24px;
  cursor:pointer;
  filter:alpha(opacity=100);-moz-opacity:1.0;opacity:1.0;-khtml-opacity: 1.0;
}

.infodiv{
  position:absolute;
  display:none;
  bottom:-1px;
  right:0px;
  width:19px;
  height:18px;
  z-index:500;
  background-image:url("../images/info.gif"); 
}

.descriptiondivbg{
  position:absolute;
  display:none;
  bottom:10px;
  right:20px;
  width:551px;
  min-height:10px;
  z-index:800;
  background-color:#000000; 
  color:black;
  filter:alpha(opacity=50);-moz-opacity:0.5;opacity:0.5;-khtml-opacity: 0.5;
  text-align:left;
  padding:3px;
}

.descriptiondiv{
  position:absolute;
  display:none;
  bottom:10px;
  right:20px;
  width:550px;
  min-height:10px;
  z-index:1000;
  border:1px solid white;
  color:white;
  text-align:left;
  padding:3px;
}

.descriptionspan{
  display:none;
}


.menuitemdiv{
  position: relative;
  display:block;
  height:20px;
  background-image: url(""); 
  color: #eeeeee;
  padding-left:10px;
  vertical-align:middle;
  font-weight: bold;
  font-family:verdana, sans-serif;
  font-size:14px;
  margin-top:3px;
  width:114px;
  overflow:hidden;
  cursor:pointer;
}

.menuitemdiv_static{
  position: relative;
  display:block;
  height:20px;
  background-image: url(""); 
  color: #eeeeee;
  padding-left:10px;
  vertical-align:middle;
  font-family:verdana, sans-serif;
  font-size:12px;
  margin-top:3px;
  width:114px;
  overflow:hidden;
  cursor:pointer;
}

.menuitemdiv_SELECTED{
  position: relative;
  display:block;
  height:20px;
  background-image: url(""); 
  color: #777777;
  padding-left:10px;
  vertical-align:middle;
  font-weight: bold;
  font-family:verdana, sans-serif;
  font-size:14px;
  margin-top:3px;
  width:114px;
  overflow:hidden;
  cursor:pointer;
}

.menufinishdiv{
  position: relative;
  display:block;
  top:0px;
  left:0px;
  width:2px;
  height:428px;
  z-index:200;
  background-image: url('../images/menufinish.png');
}

.thumbdiv{
  position: relative;
  display:inline;
  float:left;
  top:25px;
  width: 480px;
  height:100px;
  margin: 0px;
  color: #eeeeee;
}

.thumbnail{
  position: relative;
  display:inline-block;
  float:left;
  background-color: #dddddd; 
  border:1px solid white;
  width:40px;
  height:40px;
  color: #eeeeee;
  overflow:hidden;
}

.thumbnail_img{
  position: absolute;
  display:block;
  left:0px;
  top:0px;
  width:40px;
  height:40px;
  border-width:0px;
}

.flasher{
  position: absolute;
  display:block;
  left:0px;
  top:0px;
  height:40px;
  width:40px;
  color: #eeeeee;
  filter:alpha(opacity=30);
  cursor:pointer;
}

body{
  background-color:#000000;
  margin: 0px 0px 0px 0px;
}

a:link{color:#eeeeee;
font-weight:bold;
text-decoration: none;
}

a:visited{color:#eeeeee;
font-weight:bold;
text-decoration: none;
}

a:hover{color:#eeeeee;
text-decoration: none;
font-weight:bolder;
background-image: url('../images/menuitem.gif');
}

a:active{color:#eeeeee;
font-weight:bold;
text-decoration: none;
}

.divlink{
  position:relative;
  display:inline;
  color:#eeeeee;
  cursor:pointer;
  font-family:verdana, sans-serif;
  font-weight:bold;
  font-size:14px;
  background-image:url("../images/picture_bg.png");
}

.divlink_hover{
  position:relative;
  display:inline;
  color:#ffffff;
  background-image: url('../images/menuitem.gif');
  font-weight: bold;
  font-family:verdana, sans-serif;
  font-size:14px;
  cursor:pointer;  
}

.commentsdiv{
  color:#eeeeee;
}

.commentloadimg{
  position:absolute;
  display:inline;
  width:18px;
  height:14px;
  background-image:url('../images/loading.gif');
  background-repeat:no-repeat;
}

.commentloadimg_off{
  position:absolute;
  display:inline;
  width:18px;
  height:14px;
}



input{
  background-color:#222222;
  border:1px solid white;
  color:#eeeeee;
}

textarea{
  background-color:#222222;
  border:1px solid white;
  color:#eeeeee;
}

.commentheadline{
  width:620px;
  height:3px;
  background-image: url('../images/commenthead.png');
  background-repeat:no-repeat;
}

.commenttext{
  margin-left:50px;
  margin-bottom:20px;
  color:#eeeeee;
}

form{
  text-align:left;
  color:#eeeeee;
}

.wrong_input{
  position:relative;
  display:inline;
  width:100%;
  overflow:hidden;
  font-weight: bold;
  font-family:verdana, sans-serif;
  font-size:12px;
  color:#B70000;
}

.wrong_input_green{
  position:relative;
  display:inline;
  width:100%;
  overflow:hidden;
  font-weight: bold;
  font-family:verdana, sans-serif;
  font-size:12px;
  color:#00B706;
}

ERROR{
  font-weight: bold;
  font-family:verdana, sans-serif;
  font-size:12px;
  color:#FF0000;
}