@charset "utf-8";
/* CSS Document */

textarea { width:90%; }

select
{
	margin-top: 8px;
	padding: 4px;
	padding-left: 2px;
	
}
#info {
	display: block;
	padding: 10px; margin-bottom: 20px;
	border: 1px solid #333;
	background-color: #efefef;
}

.sortableThings {
	list-style: none;
}

.sortableThings li
{
	border: 1px black solid;
	border-radius: 12px 12px 12px 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: white;
	
	display: block;
	overflow: hidden;
	/*padding: 20px 10px; margin-bottom: 3px;
	background-color: #efefef;*/
}

/* Selected Things */
ul.sortableThings li.selected
{
	background-color: #CFF;
}

ul.sortableThings li.minimized
{
	height: 27px;
}

.sortableThings li h3
{
	float: left;
	display: block;
	margin-left: -10px;
	margin-top: -3px;
	margin-bottom: 3px;
}

.sortableThings li input
{
	float: right;
	display: block;
	padding-left: 5px;
	left: 8px;
}

.sortableThings li input:focus
{
	padding-left: 4px;
}


.sortableThings li div.shortDescription
{
	clear: both;
}

.sortableThings li div.description
{
	clear: both;
}


.sortableThings li.minimized div.description
{
	display: none;
}



.sortableThings li img.handle
{
	margin-right: 20px;
	cursor: move;
	float: left;
}

.sortableThings li img.minimize, #main .sortableThings li img.minimize {
	margin-right: 20px;
	cursor: move;
	float: right;
	width: 16px;
}

li ul.tags
{
	list-style-type: none;
	display: inline-block;
	margin: 0px;
	padding: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

ul.sortableThings li.minimized ul.tags
{
	display: none;
}
	li ul.tags li.published { background-color: #009fc6; }

	/* ul.sortableThings li ul.tags li */
	li ul.tags li
	{
		display: block;
		border: none;
		border-bottom: 1px solid #C2DDE0;
		border-bottom: 1px solid #C2DDE0;
		background-color: #D4E3E5;
		float: left;
		padding: 4px;
		margin-right: 2px;
		border-radius: 2px 2px 2px 2px;
		font-size: 14px;
		margin-bottom: 2px;
	}
	
	li ul.tags li.published { background-color: #009fc6; }

/* The editing 50:50 split. */
div.originalthingtext
{
	width: 50%;
	float: left;
}

div.newthingtext
{
	width: 50%;
	float: right;
}

div.comparison
{
	float: left;
	width: 100%;
	clear: both;
}

div.inpDescription
{
	width: 100%;
}

img.fadebutton
{
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
}

img.fadebutton:hover
{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
}

input[type="checkbox"]
{

}

p.noimgmsg
{
	padding:5px;
	padding-left:13px;
	color:grey;
	font-size:small;
}
select.imglist { background-color:#CFF; }







/* Styles for the divider */
.compareOldNew
{
	display: inline-block;
	width: 100%;
	/* border: grey 1px solid; */
}

.compareOldNew div.topbar
{
	
}


div.compareOldNew div.left
{
	float: left;
/*
	transition: width 1s;
	-webkit-transition: width 1s; /* Safari */

	overflow:hidden;
}

div.compareOldNew div.left div.desc
{
	padding-right: 10px;
}

div.compareOldNew div.divider
{
	float: left;
/*
	transition: width 1s;
	-webkit-transition: width 1s; /* Safari */

	width: 4%;
/*	background-color: gray; */
/*	height: 100%; */
	position: relative;
}

div.compareOldNew div.divider img
{
	display: block;
    max-width: 100px;
    max-height: 100px;
    width: 100%;
    height: auto;
}

div.compareOldNew div.right
{
	float: left;
/*
	transition: width 1s;
	-webkit-transition: width 1s; /* Safari */

	overflow:hidden;
}

div.dividerleft div.left
{
	width: 0%;
	height: 10px;
}

div.dividerleft div.right
{
	width: 96%;
}

div.dividercentre div.left
{
	width: 48%;
}

div.dividercentre div.right
{
	width: 48%;
}

div.dividerright div.left
{
	width: 96%;
}

div.dividerright div.right
{
	width: 0%;
	height: 1px;
}
.compareOldNew div.divider img
{
	float: left;
	clear: both;
}


.compareOldNew h3, .compareOldNew h4
{
	padding: 0;
	margin: 0;
}

.compareOldNew div.right input
{
	border: 0px solid white;
	padding: 3px;
	padding-left: 10px;
	width: 100%;
	background: none;
	position: relative;
	left: 16px;
}

.compareOldNew div.right input.url
{
	color: blue;
}

textarea
{
	/* font-family: Arial, Helvetica, sans-serif; */
	font-family: Georgia, serif;
}

.compareOldNew div.right textarea
{
	border: 1px dotted #ccc;
	width: 95%;
	background: none;
	position: relative;
	left: 8px;
	height: 100px;
	padding: 5px;
}

.compareOldNew div.right input.h4
{
	font-weight: bold;
}

.compareOldNew div.right input:focus
{
	border: 1px solid grey;
	padding: 2px;
	padding-left: 4px;
}

.helpdiv
{
	display: none;
	border: dashed 1px gray;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-radius: 12px 12px 12px 12px;
}

img.helpbutton, #main img.helpbutton
{
	display:inline;
	margin-bottom: -4px;
	margin-left: 4px;
	width: 20px;
	height: 20px;
}
#main img.helpbutton {
	display:inline;
	margin-left:4px;
}

input.hiddenInput
{
	display: none;
	color: #CCC;
	border: 1px #CCC dashed;
}

.sortableThings li input.hiddenInput
{
	display: none;
	color: #CCC;
	border: 1px #CCC dashed;
}

span.debug
{
	color: red;	
}

noscript
{
    font-size: 18px;
	color: red;
}

input.submit
{
  font-size: 17px;
  padding: 6px 10px 6px 10px;
  margin: 5px 5px 5px 0;
}

input.Tagname {
    background-color: #009fc6;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:6px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    cursor: poiner;
    border:none;
    padding:2px 8px;
    display:inline;
    float:left;
    margin-right:2px;
}
input.Tagname:hover {
    border: none;
    background: #888;
    box-shadow: 0px 0px 1px #fff;
    
}

#main { width: 100%; }