/* Import the main editor css file */
@import "../../../js/editor/skins/user/style.css";

.gallery-content {
	min-height: 120px;
}

.cat_container {
	width: 100%;
	float: left;
	margin: 10px 0;
}

.gallery-left {
	float: left;
	width: 300px;
	height: 100%;
}

.gallery-right {
	float: right;
	width: 300px;
	height: 100%;
	margin-right: 30px;
}

.gallery-left ul, .gallery-right ul {
	float: left;
	background-color: rgba(18, 18, 18, 0.2);
	border-color: #fff #c9c9c9 #c9c9c9 #fff;
	border-radius: 5px;
	padding:5px 5px 0;
	margin-bottom:6px;
}

.gallery-left ul ul, .gallery-right ul ul {
	float: left;
	width: 230px;
	margin: 0 0 0 10px;
	border: none;
}

.gallery-left ul li, .gallery-right ul li {
	float: left;
	width: 250px;
	background-color: rgba(0, 0, 0, 0.2);
	list-style:none;
	margin-bottom:6px;
	padding: 6px 12px 12px 12px;
}

.gallery-left ul li li, .gallery-right ul li li {
	width: 225px;
	outline:none;
	padding: 2px 0;
}
.gallery-left li img, .gallery-right li img {
	margin:4px 2px 0 2px;
	float: left;
}
.gallery-left ul .title, .gallery-right ul .title {
	float:left;
	padding:6px 0 0 11px;
}

.pdelete {float:left;width:17px;height:20px;background:url(../img/icondelete.png) top left no-repeat;text-decoration:none;}
.pdapprove {float:left;width:17px;height:20px;background:url(../img/iconapprove.png) top left no-repeat;text-decoration:none;}
.pedit {float:left;width:17px;height:20px;background:url(../img/editpost.png) top left no-repeat;text-decoration:none;}
.ptrash {float:left;width:17px;height:20px;background:url(../img/trash.png) top left no-repeat;text-decoration:none;}

.modinline {
	top: -10px;
	right: 0;
}

.moderate {
	position:absolute;
	top:10px;
	right:20px;
	padding:4px;
	z-index: 5;
	border: 1px solid #e2e2e2;
	background-color: #fcfcfc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

figure {
	margin: 0 10px 15px 0;
	clear: none;
}

/* Tooltip */
.colorTip{
	/* This class is assigned to the color tip span by jQuery */
	
	display:none;
	position:absolute;	
	left:50%;
	top:-30px;
	padding:6px;
	z-index:101;
	
	background-color:white;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-style:normal;
	line-height:1;
	text-decoration:none;
	text-align:center;
	text-shadow:0 0 1px white;
	white-space:nowrap;
	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

.pointyTip,.pointyTipShadow{
	/* Setting a thick transparent border on a 0x0 div to create a triangle */
	border:6px solid transparent;
	bottom:-12px;
	height:0;
	left:50%;
	margin-left:-6px;
	position:absolute;
	width:0;
}

.pointyTipShadow{
	/* The shadow tip is 1px larger, so it acts as a border to the tip */
	border-width:7px;
	bottom:-14px;
	margin-left:-7px;
}

.colorTipContainer{
	position:relative;
	text-decoration:none !important;
}


/* 1 Available Color Themes */

.yellow .pointyTip{ border-top-color:#f9f2ba;}
.yellow .pointyTipShadow{ border-top-color:#e9d315;}
.yellow .colorTip{
	background-color:#f9f2ba;
	border:1px solid #e9d315;
	color:#5b5316;
}

/* Editor Stuff */
.jakcmsE .jakcmsEButton1 a {
	background-image:url(../img/bold.png);
}
.jakcmsE .jakcmsEButton2 a {
	background-image:url(../img/italic.png);
}
.jakcmsE .jakcmsEButton3 a {
	background-image:url(../img/underline.png);
}
.jakcmsE .jakcmsEButton4 a {
	background-image:url(../img/picture.png);
}
.jakcmsE .jakcmsEButton5 a {
	background-image:url(../img/link.png);
}
.jakcmsE .jakcmsEButton6 a {
	background-image:url(../img/list-bullet.png);
}
.jakcmsE .jakcmsEButton7 a {
	background-image:url(../img/list-numeric.png);
}
.jakcmsE .jakcmsEButton8 a {
	background-image:url(../img/list-item.png);
}
.jakcmsE .clean a {
	background-image:url(../img/clean.png);
}
.jakcmsE .smilies a {
	background-image:url(../img/smile.png);
}
.jakcmsE .smilies ul {
	width:108px;
	padding:1px;
}
.jakcmsE .smilies  li {
	border:1px solid white;
	width:25px;
	height:25px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	float:left;
}
.jakcmsE .smilies .s-1 a {
	background-image:url(../../../img/smilies/smiley-cool.png);
}
.jakcmsE .smilies .s-2 a {
	background-image:url(../../../img/smilies/smiley-cry.png);
}
.jakcmsE .smilies .s-3 a {
	background-image:url(../../../img/smilies/smiley-frown.png);
}
.jakcmsE .smilies .s-4 a {
	background-image:url(../../../img/smilies/smiley-kiss.png);
}
.jakcmsE .smilies .s-5 a {
	background-image:url(../../../img/smilies/smiley-laughing.png);
}
.jakcmsE .smilies .s-6 a {
	background-image:url(../../../img/smilies/smiley-mouth.png);
}
.jakcmsE .smilies .s-7 a {
	background-image:url(../../../img/smilies/smiley-sealed.png);
}
.jakcmsE .smilies .s-8 a {
	background-image:url(../../../img/smilies/smiley-shout.png);
}
.jakcmsE .smilies .s-9 a {
	background-image:url(../../../img/smilies/smiley-smile.png);
}
.jakcmsE .smilies .s-10 a {
	background-image:url(../../../img/smilies/smiley-tongue.png);
}
.jakcmsE .smilies .s-11 a {
	background-image:url(../../../img/smilies/smiley-undecided.png);
}
.jakcmsE .smilies .s-12 a {
	background-image:url(../../../img/smilies/smiley-unhappy.png);
}
.jakcmsE .smilies .s-13 a {
	background-image:url(../../../img/smilies/smiley-weird.png);
}
.jakcmsE .smilies .s-14 a {
	background-image:url(../../../img/smilies/smiley-what.png);
}
.jakcmsE .smilies .s-15 a {
	background-image:url(../../../img/smilies/smiley-wink.png);
}
.jakcmsE .smilies .s-16 a {
	background-image:url(../../../img/smilies/smiley-yell.png);
}
.jakcmsE .paragraph a {
	background-image:url(../img/paragraph.png);
}
.jakcmsE .linebreak a {
	background-image:url(../img/linebreak.png);
}

/* White Style */
.middle.white .gallery-left ul, .middle.white .gallery-right ul {
	background-color: rgba(243, 243, 243, 0.6);
	border-color: #fff #c9c9c9 #c9c9c9 #fff;
}

.middle.white .gallery-left ul li, .middle.white .gallery-right ul li {
	background-color: rgba(194, 194, 194, 0.2);
}