/* Default styling for jQuery vae_ver_xx and index_Vxx */

body {
	background:white;
}


#bigDiv {
	border:1px;
	background:white;
	/*padding:20px;*/
	display: inline-block;
	text-align: left;
	margin:0px auto 20px;
	display: table;
 
}

 
#titleDiv {
	width:500px
}

.defaultRowClass {
	background-color: white;
	border-style:none;
}
.shadeRow {
	background-color: lightgray;
	border-style:none;
}

#admitDateID, #firstPosDateID {
	display: none;
}

#plus {
    text-align: right;
} 


	
	
.defaultCellClass, .hospDayClass, .firstSignClass, .iwpClass, .doeClass, .ritClass, .secBSIClass, .poaClass  {
	border: 1px solid gray;
	font-family:Verdana, Geneva, sans-serif; 
	font-size:10px;
	height: 20px;
	background-color: white;
}
.hospDayClass, .firstSignClass, .iwpClass, .doeClass, .ritClass, .secBSIClass, .poaClass {
	border: 2px solid black;
	
}




.headerLabel {
	border-style:none;
}
 th {
	text-align: center;
}
	
 
.headerBlank{
	border-style:none none double none;
}
#headerTable {
	text-align: center;
	display: none;	
}


.forms, #printDiv {
	text-align: left;
	
}

#infoToPrint {
	text-align: left;
	margin: 25px;
	
}

#moreIEText {
	display: none;
}
	

#msgid , #rpOut{
	width:500px; 
	overflow: auto;
	text-align: left; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:10px;
	background-color: white;
	padding: 30px;
	color: DarkSlateGray;
	border: 1px solid Black;
}

#ieWarningID {
	text-align: left;
	/*color: red;*/
	display: none;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif; 
	margin: 25px;
}


.infTable {
	border: 1px solid Black;
	border-collapse: collapse;
	display: none;
	text-align: left; 
	font-family:Verdana, Geneva, sans-serif; 
	font-size:10px;
	margin: 25px;
	background-color: white;
	display: none;

}


 
 #nextPageID, #backPageID, #openPrintWindow, #startOver, #calculateID, #printIt, #closePrintWindow {
/* background:gray; 
 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:lightgray;
	display:none;
 }
 
 #backPageID, #openPrintWindow {
	display:none;
 }
 
 

.titlebar {
    display: none;
}

body #wrapper .container #content #body {
    width: auto !important;
    margin: auto !important;
    padding: auto !important;
}




 
 
