#modalBoxWrap
{
	display: none;
	z-index: 40000;
	position: absolute;
	top: 0;
	left: 0;
}
#modalBoxOverlay
{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	z-index: 40001;
}
#vertical-offset
{
	position: fixed;
	top: 30%;
	width: 100%;
	z-index: 40002;
}
#modalBox
{
	width: 405px;
	position: relative;
	margin: 0 auto;
	background-color: #fafafa;
	padding: 10px;
	border: 1px solid black;
	border-radius: 6px;
}
.modalBoxWide
{
	width: 705px!important;
	background: #abcdef;
}
#closeModal
{
	position: absolute;
	top: -12px;
	right: -12px;
	z-index: 50;
	cursor: pointer;
}
.modalButton
{
	width: 125px;
}
.modalButtonInterpret
{
	position: relative;
	width: 75px;
	margin-left: 15px;
	top: -2px;
}
.modalUploadFile
{
	width: 290px;
}
.modalUploadSubmit
{
	width: 75px;
}

.actionHeader
{
	font-size: 16px;
	color: #56789a;
	font-weight: bold;
}
.actionFrame
{
	padding: 20px 0;
}
.actionFrame label
{
	width: 100px!important;
}
.actionFrame label.error
{
	width: 200px!important;
}
.actionTitle
{
	clear: both;
	float: left;
	text-align: right;
	width: 40%;
	padding-right: 20px;
	font-weight: bold;
}
.actionTitleSmall
{
	width: 80px;
	clear: both;
	float: left;
	text-align: right;
	padding-right: 20px;
	font-weight: bold;
}
.actionDetail
{
	float:left;
	padding-bottom: 4px;
}
.actionDetail #companyId
{
	width: 300px;
}
.actionDetail #csaRange
{
	width: 380px;
}
#actionFrameWide .actionTitle
{
	width: 130px!important;
}
#actionFrameWide .actionDetail
{
	width: 550px!important;
}
.actionButtons
{
	clear: both;
	text-align: center;
	padding-top: 20px;
}
.actionSpacer
{
	clear: both;
	height: 12px;
	float: left;
	width: 100%;
}
.actionDivider
{
	clear: both;
	height: 2px;
	margin: 20px 0;
	float: left;
	width: 100%;
	background: #cccccc;
}
#actionError
{
	clear: both;
	color: red;
	text-align: center;
	padding-top: 10px;
}
.actionNotice
{
	float: left;
	color: red;
	text-align: left;
	padding-left: 10px;
}
#progressbox
{
	border: 1px solid #92C8DA;
	padding: 1px;
	position: relative;
	width: 585px;
	border-radius: 3px;
	margin: 10px;
	display: none;
	text-align: left;
}
#progressbar
{
	height: 20px;
	border-radius: 3px;
	background-color: #77E0FA;
	width:1%;
}

#updateMessage
{
    position: fixed;
    width: 350px;
    border-radius: 8px;
    top: 300px;
    left: 40%;
    background: #444444;
    text-align: center;
    padding: 20px 0;
    color: #4a9cae;
    font-size: 20px;
    z-index: 10000;
}

.bubbleParent
{
    position: relative;
}
.bubble
{
    position: absolute;
    width: 200px;
    height: 20px;
    padding: 7px;
    background: #ADAC8C;
    border-radius: 10px;
    z-index: 20;
}
.bubble:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 6px 22px 6px 0;
    border-color: transparent #ADAC8C;
    display: block;
    width: 0;
    z-index: 21;
    left: -21px;
    top: 11px;
}
#bubbleName
{
    top: -1px;
    right: -235px;
    display: none;
}
#bubbleCity, #bubbleProvince
{
    top: -1px;
    right: -227px;
    display: none;
}
#bubbleCapacity
{
    top: -1px;
    right: -105px;
    display: none;
}
#bubbleHotel, #bubbleVenue
{
    top: -4px;
    left: 150px;
    display: none;
}
#bubbleStatus
{
    width: 175px;
    top: -4px;
    left: 320px;
    display: none;
}
