/* used for Printing of the Tabbed pages, this does a show-all when printing */
@media print {
.ui-tabs-nav { display: none; }
.ui-tabs .ui-tabs-hide { display: block !important; }
.ui-tabs .ui-tabs-panel { display: block !important }
}    

body {
	overflow: scroll;
	background: #FFF8DC;
	margin:0;
	padding:0;
}



submitlink {
    background:none!important;
     border:none; 
     padding:0!important;
    
    /*optional*/
    font-family:arial,sans-serif; /*input has OS specific font-family*/
     color:#069;
     text-decoration:underline;
     cursor:pointer;
}

/*
    body {
      font: normal normal large Calibri, sans-serif;
      width: 600px;
      margin: auto;
    }
*/

.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #acbad4;
 }
/* hover #a9b7d1 #abb9d3 */
.table-striped>tbody>tr:nth-child(even)>td,
.table-striped>tbody>tr:nth-child(even)>th {
   background-color: #ffffff;
 }



#header {
	border-style: solid;
	border-width: 10px;
	border-color: black;
	border-radius: 30px;
	overflow: hidden;
	width: auto;
	min-width: 800;
	margin: 15px;
}


/*
h1 {font-size:400%; }
h2 {font-size:200%;}
p {font-size:100%;}
*/

#leftheader { 
	width: 20%; 
	height: 150px; 
	float: left;
	margin-left: 10px;
}

#middleheader { 
	width: 60%; 
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20%;
	margin-right: 20%;
}
	
#rightheader { 
	width: 20%; 
	height: 150px; 
	float: right;
}


#content {
	clear:both;
	margin-left: 20px;
}

#content2margin {
	clear:both;
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
}

#DisplayCemeteryLeft { 
	width: 50%; 
/*	height: 150px; */
	float: left;
	margin-left: 5%;
}

#	
#DisplayCemeteryRight { 
	width: 50%; 
/*	height: 150px; */
	float: right;
	margin-right: 5%;
}

#map-canvas {
	width: 500px;
	height: 300px;
	float: right;
}

#CemeteryPatList {
	clear:both;
}

#gmap {
	float: right;
	margin-right: 5%;
	width: 40%;
	height: 350px;
}

#gmap-full {
	margin-left: 5%;
	margin-right: 5%;
	width: 90%;
	height: 700px;
}

#EditCemeteryContainer {
	width: auto;
	margin: 15px;
	
}
#EditCemeteryLeft { 
	width: 50%; 
/*	height: 150px; */
	float: left;
	margin-left: 10px;
}


#EditCemeteryRight { 
/*	width: 45%; */
/*	height: 150px; */
	float: right;
	margin-right: 10px;
}

#EditCemeteryPatriotMove {
	clear:both;
	width: 95%;
	margin-left: 20px;
	margin-right: 10px;
}

#DisplayPatriotLeft { 
	width: 40%; 
/*	height: 150px; */
	float: left;
	margin-left: 5%;
	border-style: solid;
	border-width: 1px;
	border-color: #bbbaba;
}


#DisplayPatriotRight { 
	width: 40%; 
/*	width: 300px;*/
	float: right;
	margin-right: 5%;
}

#DisplayHeadstonePhoto {
	border-style: solid;
	border-width: 1px;
/*	border-color: black; */
	border-color: #bbbaba;
	text-align: center;

}

#DisplayFAGHeadstonePhoto {
	border-style: solid;
	border-width: 1px;
/*	border-color: black; */
	border-color: #bbbaba;

}

#EditCemeteryAddLocation {
	clear:both;
	width: 95%;
	margin-left: 20px;
	margin-right: 10px;
}

#EditCemeteryAddCemetery {
	clear:both;
	width: 95%;
	margin-left: 20px;
	margin-right: 10px;
}

.doubleUnderline {
    text-decoration:underline;
    border-bottom: 1px solid #000;
}

