/*******************************************************************************
 *
 * Generic DITA Storm CSS configuration
 *
 ******************************************************************************/

/** DITA Storm editing area */
.editorBody {
	background: white;
}

/** Readonly (locked) area markings */
.readonly {
	background-color: #F5F5F5;
	color: #A0A0A0;
	font-style: italic;
}

/** Raw XML editing mode styling */
.sourceArea {
	width: 100%;
	height: 100%;
	border: 0px;
	overflow: scroll;
	font-family: verdana,arial,sans-serif;
	font-size: 11px;
	background: white;
}

/*******************************************************************************
 * DITA Storm internal
 ******************************************************************************/

.ditaStormContainer {
	background: #E0E0E0 url(images/dsbg.png) repeat-x;
	border: 1px solid #707070;	
}

.PopupMenuTable {
    background-color: #E0E0E0;
    font-size:9px;
    padding:0px 1px 0px 1px;
}

.ds_qInsert {
	width: 60px;
	margin:0px;
	padding: 0px 2px 0px 2px;
	font-size: 10px;
	font-family: Arial;
	border: 1px solid #707070;
	background: #F5F5F5;
	color: #B0B0B0;
	position: relative;
}

.ds_qInsertActive {
	background: white;
	color: black;
}

.PopupMenuItemSeparator {
	font-size: 4px;
}

.ditaMenu
{
    border: 1px #707070 solid;
    border-right: 2px #707070 solid;
    border-bottom: 2px #707070 solid;

	position: absolute;
	left: 25px;
	top: -100px;
	z-index: +1;
	background: #D0D0D0;
	text-align: left;
}

.componentLabel {
    /*border: 1px #707070 solid;*/
    font-size: 9px;
    padding: 0px 2px 0px 2px;
    color: #606060;

	position: absolute;
	left: 25px;
	top: -100px;
	z-index: +1;
	background: #dae5f0;
}

.propertyEditor {
    background: #DCE9F4 url(images/popupbg.png);
    padding: 10px;
}

.propertyLabel {
	font-family: arial;
    font-size: 12px;
}

.propertyTitle {
	font-family: arial;
	font-size: 14px;
    color: black;
    font-weight: bold;
}

.propertyBody {
	font-family: arial;
	font-size: 13px;
}

.propertyLi {
	margin-bottom: 10px;
}

.pasteDialog {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: +1;
    background: #DCE9F4 url(images/popupbg.png);
    border: 1px #707070 solid;
    border-right: 2px #808080 solid;
    border-bottom: 2px #808080 solid;
}

.ds_mn {
    font: 11px Arial;
    background: url(images/toolbar.gif) no-repeat;
    padding: 3px 4px 2px 4px;
    color: #000000;
    text-decoration: none;
    height: 14px;
    width: 150px;
    margin-right: 0px;
    white-space: nowrap;
    display: block;
}


.ds_bt {
    font: 11px Arial;
    background: url(images/toolbar.gif) 0 0 no-repeat;
    padding: 3px 4px 3px 4px;
    color: #000000;
    text-decoration: none;
    height: 20px;
    margin-right: 1px;
    white-space: nowrap;
}

.ds_bt:hover {
	background-color: white;	   
}

.ds_mn:hover,
.ds_mnActive  {
	background-color: white;
}

/* placement after ds_mn:hover is important */
.ds_mnTitle,
.ds_mnTitle:hover {
	border-top: 1px solid #C0C0C0;
	color: #707070;
	font-weight: bold;
	cursor: default;
	background-color: #E0E0E0;
	height: 12px;	   
}

.ds_btDisabled {
	cursor: default;
	filter: alpha(opacity=20);
	opacity: .2;
}

.ds_btActive {
	background-color: #FFFFFF;
}

.ds_btDisabled:hover {
	background-color: #E0E0E0;	   
}

