/* colorchooser */
#pickerContainer {
	position: relative;
	margin: 20px auto 0 auto;
	width: 515px;
	height: 260px;
}
#fields {
	position: absolute;
	top: 0;
	right: 0;
}
#fields input {
	width: 3em;
}
#fields #hexField {
	width: 8ex;
}
#originalColor,
#currentColor {
	width: 50px;
	height: 25px;
	background-color: #ff0000;
}
#cursorLeft {
	position: absolute;
	top: -5px;
	left: 251px;
	clip: rect(7px 7px auto auto);
}
#cursorRight {
	position: absolute;
	top: 253px;
	left: 262px;
}
#colorPicker {
	position: absolute;
	top: 0;
	left: 0;

	width: 293px;
	height: 260px;
}
#backgroundPane {
	position: absolute;
	left: 2px;
	top: 2px;
	width: 256px;
	height: 256px;
	background-color: #ff0000;
}
#sliderPane {
	position: absolute;
	left: 0;
	top: 0;
	width: 293px;
	height: 260px;
}

/* datechooser */
table.datePicker {
	color: #000;
	border-collapse: collapse;
	width: 225px;
	height: 120px;
	z-index: 1000;
	margin:0;
	padding:0;
	background: #fff;
	border: 1px solid #ccc;
	letter-spacing: -.1em;
	white-space: nowrap;
}

table.datePicker td.thisMonth {
	letter-spacing: 0;
	cursor: pointer;
	text-decoration: underline;
	text-align: center;
	width: 100%;
}
table.datePicker td.thisMonth:hover {
	text-decoration: none;
}

table.datePicker thead tr td,
table.datePicker td.week {
	background-color: #eee;
	background-image: none;
	height: 1.5em;
}

table.datePicker td {
	width: 22px;
	height: 22px;
	text-align: center;
	font-size:10px;
	margin:0;
	padding:0;
	background: url(../img/dateChooserBg_td.gif) no-repeat right bottom;
}

table.datePicker td.curMonthYear,
table.datePicker td.navButtons {
	background-color: #ccc;
	background-image: none;
}
table.datePicker td.curMonthYear {
	width: 11em;
}

table.datePicker td.navButtons {
	cursor: pointer;
}

table.datePicker td.curMonthYear select {

	border: none;
	background-color: transparent;
}

table.datePicker td.curMonthYear {
	vertical-align: middle;
	font-size: 10px;
	line-height: 22px;
}

table.datePicker td.navButtons:hover {
	background-color: #ddd;
	background-image: none;
	cursor:pointer;
	color:white;
}
table.datePicker td.navButtonsHover {
	background-color: #69add1;
	background-image: none;
	cursor:pointer;
	color:white;
}

table.datePicker td#selDate{
	background-color: #8cdbed;
	background-image: none;
}

table.datePicker td.curMonth:hover, table.datePicker td.curDay:hover{
	background-color:#69add1;
	cursor: pointer;
	background-image: none;
	color:white;
}
table.datePicker td.curMonthHover, table.datePicker td.curDayHover{
	background-color:#69add1;
	cursor: pointer;
	background-image: none;
	color:white;
}

table.datePicker td.curMonth {
	width: 22px;
	cursor: pointer;
	color: black;
}

table.datePicker td.curMonth:hover{
	cursor: pointer;
}

table.datePicker td.curDay{
	color: black;
	font-weight:bold;
	border: 2px solid #32CD32;
}
table.datePicker td.curDayHover{
	color: black;
	font-weight:bold;
	border: 2px solid red;
	cursor:pointer;
}
table.datePicker td.othMonth{
	color: #BBBBBB;
}

/* iconchooser */
div#iconChooser div.icon,
div#iconChooser div.iconHover {
	padding: 2px;
	text-align: center;
	float: left;
	width: 130px;
	height: 70px;
	border: 1px solid black;
	margin: 2px;
	overflow: hidden;
	cursor: pointer;
}
div#iconChooser div.iconHover {
	background-color: #ddddff;
}

/* spinner */
span.pbSpinner button {
	width: 2em;
}

/* timechooser */
div.timeChooser {
	background-color: #f0f0f0;
	border: 1px solid black;
	border-right: 0;
	border-bottom: 0;
	position: absolute;
	z-index: 999;
}

div.timeChooser ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 312px;
}

div.timeChooser li {
	line-height: 20px;
	vertical-align: middle;
	display: block;
	text-align: center;
	cursor: pointer;
	border: 1px solid black;
	border-left: 0;
	border-top: 0;
	width: 25px;
	height: 20px;
}

div.timeChooser li.hover {
	background-color: #0059e9;
	color: #fff;
}

div.timeChooser div.minutebar {
	position: relative;
	background-image: url("../img/timeChooserBg.gif");
}

div.timeChooser div.slider {
	position: absolute;
	width: 24px;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	cursor: default;
	display: none;
}

div.timeChooser div.hover div.slider {
	display: block;
}

/* uichooser */
table.uichooser tbody tr:hover {
	background: transparent;
}
table.uichooser tbody td {
	text-align: center;
}
table.uichooser tbody td a {
	display:block;
	font-weight:bold;
}
