#ct-backlayer
{
display: none;
left:0px;
width: 100%;
height: 100%;
background-color: black;
opacity:.20;
filter:alpha(opacity=20);
z-index: 100;
}
#ct-tooltip
{
display: none;
left: 50%;
top: 50%;
padding: 3px 10px 3px 10px;
border: solid 1px #FF6600;
}
#ct-msgbox
{
display: none;
left: 50%;
top: 50%;
width: 340px;
height: 200px;
margin-left: -150px;
margin-top: -75px;
padding: 1px 1px 1px 1px;
border: solid 1px #828181;
font-size: 1em;
line-height: 1.4em;
z-index: 120;
}
#ct-msgbox-content
{
min-height: 200px;
margin-top: 5px;
margin-bottom: 5px;
overflow-x: hidden;
overflow-y: hidden;
}
#ct-msgbox-img
{
position: absolute;
top: 40px;
left: 20px;
width: 43px;
height: 43px;
}
#ct-msgbox-img.mb-info
{
background-image: url("../img/icons-infos.png");
}
#ct-msgbox-img.mb-yesno
{
background-image: url("../img/icons-error.png");
}
#ct-msgbox-img.mb-yescancel
{
background-image: url("../img/icons-error.png");
}
#ct-msgbox-img.mb-validcancel
{
background-image: url("../img/icons-error.png");
}
#ct-msgbox-img.mb-ok
{
background-image: url("../img/icons-error.png");
}
#ct-msgbox-msg
{
left: 80px;
min-height: 160px;
width: 240px;
padding-top: 25px;
padding-bottom: 65px;
}
#confirmOK	{position: absolute; bottom: 20px;	left: 155px;}
#confirmCancel	{position: absolute; bottom: 20px;	left: 245px;}
#confirmInfo	{position: absolute; bottom: 20px;	left: 245px; display: none;}
#ct-popup
{
display: none;
left: 50%;
top: 50%;
width: 496px;
height: 216px;
margin-left: -250px;
margin-top: -110px;
padding: 1px 1px 1px 1px;
border: solid 1px #828181;
font-size: 1em;
z-index: 120;
}
#ct-popup-header
{
display: block;
height: 28px;
width: 100%;
background-image: url("../img/popup-header-background.png");
background-repeat: repeat-x;
}
#ct-popup-header-small
{
display: block;
position: absolute;
height: 8px;
width: 100%;
top: 1px;
background-image: url("../img/popup-footer-background.png");
background-repeat: repeat-x;
}
#ct-popup-header-title
{
position: absolute;
top: 3px;
left: 6px;
width: 100%;
padding: 5px;
}
#ct-popup-header-close
{
display: block;
position: absolute;
right: 1px;
top: 1px;
width: 28px;
height: 28px;
background-image: url("../img/popup-header-close-button.png");
}
#ct-popup-content
{
height: 180px;
padding: 10px 10px 0px 10px;
overflow-x: hidden;
overflow-y: auto;
}
#ct-popup-footer
{
display: block;
position: absolute;
height: 8px;
width: 100%;
bottom: 1px;
background-image: url("../img/popup-footer-background.png");
background-repeat: repeat-x;
}
