﻿/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color: white;
	border-width:1px;
	border-style:solid;
	border-color:black;
	/*padding:5px;*/
	/*width:250px;*/
	text-align: left;

}

.modalHeader
{
	/*background-color: #FFCE34;*/
    background-color:#86202D;
	font-family: Arial, sans-serif; 
	font-size: 13px; 
	font-weight: bold;
    color:white;
	/*color: #404040;*/
	padding: 5px;
	color:white;
	cursor: move;
    line-height:1.4em;
}

.modalText
{
    color:Black;
    font-weight:bold;
    font-family:Arial;
    font-size:11px;
}

.MainColorBK
{
    background-color:Black;
}