﻿
/* CALLOUT */

.validatorCalloutHighlight
{
	background: wheat;
}

/* WALTERMARK */

.watermarked
{
	color: Gray;
	font-style: italic;
}

/* CONTEXTMENU */

.ContextMenuPanel
{
	border: 1px solid #868686;
	z-index: 1000;
	background: url(images/menu-bg.gif) repeat-y 0 0 #FAFAFA;
	cursor: default;
	padding: 1px 1px 0px 1px;
	font-size: 12px;
	line-height: 140%;
}

.ContextMenuBreak
{
	margin: 1px 1px 1px 32px;
	padding: 0;
	display: block;
	border-top: 1px solid #C5C5C5;
}

a.ContextMenuItem
{
	margin: 1px 0 1px 0;
	display: block;
	color: #003399;
	text-decoration: none;
	cursor: pointer;
	padding: 4px 19px 4px 33px;
	white-space: nowrap;
}

a.ContextMenuItem-Selected
{
	font-weight: bold;
}

a.ContextMenuItem:hover
{
	background-color: #FFE6A0;
	color: #003399;
	border: 1px solid #D2B47A;
	padding: 3px 18px 3px 32px;
}

.ContextMenuTarget
{
	display: block;
	padding: 2px 4px;
	margin: -2px -4px;
	width: 100%;
	line-height: 140%;
}

/* UPDATEPROGRESS */

.updateprogress
{
	background: #f8f8f8 url(Images/progress.gif) no-repeat 5px 5px;
	padding: 15px 0 15px 50px;
	border: 1px solid #bbb;
	width: 80px;
	height: 12px;
	color: #000;
	font-size: 12px;
	line-height: 100%;
}

/* REORDERLIST */

.reorderlist ul
{
	margin: 5px;
}

.reorderlist li
{
	list-style-image: none;
}

.reorderlist .dragHandle
{
	width: 8px;
	height: 8px;
	background-color: Blue;
	cursor: move;
	border: outset thin white;
	margin: 0 4px;
}

.reorderlist .reorderCue
{
	border: dashed 1px black;
	width: 100%;
}

.reorderlist .fieldlabel
{
	float: none;
	width: auto;
	text-align: left;
}

.reorderlist .fieldvalue
{
    margin: 4px 0 10px;
}

.reorderlist .fieldvalue .textbox
{
	width: 360px;
}

/* DIALOG */

.dialog
{
	width: 420px;
}

.dialog-header
{
	padding: 0.5em 1.2em;
	margin: 1px;
}

.dialog-body
{
    background: #fff;
	padding: 2em;
}

.dialog-message
{
	margin: 0.5em auto 3em 26px;
}

.dialog-error
{
	color: Red;
	margin: 2em 0 3em 100px;
}

.dialog-buttons
{
	text-align: right;
	margin: 2em 1em 0;
}

.dialog-buttons-side
{
	float: left;
	margin: 0 2em;
}

.dialog .fieldlabel
{
	width: 80px;
	float: left;
	clear: left;
	text-align: right;
	font-size: 12px;
}

.dialog .fieldvalue
{
	margin: 0 auto 10px 100px;
}

.dialog .fieldvalue .textbox
{
	width: 240px;
}

/* MODALPOPUP */

.modalBackground
{
	background: appworkspace;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* TOOLBAR */

.filters
{
	margin: 40px 0;
	padding: 4px 10px;
}

.searchbar
{
	float: right;
}

.searchbar .textbox
{
	width: 160px;
}

.filterlabel
{
	float: left;
	clear: left;
	width: 60px;
	margin-top: 2px;
}

.filtervalue
{
	margin-left: 70px;
}

.filterIeFirefox
{
	display: inline;
}
.filtervalue .filterIeFirefox /* for FireFox */
{
	margin-left: 0;
}
*html .filtervalue .filterIeFirefox /* for IE6 */
{
	margin-left: -11px;
	margin-right: 6px;
}
* + html .filtervalue .filterIeFirefox /* for IE7 */
{
	margin-left: -11px;
	margin-right: 6px;
}

.filtervalue .textbox
{
	width: 80px;
}

.filtervalue select
{
	margin-bottom: 6px;
}

.filtervalue .ajax__calendar
{
	line-height: normal;
}

.filterbuttons
{
	margin: 10px 0 10px 70px;
}

/* FILTERS */

.DropDownFilterHightlight
{
	background: #ddd;
}

.TextFilterHightlight
{
	background: #ddd;
	border: 1px solid #ccc;
	padding: 2px;
}

/* FIELDLABEL */

.fieldlabel
{
	line-height: 140%;
	width: 160px;
	float: left;
	clear: left;
	text-align: right;
}

.sidebar .fieldlabel
{
	width: 50px;
}

.fieldvalue
{
	line-height: 140%;
	margin: 0 0 10px 180px;
}

.sidebar .fieldvalue
{
	margin: 0 0 10px 60px;
}

.fieldvalue:after
{
	content: '.';
	visibility: hidden;
}

.fieldvalue .textbox
{
	width: 400px;
}

.fielddesc
{
	line-height: 140%;
	margin: -10px 0 10px 180px;
	width: 400px;
	color: #ccc;
}

.fieldsep
{
	border-bottom: 1px solid #ccc;
	margin: 20px 0 20px 180px;
	width: 420px;
}

.subfield
{
	margin: 10px 200px;
}

.subfield .fieldlabel
{
	float: none;
	text-align: left;
	width: auto;
}

.subfield .fieldvalue
{
	margin-left: 0;
}

.subfield .fieldvalue .textbox
{
	width: 370px;
}

.subfield .fielddesc
{
}

.focus
{
	font-family: Georgia;
	font-size: 1.5em;
}

.audit
{
	font-size: 0.9em;
	font-style: italic;
}

.audit, .audit a
{
	color: #999;
}

.horizontal .fieldlabel
{
	float: none;
	width: auto;
	text-align: left;
}

.horizontal .fieldvalue
{
	margin: 4px 0 10px;
}

/* BUTTONS */

.captcha
{
    text-align: right;
}

.captcha img
{
    margin-right: 5px;
}

.captcha div
{
    line-height: 16px;
}

.buttons
{
	margin: 30px;
	width: 70%;
	text-align: right;
}

.operations
{
	margin: 5px 0;
	padding: 4px 10px;
}

.operations input
{
	font-size: 0.8em;
}

.navigation
{
	text-align: center;
	margin-bottom: 25px;
}

/* PANES */

.leftpane
{
	float: left;
	width: 49%;
}

.rightpane
{
	float: right;
    width: 49%;
    border: 1px solid #bfbfbf;
}

.rightpane .entry
{
	margin: 15px 14px;
}

.rightpane .entry-title
{
	font-size: 15px;
	line-height: normal;
	font-weight: bold;
	margin-bottom: 10px;
}


.rightpane .entry-attributes
{
	margin-bottom: 10px;
	color: #999;
	text-align: right;
	font-size: 0.9em;
	line-height: normal;
}

.rightpane .entry-content
{
	font-size: 14px;
	line-height: 160%;
	margin: 10px 0;
}
