/*!
 * Menu page styles
 */
div.mpage {
	margin: 2px 0px 0px 205px;
}

div.mpageend {
	clear: both;
}

/*!
 * Input fields container
 */
div.inpcontainer {
        overflow: hidden;
	width: 100%;
}

/*!
 * Input fields
 */
div.inpfields {
	width: 450px;
	padding-bottom: 4px;
	margin-left: 5px;
	margin-top: 5px;
	float: left;
}

div.inpfields div.inphead {
	font-weight: bold;
	font-size: 120%;
}

div.inpfields table {
	width: 100%;
}

div.inpfields table tr {
	vertical-align: center;
}

div.inpfields table th {
	text-align: left;
	width: 230px;
	background-color: #A7C2CD;
	color: #000000;
	border-radius: 3px;
	padding: 5px 0px 5px 5px;
}

div.inpfields table tr td input {
	width: 220px;
	font-weight: normal;	
}

div.inpfields table tr td select {
	width: 220px;
	font-weight: normal;
}

div.inpfields table tr td textarea {
	width: 220px;
	font-weight: normal;
}

div.inpfields table tr td div.mlist {
	background-color: #A7C2CD;
	cursor: pointer;
}

div.inpfields table tr td input.flddef {
}

div.inpfields table tr td input.fldinv {
	background-color: #EE1D24;
}

div.inpfields table tr td textarea.fldinv {
	background-color: #EE1D24;
}


div.inpfields div.inpsub {
	text-align: right;
}

div.inpfields div.inpsub input {
	font-weight: bold;
	padding: 5px 8px 5px 8px;
	border: 1px solid #6D9040;
	border-radius: 4px;
}

div.inpfields div.inpsub input.inpadd {
	background-color: #C4BE0F;
}

div.inpfields div.inpsub input.inpmore {
	background-color: #73739F;
}

div.inpfields div.inpsub input.inpedit {
	background-color: #B87E23;
}

div.inpfields div.inpsub input.inpdel {
	background-color: #C4100F;
}


/*!
 * Aligned info fields
 */
div.alifields {
	width: 550px;
	padding-bottom: 4px;
	margin-left: 5px;
	margin-top: 5px;
}

div.alifields div.wdesc {
	font-weight: bold;
	font-size: 120%;
}

div.alifields table {
	width: 100%;
}

div.alifields table th {
	width: 180px;
	text-align: left;
	color: #000000;
	background-color: #C9CED0;
	border-radius: 3px;
}

div.alifields div.fdesc {
	background-color: #0988B7;
}

div.alifields div.inpsub {
	text-align: right;
}

div.alifields table tr td input {
	width: 360px;
	font-weight: normal;
}

div.alifields table tr td input.fldinv {
	background-color: #ee1d24;
}

div.alifields table tr td select {
	width: 360px;
	font-weight: normal;
}

div.alifields table tr td select.fldinv {
	background-color: #ee1d24;
}

div.alifields table tr td textarea {
	width: 360px;
	font-weight: normal;
}

div.alifields table tr td textarea.fldinv {
	background-color: #ee1d24;
}


div.alifields div.inpsub input {
	font-weight: bold;
	border: 1px solid #6D9040;
	border-radius: 4px;
}

div.alifields div.inpsub input.inpadd {
	background-color: #C4BE0F;
}

div.alifields div.inpsub input.inpdel {
	background-color: #C4100F;
}

div.alifields div.inpsub input.inpmore {
	background-color: #73739F;
}

div.alifields div.inpsub input.inpedit {
	background-color: #B87E23;
}

div.alifields table tr td span.trust {
	color: #0000FF;
}

div.alifields table tr td span.notrust {
	color: #FF0000;
	font-weight: bold;
}

/*!
 * Input fields hint
 */
div.fhint {
	border: 1px solid;
	background-color: #F5F6BE;
	padding: 5px 5px 5px 5px;
}

/*!
 * Input fields comment block
 */
div.fldcomment {
	margin: 15px 5px 0px 470px;
}

div.fldcomment div.comment {
	max-width: 400px;
	font-size: 110%;
}

/*!
 * Context (hot) menu
 */
