.div_table {
	position: relative;
	width: 100%;
	height: 100%;
	float: left;
	padding: 0px 0px 10px 0px;
	border: solid black 1px;
	overflow: hidden;
	margin: 10px 0px 0 0px;
	border-radius: 5px;
}

.div_column {
	float:left;
	position:relative;
	width:24%;
	text-align:left;
	padding:5px 0px 10px 0px;
	overflow:hidden;
	color:#000;
	font-size:12px;	
}
.div_column .noborder {
	border:none;
	background:none;
}
.div_column p {
	float:left;
	position:relative;
	margin:5px 5px 10px 5px;
}

.div_column .colheader {
	background:url(../management/images/bg_sprites.png) 0 -1040px repeat-x;	
	height:16px;
	color:black;
	font-weight:bold;
	font-size:12px;
	padding: 6px 10px 5px 10px;
	margin: 0px 3px 0px 3px;
	border-radius:8px;
	box-shadow:3px 3px 6px #000;
	text-align:center;
}
.div_column.button, .div_column.ebutton {
	border-radius:8px;
	border-color:transparent;
}
.ebutton {
	width:75px;
	padding-left:5px;
}
.div_column.button:hover, .div_column.ebutton:hover, #site_dailynotes_items .div_table .div_column:hover {
	background:url(../management/images/images_sprites.png) 0 -388px repeat-x;
	/*cursor:pointer;*/
}

.div_row {
	float:none;
	width:743px;
	margin:0 auto 0 auto;
	padding-right:7px;
}
.data_row {
	margin-top:1px; 
	padding:1px 0 1px 0; 
	width:100%; 
	font-size:12px;
	font-family:Tahoma, Geneva, sans-serif;
}
.data_row .memo, .div_column.memo, .memo {
	text-align:left;
	padding-left:15px;
	padding:5px;
	height:auto;
}
#memo_text {font-size:16px;}
.details { 
	float:left;
	display:none;
	border:none;
	padding-bottom:0;
	margin-top:5px;
}
.email {
	float:right;
	width:300px;
	padding:5px;
	border-radius:8px;
	border:1px solid black;
	margin-right:3px;
}
.org {
	float:left;
	height:auto;
	min-height:30px;
	clear:none;
	padding:5px;
	width:250px;
	border-radius:8px;
	border:1px solid black;	
}
.party {
	float:left;
	clear:none;
	height:auto;
	min-height:30px;
	padding:5px;
	width:300px;
	border-radius:8px;
	border:1px solid black;	
}
.rowbg_even {
	background-color:#F5EBDC;
}
.rowbg_odd {
	background-color:#FFFFFF;
}
.but_window_close {
	height:25px;
	width:25px;
	background:url(../management/images/icons_sprites.png) 0 -1075px no-repeat;
	top:5px;
	right:5px;
	position:absolute;
	z-index:100000;
}
.but_window_close:hover {
	cursor:pointer;
}
.information {
	background:url(../management/images/bg_sprites.png) 0 -2426px repeat-x;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	padding:10px;
	font-weight:bold;
	border-radius:8px;
	border:1px solid #333;
	min-width:595px;
	width:45%;
}
.inputerror { background-color:#F60; color:#FFF;}