﻿.foo {}

/* Colour Swatches */
/* WebJet Red: #DC140A */
/* PlanIt Blue: #2970BE */
/* Light blue highlight: #EFF3FF */
/* Light red highlight: #FFBFC3 */
/* Light orange highlight: #FFF2D6 */

/* ---------------------------------------------
   CreateCustomItem Control Styles
   ---------------------------------------------*/

DIV.CreateCustomItemContainer
{
	background: url('../../Images/mapViewControlBoxContainerBack.png');
	padding: 6px;
}
DIV.CreateCustomItemContainer DIV.Title
{
	cursor: default;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: White;
	background: #2970BE;
	padding: 3px;
}
DIV.CreateCustomItemContainer DIV.Fields
{
	background: #EFF3FF;
	border: 1px solid #2970BE;
	padding: 12px;
	font-family: Arial;
}
DIV.CreateCustomItemContainer DIV.Fields DIV.Field
{
	vertical-align: middle;
	clear: both;
}

DIV.CreateCustomItemContainer DIV.Fields DIV.Field DIV.Label
{
	width: 60px;
	float: left;
}

DIV.CreateCustomItemContainer DIV.Fields DIV.Field SPAN.Label,
DIV.CreateCustomItemContainer DIV.Fields DIV.Field LABEL.Label,
DIV.CreateCustomItemContainer DIV.Fields DIV.Field SPAN.CheckBox,
DIV.CreateCustomItemContainer DIV.Fields DIV.Field INPUT.TextBox
{
	font-family: Arial;
	font-size: 11px;
}

DIV.CreateCustomItemContainer DIV.Fields DIV.Field INPUT.TextBox,
DIV.CreateCustomItemContainer DIV.Fields DIV.Field TEXTAREA.TextBox
{
	border: 1px solid gray;
	font-family: Arial;
}

DIV.CreateCustomItemContainer DIV.Fields DIV.CommandButtons
{
	margin-top: 8px;
	text-align: center;
}