.ds_bt1 {padding-left:27px;background-position:1px -30px}
.ds_bt2 {padding-left:14px;background-position:1px -60px}
.ds_bt3 {padding-left:18px;background-position:1px -90px}
.ds_bt4 {padding-left:18px;background-position:3px -120px}
.ds_bt5 {padding-left:18px;background-position:3px -150px}
.ds_bt6 {padding-left:18px;background-position:3px -180px}
.ds_bt7 {padding-left:18px;background-position:3px -210px}
.ds_bt8 {padding-left:18px;background-position:3px -240px}
.ds_bt9 {padding-left:16px;background-position:1px -270px}
.ds_bt10 {padding-left:15px;background-position:1px -300px}
.ds_bt11 {padding-left:18px;background-position:1px -330px}
.ds_bt12 {padding-left:16px;background-position:3px -360px}
.ds_bt13 {padding-left:20px;background-position:1px -390px}
.ds_bt14 {padding-left:20px;background-position:1px -420px}
.ds_bt15 {padding-left:18px;background-position:1px -450px}
.ds_bt16 {padding-left:18px;background-position:1px -480px}
.ds_bt17 {padding-left:19px;background-position:1px -510px}
.ds_bt18 {padding-left:18px;background-position:1px -540px}
.ds_bt19 {padding-left:20px;background-position:1px -570px}
.ds_bt20 {padding-left:20px;background-position:1px -600px}
.ds_bt21 {padding-left:18px;background-position:1px -630px}
.ds_bt22 {padding-left:18px;background-position:1px -660px}
.ds_bt23 {padding-left:18px;background-position:1px -690px}
.ds_bt24 {padding-left:18px;background-position:1px -720px}
.ds_bt25 {padding-left:18px;background-position:1px -750px}
.ds_bt26 {padding-left:18px;background-position:1px -780px}


.ds_tbar {
	font-size: 11px;
	font-family: Arial;
	color: #606060;
	padding: 1px 0px 2px 0px;
	margin: 0px;
	background-color: #E0E0E0;
}

.toolbarDivider {
	border-left: 1px solid #808080;
}

.tip {
	padding-left: 2px;
	font-family: Arial;
	font-size: 11px;
	color: #A04040;
}


.pathLink {
	font-family: Arial;
    font-size: 11px;
	text-decoration: none;
	color: #002050;
   	padding: 0px 3px 0px 3px;
}

.genericElementDivWysiwyg {
	font-size: 11px;
	font-family: verdana,arial,sans-serif;
	padding: 0px;
	margin: 3px;
	border: 1px solid #808080;
}

.genericElementDivWysiwygField, 
.genericElementDivWysiwygSection {
	font-size: 11px;
	font-family: verdana,arial,sans-serif;
	padding: 0px;
	margin: 3px;
}

.genericElementSpanWysiwyg {
	font-size: 10px;
	font-family: verdana,arial,sans-serif;
	padding: 0px 1px 0px 1px;
	font-weight: normal;
	margin: 1px;
	border: 1px solid #C0C0C0;
}

.genericElementDivOutline {
	font-size: 9px;
	font-family: verdana,arial,sans-serif;
	padding: 0px;
	margin: 3px;
	border: 1px solid #e0e0e0;
}

.genericElementLabel {
	padding: 0px 2px 0px 3px;
	color: #407090;
	font-weight: bold;
}

.genericElementSpanLabel {
	font-weight:bold;
	padding: 0px 0px 0px 0px;
	color: #407090;
}

.genericElementTitleDivOutline {
	padding: 0px;
	margin: 0px;
	cursor: default;
}

.genericElementTitleDivWysiwyg {
	padding: 0px;
	margin: 0px;
	cursor: default;
	background-color: #F0F0F0;
}

.genericElementTitleDivWysiwygSection {
	padding: 0px;
	margin: 0px;
	cursor: default;
	border-bottom: 1px solid #E0E0E0;
}

.genericAttributeLabel {
	color: #a90000;
	cursor: pointer;
}

.genericGroupDiv {	
	margin: 2px 2px 2px 20px;
	font-size: 13px;
	font-family: verdana,arial,sans-serif;
}

.genericGroupSpan {	
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	font-family: verdana,arial,sans-serif;
}

a.editModeButton {
	text-decoration: none;
	color: #303030;
}

td.editModeTab {
	font-family: Arial;
	font-size: 10px;
	text-decoration: none;
	color: #303030;
	padding: 1px 2px 1px 2px;
	cursor: pointer;
	border-top: 1px solid #A0A0A0;
	border-left: 1px solid #A0A0A0;
	border-right: 1px solid #303030;
}

.expandCollapseControl {
	padding: 0px 1px 0px 2px;
	color: #407090;
	font-family: verdana,arial;
	font-size: 10px;
	text-decoration: none;
}

.dsTab {
	font: 11px Arial;
	text-decoration: none;
	color: black;
	padding: 1px 7px 3px 7px;
	margin-top: 1px;
}

.dsTabSelectedOverlay {
	background-color: #E0E0E0;
	border-top: 1px solid #B0B0B0;
	border-left: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
}

.dsTabDisabledOverlay {
	cursor: default;
	color: #C0C0C0;
}


