.tablestyle1{
	border-top: 2px solid black;
	border-bottom: 2px solid black;
}

.tablestyle1 td{
	padding: 5px 10px 5px 10px;
	border-bottom: 1px solid #cccccc;
}

font{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

hr{
	height:1px;
	width:100%;
}

a{
	text-decoration: none;
	color: #3B5459;
}

a:hover{
	text-decoration: underline;
	color: #3B5459;
}

.form{
	padding: 5px 5px 5px 5px;
}

.form .label{
	background-color: #C6BEB3;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	font-weight: bold;
}

.form .field{
	
}

.tableOccasion{
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
	width: 500px;
}

.tableMenu{
	background-color: #91A4AB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.contentPane{
	padding: 10px 10px 10px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.tableMenu .rowStart{
	height:0px;
}

.cellPhoto{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: center;
	width:80px;
	height:80px;
	border:1px solid #3B5459;
}

.cellDetails{
	padding: 10px 10px 10px 10px;
	background-color: #C6BEB3;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.cellDetails .title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.pagetitle{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	color: #cc0000;
	padding-bottom: 10px;
}

.subtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #cc0000;
	padding-bottom: 10px;
}

.tableMenu .rowMenu{
	font-weight: bold;
	padding-left: 20px;
	height:30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3B5459;
}

.tableMenu .rowPage{
	padding-left: 30px;
	height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}



.tableMenu .rowPage a{
	text-decoration: none;
	color: #FFFFFF;
}

.tableMenu .rowPage a:hover{
	text-decoration: underline;
	color: #B4C1C7;
}

.tableEdit{
	font-size: 12px;

	padding: 0px;
	margin: 0px;
	width: 500px;
}

.tablePages{
	border: 1px solid black;
	padding: 0px;
	margin: 0px;
	width: 500px;
}

.rowOccasionEven{
	background-color: #ccccff;
	height: 100px;
	width: 100%;
}

.rowOccasionOdd{
	background-color: #eeeeff;
	height: 100px;
	width: 100%;
}

.rowEven{
	background-color: #ccccff;
}

.rowOdd{
	background-color: #eeeeff;
}

.rowOdd td, .rowEven td{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}

.rowOdd .label, .rowEven .label{
	width: 120px;
	font-weight: bold;
}

.tableContent{
	width:100%;
	height:100%;
}

.photoDiv{
	border: 1px solid #666699;
	height: 100%;
	width: 100px;
}

.detailDiv{
	border: 1px solid #666699;
	height: 100%;
}

.columnLeft{
	background-color: #555555;
	border-right: 1px solid black;
}

.columnMain{
	
}

.buttonBar{
	background-image: url(images/butbg.jpg);
	background-repeat: repeat-x;
}

.redBar{
	background-image: url(images/havelredbar.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
}

.buttonBarText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}

.columnRight{
	background-color: #555555;
	border-left: 1px solid black;
}