/*
 ditzie.css

 (c) 2009 CJ Niemira (http://siege.org)

 All rights reserved

 This file contains many of the style definitions necessary to support
 http://ditzie.com
*/

a {
	border: none;
	text-decoration: none;
}

button {
	border: none;
	margin: 0px;
	padding: 0px;
}

div.geo {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div.input {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2px;
	vertical-align: top;
}

div.slider {
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
}

div.input img {
	position: relative;
/*	top: 6px; */
}

img {
	border: none;
	margin: 0px;
	padding: 0px;
}

input.geo, input.all_geo {
	background-color: #EFEFEF;
	border: 0;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 32px;
}

label {
	display: block;
	float: left;
	margin-right: 0.5em;
	text-align: right;
	width: 6em;
}

label.attribute {
	display: block;
	float: left;
	font-size: 10pt;
	margin-right: 0;
	padding: 0;
	text-align: right;
}

.clone {
	cursor: move;
}

.color {
	height: 64px;
	width: 64px;
}

.ditzie {
	cursor: move;
	height: 32px;
	width: 32px;
}

.hidden {
	display: none;
}

.slider {
	margin-top: 12px;
	width: 290px;
}

.set {
	border-bottom: 1px solid black;
	margin-bottom: 4px;
	padding-bottom: 4px;
	text-align: center;
	vertical-align: middle;
}

.set img {
	display: inline-block;
	margin: 2px 0px;
	vertical-align: middle;
	z-Index: 1000000;
}

#body img.locked {
	cursor: not-allowed;
}

#handle {
	background-color: #009;
	border-bottom: 1px solid #22f;
	border-left: 1px solid #fff;
	border-right: 1px solid #22f;
	border-top: 1px solid #fff;
	cursor: move;
	height: 18px;
	width: 10px;
}

#help {
	cursor: help;
}

#MB_caption span.breadcrumb {
	cursor: pointer;
}

#MB_content {
	max-height: 480px;
}

#MB_content a {
	color: #00f;
	text-decoration: underline;
	cursor: pointer;
}

#mb {
	text-align: center;
	vertical-align: middle;
}

#mb div.set div.description {
	font: Arial;
	font-size: 10pt;
	margin: 4px;
}

#mb div.set img.g2_album {
	border-bottom: 1px solid #aaa;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
	border-right: 1px solid #aaa;
	padding: 1px;
}

#mb div.set img, #mb div.set button {
	cursor: pointer;
}

#track {
	background-image: url('/icons/line.png');
	height: 20px;
	width: 250px;
}