div.hotmenu {
}

div.hotmenu ul {
	font-size: 120%;
	max-width: 250px;
	list-style: none;
	padding: 0;
	margin: 0;
}

div.hotmenu ul li {
	padding: 7px 0px 7px 13px;
	margin: 0px 0px 2px 0px;
	background-color: #5F95AF;
	border: 1px solid #296A93;
	border-radius: 4px;
}

div.hotmenu ul li:hover {
	background-color: #356982;
}

div.hotmenu ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

div.hotmenu ul li a:visited {
	color: #FFFFFF;;
}

div.hotmenu ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/*!
 * comment notice
 */
div.notice {
	border: 1px solid;
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	border-radius: 4px;
	background-color: #EFEF97;
}

div.notice a {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}

/*!
 * List fields description
 */
div.listdesc {
	margin: 16px 0px 6px 0px;
	font-weight: normal;
	font-size: 130%;
	font-weight: bold;
	text-align: center;
}

/*!
 * List fields
 */
div.listfields {
	font-size: 11px;
	font-weight: normal;
	font-weight: bold;
}

div.listfields table {
	width: 100%;
	font-weight: normal;
}

div.listfields table caption {
	background-color: #A7C2CD;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px 2px 0px 2px;
}

div.listfields table th {
	background-color: #6296AC;
	font-weight: bold;
	cursor: move;
}

div.listfields table tr.odd {
	background-color: #A7C2CD;
}

div.listfields table tr.even {
	background-color: #D6E1E5;
}

div.listfields table tr:hover {
	background-color: #6997AB;
}

div.listfields table tr td {
	word-wrap: break-word;
}

div.listfields table tr td a {
	text-decoration: none;
	color: #000000;
}

div.listfields table tr td a:hover {
	text-decoration: underline;
	cursor: pointer;
}

div.listfields table tr td img {
	border: 0;
}

div.listfields table tr td.cbox {
	text-align: center;
}

div.listfields div.listsub {
	text-align: right;
}

div.listfields div.listsub input {
	font-weight: bold;
	padding: 5px 8px 5px 8px;
	border: 1px solid #6D9040;
	border-radius: 4px;
}

/*!
 * Dragable table column
 */
div.listfields table.cdrag {
	width: 200px;
	border: 1px solid #6D9040;
	cursor: move;
}

div.listfields div.lfconfbox {
	display: none;
	position: absolute;
	border: 1px solid #A7B6BD;
	background-color: #C8C8C8;
	width: 200px;
	text-align: right;
	padding: 10px 0px 0px 0px;
}

div.listfields div.lfconfbox table {
	text-align: left;
	cursor: pointer;
}

div.listfields div.lfconfbox table tr:hover {
	background-color: #A7B6BD;
}

div.listfields div.lfconfbox input[type="submit"] {
	font-weight: bold;
	background-color: #A7B6BD;
	margin: 5px 5px 5px 0px;
	padding: 1px 5px 1px 5px;
	border: 1px solid #6D9040;
	border-radius: 4px;
}

/*!
 * List fields header
 */
div.listfields div.lhead {
	background-color: #6997AB;
	margin: 1px 2px 1px 2px;
	color: #FFFFFF;
}

/*!
 * List configuration handler
 */
div.listfields div.lhead div.lfconf {
	display: inline;
	background-image: url('../../images/default/headconf.png');
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0px 18px 0px 0px;
	cursor: pointer;
}

/*!
 * Showing items / pages
 */
div.listfields div.lhead div.lpages {
	display: inline;
}

/*
 * Pages list
 */
div.listfields div.lhead div.lpages span.ppages:before {
	content: "[";
}

div.listfields div.lhead div.lpages span.ppages:after {
	content: "]";
}

div.listfields div.lhead div.lpages span {
	font-weight: bold;
	margin: 0px 1px 0px 1px;
}

div.listfields div.lhead div.lpages span.pina a {
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
}

div.listfields div.lhead div.lpages span.pact {
	font-weight: bold;
	margin: 0px 1px 0px 1px;
	font-weight: bold;
}

div.listfields div.lhead div.lpages span.pact a {
	text-decoration: none;
	color: #FFFFFF;
}

