body {
	background: #FFFFFF;
	color: #000000;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

#theCanvas {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#theCanvasContainer {
	margin-left: 201px;
	overflow: auto;
	padding: 0;
	background: #CCCCCC url("../../Images/logobn.png") no-repeat center;
}

#imgDelete{
	display: none;
}

.deleteImg{
	display: inline !important;
	position: absolute;
	cursor: pointer;
}

#topBar {
	height: 62px;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #8080FF;
}

#menuBar {
	height: 32px;
	width: 100%;
	background: url("../../Images/menuBar.png");
	background-repeat: repeat-x;
}

#scrittaLogo {
	float: right;
	height: 59px;
	margin-top: 3px;
}

#menuBar span {
	display: block;
	float: left;
	background: url("../../Images/logo_ohyeah2.png") bottom;
	vertical-align: middle;
	margin: 0 10px 0 10px;
	height: 24px;
	width: 21px;
}

#menuBar span:hover {
	background-position: top;
	cursor: default;
}

#menuBar ul {
	cursor: pointer;
}

#menuBar ul li {
	margin: 1px 1px 1px 1px; 
	padding: 3px 10px 2px 10px;
	font-size: 12px;
}

#menuBar ul li:hover {
	background-color: #3030FF;
	color: #FFFFFF;
}

#menuBar ul li ul li{
	marigin: 0;
	padding: 0;
}

#toolBar {
	height: 30px;
	width: 100%;
	background: url("../../Images/toolBar.png");
	background-repeat: repeat-x;
}

#toolBar ul {
	height: 24px;
	vertical-align: top;
	margin-top: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#toolBar ul li {
	height: 24px;
	display: inline;
	margin: 0;
	padding: 0;
	vertical-align: top;
	cursor: pointer;
}

#toolBar ul li a {
	float: left;
	display: block;
	vertical-align: top;
	background-position: center left;
	margin: 0;
	margin-left: 10px;
	height: 24px;
	width: 24px;
}

#toolBar ul li a:hover {
	background-position: top left;
	cursor: pointer;
}

#toolBar ul li a.pressed {
	background-position: center right;
}

#toolBar ul li a.pressed:hover {
	background-position: top right;
}

#toolBar ul li a.disabled {
	background-position: bottom left;
	cursor: default;
}

#toolBar ul li a.disabled:hover {
	background-position: bottom left;
}

#toolBar ul li:hover {
	background-color: #3030FF;
}

#sideBar {
	background-color: #D5D5FF;
	float: left;
	width: 200px;
	padding: 0;
	border-right: 1px solid #8080FF;
	overflow: hidden;
	z-index: 10;
	border-radius: 5px;
	-moz-border-radius: 5px;
	overflow-y: auto;
	overflow-x: hidden;
}

#sideBar ul li a.tabs {
	margin-left: 4px;
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	list-style:none;
	height: 16px;
	padding: 1px;
}

#widgetBar {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
}

#pageBar {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#layoutBar {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 95%;
	overflow: hidden;
}

.titleBar {
	background: url("../../Images/topMenuBar.png");
	background-repeat: repeat-x;
	height: 22px;
	position: static;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 0.9em;
	padding-top: 2px;
	text-indent: 10px;
}

#bottomBar {
	background-color: #8080FF;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: 0px;
}

#ghostBarSter {
	position: absolute;
	top: 100px;
	right: 50px;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 10px 10px 5px #888;
}

#ghostBarSter .titleBar {
	cursor: move;
}

#ghostBarSter ul li a.tabs {
	margin-left: 4px;
	margin-right: 4px;
	list-style:none;
	height: 16px;
	padding: 1px;
}

.widgetButton {
	display: block;
	width: 75%;
	height: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	clear: both;
	cursor: pointer;
	border: 1px solid #8080FF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-repeat: no-repeat;
	background-position: center left;
	text-align: center;
	padding: 12px 0 5px 35px;
}

.widgetButton:hover {
	background-color: #8080FF;
}

/*lista pagine*/
#pageList {
	list-style: none;
	margin-top:0px;
	padding: 0px;
	font-weight: bold;
	font-size: 0.9em;
	text-indent: 20px;
}

#pageList li {
	margin-top:-1px;
	margin-left:0px;
	margin-right:-1px;
	padding-left:0px;
	border-color:#8080ff;
	padding-top:0px;
	border: 0.5px solid #8080FF;
	z-index: 10;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#pageList li:hover{
	background: url("../../Images/pageList.png");
	cursor: pointer;
}

.liBase{
	background: url("../../Images/pageListBase2.png");
	background-repeat: repeat-x;
}

.liAlternato{
	background: url("../../Images/pageListBase2.png");
	background-repeat: repeat-x;
}

