/*
 * SimpleModal Confirm Modal Dialog
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

 
#diaShow {
	display:none;
	overflow: hidden;
	/* height: 90%!important; 
	width: 90%!important; */
}

#diaShow-overlay {
	background-color: #000000!important;
	opacity: 0.7!important;
}
#diaShow-container {	
	margin-left: auto;
	margin-right: auto;
	height: 90%!important; 
	width: 90%!important; 
	font-family: 'Open Sans Condensed', cursive; 
	font-size: 16px;  
	text-align: center; 
	color: #fff; 		
	overflow: hidden;
}

#modal_imagecontainer {
	margin-left: auto!important;
	margin-right: auto!important;
	overflow: hidden;
}

#modal_image {
	height: auto!important;
    width: auto/9!important;
}

#diaShow-container .options{
	padding: 0px;
	margin: 0px;
	height: 15%;
	width: auto;
	background: #fff;
	font-family: 'Loved by the King', cursive;
	font-size: 20px;
	font-weight: normal;
	border: 3px solid #AAAAAA;
	border-radius: 3px;
	color: #000;
	overflow: hidden;
}

#diaShow-container .header {
	height:30px; 
	line-height:30px; 
	width:100%; 
	color:#fff; 
	font-weight:bold;
	background-color: #1E5A17;	
}

.button {
	padding: 0px;
	margin: 0px;
	width: 40px;
	cursor: pointer;
}

.button:hover {
	background: #37A82A;
}

.button IMG {
	margin-top: 5px;
}
#diaShow-container .header span {	padding-left:8px;	}
#diaShow-container .options-rights-header {	color: #000; margin:0; font-size:18px;	padding:30px 20px 12px 8px;}
#diaShow-container .options-rights-header span {	color: #1E5A17; font-weight:bold;}
#diaShow-container .options-members-header {color: #000; margin:0; font-size:20px;	padding:30px 20px 12px 8px;}
#diaShow-container .options-members-header span {color: #1E5A17;	font-weight:bold;}
#diaShow-container .options-members {overflow: auto; padding-bottom: 10px;}
#diaShow-container table {width: 100%;}
#diaShow-container th {background-color: #1E5A17; color: #fff; text-align: left;}
#diaShow-container td {text-align: center;}

#diaShow-container .buttons {line-height:26px; width:160px; float:right; padding:10px 8px 0;} 
#diaShow-container .buttons div {
	float:right; 
	margin-left:4px; 
	width:70px; 
	height:26px; 
	color:#FFF; 	
	border-radius: 2px;
	font-family: 'Open Sans Condensed', cursive;
	text-align: center; 
	cursor:pointer;
} 

#diaShow-container .buttons .yes{
	background-color: #1E5A17;
	border: 2px solid #0D4906;
}

#diaShow-container .buttons .no{
	border: 2px solid #EE0606;
	background: #FF1717;
}

#diaShow-container .buttons div:hover{
	opacity: .7; 
	filter:Alpha(Opacity=70);
}

#diaShow-container a.modal-close,
#diaShow-container a.modal-close:link,
#diaShow-container a.modal-close:active,
#diaShow-container a.modal-close:visited {text-decoration:none; font-weight:bold; position:absolute; right:10px; top:2px; color:#fff;}
#diaShow-container a.modal-close:hover {color:#ccc;}