/* 
    Document   : editSection
    Created on : Dec 4, 2009, 4:14:54 PM
    Author     : huynt
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/** huynt **/
div.JT_htmlContent{
	border-bottom:1px #b8cae0 solid;
	padding-left:9px;
	padding-bottom:9px;
}
div.JT_general{
	width:360px;border:1px #bbbbbb solid;
	background-color:#FFFFFF;
}
div.JT_title{
	background-image:url(/extensions/editSection/images/bg_title_03.jpg);background-repeat:repeat;height:14px;
}

div.text_object{
	margin-top:9px;
	margin-bottom:9px;
	background-color:none;
}

span.text_object{
	font-size:10pt;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#0048dc;
}
td.text_button{
	border:0px #bbbbbb solid;
	font:bold 9px Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
	width:61px;
}

/** tao hop vien cong textarea_wiki**/
div.curved-box
{
    width : 346px ;
    background-color : #ffffff;
}

#textarea_wiki div.curved-box-top
{
background:url(/extensions/editSection/images/above_curve_07.jpg) no-repeat;
background-position:bottom;
height:8px;
color : #FCD68B;


}

#textarea_wiki div.curved-box-body
{
    width:344px;
	height:140px;
	border-left:1px #bbbbbb solid;
	border-right:1px #bbbbbb solid;
	border-top:0px #bbbbbb solid;
	border-bottom:0px #bbbbbb solid;
}

#textarea_wiki div.curved-box-bottom
{
background:url(/extensions/editSection/images/below_curve_10.jpg) no-repeat;
background-position:top;
height:11px;
border:0px #000000 solid;
}
textarea.textarea_wikitext{
	width:95%;
	margin-top:0px;
	border-width:0px;
	padding-left:9px;
	font-size:12pt;
	overflow:auto;

}
/** end huynt **/

