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

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;
}

div.inpfields table {
	width: 100%;
}

div.inpfields table th {
	text-align: left;
	width: 230px;
	background-color: #A7C2CD;
	color: #000000;
	font-weight: normal;
}

div.inpfields table tr td input {
	width: 220px;
	font-family: "Verdana", sans-serif;
	font-weight: normal;
	font-size: 10px;
}

div.inpfields table tr td select {
	width: 220px;
	font-family: "Verdana", sans-serif;
	font-weight: normal;
	font-size: 10px;
}

div.inpfields table tr td textarea {
	width: 220px;
	font-family: "Verdana", sans-serif;
	font-weight: normal;
	font-size: 10px;
}

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-family: "Verdana", sans-serif;
	font-weight: bold;
	font-size: 10px;
}

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;
}

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

div.alifields table {
	width: 100%;
}

div.alifields table th {
	width: 180px;
	text-align: left;
	color: #000000;
}

div.alifields tr {
	background-color: #C9CED0;
}

div.alifields tr:hover {
	background-color: #A7B6BD;
}

div.alifields div.fdesc {
	background-color: #0988B7;
	color: #FFFFFF;
	padding: 5px 5px 5px 5px;
	font-weight: bold;
}

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

div.alifields div.inpsub input {
	font-family: "Verdana", sans-serif;
	font-weight: bold;
	font-size: 10px;
}

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;
}


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

/*!
 * List fields
 */
div.listfields {
	/*overflow: auto;*/
}

div.listfields table {
	width: 99%;
	
	font-family: "Verdana", sans-serif;
	font-weight: normal;
	font-size: 10px;
}

div.listfields table caption {
	background-color: #A7C2CD;
	font-family: "Verdana", sans-serif;
	font-weight: bold;
	font-size: 10px;
	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 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-family: "Verdana", sans-serif;
	font-weight: bold;
	font-size: 10px;
}

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

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

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

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

div.listfields div.lconfbox input[type="submit"] {
	font-family: "Verdana", sans-serif;
	font-weight: bold;
	font-size: 10px;
	background-color: #A7B6BD;
	margin: 5px 5px 5px 0px;
	padding: 1px 5px 1px 5px;
}

/*!
 * 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.lconf {
	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-family: "Verdana", sans-serif;
	font-weight: bold;
	font-size: 10px;
	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-size: 11px;
	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 {
	font-family: "Verdana", sans-serif;
	font-size: 10px;
	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-size: 11px;
	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 {
	font-family: "Verdana", sans-serif;
	font-size: 10px;
	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.filter {
	border-bottom: 1px solid #6D9040;
	border-right: 1px solid #6D9040;

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

div.filter table {
	width: 100%;
}

div.filter table th {
	text-align: left;
	width: 120px;
	background-color: #6D9040;
}

div.filter table tr td input {
	width: 180px;
	font-family: "Verdana", sans-serif;
	font-weight: normal;
	font-size: 10px;
}

div.filter table tr td select {
	width: 180px;
	font-family: "Verdana", sans-serif;
	font-weight: normal;
	font-size: 10px;
}

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

div.filter div.filtersub input {
	font-family: "Verdana", sans-serif;
	font-weight: bold;
	font-size: 10px;
}

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

/*!
 * Operation status
 */
div.status {
	border-bottom: 1px solid #153A49;
	background-color: #A7C2CD;
	margin: 0px 0px 0px 1px;
}

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

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

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

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

/*!
 * 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;
}




