@media screen, print{
	.widget-box {
		background: none repeat scroll 0 0 #F9F9F9;
		border-top: 1px solid #CDCDCD;
		border-left: 1px solid #CDCDCD;
		border-right: 1px solid #CDCDCD;
		clear: both;
		margin-top: 5px;
		margin-bottom: 16px;
		position: relative;
	}
	
	.widget-box .widget-title {
		background-color: #EFEFEF;
		background-image: -webkit-gradient(linear, 0 0%, 0 100%, from(#FDFDFD), to(#EAEAEA));
		background-image: -webkit-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
		background-image: -moz-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
		background-image: -ms-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
		background-image: -o-linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
		background-image: -linear-gradient(top, #FDFDFD 0%, #EAEAEA 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#eaeaea',GradientType=0 );
		border-bottom: 1px solid #CDCDCD;
		height: 36px;
	}
	
	.widget-box .widget-title span.icon {
		border-right: 1px solid #CDCDCD;
		padding: 9px 10px 7px 11px;
		float: left;
		opacity: .7;
	}
	
	.widget-box .widget-title h5 {
		color: #666;
		text-shadow: 0 1px 0 white;
		float: left;
		font-size: 9.5pt;
		font-weight: bold;
		padding: 12px;
		line-height: 12px;
		margin: 0;
	}
	
	.widget-box .widget-content {
		padding: 0 !important;
		border-bottom: 1px solid #CDCDCD;
	}
	
	.widget-box .widget-content .IndexUnit{}
	
	.widget-box .widget-content .DataUnit table{
		width: 100%;
	}
	
	.widget-box .widget-content .ajaxDiv:last-child .btn,
	.widget-box .widget-content .MultiEntryUnit > .links .btn{
		margin: 5px;
	}
	
	/* Yes/No questions blocks
	-----------------------------------------------------------------------------*/
	
	.widget-box .widget-content .EntryUnit .control-group.yn-qn .control-label{
		float: none;
		width: auto;
		text-align: center;
		margin-left: 10px;
	}
	
	.widget-box .widget-content .EntryUnit .control-group.yn-qn .controls{
		text-align: center;
		margin-left: 0px;
	}
}

/****************************************************************/
/*               MEDIA SCREEN [min-width: 1200px]               */
/****************************************************************/
@media only screen and (min-width: 1200px) {
}

/****************************************************************/
/*               MEDIA SCREEN [max-width: 980px]                */
/****************************************************************/
@media only screen and (min-width: 980px) {
}

/****************************************************************/
/*               MEDIA SCREEN [max-width: 979px]                */
/****************************************************************/
@media only screen and (max-width: 979px) {
}

/****************************************************************/
/*      MEDIA SCREEN [min-width: 768px] [max-width: 979px]      */
/****************************************************************/
@media only screen and (min-width: 768px) and (max-width: 979px) {
}

/****************************************************************/
/*               MEDIA SCREEN [max-width: 767px]                */
/****************************************************************/
@media only screen and (max-width: 767px) {
}

/****************************************************************/
/*               MEDIA SCREEN [max-width: 480px]                */
/****************************************************************/
@media only screen and (max-width: 480px) {
}

/****************************************************************/
/*                         MEDIA PRINT                          */
/****************************************************************/
@media print{
}