.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-image:url(../images/INFN_logo.png);*/
	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{
	/*top:40%;
	left:40%;
	float:left;*/
	margin:auto;
	width:400px;
	border:medium solid;
}

