body,html{
	background:url('background.gif') repeat-y center center #333;
	margin:0;
	padding:0;
	font-family:Trebuchet MS, Helvetica, sans-serif;
	color:#aaa;
}

a{
	color:#FFB119;
}

label{
	display:inline;
	float:none;
	width:auto;
	text-align:justify;
	padding:0;
}

h1{
	padding:0 20px;
}

h2{
	margin:0;
	border-bottom:1px solid #888;
	padding:10px;
	color:#FFB119;
}

div.block{
	color:#aaa;
	padding:20px;
	text-align:justify;
}

li{
	margin:10px;
}

ul.dependencies{
	font-size:0.8em;
}

ul.dependencies li{
	margin:2px 5px;
}

span.point{
	color:#FFB119;
	font-weight:bold;
}

div.code{
	color:#ddd;
	font-family:Courier New, Courier New, Courier, monospace;
	font-size:0.7em;
	white-space:nowrap;
	padding:10px 20px;
	overflow:hidden;
	border:1px dotted #444;
}

div.indent{
	padding-left:20px;
}
span.tag{
	color:#3A83DD;
}
span.property{
	color:#FD5C5C;
}
span.comment{
	color:#4DAB20;
}
span.highlight{
	background-color:#FFB119;
	color:#000;
}

#logo{
	display:block;
	height:80px;
	width:100%;
	text-indent:-9999px;
	outline:0;
	margin:1px;
	padding:0;
	background-image:url('uvumitools_small.jpg');
	background-position:left center;
	background-repeat:no-repeat;
}

#main{
	width:858px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#main-gallery{
	height:500px;
	position:relative;
	overflow:auto;
	color:#aaa;
	padding:5px;
}

span.color-preview{
	float:left;
	height:20px;
	width:30px;
	border:1px solid #666;
	display:block;
	margin-left:20px;
}

p{
	clear:both;
}

#color-demo{
	padding:40px;
}

#color-preview-1{
	background-color:#f00;
}

#color-preview-2{
	background-color:#0f0;
}

#color-preview-3{
	background-color:#00f;
}

#text-demo{
	padding:40px;
}

#text-demo label{
	color:#aaa;
	display:block;
	float:left;
	width:140px;
	text-align:right;
	padding:6px;
}

#crop-demo{
	text-align:center;
}

#preview{
	height:80px;
}

#resize_coords{
	width:300px;
}

.blueMask{
	background-color:#00f;
}

.yellowSelection{
	background:transparent url('blank.gif') center center repeat;
	border: 2px dotted #FFB119;
	cursor:pointer;
}
	
#previewExample2{
	margin:10px;
}

#footer {
	text-align:center;
	color:#FFB119;
	padding:10px;
}

fieldset{
	border:1px solid #888;
	width:50%;
	margin:20px;
	text-align:center;
}

.new{
	color:#f00 !important;
}

/* this is the main UL element*/
.dropdown-rtl{
	display:none;
	direction:rtl;
	margin:0;
	padding:0;
	list-style:none;
	border-bottom:1px solid #444;
}


/* these are the inner menus*/
.dropdown-rtl ul{
	margin:0;
	padding:0;
	border-top:1px solid #444;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown-rtl li{
	margin:0;
	padding:5px;
	width:120px;
	background-color:#000;
	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown-rtl a{
	text-decoration:none;
	color:#FFB119;
	width:100%;
}

.dropdown-rtl a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown-rtl ul li{
	border:1px solid #444;
	border-top:0;
	margin-right:-1px;
}

/* these are the LIs that contains a submenu*/
.dropdown-rtl li.submenu-down{
	background:#000 url('expand_down.gif') center right no-repeat;
	padding-right:20px;
	width:105px;
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown-rtl li.submenu-left{
	background:#000 url('expand_left.gif') center left no-repeat;
	padding-left:20px;
	width:105px;
}



#dropdown-demo5.dropdown{
	margin-top:10px;
	border-bottom:0;
}

/* these are the inner menus*/
#dropdown-demo5.dropdown ul{
	border-top:1px solid #444;
}

/* these are all the LIs in the menu*/
#dropdown-demo5.dropdown li{
	border:1px solid #444;
	border-top:0;
}

#dropdown-demo5.dropdown>li:first-child{
	border-top:1px solid #444;
}
