/*!
 * @author		Twentronix
 * @link        http://www.twentronix.com
 * @copyright   Copyright (C) 2012 - 2014 Twentronix. All rights reserved.
 * @license     GNU GPLv3 <http://www.gnu.org/licenses/gpl.html> or (at your option) later.
 */

/* Modal */
#ccm-modal .ccm-modal-inner {background:#f5f5f5; border:solid 1px #bbb; box-shadow:0 0px 10px rgba(0, 0, 0, 0.10), 0 4px 4px rgba(0, 0, 0, 0.03), 0 1px 0 rgba(255, 255, 255, 0.6) inset;}
#ccm-modal .ccm-modal-body {background:#fff; border:solid 1px #ddd;}
#ccm-modal .ccm-modal-introtext,
#ccm-modal .ccm-modal-fulltext,
#ccm-modal .ccm-modal-policytext {color:#555;}
#ccm-modal .ccm-modal-body a {color:#3A87AD;}
#ccm-modal .ccm-modal-header {
	background:#e5e5e5;
	background-image: linear-gradient(bottom, rgb(224,224,224) 0%, rgb(239,239,239) 95%);
	background-image: -o-linear-gradient(bottom, rgb(224,224,224) 0%, rgb(239,239,239) 95%);
	background-image: -moz-linear-gradient(bottom, rgb(224,224,224) 0%, rgb(239,239,239) 95%);
	background-image: -webkit-linear-gradient(bottom, rgb(224,224,224) 0%, rgb(239,239,239) 95%);
	background-image: -ms-linear-gradient(bottom, rgb(224,224,224) 0%, rgb(239,239,239) 95%);
	background-image: -webkit-gradient(linear, left bottom,	left top, color-stop(0.00, rgb(224,224,224)), color-stop(0.95, rgb(239,239,239)));
	border-bottom:solid 1px #cecece;
	border-top:solid 1px #fafafa;
}
#ccm-modal .ccm-modal-status {background:#f5f5f5; border-color:#bbb; border-style:solid; border-width:0 1px 1px 1px; box-shadow:0 4px 4px rgba(0, 0, 0, 0.08);}

#ccm-modal button.ccm-btn-modal-close {
	background:#e4e4e4;
	background-image: linear-gradient(bottom, #dbdbdb 0%, #ebebeb 95%);
	background-image: -o-linear-gradient(bottom, #dbdbdb 0%, #ebebeb 95%);
	background-image: -moz-linear-gradient(bottom, #dbdbdb 0%, #ebebeb 95%);
	background-image: -webkit-linear-gradient(bottom, #dbdbdb 0%, #ebebeb 95%);
	background-image: -ms-linear-gradient(bottom, #dbdbdb 0%, #ebebeb 95%);
	background-image: -webkit-gradient(linear, left bottom,	left top, color-stop(0.00, #dbdbdb), color-stop(0.95, #ebebeb));
	border-left: solid 1px rgba(100,100,100,0.15);
	border-right:solid 1px #bbb;
	border-top:solid 1px #fafafa;
	box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.4), 1px 0 0 rgba(255, 255, 255, 0.5) inset;
}
#ccm-modal button.ccm-btn-modal-close:hover {
	background:#d6d6d6;
	background-image: linear-gradient(bottom, #d6d6d6 0%, #e5e5e5 95%);
	background-image: -o-linear-gradient(bottom, #d6d6d6 0%, #e5e5e5 95%);
	background-image: -moz-linear-gradient(bottom, #d6d6d6 0%, #e5e5e5 95%);
	background-image: -webkit-linear-gradient(bottom, #d6d6d6 0%, #e5e5e5 95%);
	background-image: -ms-linear-gradient(bottom, #d6d6d6 0%, #e5e5e5 95%);
	background-image: -webkit-gradient(linear, left bottom,	left top, color-stop(0.00, #d6d6d6), color-stop(0.95, #e5e5e5));
}
#ccm-modal .ccm-modal-close-bg {background-image: url(../images/light/modal_close.png);}

#ccm-modal .ccm-modal-credits a {color:#777;}
#ccm-modal .ccm-modal-credits a:hover {text-decoration:underline;}