/* Default styling for jQuery vae_ver_xx and index_Vxx */



#bigDiv {
	border:1px solid #c4c4c4;
	background:#DEEEE9;
	padding:20px;
	/*width:800px;*/
	display: inline-block;
	text-align: center;
	margin:20px 0;
	display: table;
 
}

 
#titleDiv {
	width:500px
}

.defaultRowClass {
	background-color: white;
	border-style:none;
}
.shadeRow {
	background-color: bisque;
	border-style:none;
}

#admitDateID, #firstPosDateID {
	/*display: none;*/
	margin-right: 10px;
	cursor: pointer;
}

#plus {
    text-align: right;
} 


	
	
.defaultCellClass, .hospDayClass, .firstSignClass, .iwpClass, .doeClass, .ritClass, .secBSIClass, .poaClass  {
	border: 1px solid black;
	/*font-family:Verdana, Geneva, sans-serif; */
	font-size:12px;
	height: 20px;
	background-color: white;
}
.hospDayClass {
	background-color: LightSeaGreen;
}

.firstSignClass {
	background-color: LightGray;
}
.iwpClass {
	background-color: LightGreen;
}
.doeClass {
	background-color: LightSalmon;
}
.ritClass {
	background-color: LightSkyBlue;

}
.secBSIClass {
	background-color: LightBlue;
}
.poaClass {
	background-color: Yellow;
}



.headerLabel {
	border-style:none;
}
 th {
	text-align: center;
}
	
 
.headerBlank{
	border-style:none none double none;
}
#headerTable {
	text-align: center;
	display: none;	
}





#infoToPrint, #tableContainer, #printButtons {
	display: none;	
}

#infoToPrint {
	text-align: left;
}

#ieWarningID {
	text-align: left;
	/*color: red;*/
	font-size:18px;
}




#msgid , #rpOut{
	/*width:500px; */
	overflow: auto;
	text-align: left; 
	/*font-family:Verdana, Geneva, sans-serif; 
	font-size:12px;*/
	background-color: #fff;
	padding: 30px;
	/*color: DarkSlateGray;*/
	border: 1px solid #c4c4c4;
}




.infTable {
	border: 1px solid Black;
	border-collapse: collapse;
	display: none;
	text-align: left; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:12px;
	width:1100px;
	background-color: lightseagreen;
	margin-left:auto; 
    margin-right:auto;
	display: none;

}


 
 #nextPageID, #backPageID, #openPrintWindow, #startOver, #calculateID, #printIt, #closePrintWindow {
 /*background:grey; 
 border:1px solid;
 border-color:black; 
 padding:5px;
 margin-top:5px;
 margin-bottom: 5px;
 margin-right: 10px;
 margin-left: 10px;
 border-radius: 10px;
 box-shadow: 4px 4px 2px #888888;*/
 padding: 5px 10px;
 margin: 10px;
 border: 1px solid #c4c4c4;
 background: #084239;
 color: #fff;
 border-radius: 3px;
 }
 
 #calculateID {
	background:#084239;
	color: #fff;
	display:none;
 }
 
 #backPageID, #openPrintWindow {
	display:none;
 }
 
 

label {
	 display:inline-block;
 }
 
legend {
    padding: 0px;
    border-style: none none solid;
    border-width: 0px;
    display: none;
    font-size: 14px;
	margin-bottom: 0px;
	line-height: 25px;
	width: auto;
}

input[type="radio"] {
	margin:0px;
}

img.ui-datepicker-trigger {
    vertical-align: baseline;
}

small {
    font-size: 85%;
    line-height: 20px;
}

/* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        #footer.cdcSlimFooter .cdcContact .container ul .contact {
    position: relative !important;
	text-align: left !important;
  
}
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
		#footer.cdcSlimFooter .cdcContact .container ul .contact {
    position: relative !important;
	text-align: left !important;
  
}
    }

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
	#footer.cdcSlimFooter .cdcContact .container ul .contact {
    position: relative !important;
	text-align: left !important;
  
}
    }