/*!
 * Show per page counts
 */
div.listfields div.lhead div.lpcounts {
	display: inline;
}

/*!
 * Pages counts
 */
div.listfields div.lhead div.lpcounts span.pcounts:before {
	content: "{";
}

div.listfields div.lhead div.lpcounts span.pcounts:after {
	content: "}";
}

div.listfields div.lhead div.lpcounts span.pcapt a {
	color: #FFFFFF;
	text-decoration: none;
}

div.listfields div.lhead div.lpcounts span.pcapt a:hover {
	text-decoration: underline;
}


div.listfields div.lhead div.lpcounts span.pcnt {
	margin: 0px 2px 0px 2px;
	font-weight: normal;
}

div.listfields div.lhead div.lpcounts span.pcnt a {
	color: #FFFFFF;
	text-decoration: none;
}

div.listfields div.lhead div.lpcounts span.pact a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

div.listfields div.lhead div.lpcounts span.pcnt a:hover {
	text-decoration: underline;
}

/*!
 * Export formats
 */
div.listfields div.lexport {
	text-align: right;
}

div.listfields div.lexport span {
	padding: 0px 5px 0px 0px;
}

div.listfields div.lexport span a {
	text-decoration: none;
	color: #EEEEEE;
}

div.listfields div.lexport span a:hover {
	text-decoration: underline;
}

/*!
 * Last head block (helper block)
 */
div.listfields div.lhead div.lend {
	height: 1px;
}

/*!
 * Filter
 */
div.lffiltertag {
	width: 18px;
	height: 16px;
	background-image: url('../../images/default/find.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 1px;
	background-color: #6997AB;
	float: left;
}

div.lffiltertag:hover {
	background-image: url('../../images/default/find_act.png');
}

div.lffiltertagon {
	width: 18px;
	height: 16px;
	background-image: url('../../images/default/ffind.png');
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 1px;
	background-color: #6997AB;
	float: left;
}

div.lffiltertagon:hover {
	background-image: url('../../images/default/ffind_act.png');
}

div.lffilter {
	display: none;
	
	position: absolute;
	margin-top: 16px;
	background-color: #E9ECEE;
	border: 1px solid #A7B6BD;

	padding: 10px 5px 10px 5px;

	width: 300px;
	margin-left: 2px;
	float: left;
}

div.lffilter table {
	width: 100%;
}

div.lffilter table th {
	text-align: left;
	width: 120px;
	background-color: #A7B6BD;
}

div.lffilter table tr td input {
	width: 180px;
	font-weight: normal;
}

div.lffilter table tr td select {
	width: 180px;
	font-weight: normal;
}

div.lffilter div.filtersub {
	text-align: right;
}

div.lffilter div.filtersub input {
	font-weight: bold;
}

/*!
 * Filtered block
 */
div.filtered {
	margin-left: 16px;
}


/*!
 * Operation status
 */
div.status {
	border: 1px solid;
	border-radius: 6px;
	margin: 0px 0px 5px 0px;
	font-size: 130%;
}

div.status div.statok {
	background-image: url('../../images/default/statok.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0.7% 0px 0.7% 66px;
	line-height: 150%;
}

div.status div.statwarn {
	background-image: url('../../images/default/statwarn.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0.7% 0px 0.7% 66px;
	line-height: 150%;
}

div.status div.statinfo {
	background-image: url('../../images/default/statinf.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0.7% 0px 0.7% 66px;
	font-weight: normal;
	line-height: 150%;
}

div.status div.staterror {
	background-image: url('../../images/default/staterr.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0.7% 0px 0.7% 66px;
	color: #9B0C10;
	line-height: 150%;
}

/*!
 * Suggestions list
 */
div.suggestion {
	border: 1px solid #CCCCCC;
}

div.suggestion div {
	padding: 2px 15px 2px 5px;
	background-color: #9CC568;
	cursor: pointer;
}

div.suggestion div.inact {
	background-color: #9CC568;
}

div.suggestion div.act {
	background-color: #7B9F4B;
}


/*!
 * Multi select list
 */
div.msellist {
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

div.msellist table {
	background-color: #6D9040;
}

