﻿.lightBox {
background:#8EB5D7 none repeat scroll 0 0;
display:none;
height:250px;
left:50%;
margin-left:-210px;
padding:3px;
position:absolute;
width:420px;
z-index:10001;
}
.largeLightBox {
background:#8EB5D7 none repeat scroll 0 0;
display:none;
height:600px;
left:50%;
margin-left:-268px;
padding:3px;
position:absolute;
width:530px;
z-index:10001;
}
.lightBox div.inner {
background:white repeat-x scroll 0 0;
height:235px;
left:50%;
margin-left:-208px;
margin-top:-125px;
overflow:auto;
padding:5px;
position:absolute;
top:50%;
width:400px;
}
.largeLightBox div.largeInner {
background:white repeat-x scroll 0 0;
height:590px;
left:50%;
margin-left:-265px;
margin-top:-300px;
overflow:auto;
padding:5px;
position:absolute;
top:50%;
width:520px;
}
.lightBox div.header, .largeLightBox div.header {
background:transparent url(../../images/slide3.jpg) repeat-x scroll 0 0;
margin-bottom:20px;
width:100%;
}
.lightBox div.lightboxTitleDiv {
color:White;
float:left;
font-size:1.3em;
font-weight:bold;
padding-top:1px;
text-align:center;
width:440px;
}
.largeLightBox div.lightboxTitleDiv {
color:White;
float:left;
font-size:1.3em;
font-weight:bold;
padding-top:1px;
text-align:center;
width:500px;
}
.lightBox a.close, .largeLightBox a.close {
border:2px solid black;
color:white;
display:inline;
float:right;
font-family:Verdana;
font-size:0.8em;
font-weight:bold;
margin:2px 2px  8px 0;
text-decoration:none;
}
#masterMask {
background:white none repeat scroll 0 0;
height:100%;
left:50%;
margin-left:-480px;
position:fixed;
top:0;
width:1000px;
z-index:10000;
}
.loadingbar {
display:none;
left:50%;
margin-left:-50px;
margin-top:-8px;
position:fixed;
top:50%;
z-index:9999;
}