.liSelezionato{
	background: url("../../Images/pageList.png");
	background-repeat: repeat-x;
}

.imgPagina{
	padding-top:1px;
	margin-top:2px;
	margin-right:4px;
	height:12px;
	width:12px;
}

.imgPagina:hover{
	background-position:center;
}

.imgDelete{
	float: right;
	margin-top:2px;
	margin-right: 10px;
	height:16px;
	width:16px;
}

.imgPageProp{
	float: right;
	margin-top:2px;
	margin-right: 10px;
	height:16px;
	width:16px;
}

#imgAddPag {
	cursor: pointer;
	float: right;
	margin-top:2px;
	margin-right: 10px;
	height:16px;
	width:16px;
}

.txtBox{
	float: right;
	width: 130px;
	margin-right: 10px;
	margin-left: 3px;
}

.txtBox2{
	float: right;
	width: 80px;
	margin-right: 10px;
	margin-left: 3px;
}

.txtBoxFile{
	float: right;
	width: 94px;
	margin-right: 10px;
	margin-left: 3px;
	cursor: pointer;
	padding-right: 46px;
	background: url(../../Images/sfoglia.png) center right no-repeat #FFFFFF;
}

.labelClass{
	height: 25px;
	text-align: right;
	line-height: 25px;
}

.labelClassColor{
	height: 30px;
	text-align: right;
	line-height: 30px;
}

.inputColor {
	float: right;
	width: 100px;
	margin-right: 10px;
	margin-left: 3px;
}

.listClass{
	height: 25px;
	text-align: left;
	line-height: 25px;
	font-weight: bold;
}

input.text { 
margin-bottom:12px; 
width:95%; 
padding: .4em; 
}

fieldset { 
padding:0; 
border:0; 
margin-top:25px; 
}

#feedback { 
font-size: 1.4em; 
}

#listaLayout { 
	list-style-type: none; 
	margin: 0; 
	padding: 0;
}

#listaLayout li { 
	margin: 3px; 
	padding: 10px; 
	float: left; 
	width: 220px; 
	height: 180px; 
	font-size: 1em; 
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
}


#listaLayout .ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error { padding: .3em;  }
#listaLayout .ui-selecting { background: #FECA40; }
#listaLayout .ui-selected { background: #a495e1; color: white; }


#dialog, #dialogSave, #dialogText, #dialogPadding, #dialogMargin, #dialogLoad, #dialogCredits, #dialogBorder
{
	margin: 5px;
	border-color: #000080;
	border-style: solid;
	border-width: 2px;
	padding: 10px;
	border-radius: 5px;
	font-size: 14px;
	background-color:#b9b9ff;
}

.radioButton{
	display:inline;
	margin-bottom:10px;
}

.textInput{
	margin-top:-1px;
	margin-left:0px;
	margin-right:-1px;
	margin-bottom:10px;
	padding-left:0px;
	border-color:#8080ff;
	padding-top:0px;
	border: 0.5px solid #8080FF;
	z-index: 10;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.titolo{
	font-size: 14px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #8080ff;
	border-color: #000080;
	border-style: solid;
	border-width: 2px;
	padding:2px;
}

.ui-button { 
	outline: 0; 
	margin:0; 
	padding: .4em 1em .5em; 
	text-decoration:none;  
	!important; 
	cursor:pointer; 
	position: relative; 
	text-align: center; 
}

#listaProject .ui-dialog .ui-state-highlight, .ui-dialog .ui-state-error { padding: .3em;  }
#listaProject .ui-selecting { background: #FECA40; }
#listaProject .ui-selected { background: #a495e1; color: white; }

#propTabConteiner {
	display: none;	
}

#cssTabConteiner {
	display: none;	
}

.labelClassArea {
	height: 60px;
	text-align: right;
	line-height: 60px;
}

.labelClassFile {
	width: 70px;
	text-align: right;
}

.prettyTooltip {
	background-image: url("../../Images/fumetto.png");
	background-repeat: no-repeat;
	padding: 2px 10px 2px 42px;
	width: 226px;
	height: 50px;
	font-size: 12px;
	color: #ffffff;
}

.toolTooltip {
	background:#ffffff;
	border: solid 1px;
	font-size: 10px;
	padding: 1px 2px 1px 2px;
}

#loadingScreen {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	color: #000000;
	font-size: 14px;
	z-index: 1000;
	text-align: center;
	padding-top: 40%;
}

#loadingScreen .bkLoadingScreen {
	opacity: 0.3;
	z-index: 999;
	background-color: #999999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.boxB{
	float: left;
	width: 100px;
	margin-right: 10px;
	margin-left: 3px;
}

#projName{
	margin-left: 500px;
	font-family: "Microsoft Sans Serif";
	font-weight: bold;
}
