﻿
/* 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%;
}

*+html  /* for IE7 */
{
	width: 100%;
	height: 100%;
}

/* AUTOCOMPLETE */

.autocomplete
{
	margin: 0;
	background: window;
	color: windowtext;
	border: buttonshadow 1px solid;
}

.autocomplete .item
{
    margin: 0;
	padding: 1px 2px;
	background: none;
}

.autocomplete .item-highlighted
{
    margin: 0;
	padding: 1px 2px;
	background: highlight;
	color: highlighttext;
}

/* REORDERLIST */

.reorderlist
{
    background: #f1efe3;
	margin: 40px;
	padding: 10px;
}

.reorderlist li
{
    background: url(Images/reorderlist-li.gif) no-repeat left top;
    border-right: 1px solid #ceccc0;
    height: 65px;
    padding: 8px 0 0 0;
    margin: 10px 20px;
}


.reorderlist-handle
{
	cursor: move;
	margin: 6px 20px 0;
    width: 700px;
    text-align: left;
}

.reorderlist-handle-icon
{
    width: 80px;
}


.reorderlist-move 
{
    background: url(Images/reorderlist-move.jpg) no-repeat left top;
    height: 81px;
    margin: -8px 0 0 0;
    width: 790px;
}

/* MODALPOPUP */

.modalBackground
{
	background: appworkspace;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* TOOLBAR */

.filterIeFirefox
{
	display: inline;
}
.filtervalue .filterIeFirefox /* for FireFox */
{
	margin-left: 0;
}
*html .filtervalue .filterIeFirefox /* for IE6 */
{
	margin-left: -12px;
	margin-right: 6px;
}
* + html .filtervalue .filterIeFirefox /* for IE7 */
{
	margin-left: -12px;
	margin-right: 6px;
}

/* CELL */

.cell
{
	padding: 0.2em;
	line-height: 160%;
}

.cell-icon
{
	float: left;
	margin-right: 20px;
}

.cell-title
{
	font-size: 1.2em;
	margin: 0.5em 0;
}

.cell-attributes
{
	margin: 0.5em 0;
	color: #999;
}

.cell-buttons
{
	margin: 1em 0;
}

.cell-audit
{
	font-size: 0.9em;
	font-style: italic;
	margin: 0.2em 0;
}

.cell-audit, .cell-audit a
{
	color: #999;
}

.cell-content
{
	margin: 1em 0;
	font-size: 1.1em;
	line-height: 180%;
}

.cell-reply
{
	background: url(Images/cell-reply.jpg) repeat-x left top;
	margin: 2em;
	padding-top: 12px;
	border-bottom: 2px solid #e2e4e3;
}

.cell-reply .cell-attributes
{
    margin: 0;
    padding: 5px 10px;
    border-left: 2px solid #f0f3f6;
    border-right: 2px solid #f0f3f6;
}

.cell-reply .cell-content
{
    margin: 0;
    padding: 5px 10px;
    border-left: 2px solid #f0f3f6;
    border-right: 2px solid #f0f3f6;
}

/* LISTS */

.fixedtable
{
	table-layout: fixed;
	width: 100%; /* for firefox */
	overflow: hidden; /* for firefox */
}

.entrylist
{
	width: 100%;
	line-height: 200%;
}

/* UPLOAD */

.UploadPage-tinymce .button,
.UploadPage-normal .button
{
	height: 20px;
}

/* POSTCOMMENT */

.postcomment .dialog
{
	width: 90%;
}

.postcomment .dialog .fieldlabel
{
	float: none;
	width: auto;
	text-align: left;
}

.postcomment .dialog .fieldvalue
{
	margin: 4px 0 10px;
}

.postcomment .dialog .fieldvalue .textbox
{
	width: 100%;
}

/* LINKLIST */

.linklist a
{
	text-decoration: none;
}

.linklist a:hover
{
	text-decoration: underline;
}

.linklist-attributes
{
	float: right;
}
.linklist-attributes a
{
	color: Gray;
}

.linklist-picked
{
    display: inline;
    margin-left: 4px;
}


