#divAvailability {
	font-size: .95em;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

div.grigliaslots{
	width: 470px;
}
@media only screen and (max-width: 600px) and (min-width:400px) {
	div.grigliaslots{
		width: 333px;
	}
}
@media only screen and (max-width: 400px) and (min-width:350px) {
		div.grigliaslots{
		width: 270px;
	}
}
@media only screen and (max-width: 350px) {
		div.grigliaslots{
		width: 204px;
	}
}
	

.icePnlGrp_1 {
	background-color: green;
}

.icePnlGrp_2 {
	background-color: yellow;
}

.icePnlGrp_3 {
	background-color: red;
}

.icePnlGrp_0 {
	background-color: gray;
}

.icePnlGrdCol1 {
	padding: 1px;
}

.icePnlGrdCol2 {
	font-size: 1em;
	padding: 4px;
	vertical-align: middle;
}

.iceCmdLnk,.iceOutLnk {
	color: #333333;
	font-weight: normal;
	text-decoration: underline;
}

.icePnlCnfBtns input {
	height: 25px;
	background-color: #EAEAEA;
	border-color: #EAEAEA;
	border-width: 1px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.iceCmdBtn {
	height: 25px;
	background-color: #EEEEEE;
	border-color: #EEEEEE;
	border-width: 1px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.iceCmdBtn-dis {
	height: 25px;
	background-color: #DDDDDD;
	border-color: #DDDDDD;
	border-width: 1px;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.myIceSelInpuDateInput {
	width: 70px;
}

.myIceSelInpuDatePopup {
	width: 110px;
	min-width: 110px;
}

.myIceSelInpuDateInput-dis {
	width: 70px;
}

.myIceSelInpuDatePopup-dis {
	width: 110px;
	min-width: 110px;
}

.myIceSelInpuDateTimeInput {
	width: 110px;
	display: none;
}

.myIceSelInpuDateTimePopup {
	width: 145px;
	min-width: 145px;
}

.myIceSelInpuDateTimeInput-dis {
	width: 110px;
}

.myIceSelInpuDateTimePopup-dis {
	width: 145px;
	min-width: 145px;
}

.iceSelInpTxtTxt {
	margin: 2px 0 0 2px;
	padding: 2px;
}

.iceSelInpTxtTxt-dis {
	margin: 2px 0 0 2px;
	padding: 2px;
}

/*
body {
	background-position:left top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	color:#333333;
	font-family:"Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
	font-size:80%;
	margin:0;
}


.header_title {
    color: #B0B0B0;
    font-family: verdana;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.header_subtitle {
    color: #B0B0B0;
    font-family: verdana;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    font-style: italic;
}

.status_PENDING {
	color: #FF8000;
	font-weight: bolder;
}

.status_ACCEPTED {
	color: #00C000;
	font-weight: bolder;
}

.status_REJECTED {
	color: #E00000;
	font-weight: bolder;
}

.status_NEGOTIATING {
	background-color: #FFFF00;
	color: #FF8000;
	font-weight: bolder;
}

.status_CANCELLED {
	color: #B0B0B0;
	font-weight: bolder;
}

.status_-TODO-  {
	font-weight: bolder;
}

.status_-ALL- {
	font-weight: bolder;
}


.infnmsgsHdr{
	width: 400px;
}

.infnmsgs{
	margin:auto;
	width:400px;
	border:medium solid;
}
*/