/* Custom Classes*/
.subm{cursor: pointer;}
.MaxWnMaxAcc {max-width: 100px; max-height: 100px; display:block;}
.maxWnH_Thumb {max-height: 150px; max-width: 150px; display:block;}
.galClickCell {width: 150px; height: 150px; border: solid 1px #422933; background-color: #998997; vertical-align: middle; text-align: center; cursor: pointer;}
.galClickCell:hover {border: dashed 1px #998997; background-color: #422933;}
.maxWnH_Large {min-height: 100px; max-height: 500px; display: block;}
.calEntry {color: #ff0000;}
.calEntry:hover {color: #000000;}

.calNoEntry {color: #a7a7a7;}
.calNoEntry:hover {color: #000000;}

/* PopDiv div */
.PopDiv {position: fixed; left: 150px; top: 50px; display: none; -moz-user-select: text;}
.PopDivNotSelect {position: fixed; left: 150px; top: 50px; display: inline; -moz-user-select: -moz-none;}
.popDivTopBar {background-color: #475895; text-align: right; cursor: move;}
.popDivCloseBut {cursor: pointer; width: 20px; height: 20px; border: none; background-color: Transparent; background-image: url(images/close.png); background-repeat: no-repeat; background-position: center center;}
.moznone {-moz-user-select: -moz-none;}
.moztext {-moz-user-select: text;}
.loadingpic {width: 126px; height: 22px; background-image: url(images/loading.gif); background-repeat: no-repeat; background-position: center center;}
.PopDivFrameTopLeft {width: 10px; height: 10px; background-image: url(images/popdivsframe/topleft.png); background-repeat: no-repeat; background-position: right bottom;}
.PopDivFrameTop{height: 10px; background-image: url(images/popdivsframe/top.png); background-repeat: repeat-x; background-position: center bottom;}
.PopDivFrameTopRight {width: 10px; height: 10px; background-image: url(images/popdivsframe/topright.png); background-repeat: no-repeat; background-position: left bottom;}
.PopDivFrameLeft{width: 10px; background-image: url(images/popdivsframe/left.png); background-repeat: repeat-y; background-position: right center;}
.PopDivFrameBg{background-color: #ffffff; border: solid 1px #000000;}
.PopDivFrameRight{width: 10px; background-image: url(images/popdivsframe/right.png); background-repeat: repeat-y; background-position: left center;}
.PopDivFrameBottomLeft {width: 10px; height: 10px; background-image: url(images/popdivsframe/bottomleft.png); background-repeat: no-repeat; background-position: right top;}
.PopDivFrameBottom {height: 10px; background-image: url(images/popdivsframe/bottom.png); background-repeat: repeat-x; background-position: center top;}
.PopDivFrameBottomRight {width: 10px; height: 10px; background-image: url(images/popdivsframe/bottomright.png); background-repeat: no-repeat; background-position: left top;}
