/** 
 * section specific layout CSS to be included in every section's view
 *   NOTE: please leave any advanced markup such as colors / background images / logos to be determined by the system's current theme
 */
 	
	#previewCard {
		position:absolute;
		border:4px solid #000;
		background:#FFF;
		padding:5px;
		display:none;
		color:#000;
		top: 50%;
		left: 40%;
		height:475px;
		width:312px;
		text-align: right;
		cursor: pointer;
	    -moz-border-radius: 6px;
	    border-radius: 6px;
	    -webkit-border-radius: 6px;
	}

	#previewCardHoverModal {
		position:absolute;
		border:4px solid #000;
		background:#FFF;
		padding:5px;
		display:none;
		color:#000;
		top: 50%;
		left: 40%;
		height:430px;
		width:300px;
		text-align: right;
		cursor: pointer;
	    -moz-border-radius: 6px;
	    border-radius: 6px;
	    -webkit-border-radius: 6px;
	    z-index: 10;
	}
	
	.waitingPanel {
		border: solid 1px #000;
		padding: 15px;
		margin-bottom: 5px;
		background-image:url(../../../layout/themes/gaucho/img/Paper.png);
 		-moz-border-radius: 6px;
 		border-radius: 6px;
		-webkit-border-radius: 6px;
	}