﻿
/* CALLOUT */

.validatorCalloutHighlight
{
	background: wheat;
}

/* WALTERMARK */

.watermarked
{
	color: Gray;
	font-style: italic;
}

/* WALTERMARK */

.accordionHeader
{
    background: url(Images/title-icon.gif) no-repeat 0 10px;
    padding: 0 0 0 10px;
    cursor: pointer;
}

.accordionHeader ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.accordionHeader ul li
{
    padding: 3px 0 0 5px;
    background: url(Images/accordionHeader-li.jpg) no-repeat right bottom;
    
}

.accordionContent ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
}

.accordionContent ul li
{
    background: url(Images/accordionHeader-li.jpg) no-repeat right bottom;
    padding: 3px 0 3px 15px;
}

.accordionContent ul li a
{
    color: #58808f;
}

/* CONTEXTMENU */

.ContextMenuPanel
{
	font-family: microsoft yahei;
	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;
	height : 200px;
}

.autocomplete .item
{
	padding: 1px 2px;
}

.autocomplete .item-highlighted
{
	padding: 1px 2px;
	background: highlight;
	color: highlighttext;
}

/* MODALPOPUP */

.modalBackground
{
	background: appworkspace;	
	filter: alpha(opacity=70);	
	opacity: 0.7;
}

.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;
}

/* CELL */

.cell
{
	padding: 0.2em;
	line-height: 160%;
}

.cell-icon
{
	float: left;
	margin-right: 10px;
}

.cell-title
{
	font-size: 1.2em;
	margin: 0.5em 0;
}

.cell-channeltitle
{
    float: right;
}

.cell-attributes
{
	margin: 0.5em 0;
	color: #999;
}

.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
{
	margin: 2em;
}

.cell-reply-title
{
	border-top: 1px solid #ccc;
	padding-top: 0.5em;
	font-weight: bold;
	font-style: italic;
	margin: 0 -0.5em;
}

.fixedtable
{
	table-layout: fixed;
	width: 100%; /* for firefox */
	overflow: hidden; /* for firefox */
}

/* UPLOADPAGE */

.UploadPage-tinymce .upload
{
	width: 250px;
}

.UploadPage-tinymce .button,
.UploadPage-normal .button
{
	height: 20px;
}

.UploadPage-tinymce input
{
	border: solid 1px #808080;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
