﻿.mb_ModalBackground
{
    background-color: Gray;
    filter: alpha(opacity=60);
    opacity: 0.6;
    z-index: 100002;
}

.mb_MessageBoxContainer {
    width:500px;
    padding:4px;
    position:relative;
    z-index: 100003;
    
    border: 1px solid #C0C0C0;
    background-color: white;
}

.mb_TitleContainer {
    /*padding: 9px 0px;*/
    background: url("../Styles/images/bg-black.jpg") repeat-x 0px 0px rgb(32, 32, 32); 
    margin: 1px 0px 5px; 
    padding: 10px; 
    border-radius: 4px 4px 4px 4px; text-align: center; color: rgb(255, 255, 255); 
    text-transform: uppercase; font-family: "Lora", serif; font-size: 14px; font-weight: bold; 
}

.mb_Title {
    font-weight: bold;
}

.mb_Content {
    background-color: white;
    padding: 8px;
    /*border: 1px solid #C0C0C0;*/
}

.mb_MessageSection {
    min-height:50px;
    margin-bottom:8px;
}

.mb_Icon {
    background-image: url("../Images/btnTabNext.png");
    width: 24px;
    height: 24px;
    margin-right:4px;
    float: left;
}

.mb_MessageContainer {
    vertical-align: bottom;
    text-align: left;
}

.mb_MessageTextWrapper {
    white-space: normal;
}

.mb_YesNoButtonSet {
    width:155px;
    margin:0 auto
}

.mb_OkButtonSet {
    width:110px;
    margin:0 auto
}

.mb_ClientButton {
    width: 75px;
}

.mb_ServerButton {
    width: 75px;
    background: url("../Styles/images/bg-button.jpg") repeat-x 0px 0px rgb(219, 143, 33); padding: 5px 14px; border-radius: 4px; color: rgb(255, 255, 255); text-transform: uppercase; font-family: "Lora", serif; font-size: 12px; font-weight: bold; display: inline-block; box-shadow: 0px 1px 4px #111; text-shadow: 1px 0 #808080;
	cursor:pointer;cursor:hand;
}
.mb_ServerButton:hover {
	background: rgb(204, 204, 204); color: rgb(0, 0, 0);
	cursor:pointer;cursor:hand;
}