.datagrid_header, .datagrid_header a {
    background: #ff7f00;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    color: #eeeeee;
    text-decoration: none;
}

.datagrid_background {
	background: #0E76BA;
}

.datagrid_pager {
    font-size: 11px;
    font-weight: bold;
    color: #c00;
    padding:6px;
}

.datagrid_pager a {
    color: #c00;
}

.table_pager {border-top: 1px solid #eee;}

/*.datagrid_bar {
	font-size: 12px;
	font-weight: bold;
	background: #eee;
	border: 1px solid #ddd;
	margin-bottom: 2px;
}*/

.datagrid_bar_customize {
    font-size: 11px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

.datagrid_bar_icon {
	padding: 0px 3px;
}


ul.cgx_form {
	font-size: 12px;
    margin: 0;
    padding: 0;
	border: 1px solid #ddd;
	font-family: 'Trebuchet MS';
}

ul.cgx_form li label.cgx_form {
    text-align: left;
}

ul.cgx_form li {
    list-style: none;
    padding: 2px 6px;
    margin: 0px;
}

ul.cgx_form li.odd {
	background: #f8f8f8;
}

ul.cgx_form li.even {
    background: #ffffff;
}

ul.cgx_form td.left {
    width: 200px;
}

ul.cgx_form label.cgx_form {
    width: 200px;
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
}

ul.cgx_form label.cgx_radio {
    line-height: 1.8;
    vertical-align: top;
	padding-right: 16px;
}

ul.cgx_form img {
    vertical-align: middle;
}

div.error {
    color: #f00;
	width: 700px;
	text-align: left;
}

div.info {
    color: darkgreen;
	font-size: 12px;
    text-align: left;
	padding: 6px;
	border: 1px solid #dddddd;
	background: #FFFFB9;
	margin: 0px 0px 4px 0px;
}
