/*!
 * http://jqueryte.com
 * jQuery Text Editor 1.3.2
 * Copyright (C) 2012, Fatih Koca (fatihkoca@me.com), AUTHOR.txt (http://jqueryte.com/about)
 * This program is free software
you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation
either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this library
if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 *
*/

/* editor's general field */
.jqte_green {
	margin:30px 0 0;
	border:#D7EE97 3px solid;
	border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;
	overflow:hidden;
	transition:border 0.4s; -webkit-transition:border 0.4s; -moz-transition:border 0.4s; -o-transition:border 0.4s;
}
.jqte_green * {
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
.jqte_green_focused {
	border-color:#87AA1F;
}

/* toolbar */
.jqte_green_toolbar {
	overflow:auto;
	padding:7px 10px;
	background:#D7EE97;
	border-bottom:#9AC722 1px solid;
	box-shadow:inset 0 10px 20px #E8F5C3; -webkit-box-shadow:inset 0 10px 20px #E8F5C3; -moz-box-shadow:inset 0 10px 20px #E8F5C3;
	transition:box-shadow 0.4s, border 0.4s, background 0.4s; -webkit-transition:-webkit-box-shadow 0.4s, border 0.4s, background 0.4s; -moz-transition:-moz-box-shadow 0.4s, border 0.4s, background 0.4s; -o-transition:-o-box-shadow 0.4s, border 0.4s, background 0.4s;
}
.jqte_green_focused .jqte_green_toolbar {
	background:#B3DE3F;
	border-bottom:#789B1A 1px solid;
	box-shadow:inset 0 10px 20px #D7EE97; -webkit-box-shadow:inset 0 10px 20px #D7EE97; -moz-box-shadow:inset 0 10px 20px #D7EE97
}

.jqte_green_tool {
	float:left;
	margin:0 2px 0 0;
	padding:4px;
	cursor:pointer;
}

.jqte_green_tool, .jqte_green_tool_icon, .jqte_green_tool_label {
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px
}

.jqte_green_hiddenField {
	display:none
}

.jqte_green_tool_icon {
	display:block;
	width:22px;
	height:22px;
	background:url(/prx/000/https/jqueryte.com/img/jquery-te.png) no-repeat
}
.jqte_green_tool.jqte_green_tool_1 .jqte_green_tool_label {
	position:relative;
	display:block;
	padding:3px;
	width:70px;
	height:16px;
	overflow:hidden;
	text-decoration:none !important
}
.jqte_green_tool.jqte_green_tool_1 .jqte_green_tool_text {
	font:bold 13px Arial,sans-serif;
	color:#222;
}
.jqte_green_tool.jqte_green_tool_1 .jqte_green_tool_icon {
	position:absolute;
	top:10px;
	right:2px;
	width:6px;
	height:4px;
	background-position:-19px -23px;
	border:none;
	border-radius:none; -webkit-border-radius:none; -moz-border-radius:none
}
.jqte_green_tool.jqte_green_tool_2 .jqte_green_tool_icon {
	background-position:0 0
}
.jqte_green_tool.jqte_green_tool_3 .jqte_green_tool_icon {
	background-position:-22px 0
}
.jqte_green_tool.jqte_green_tool_4 .jqte_green_tool_icon {
	background-position:-44px 0
}
.jqte_green_tool.jqte_green_tool_5 .jqte_green_tool_icon {
	background-position:-66px 0
}
.jqte_green_tool.jqte_green_tool_6 .jqte_green_tool_icon {
	background-position:-88px 0
}
.jqte_green_tool.jqte_green_tool_7 .jqte_green_tool_icon {
	background-position:-110px 0
}
.jqte_green_tool.jqte_green_tool_8 .jqte_green_tool_icon {
	background-position:-132px 0
}
.jqte_green_tool.jqte_green_tool_9 .jqte_green_tool_icon {
	background-position:-154px 0
}
.jqte_green_tool.jqte_green_tool_10 .jqte_green_tool_icon {
	background-position:-176px 0
}
.jqte_green_tool.jqte_green_tool_11 .jqte_green_tool_icon {
	background-position:-198px 0
}
.jqte_green_tool.jqte_green_tool_12 .jqte_green_tool_icon {
	background-position:-220px 0
}
.jqte_green_tool.jqte_green_tool_13 .jqte_green_tool_icon {
	background-position:-242px 0
}
.jqte_green_tool.jqte_green_tool_14 .jqte_green_tool_icon {
	background-position:-264px 0
}
.jqte_green_tool.jqte_green_tool_15 .jqte_green_tool_icon {
	background-position:-286px 0
}
.jqte_green_tool.jqte_green_tool_16 .jqte_green_tool_icon {
	background-position:-308px 0
}
.jqte_green_tool.jqte_green_tool_17 .jqte_green_tool_icon {
	background-position:-330px 0
}
.jqte_green_tool.jqte_green_tool_18 .jqte_green_tool_icon {
	background-position:-352px 0
}
.jqte_green_tool.jqte_green_tool_19 .jqte_green_tool_icon {
	background-position:-374px 0
}
.jqte_green_tool.jqte_green_tool_20 .jqte_green_tool_icon {
	background-position:-396px 0
}
.jqte_green_tool.jqte_green_tool_21 .jqte_green_tool_icon {
	background-position:-418px 0
}

.jqte_green_tool:hover {
	background-color:#F8FCEE;
	box-shadow:0 0 4px #789B1A; -webkit-box-shadow:0 0 4px #789B1A; -moz-box-shadow:0 0 4px #789B1A
}
.jqte_green_tool:active, .jqte_green_tool_depressed {
	background-color:#FFF;
	box-shadow:0 1px 4px #678516; -webkit-box-shadow:0 1px 4px #678516; -moz-box-shadow:0 1px 4px #678516
}

.jqte_green_tool.jqte_green_tool_1:hover .jqte_green_tool_icon, .jqte_green_tool.jqte_green_tool_1:active .jqte_green_tool_icon {
	border:none
}

/* link form area */
.jqte_green_linkform {
	padding:5px 10px;
	background:#89B11E;
	border-bottom:#678516 1px solid;
}

.jqte_green_linktypeselect {
	position:relative;
	float:left;
	width:130px;
	background:#AADA28;
	cursor:pointer
}
.jqte_green_linktypeselect:hover {
	background:#BCE254;
	color:#000
}
.jqte_green_linktypeselect:active {
	background:#89B01E;
}
.jqte_green_linktypeview {
	padding:3px 5px;
	border:#333 1px solid;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
	box-shadow:inset 0 1px #B3DE3E; -webkit-box-shadow:inset 0 1px #B3DE3E; -moz-box-shadow:inset 0 1px #B3DE3E;
	outline:none
}
.jqte_green_linktypetext {
	color:#000 !important;
	font-size:12px;
}
.jqte_green_linktypearrow {
	position:absolute;
	bottom:8px; right:6px;
	width:7px;
	height:6px;
	margin:0 auto;
	background:url(/prx/000/https/jqueryte.com/img/jquery-te.png) -7px -23px no-repeat;
}
.jqte_green_linktypes {
	display:none;
	position:absolute;
	top:22px; left:1px;
	width:125px;
	background:#FFF;
	border:#333 1px solid;
	box-shadow:0 1px 4px #AAA; -webkit-box-shadow:0 1px 4px #AAA; -moz-box-shadow:0 1px 4px #AAA
}
.jqte_green_linktypes a {
	display:block;
	padding:4px 5px;
	font-size:12px;
	color:#000;
}
.jqte_green_linktypes a:hover {
	background:#DDD;
	color:#000;
	text-decoration:none
}

.jqte_green_linkinput {
	float:left;
	margin:0 5px;
	padding:3px 5px;
	width:300px;
	background:#F8F8F8;
	border:#678516 1px solid;
	color:#777 !important;
	font-size:12px;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
	outline:none;
}
.jqte_green_linkinput:focus, .jqte_green_linkinput:hover {
	background:#FFF;
	border-color:#000;
}
.jqte_green_linkbutton {
	float:left;
	padding:3px 12px;
	background:#89B11E;
	border:#333 1px solid;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
	box-shadow:inset 0 1px #B3DE3E; -webkit-box-shadow:inset 0 1px #B3DE3E; -moz-box-shadow:inset 0 1px #B3DE3E;
}
.jqte_green_linkbutton:hover {
	background:#9AC722
}
.jqte_green_linkbutton:active {
	box-shadow:inset 0 1px #9AC622; -webkit-box-shadow:inset 0 1px #9AC622; -moz-box-shadow:inset 0 1px #9AC622;
	background:#678516;
}

/* text format menu */
.jqte_green_formats {
	display:none;
	position:absolute;
	width:180px;
	oveflow-x:hidden;
	overflow-y:auto;
	background:#FFF;
	border:#AAA 1px solid;
	box-shadow:0 0 5px #AAA; -webkit-box-shadow:0 0 5px #AAA; -moz-box-shadow:0 0 5px #AAA;
	z-index:100;
}
.jqte_green_format {
	display:block;
	padding:4px 7px;
	color:#000 !important;
	font-size:13px;
	text-decoration:none !important
}
.jqte_green_format:hover {
	background:#DDD
}
.jqte_green_format_1, .jqte_green_format_2, .jqte_green_format_3, .jqte_green_format_4, .jqte_green_format_5, .jqte_green_format_6 {
	font-weight:bold
}
.jqte_green_format_1 {
	font-size:22px
}
.jqte_green_format_2 {
	font-size:20px
}
.jqte_green_format_3 {
	font-size:18px
}
.jqte_green_format_4 {
	font-size:16px
}
.jqte_green_format_5 {
	font-size:14px
}
.jqte_green_format_6 {
	font-size:12px
}
.jqte_green_format_7 {
	font-family:"Courier New", Courier, monospace
}

/* font size menu */
.jqte_green_fontsizes {
	display:none;
	position:absolute;
	width:180px;
	height:198px;
	oveflow-x:hidden;
	overflow-y:auto;
	background:#FFF;
	border:#AAA 1px solid;
	box-shadow:0 0 5px #AAA; -webkit-box-shadow:0 0 5px #AAA; -moz-box-shadow:0 0 5px #AAA
}

.jqte_green_fontsize {
	display:block;
	padding:3px 7px;
	color:#000 !important;
	text-decoration:none !important
}

.jqte_green_fontsize:hover {
	background:#DDD;
	color:#000 !important
}

/* color pallette */
.jqte_green_cpalette {
	display:none;
	position:absolute;
	padding:6px;
	width:144px;
	background:#FFF;
	border:#AAA 1px solid;
	box-shadow:0 0 5px #AAA; -webkit-box-shadow:0 0 5px #AAA; -moz-box-shadow:0 0 5px #AAA
}
.jqte_green_color {
	display:block;
	float:left;
	width:16px;
	height:16px;
	border:#FFF 1px solid;
}
.jqte_green_color:hover {
	border-color:#000 !important
}
.jqte_green_colorSeperator {
    float:none;
    clear:both;
    height:7px;
}


/* editor area */
.jqte_green_editor, .jqte_green_source {
	padding:10px;
	background:#FFF;
	min-height:200px;
	max-height:900px;
	overflow-y:auto;
	outline:none;
	word-wrap:break-word; -ms-word-wrap:break-word;
	resize:vertical
}
.jqte_green_editor {
	color:#000
}
.jqte_green_editor div, .jqte_green_editor p {
	margin:0 0 7px
}
.jqte_green_editor a:link, .jqte_green_editor a:link * {
	color:#0066FF !important;
	text-decoration:underline;
}
.jqte_green_editor blockquote {
	margin-top:0;
	margin-bottom:7px
}

.jqte_green_editor a[jqte_green_green-setlink], .jqte_green_editor a[jqte_green_green-setlink] * {
	background:#3297FD !important;
	color:#FFF !important
}
.jqte_green_editor h1, .jqte_green_editor h2, .jqte_green_editor h3, .jqte_green_editor h4, .jqte_green_editor h5, .jqte_green_editor h6, .jqte_green_editor pre {
	display:block;
	margin:0 0 3px;
	border:none !important
}
.jqte_green_editor h1, .jqte_green_editor h1 * {
	font-size:26px
}
.jqte_green_editor h2, .jqte_green_editor h2 * {
	font-size:24px
}
.jqte_green_editor h3, .jqte_green_editor h3 * {
	font-size:22px
}
.jqte_green_editor h4, .jqte_green_editor h4 * {
	font-size:20px
}
.jqte_green_editor h5, .jqte_green_editor h5 * {
	font-size:18px
}
.jqte_green_editor h6, .jqte_green_editor h6 * {
	font-size:15px
}
.jqte_green_editor pre, .jqte_green_editor pre * {
	font-family:"Courier New", Courier, monospace
}

/* source area */
.jqte_green_source, .jqte_green_source textarea {
	background:#FFF1E8
}
.jqte_green_source textarea {
	margin:0;
	padding:0;
	width:100%;
	min-height:100px;
	font-family:Courier, Arial, sans-serif;
	font-weight:normal;
	font-size:15px;
	overflow:hidden;
	border:none;
	outline:none;
	resize:none
}

/* title box */
.jqte_green_title {
	display:none;
	position:absolute;
	z-index:9999;
}
.jqte_green_titleArrow {
	position:relative;
}
.jqte_green_titleArrowIcon {
	width:7px;
	height:6px;
	margin:0 auto;
	background:url(/prx/000/https/jqueryte.com/img/jquery-te.png) 0 -23px no-repeat;
}
.jqte_green_titleText {
	padding:8px 10px;
	margin-top:0;
	min-width:5px;
	min-height:1px;
	max-width:400px;
	background:#000;
	border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
	word-wrap:break-word; -ms-word-wrap:break-word
}
.jqte_green_titleText, .jqte_green_titleText * {
	color:#FFF;
	font-size:11px;
	font-weight:bold
}
.jqte_green_placeholder {
	position:relative;
	display:none;
}
.jqte_green_placeholder_text {
	position:absolute;
	top:55px;
	left:10px;
	font-size:14px;
	color:#AAA;
}