/* Sliding doors technique */ /**
*Widget Container
*/
.widget {
	background-color: #FFF;
	/*border: 1px solid #0092B6;*/
	margin-bottom: 20px;
}

/**
*Widget Header Container
*/
.widget_nw {
	background-color: #0092B6;
	height: 30px;
	width: 100%;
}

/**
*Widget Content Container
*/
.widget_w {
	
}

/**
*Widget Bottom
*/
.widget_sw {
	
}

/**
*Widget Header
*/
.widget_title {
	font-size: 12px;
	font-weight: bold;
	float: left;
	color: #FFFFFF;
	padding: 7px 0 0 10px;
	width: 70%;
}

/**
*Widget Content
*/
.widget_content {
	padding: 7px;
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-size: 12px;
	text-align: left;
	color: #000;
}

/**
*Widget Status Bar -> Above Widget Bottom
*/
.widget_statusbar {
	
}

/**
*Widget Draggable -> Widget Header ->  
*    defined -> <div class="widget_title widget_draggable"></div>
*/
.widget_draggable {
	cursor: move;
}

/* Ghost */ /**
*Widget Move // Widget Suruklenince Uzerine Geldiginde Zone'nun Nasil gorunecek
*/
.widget_ghost {
	background: #FFF;
	opacity: 0.5;
	filter: alpha(opacity =                         50);
	position: relative;
	border: 1px dashed #003366;
	margin-bottom: 20px;
	padding: 0;
}