/* Start of CMSMS style sheet 'lightbox' */
#lightbox {
background-color:#EEEEEE;
border-bottom:2px solid #666666;
border-right:2px solid #666666;
padding:10px;
}
#lightboxDetails {
font-size:0.8em;
padding-top:0.4em;
}
#lightboxCaption {
float:left;
}
#keyboardMsg {
float:right;
}
#closeButton {
right:5px;
top:5px;
}
#lightbox img {
border:medium none;
clear:both;
}
#overlay img {
border:medium none;
}
#overlay {
background-image:url(uploads/images/overlay.png);
}
* html #overlay {
background-color:transparent;
background-image:url(blank.gif);
}
kbd {
background-color:#DDDDDD;
border-bottom:1px solid #CCCCCC;
border-right:1px solid #CCCCCC;
color:#555555;
font-family:inherit;
font-size:inherit;
padding:0pt 3px 2px 4px;
}
* {
margin:0pt;
}
a {
color:#8AB459;
font-weight:bold;
text-decoration:none;
}
/* End of 'lightbox' */

