html,body
{
	font-family: Arial;
	font-size: 1.00em;	
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;
}

.titleText
{
	font-size: 1.6em;
	color: #006699;
	border-top: 1px solid #006699;
	font-weight: bold;
	padding-bottom: 25px;
}

.main 
{
	height: 100%;
}

.body_contents 
{
	width: 100%;
}

.main_header 
{
	width: 100%;
	height: 80px;
	border-bottom: 10px solid silver;
	background-color: Gray;
}

.title 
{
	background-color: white;
	padding: 10px;
	border-right: 10px solid silver;
}

.menu_item
{
	padding-left: 20px;
	padding-right: 20px;
	color: White;
	font-weight: bolder;
	font-size: 1.5em;	 
}

.menu_div:hover
{
	text-decoration: underline;	
	cursor: pointer;
}

.main_body
{
	height: 99%;
	vertical-align: top;
	padding-top: 15px;
	padding-left: 10px;
}

.main_footer 
{
	height: 50px;
	border-top: 10px solid silver;
	background-color: Gray;	
}

#divPictureTaker
{
	display: none;
}

#captureBtn 
{
	display: none;
	width: 150px;
}

#undoNewPicBtn
{
	display: none;
	width: 150px;
}

#hideNewPicBtn 
{
	display: none;
	width: 150px;
}

.CardHistoryLabel 
{
	display: none;
	position: absolute;
	border: 1px solid black;
	background-color: White;
	width: 400px;
	height: 400px;
	overflow: auto;
}

.sectionHead 
{
	width: 100%;
	font-weight: bold;
	border-bottom: 2px solid black;
}