/* Drop Down Menu */
#jsddm
{	margin:0;
	background-color:#666666;
	/*background:black url(/images/menu.png) repeat-x;*/
	padding:0}

	#jsddm li
	{	float: left;
		/*list-style: none;
		font: 12px Tahoma, Arial*/}

	#jsddm li a
	{	display:block;
		background:#666666;
		/*background:black url(/images/menu.png) repeat-x;*/
		padding:10px 10px 10px;
		text-decoration:none;
		/*width: 70px;*/
		color: #fff;
		font-family:Trebuchet MS;
		font-size:12px;
		font-weight:bold;
		white-space: nowrap}
		
	#jsddm li a:hover
	{	
		background:#00baff;
		/*background:url(/images/menu_hover.png) no-repeat center top;*/
	}
		
		#jsddm li ul
		{	margin:0;
			padding:0;
			z-index:10; /* este fix nos trae al Front el menu, al fin se para qué es el z-index XD */
			position:absolute;
			visibility:hidden;
			border:1px solid #666666}
		
			#jsddm li ul li
			{	float:none;
				display:inline}
			
			#jsddm li ul li a
			{	width:auto;
				background:#fff;
				font-weight:bold;
				padding:6px 10px 6px 10px;
				color:#0066cc}
			
			#jsddm li ul li a:hover
			{	background:#cc0000;
				color:#fff;}
			
/* Drop Down Menu EOF */

/* ################################################# */

/* ColorPicker */

.colorpicker {
	width: 356px;
	height: 176px;
	overflow: hidden;
	position: absolute;
	background: url(/images/ajax/colorpicker_background.png);
	font-family: Arial, Helvetica, sans-serif;
	display: none;
}
.colorpicker_color {
	width: 150px;
	height: 150px;
	left: 14px;
	top: 13px;
	position: absolute;
	background: #f00;
	overflow: hidden;
	cursor: crosshair;
}
.colorpicker_color div {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background: url(/images/ajax/colorpicker_overlay.png);
}
.colorpicker_color div div {
	position: absolute;
	top: 0;
	left: 0;
	width: 11px;
	height: 11px;
	overflow: hidden;
	background: url(/images/ajax/colorpicker_select.gif);
	margin: -5px 0 0 -5px;
}
.colorpicker_hue {
	position: absolute;
	top: 13px;
	left: 171px;
	width: 35px;
	height: 150px;
	cursor: n-resize;
}
.colorpicker_hue div {
	position: absolute;
	width: 35px;
	height: 9px;
	overflow: hidden;
	background: url(/images/ajax/colorpicker_indic.gif) left top;
	margin: -4px 0 0 0;
	left: 0px;
}
.colorpicker_new_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 213px;
	top: 13px;
	background: #f00;
}
.colorpicker_current_color {
	position: absolute;
	width: 60px;
	height: 30px;
	left: 283px;
	top: 13px;
	background: #f00;
}
.colorpicker input {
	background-color: transparent;
	border: 1px solid transparent;
	position: absolute;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #898989;
	top: 4px;
	right: 11px;
	text-align: right;
	margin: 0;
	padding: 0;
	height: 11px;
}
.colorpicker_hex {
	position: absolute;
	width: 72px;
	height: 22px;
	background: url(/images/ajax/colorpicker_hex.png) top;
	left: 212px;
	top: 142px;
}
.colorpicker_hex input {
	right: 6px;
}
.colorpicker_field {
	height: 22px;
	width: 62px;
	background-position: top;
	position: absolute;
}
.colorpicker_field span {
	position: absolute;
	width: 12px;
	height: 22px;
	overflow: hidden;
	top: 0;
	right: 0;
	cursor: n-resize;
}
.colorpicker_rgb_r {
	background-image: url(/images/ajax/colorpicker_rgb_r.png);
	top: 52px;
	left: 212px;
}
.colorpicker_rgb_g {
	background-image: url(/images/ajax/colorpicker_rgb_g.png);
	top: 82px;
	left: 212px;
}
.colorpicker_rgb_b {
	background-image: url(/images/ajax/colorpicker_rgb_b.png);
	top: 112px;
	left: 212px;
}
.colorpicker_hsb_h {
	background-image: url(/images/ajax/colorpicker_hsb_h.png);
	top: 52px;
	left: 282px;
}
.colorpicker_hsb_s {
	background-image: url(/images/ajax/colorpicker_hsb_s.png);
	top: 82px;
	left: 282px;
}
.colorpicker_hsb_b {
	background-image: url(/images/ajax/colorpicker_hsb_b.png);
	top: 112px;
	left: 282px;
}
.colorpicker_submit {
	position: absolute;
	width: 22px;
	height: 22px;
	background: url(/images/ajax/colorpicker_submit.png) top;
	left: 322px;
	top: 142px;
	overflow: hidden;
}
.colorpicker_focus {
	background-position: center;
}
.colorpicker_hex.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
	background-position: bottom;
}
.colorpicker_slider {
	background-position: bottom;
}

/* Color Picker EOF */

/* ################################################# */

/* Smarkup */

div.smarkup {
	position: relative;
	height: 100%;
}
div.smarkup * {
	margin: 0;
	padding: 0;
	font-family: arial;
	list-style-type: none;
	outline: none;
}
div.smarkup form {
	width: 100%;
}
div.smarkup div.smarkup-search {
	border-top: 1px solid #999;
	display: none;
	padding: 2px 0 2px 4px;
	line-height: 20px;
}
div.smarkup div.smarkup-search * {
	float: left;
}
div.smarkup div.smarkup-search input.qsearch {
	height: 14px;
	padding: 2px;
	margin: 0;
	border: none;
	width: 100px;
	border: 1px solid #999;
}
div.smarkup div.smarkup-search a, div.smarkup div.smarkup-search small {
	font-size: 11px;
	line-height: 20px;
}
div.smarkup div.smarkup-search a {
	border: 0;
	margin: 2px 6px 0 4px;
	display: block;
	width: 16px; 
	height: 16px;
	background: url(/images/ajax/magnifier.png) no-repeat;
}
div.smarkup div.smarkup-search:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
div.smarkup div.smarkup-textarea-wrapper {
	margin: 0 4px 4px 4px;
	height: 100%;
}
div.smarkup-textarea {
	background-color: #fff;
}
div.smarkup textarea {
	clear: both;
	display: block;
	width: 100%;
	border: 0;
	overflow: auto;
	font-family: 'Courier New', Courier, monospace;
}
div.smarkup ul.smarkup-toolbar {
	list-style-type: none;
	margin: 0;
}
div.smarkup ul.smarkup-toolbar > li {
	float: left;
	height: 16px;
}
div.smarkup ul.smarkup-toolbar > li:hover div {
	display: block;
}
div.smarkup ul.smarkup-toolbar li.ddmenu {
	background: url(/images/ajax/ddmenu.png) no-repeat 16px 7px;
	padding-right: 3px;
	margin-right: 5px;
	position: relative;
	cursor: pointer;
}
div.smarkup div.smarkup-ddmenu {
	width: 200px;
	position: absolute;
	border: 1px solid #dedede;
	border-bottom: none;
	left: 0;
	top: 16px;
	z-index: 999;
	display: none;
}
div.smarkup div.smarkup-ddmenu ul {
	margin: 0;
}
div.smarkup div.smarkup-ddmenu li {
	border-bottom: 1px solid #dedede;
}
div.smarkup div.smarkup-ddmenu li a {
	display: block;
	height: 24px;
	width: auto;
	line-height: 24px;
	background-color: #fff;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	padding-left: 9px;
	font-size: 13px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 4px center;
	padding-left: 24px !important;
}
div.smarkup div.smarkup-ddmenu li a:hover {
	background-color: #dedede;
}
div.smarkup ul.smarkup-toolbar li.separator {
	width: 1px;
	margin: 0 12px 0 6px;
	height: 16px;
	overflow: hidden;
	background-color: #ccc;
}
div.smarkup ul.smarkup-toolbar a {
	text-decoration: none;
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 6px;
}
div.smarkup div.smarkup-preview {
	margin: 4px;
	border: 1px solid #999;
	display: none;
}
div.smarkup div.smarkup-preview-header {
	cursor: pointer;
}
div.smarkup iframe.smarkup-preview-iframe {
	border: 0;
	width: 100%;
	height: 300px;
	overflow: auto;
}
div.smarkup div.smarkup-overlap {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background-color: black;
	display: none;
	z-index: 1000;
}

div.smarkup div.smarkup-dialog {
	position: absolute;
	width: 360px;
	top: 50%;
	left: 50%;
	margin-left: -180px;
	display: none;
	z-index: 1001;
}

div.smarkup div.smarkup-dialog dl {
	margin-top: 8px;
}

div.smarkup div.smarkup-dialog dt {
	clear: left;
	float: left;
	display: block;
	margin-right: 8px;
	width: 120px;
	text-align: right;
	line-height: 27px;
	height: 27px;
}

div.smarkup div.smarkup-dialog dt label {
	color: #666666;
	font-size: 13px;
}

div.smarkup div.smarkup-dialog dd input {
	height: 15px;
	line-height: 15px;
	padding: 2px;
	border: 4px solid #dedede;
}

div.smarkup div.smarkup-dialog-form {
	background-color: #fff;
	margin: 0 9px;
	padding: 9px;
}

div.smarkup div.smarkup-dialog-form h3 {
	padding: 5px 0 5px 5px;
	background-color: #dedede;
	margin: -9px -9px 0;
	position: relative;
}

div.smarkup div.smarkup-dialog-form p {
	border-top: 1px solid #dedede;
	margin: 8px -9px 0;
	text-align: center;
	padding-top: 8px;
}

div.smarkup div.smarkup-dialog-form p input {
	background-color: #dedede;
	border: none;
	font-weight: bold;
	color: #666666;
	padding: 1px 0;
	width: 60px;
	height: 24px;
	margin-right: 4px;
	cursor: pointer;
}

div.smarkup div.smarkup-dialog-form p input:hover, div.smarkup div.smarkup-dialog-form p input:focus {
	background-color: #666;
	color: #fff;
}

div.smarkup div.smarkup-dialog-header, div.smarkup div.smarkup-dialog-footer {
	position: relative;
	width: 100%;
	overflow: hidden;
}

div.smarkup div.smarkup_help * {
	clear: both;
	text-align: left;
	font-size: 12px;
}

div.smarkup div.smarkup_help {
	margin: 9px 0;
	height: 150px;
	overflow: auto;
}

div.smarkup div.smarkup_help h4 {
	color: #FF8A00;
	font-size: 1em;
	border-bottom: 1px solid #dedede;
}

div.smarkup div.smarkup_help dt {
	font-weight: bold;
	text-align: left;
	width: auto;
	color: #3B4B5F;
}

div.smarkup div.smarkup_help dd {
	margin-bottom: 6px;
	padding-left: 6px;
}

div.smarkup a.find {
	background: url(/images/ajax/find.png) no-repeat center center;
}
div.smarkup a.preview {
	background: url(/images/ajax/preview.png) no-repeat center center;
}
div.smarkup a.h1 {
	background: url(/images/ajax/h1.png) no-repeat center center;
}
div.smarkup a.h2 {
	background: url(/images/ajax/h2.png) no-repeat center center;
}
div.smarkup a.h3 {
	background: url(/images/ajax/h3.png) no-repeat center center;
}
div.smarkup a.h4 {
	background: url(/images/ajax/h4.png) no-repeat center center;
}
div.smarkup a.h5 {
	background: url(/images/ajax/h5.png) no-repeat center center;
}
div.smarkup a.h6 {
	background: url(/images/ajax/h6.png) no-repeat center center;
}
div.smarkup a.p {
	background: url(/images/ajax/paragraph.png) no-repeat center center;
}
div.smarkup a.blockquote {
	background: url(/images/ajax/blockquote.png) no-repeat center center;
}
div.smarkup a.strong {
	background: url(/images/ajax/bold.png) no-repeat center center;
}
div.smarkup a.em {
	background: url(/images/ajax/italic.png) no-repeat center center;
}
div.smarkup a.del {
	background: url(/images/ajax/strikethrough.png) no-repeat center center;
}
div.smarkup a.underline {
	background: url(/images/ajax/underline.png) no-repeat center center;
}
div.smarkup a.ul {
	background: url(/images/ajax/unordered-list.png) no-repeat center center;
}
div.smarkup a.ol {
	background: url(/images/ajax/ordered-list.png) no-repeat center center;
}
div.smarkup a.li {
	background: url(/images/ajax/list-item.png) no-repeat center center;
}
div.smarkup a.img {
	background: url(/images/ajax/photo.png) no-repeat center center;
}
div.smarkup a.a {
	background: url(/images/ajax/link.png) no-repeat center center;
}
div.smarkup a.flash {
	background: url(/images/ajax/flash.png) no-repeat center center;
}
div.smarkup a.video {
	background: url(/images/ajax/video.png) no-repeat center center;
}
div.smarkup a.omega {
	background: url(/images/ajax/omega.png) no-repeat center center;
}
div.smarkup a.color {
	background: url(/images/ajax/color.png) no-repeat center center;
}
div.smarkup a.tag {
	background: url(/images/ajax/tag.png) no-repeat center center;
}
div.smarkup a.code {
	background: url(/images/ajax/code.png) no-repeat center center;
}
div.smarkup a.help {
	background: url(/images/ajax/help.png) no-repeat center center;
}

/* default sking style.css */

div.smarkup {
	background: url(/images/ajax/toolbar-bg.png) repeat-x;
	border: 1px solid #999;
}
div.smarkup-textarea {
	border: 1px solid #999;
	background: #fff url(/images/ajax/textarea-bg.png) repeat-x;
}
div.smarkup textarea {
	line-height: 18px;
	padding: 4px 0;
	height: 350px;
	color: #333;
	font-size: 14px;
	background: none;
}
div.smarkup-toolbar {
	height: 24px;
	padding: 6px 0 0 4px;
}
div.smarkup-preview {
	background: #fff url(/images/ajax/toolbar-bg.png) repeat-x;
}
div.smarkup-preview iframe {
	background: #fff;
}
div.smarkup-preview-header {
	background: url(/images/ajax/preview.png) no-repeat 4px center;
	border-bottom: 1px solid #999;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	padding-left: 24px;
	font-weight: bold;
}
div.smarkup-dialog-body {
	background: url(/images/ajax/dialog-bg.png);
}

div.smarkup-dialog-header, 
div.smarkup-dialog-footer, 
div.smarkup-dialog-tl,
div.smarkup-dialog-tr,
div.smarkup-dialog-bl,
div.smarkup-dialog-br {
	height: 9px;
}

div.smarkup-dialog-tl {
	margin-right: 9px;
	background: url(/images/ajax/dialog-tl.png) no-repeat;
}

div.smarkup-dialog-tr, div.smarkup-dialog-br {
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
}

div.smarkup-dialog-tr {
	background: url(/images/ajax/dialog-tr.png) no-repeat;
}

div.smarkup-dialog-br {
	background: url(/images/ajax/dialog-br.png) no-repeat;
}

div.smarkup-dialog-bl {
	margin-right: 9px;
	background: url(/images/ajax/dialog-bl.png) no-repeat;
}

/* smarkup addons */

div.smarkup table.smarkup-special-chars, div.smarkup table.smarkup-special-colors {
	width: 100%;
}

div.smarkup table.smarkup-special-chars a {
	display: block;
	text-decoration: none;
	color: #333;
	width: 22px;
	border: 1px solid #999;
	border-top-color: #dedede;
	border-left-color: #dedede;
	height: 22px;
	line-height: 22px;
	text-align: center;
}

div.smarkup table.smarkup-special-chars a:hover {
	background-color: #dedede;
}

div.smarkup table.smarkup-special-chars td {
	padding: 1px;
}

div.smarkup table.smarkup-special-colors td {
	padding: 0;
	margin: 0;
}

div.smarkup table.smarkup-special-colors a {
	display: block;
	height: 14px;
}

/* Smarkup EOF */
