@charset "utf-8";


/* Message
-------------------------------------------------------*/
div.ctComponent-message {
	position: relative;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
	border-width: 1px;
	border-style: solid;
}
div.ctComponent-message a.controls-delete {float: none !important;}
div.ctComponent-message-wrapper {padding: 10px 26px 10px 10px;}
div.ctComponent-message p {margin: 0;}
div.ctComponent-message p.message {color: #0aa3f2;}
div.ctComponent-message p.warning {color: green;}
div.ctComponent-message p.error {color: #fe7200;}

div.ctComponent-message-message {border-color: #0aa3f2;}
div.ctComponent-message-warning {border-color: green;}
div.ctComponent-message-error {border-color: #fe7200;}







/* Error
-------------------------------------------------------*/
div.ctComponent-error {
	position: absolute;
	top: 10%;
	bottom: 10%;
	left: 20%;
	right: 20%;
	z-index: 5000;

	overflow: auto;

	padding: 20px;

	color: #000;
	text-align: left;

	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #666;
}
div.ctComponent-error h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}
div.ctComponent-error h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
}
div.ctComponent-error-wrapper p {
	font-size: 12px;
	font-weight: normal;
}







/* Context menu
-------------------------------------------------------*/
div.ctComponent-contextMenu {
	border: 1px solid #666;
	background-color: #fff;
}







/* Alert
-------------------------------------------------------*/







/* Page Locker
-------------------------------------------------------*/
div.ctComponent-pageLocker {
	z-index: 500;
	background-color: #fff;
}
.ctComponent-locker-descendant-hidden {
	visibility: hidden;
}

/* Form Locker
-------------------------------------------------------*/
div.ctComponent-formLocker {
	top: 0;
	left: 0;
/*	right: 0;
	bottom: 0;
*/

	background-color: #fff;
	background-image: url('./img/bg-blocker.gif');
	background-repeat: no-repeat;
	background-position: center center;
}


/* Block Locker
-------------------------------------------------------*/
div.ctComponent-blockLocker {
	top: 0;
	left: 0;

	background-color: #fff;
	background-image: url('./img/bg-blocker.gif');
	background-repeat: no-repeat;
	background-position: center center;
}



/* Confirm
-------------------------------------------------------*/
div.ctComponent-confirmBox {
	_position: absolute !important;
	_width: 300px;

	padding: 3px;
	border: 1px solid #666;
	background-color: #fff;
	color: #000;
	z-index: 700;
	text-align: center;
}
b.ctComponent-confirmBox-question {display: block; padding-bottom: 5px; margin-bottom: 5px; border-bottom: 1px solid #666; height: auto !important;}
hr.ctComponent-confirmBox-hr {}
a.ctComponent-confirmBox-yes {}
a.ctComponent-confirmBox-no {}



/* ModalBox
-------------------------------------------------------*/
div.ctComponent-modalBox {
	top: 3%;
	bottom: 3%;
	left: 3%;
	right: 3%;
	_right: auto;
	_width: 1000px;
   	z-index: 1000;

	padding: 20px;

	text-align: center;

	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #666;

}

div.ctComponent-modalBox-PayPal {
	/*top: 15%;*/
	bottom: auto;
	text-align: left;
	left: 15%;
	right: 15%;
	/*bottom: 15%;*/

	_right: auto;
	_width: 1000px;

   	z-index: 1000;
	height: 520px;
	margin-top: -290px;
	top: 50%;


	/*background-color: #fff;*/
	/*border-width: 1px;*/
	/*border-style: solid;*/
	/*border-color: #666;*/
}


/* Popup
-------------------------------------------------------*/
div.ctComponent-popup {
	top: 10%;
	left: 10%;

	padding: 5px;
	min-width: 300px;
	min-height: 200px;
	_height: 200px;


	color: #000;
	text-align: left;

	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;

	border-width: 1px;
	border-style: solid;
	border-color: #666;
}
div.ctComponent-popup-title {
	overflow: hidden;
	height: 18px;
	line-height: 18px;
	padding-right: 20px;
	white-space: nowrap;

	cursor: move;
}
div.ctComponent-popup-loader {
	background-image: url('./img/loader.gif');
}