.datagrid {
	margin: 0;
	padding: 0;
	border-spacing: 0;
	width: 100%;
}
.datagrid table {
	border-spacing: 0;
	border: 0;
	padding: 0;
	border-collapse: collapse;
}
.datagrid th {
	/*background: #FFFFFF;*/
	color: #454C4F;
	padding: 2px 4px;
	text-align: left;
}
.datagrid td {
	padding: 2px 0 0 5px;
	color: #454C4F;
	line-height: 20px;
	vertical-align: top;
}
.datagrid col.title {
	width: 250px;
	/*background: #E3E7EB;*/
}
.datagrid col.content, .datagrid col.checkbox {
	/*background: #E3E7EB;*/
}
.datagrid col.checkbox {
	width: 25px;
	padding-top: 2px;
}

.datagrid tr td input[type="text"], .datagrid tr td select {
	font-family: Verdana, Arial;
	font-size: 11px;
	/* width: 85%; */
	color: #454C4F;
}

.datagrid tr td input[type=checkbox], input.checkbox {
	padding: 0;
	border: 0;
	margin: 0;
	position: relative;
	top: 2px;
}

.datagrid .tableheader {
	background: none;
}
.datagrid tr {
	background: none;
}
.datagrid tr.even, .datagrid tr.even td {
	background: #e3e6eb;
}
.datagrid tr.even.navigation, .datagrid tr.even.navigation td {
	background: none;
}
.datagrid tr.error {
	color: #D1604F;
}
.datagrid tr td.error {
	background-image: url(../images/icons/exclamation.png);
        background-position: right;
        background-repeat: no-repeat;
}

.datagrid .infowrapper {
	position: relative;
	float: right;
	top: -1px;
	height: 11px;
}

.datagrid label.error {
	background: url(/leden/images/icons/exclamation.png) no-repeat;
	height: 16px;
	width: 16px;
	display: block;
	text-indent:-9000px;
}


.inputinfo {
	float: right;
}
div.datagrid-norecords {
	padding: 5px;
}
.datagrid tr td.move {
	cursor:move;
	background-image: url('/leden/images/layout/move_row.png');
	background-repeat: no-repeat;
	background-position: center center;
}




/* Oude css */
div.searchinput {
	display: block;
	padding-right: 3px;
}

select.searchinput {
	line-height: 20px;
	height: 20px;
	float: left;
	margin-top: 15px;
}
input.searchinput {
	display: block;
	clear: both;
	width: 100%;
	padding: 2px;
	height: 14px;
	font-size: 11px;
}
.navigation {
	clear: both;
}
.navigation a {
	cursor: pointer;
}

#editCell {
	width: 80%;
}

.dgstyle {
	width: 100%;
}

.divcolumn {
	text-align: left;
	padding-left: 2px;
}
.divcolumn a {
	text-decoration: none;
}

.filterMenu {
	overflow: auto;
	width: 165px;
	height: 200px;
	padding: 3px;
	background-color: white;
	position: absolute;
	z-index: 2;
	display: none;
	border: 1px solid #DAD7C7;
}
.filterOption {
	width: 100%;
}
.filterOption-over{
	background-color: #DFF4FF;
}

.navigation {
	margin: 5px;
	text-align: center;
	color: #919191;
	background-color: #FFFFFF;
}
.currentPage {
	font-weight: bold;
}
.currentPage, .navigation a {
	color: #454C4F;
}

.rowhover {
	background-color: #e3e6eb;
}

.boxcontent{
	position: relative;
}

.loadingImage {
	position: absolute;
	right: 50px;
	top: 5px;
	display: none;
}
a.filterReset {
	position: absolute;
	right: 25px;
	top: 1px;
	width:16px;
	height: 16px;
	margin: 0;
	display:block;
	cursor: pointer;
	background: url(/leden/images/icons/filterreset.png) no-repeat;
	_background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/leden/images/icons/filterreset.png, sizingMethod=crop);
}
.dialog_static_block .loadingImage {
	right: 28px;
}
.dialog_static_block a.filterReset {
	right: 3px;
}
a img {
	border: 0px;
}

th.divcolumn span {
	cursor: pointer;
}
th.divcolumn {
	vertical-align: bottom;
	position: relative;
}
div.page_block_overlay {
	position:absolute;
	width:100%;
	text-align:center;
	top:40px;
	left:0;
	z-index:1200;
}
div.page_block_overlay#loading {
	z-index: 1205;
}
div.page_block_overlay div.page_block_overlay_content {
	width: 400px;
	margin:0 auto;
	text-align:left;
}
div.page_block_overlay .boxcontent {
	background: none;
	padding-top: 5px;
}
div.page_block_overlay img.closebutton {
	width:auto;
	height:auto;
	cursor:pointer;
}
div.commentButton {
	position: relative;
	cursor: pointer;
}
a.viewCommentUser {
	position: absolute;
	text-decoration: none;
	top:0px;
	right:0px;
	height: 5px;
	width: 5px;
	background: url(/leden/images/icons/comment_user.gif) no-repeat;
}

a.viewCommentAuto {
	position: absolute;
	text-decoration: none;
	top:0px;
	right:0px;
	height: 5px;
	width: 5px;
	background: url(/leden/images/icons/comment_auto.gif) no-repeat;
}

a.viewCommentNone {
	position: absolute;
	text-decoration: none;
	top:0px;
	right:0px;
	height: 5px;
	width: 5px;
	background: url(/leden/images/icons/comment_non.gif) no-repeat;
}


.datagrid td.min-width {
	white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

.datagrid-extra-top {
	position:absolute;
	top:1px;
	right:41px;
}

/*@media (max-width: 1200px) {*/
	/*.datagrid th.min-width {*/
		/*background: red !important;*/
		/*width: 200px !important;*/
	/*}*/

	/*.datagrid td.min-width {*/
		/*background: red !important;*/
		/*width: 200px !important;*/
	/*}*/
/*}*/