

#basic-modal-content
{
    display: none;
}

/* Overlay */
#simplemodal-overlay
{
    background-color: #6A8BBF;
    cursor: default;
}

/* Container */
#simplemodal-container
{
    height: auto;
    width: auto;
    color: #bbb;
    background-color: #FFFFEA;    
    padding-left:0px;  
}
#simplemodal-container .simplemodal-data
{
    overflow: auto;
}
#simplemodal-container code
{
    background: #141414;
    border-left: 3px solid #65B43D;
    color: #bbb;
    display: block;
    font-size: 12px;
    margin-bottom: 12px;
    padding: 4px 6px 6px;
}

#simplemodal-container pre
{
   color:#322F2A;
   text-align: justify;
}

#simplemodal-container span
{
   color:#322F2A;
   text-align: justify;      
}
#simplemodal-container p
{
   color:#322F2A;
   text-align: justify;      
}
.closeLink {
	color: #000000;
	float: right;
	font-size: 18px;
	font-weight: bold;
	margin-right: 8px;
	margin-top: 11px;
	position: absolute;
	right: 0px;
}
.button_close {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 6px 20px 6px 30px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	border-radius: 14px;
	cursor: pointer;
	border: 0px;
	margin: 0px 0px;
	/*background:url(images/button_close.gif) no-repeat left #01803b;*/
	text-transform:uppercase;
} 
.popup_title {
	color: #792324;
	font-size: 15px;
	font-weight: normal;
	font-family: open_sans_condensedbold;
	text-transform: uppercase;	
	padding-bottom: 6px;
}


#simplemodal-container h3
{
    color: #84b8d9;
} 
#lblSubject 
{
color:black;
font-weight:bold;
}

.closePopup {
    /*width: 700px;*/
    width: 100%;
    position: absolute;
    right: 0px;
    top: -25px;
    padding-top: 4px;
    /*padding-right: 4px;*/
}

.wrapText {
white-space: pre-wrap; /* CSS 3 */ 
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ 
white-space: -pre-wrap; /* Opera 4-6 */ 
white-space: -o-pre-wrap; /* Opera 7 */ 
word-wrap: break-word;
}


.titlehead {
    background: none repeat scroll 0 0 #f7f5dc;
    border-bottom: 1px solid #e1dfc8;
    height: 25px;
}
.button_small_green {
    background: none repeat scroll 0 0 #01803b;
    border: 0 none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 1px 8px;
    text-transform: uppercase;
}
.closePopup {
    padding-top: 4px;
    position: absolute;
    right: 0;
    top: -25px;
    width: 100%;
}