/* CSS Document */
	
#scrollRegion {
	
	border: 1px solid;
	border-radius: 5px;
	border-color: #666;
	height: 40px;
	margin: 10px 10px 10px 10px;
	
	overflow:auto;
	}
		
#scrollSBRegion {
	
	border: 1px solid;
	border-radius: 5px;
	border-color: #666;
	height: 40px;
	margin: 10px 10px 10px 10px;
	
	overflow:auto;
	}

.elements {
		
	border-style: solid; 
	border-width: 1px;
	border-radius: 5px;
	border-color: #CADBE6;
		
}

.elementTools {
	
	text-align: right; 
	font-family: Calibri, Arial, sans-serif; 
	font-size: 10px; 
	text-transform: uppercase; 
	clear: both;
	margin: 10px;
	
	border-style: dotted; 
	border-width: 1px;
	border-radius: 5px;
	border-color: #CADBE6;
		
}

.nameHolder {
	margin: 10px 10px 10px 10px;
}

.editStoryName {
	height:	25px;
	font-size: 13px;
	color: #1c94c4;
}

.bottomToolbar {
	border: 1px solid;
	border-radius: 5px;
	border-color: #666;
	height: 40px;
	margin: 10px 10px 10px 10px;
}.tbrContainer {
	width: 575px; 
	margin-left: auto;
	margin-right: auto;
}
#sortable { 
	margin: 0; 
	padding: 0; 
	width: 100%; 
}
#sortableSB { 
	margin: 0; 
	padding: 0; 
	width: 100%; 
}
.portlet {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 2em;
	margin-left: 2em;
	overflow: hidden;	
	cursor: pointer; 
}
.portletSB {
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 2em;
	margin-left: 2em;
	overflow: hidden;	
	cursor: pointer; 
}
.portletHiglighted {
	border-style: solid;
	/* border-color: #1c94c4; */
	border-color: #e78f08;
	border-width: 4px;
	background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
}
.portletHiglightedSB {
	border-style: solid;
	/* border-color: #1c94c4; */
	border-color: #e78f08;
	border-width: 4px;
	background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
}
.portLeft {
	width: 100px;
	height: 100px;
    line-height:100px;
	float: left;
	border: 1px solid;
	border-radius: 5px;
	border-color: #CADBE6;
	margin: 5px 5px 5px 5px; 
	text-align: center;
	position: relative;
	font-size: 0;
}
.portLeft img{
	vertical-align: middle;
}
.portLeftSB {
	width: 100px;
	height: 100px;
    line-height:100px;
	float: left;
	border: 1px solid;
	border-radius: 5px;
	border-color: #CADBE6;
	margin: 5px 5px 5px 5px; 
	text-align: center;
	position: relative;
	font-size: 0;
}
.portLeftSB img{
	vertical-align: middle;
}
.portRight {
	overflow: hidden;
}
.portRightSB {
	overflow: hidden;
}
.portlet-header { 
	margin: 0.3em; 
	padding-bottom: 4px; 
	padding-left: 
	0.2em; 
}
.portlet-header .ui-icon { 
	float: right; 
}
.portlet-content { 
	padding: 0.4em;
	height: 70px;	
	overflow: hidden;
}
.portlet-contentSB { 
	padding: 0.4em;
	height: 70px;	
	overflow: hidden;
}
.ui-sortable-placeholder { 
	margin-top: 1em;
	margin-bottom: 1em;
	margin-right: 2em;
	margin-left: 2em;
	border: 1px dotted black;
	/* border: 1px black; */
	visibility: visible !important; 
	height: 50px !important;
}
.ui-sortable-placeholder * { visibility: hidden; }
#newTable {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	/* background: #fff; */
	margin: 45px;
	width: 600px;
	border-collapse: collapse;
	text-align: center;
}
#newTable th {
	font-size: 12px;
	font-weight: normal;
	color: #039;
	padding: 10px 8px;
	border-bottom: 2px solid #6678b1;
}
#newTable td {
	border-bottom: 1px solid #ccc;
	color: #669;
	padding: 6px 8px;
}
#newTable tbody tr:hover td {
	color: #009;
}
.no-close .ui-dialog-titlebar-close {
  display: none;
}
#spacer {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-top: 7px;
	margin-left: 7px;
	cursor: default;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
	font-size: 12px;
	font-weight: bold;
}
.createStoryDialogs {
	display: none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
/* 	font-weight: bold; */
 	color: #1c94c4;
}
.createStoryDialogPara {
	color: #1c94c4;
}









