
/* The following represent the search container, box and button */
#searchContainer {
	display: none;
}

/* This div represents the entire page */
#outer {
	background-color: #fff;
	width: 789px;
	/*border: 1px solid purple;*/
	margin: auto auto;
	text-align: center;
	position: relative;
	font-family: Arial, Verdana, Sans-Serif;
	padding: 0px;
}


#vertNav {
	display: none;
}


/*this section for a OneCellRow containing only one cell each column*/

.oneCellRow150 {
	height: 30px;
	width: 150px;
	padding: 5px;
	font-size: .75em;
	border: 1px solid #003366;
	/*border: 1px dashed green;*/
}
	
.oneCellRow350 {
	height: 30px;
	width: 350px;
	padding: 5px;
	font-size: .75em;
	border: 1px solid #003366;
	/*border: 1px dashed orange;*/
}

.oneCellRow250 {
	height: 10px;
	width: 250px;
	padding: 5px;
	font-size: .75em;
	/*border: 1px dashed orange;*/
}

.oneCellRow300 {
	height: 30px;
	width: 300px;
	padding: 5px;
	font-size: .75em;
	border: 1px solid #003366;
	/*border: 1px dashed orange;*/
}



/*reusable class for 3 column table with medium, large, and small columns
These classes are more cells than cols.  Each float left against the previous
and are contained within the outer static div*/


.cell50 {
	height: 50px;
	width: 50px;
	font-size: 10px;
	border: 1px solid #003366;
	float: left;
	padding-left: 5px;
}

.cell75 {
	height: 50px;
	width: 75px;
	font-size: 10px;
	border: 1px solid #003366;
	float: left;
	padding-left: 5px;
}

.cell150 {
	height: 50px;
	width: 150px;
	font-size: 10px;
	border: 1px solid #003366;
	float: left;
	padding-left: 5px;
}

.cell200 {
	height: 50px;
	width: 200px;
	font-size: 10px;
	border: 1px solid #003366;
	float: left;
	padding-left: 5px;
}

.cell250 {
	height: 50px;
	width: 250px;
	font-size: 10px;
	border: 1px solid #003366;
	float: left;
	padding-left: 5px;
}

.cell300 {
	height: 50px;
	width: 300px;
	font-size: 10px;
	border: 1px solid #003366;
	float: left;
	padding-left: 5px;
}
.cell350 {
	height: 50px;
	width: 350px;
	font-size: 10px;
	border: 1px solid #003366;
	float: left;
	padding-left: 5px;
}



.textSize1{
	font-size: 1.2em;
}

.textSize2{
	font-size: 1em;
}

.textSize3{
	font-size: .9em;
}

.pagebreakhere{
	page-break-before: always;
}

.imageButtons {
	display: none;
}

.noPrintDisplay {
	display: none;
}

.btt {
	display: none;
}

.innerContentDiv{
	width: 600px;
	text-align: left;
	font-size: 12pt;
	/*height: 475px;*/
	float: left;
}

/*The following describe an internal page table used for displaying positions data*/

.tblEmpPos{
	margin-bottom: 20px;
	margin-top: 20px;
}

.rowEmpPos{
	height: 29px;
	/*width: 500px;*/
	width: 550px;
	font-size: 10px;
	border: 1px solid #003366;
}


.cellEmpPosLeft {
	width: 300px;
	height: 25px;
	float: left;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	border-right: 1px solid #003366;
}

.cellEmpPosRight {
	width: 191px;
	height: 25px;
	float: left;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
}

.cellEmpPosBig {
	width: 473px;
	height: 25px;
	float: left;
	text-align: left;
	padding: 6px;
	margin-left: 15px;
}

#boxBut {
	display: none;
}

