/*
*******************************************************************************
$Archive: /yw.web.id/public/wysiwyg/style/wysiwyg.css $
$Revision: 1 $
$Modtime: 10/01/05 14:10 $
$Author: James $
*******************************************************************************
*/

/*****************************************************************************/
/* Style for Wysiwyg of static elements */

.h1 {
	height: 1.6em;
	padding: 0px;
	margin: 0px;
	line-height: 1.6em;
	border-width: 1px;
	border-style: dashed;
	border-color: #CCCCCC;
	width: 100%;
	background-color: transparent;
	font-size: 1.6em;
	font-weight: bold;
	color: #4B4B4B;

}

textarea.introtext {
	font-family: Verdana, sans-serif;
	font-size: 1.0em;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: justify;
	margin-top: 10px;
	width: 100%;
	border-width: 1px;
	border-style: dashed;
	border-color: #CCCCCC;
	overflow: visible;	
	font-weight: bold;
	color: #4B4B4B;
}

.static {
	padding: 3px;
	width: 100%;
	/*height: 110px;*/
	margin-bottom: 5px;
	border: 1px dashed #CCCCCC;
}

.static .image {
	width: 120px;
	height: 120px;
	border: 0px;
}

.static .noimage {
	width: 120px;
	height: 120px;
	border: 0px;
}
.static .remimage{
	width: 120px;
	height: 20px;
}
/*****************************************************************************/



/*****************************************************************************/
/* Styles for Editor */
.editor {
	display: block;
	border-width: 1px;
	border-style: dashed;
	border-color: #CCCCCC;
}

.editor .tools {
	display: block;
	border-bottom: 1px solid #999999;
	background-color: #EEEEEE;
	text-align: left;
	font-size: 10px;
}

.editor .content {
	height: 400px;
	overflow: auto;
	padding-right: 3px;
}

.editor .content table {
	border: 0px;
}

.editor .content table caption {
	color: #990000;
	font-size: 10px;
	padding: 0px;
	text-align: left;
}
		
.editor .content td {
	border: 1px dashed #CCCCCC;
	padding: 3px;
}

.editor .content thead td {
	border: 1px dashed #CCCCCC;
	padding: 3px;
	font-weight: bold;
}
/*****************************************************************************/



/*****************************************************************************/
/* Style for Wysiwyg of static elements */
.tools img {
	border: 0px;
	margin: 2px;
}

.tools a {
	border: 1px solid #EEEEEE;
}

.tools a:hover {
	border: 1px solid #990000;
	background-color: #CCCCCC;
}

.tools img.divide {
	height: 16px;
	width: 1px;
}
/*****************************************************************************/



/*****************************************************************************/
/* Style for Wysiwyg of static elements */			
.html {
	display: none;
	border-width: 1px;
	border-style: dashed;
	border-color: #CCCCCC;
}

.html .tools {
	display: block;
	border-bottom: 1px solid #999999;
	background-color: #EEEEEE;
	text-align: left;
	font-size: 10px;
}

.html textarea {
	width: 100%;
	height: 400px;
	padding: 3px;
	border: 0px;
	overflow: auto;
}
/*****************************************************************************/



/*****************************************************************************/
/* Dialog styles deal with the formatting of the pop-up controls */
.container {
	border: 1px dashed #CCCCCC;
	padding: 5px;
}

.container div.control {
	text-align: right;
	border: 0px;
	margin-bottom: 5px;
}
		
.container div.control img {
	margin-right: 4px;
}
/*****************************************************************************/



/*****************************************************************************/
/* Dialog styles deal with the formatting of the pop-up controls */
.dialog {
	margin: 20px;
	background-color: #EEEEEE;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
}

.dialog table {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 3px;
}

.dialog table td {
	border-bottom: 1px solid #CCCCCC;
}	

.dialog table td.label {
	width: 40%;
	font-weight: bold;
}

.dialog table td.note {
	color: #999999;
}

.dialog select {
	width: 100%;
}

.dialog select option {
	font-weight: normal;
}

.dialog select option.parent {
	color: #FF0000;
}

.dialog input {
	border: 1px solid #999999;
	width: 94%;
}

.dialog input.image {
	border: 1px solid #999999;
	width: 54%;
}

.dialog input#button {
	width: 40%;
	font-weight: bold;
}

.dialog input.checkbox {
	border: 0px;
	width: auto;
}		

.dialog textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 97%;
	padding: 3px;
	border: 1px solid #999999;
}
/*****************************************************************************/

