input.editor, select.editor
{
	color: #000000;
	background-color: #cccccc;
	padding-left: 3px;
	padding-right: 3px;
	font-family: Arial;
	font-size: 10pt;
	line-height: 23px;
	border: 1px solid #000000;
	border-radius: 4px;
	box-shadow: inset -2px -2px 2px rgba(255, 255, 255, 0.2), inset 2px 2px 2px rgba(0, 0, 0, 0.2);
}

input.editor:focus, select.editor:focus
{
	border: 1px solid #ffffff;
}

.center
{
	text-align: center;
}

.editor td
{
	vertical-align: middle;
}

.editor td.info
{
	padding-left: 10px;
	font-size: 8pt;
	color: #cccccc;
}

input.colorpicker
{
	width: 70px;
	text-transform: uppercase;
}

#dialogBackgroundPicker > div
{
	width: 1180px;
	height: 600px;
	overflow: auto;
}

.editorBackgroundPanel
{
	float: left;
	margin: 5px;
	width: 350px;
	height: 200px;
	padding: 10px;
	background-color: #383838;
	border: 1px solid #808080;
}

.editorBackgroundPanel table
{
	width: 100%;
	border-collapse: collapse;
}

td.bgImage
{
	width: 200px;
	height: 200px;
	vertical-align: middle;
	text-align: center;
	background-color: #000000;
}

td.bgText
{
	padding-left: 10px;
	padding-top: 3px;
}

td.bgText strong
{
	color: #ff8030;
}

td.bgSelect
{
	height: 26px;
	text-align: right;
	padding-right: 10px;
}

td.bgSelect button
{
	width: 100px;
	line-height: 24px;
    margin-right: 5px;
    margin-bottom: 8px;
    box-shadow: 2px 2px 5px -1px rgba(0,0,0,0.5);
    border: 1px solid #000000;
    color: #000000;
    background-color: #ff8030;
    border-radius: 5px;	
}

td.bgSelect button:active
{
    background-color: #e06520;
}

#editorPathList
{
	border: 1px solid #000000;
	background-color: #505050;
	max-height: 272px;
	overflow: auto;
	margin-bottom: 5px;
}

.pathItem
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 5px;
	
	border-bottom: 1px solid #000000;
	cursor: pointer;
	line-height: 28px;
}

.pathItem:hover
{
	background-color: #808080;
}

.pathItem:last-child
{
	border-bottom: 0px !important;
}

.pathListNum
{
	font-weight: bold;
}

.pathItem button.removeButton
{
	float: right;
}

span#editorNoWaypoints
{
	line-height: 28px;
	padding-left: 10px;
}


#editorWaveList
{
	border: 1px solid #000000;
	background-color: #505050;
	max-height: 700px;
	overflow: auto;
	margin-bottom: 5px;
}

.waveItem
{
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 5px;
	
	border-bottom: 1px solid #000000;
	cursor: pointer;
	line-height: 28px;
}

.waveItem:hover
{
	background-color: #808080;
}

.waveItem:last-child
{
	border-bottom: 0px !important;
}

.waveListNum
{
	font-weight: bold;
}

.waveItem button.removeButton
{
	float: right;
}

#dialogWaveEditor > div
{
	width: 1180px;
	height: 600px;
	overflow: auto;
}

#dialogAddTargets > div
{
	
}

#editorTargetListTable tr:nth-child(even)
{
	background-color: #383838;
}

#editorTargetListTable tr:nth-child(odd)
{
	background-color: #2a2a2a;
}

#editorTargetListTable
{
	border-collapse: collapse;
	border: 1px solid #808080;
}

#editorTargetListTable th
{
	padding: 3px;
	line-height: 28px;
	background-color: #505050;
	border-bottom: 1px solid #808080;
}

#editorTargetListTable td
{
	padding: 3px;
	vertical-align: middle;
}

.tlNumber
{
	text-align: right;
}

.tlType
{
	text-align: center;
}

.tlDelay
{
	text-align: center;
}

.tlMoney
{
	text-align: center;
}

.tlScore
{
	text-align: center;
}

.tlButton
{
	text-align: center;
}