/* CSS Document */
div.comments_div {
  background: transparent;
  border-bottom: 1px solid #CFDADF;
}

div.comments_div object {
max-width: 250px !important;
max-height: 190px !important;
width:expression(this.width > 250? "250px": "auto" );
height:expression(this.height > 190? "190px": "auto" );
}

div.comments_div embed {
max-width: 250px !important;
max-height: 190px !important;
width:expression(this.width > 250? "250px": "auto" );
height:expression(this.height > 190? "190px": "auto" );
}

div.comments_div img {
max-width: 250px !important;
max-height: 190px !important;
}
img.attached {
max-width: 250px !important;
max-height: 190px !important;
width:expression(this.width > 250? "250px": "auto" );
height:expression(this.height > 190? "190px": "auto" );
}


div.comments_header {
  border-bottom: 1px solid #C1DAD7;
  font-size:smaller;  
}

div.mycomment {
  background: transparent;
}

table.commenter_table td {
  vertical-align: top;
}

img.info_icon {
  height:24px;
}

table.activity_table {
  /*width:100%;*/
}

table.activity_table div {
  /*width:100%;*/
  padding-top:3px;
}

.avatarimg_td {
  vertical-align:top;
  /*width:10%;*/
}

.activity_display {
  /*width:90%;*/
  text-align: left !important;
}

textarea.activity_infotext {
  width:100%;
}

#comment-submit {
  float:right;
}

/* LIGHTBOX CSS */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
