/* radioWidget */
div.radiobuttonWidget{
  cursor:pointer;
  width: 22px;
  height: 22px;
  margin: 2px;
  float:left;
 /*text-indent:27px;*/
}

div.rbwChecked{
 /* background:url(/resources/images/radiobut_on.gif) no-repeat;*/
}

div.rbwUnchecked{
 /* background: url(/resources/images/radiobut_off.gif) no-repeat;*/
}

div.radiobuttonWidget input{
 /* display:none;*/
}

/* checkboxWidget */
div.checkboxWidget{
  cursor:pointer;
  width: 22px;
  height: 22px;
  margin: 2px;
  float:left;
}

div.cbwChecked{
  background:url(/resources/images/checkbox_on.gif) no-repeat;
}

div.cbwUnchecked{
  background: url(/resources/images/checkbox_off.gif) no-repeat;
}

div.checkboxWidget input{
  display:none;
}

/* dropdownWidget */
div.ddwClosed {
	cursor: pointer;
}

div.ddwClosed div.left {
	background-image:url(/resources/images/dropdown_left_off.gif);
	float:left;
	width:9px;
	height:26px;
}

div.ddwClosed div.middle {
	background-image:url(/resources/images/dropdown_middle_off.gif);
	float:left;
	height:26px;
	background-repeat:repeat-x;
}

div.ddwClosed div.right {
	background-image:url(/resources/images/dropdown_right_off.gif);
	float:left;
	width:23px;
	height:26px;
}

div.ddwOpen {
	cursor: pointer;
}

div.ddwOpen div.left {
	background-image:url(/resources/images/dropdown_left_on.gif);
	background-repeat: repeat-y;
	float:left;
	width:9px;
	height:26px;
}

div.ddwOpen div.middle {
	background-image:url(/resources/images/dropdown_middle_on.gif);
	float:left;
	height:26px;
	background-repeat:repeat-x;
}

div.ddwOpen div.right {
	background-image:url(/resources/images/dropdown_right_on.gif);
	background-repeat: repeat-y;
	float:left;
	width:23px;
	height:26px;
}

div.ddwOpen table {
	
}

div.ddwOpen div.ddwOptionsContainer {
	position: absolute;
}

html>body div.ddwOpen div.ddwOptionsContainer {
	position: absolute;
	margin-top: 26px;
}

div.ddwClosed div.ddwOptionsContainer {
	position: absolute;
	display: none;
}

td.frameTopLeft {
	background-image:url(/resources/images/dropdown_tl.gif);
	width:8px;
	height:8px;
}

td.frameTop {
	background-image:url(/resources/images/dropdown_t.gif);
	background-repeat: repeat-x;
	height:8px;
}

td.frameTopRight {
	background-image:url(/resources/images/dropdown_tr.gif);
	width:8px;
	height:8px;
}

td.frameLeft {
	background-image:url(/resources/images/dropdown_l.gif);
	width:8px;
}

td.frameCenter {
	background-color: #fbfbfb;
}

td.frameRight {
	background-image:url(/resources/images/dropdown_r.gif);
	width:8px;
}

td.frameBottomLeft {
	background-image:url(/resources/images/dropdown_bl.gif);
	width:8px;
	height:8px;
}

td.frameBottom {
	background-image:url(/resources/images/dropdown_b.gif);
	background-repeat: repeat-x;
	height:8px;
}

td.frameBottomRight {
	background-image:url(/resources/images/dropdown_br.gif);
	width:8px;
	height:8px;
}

.ddwOptionOff {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	border:0px;
	background:transparent;
	margin-top:4px;
	cursor: pointer;
	text-align: left;
}

.ddwOptionOn {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #999999;
	color: #fbfbfb;
	text-decoration: none;
	border:0px;
	margin-top: 4px;
	cursor: pointer;
	text-align: left;
}


/* inputboxWidget */
div.inputboxOff {

}

div.inputboxOff div.left {
	background-image:url(/resources/images/input_left_off.gif);
	float:left;
	width:9px;
	height:26px;
}

div.inputboxOff div.middle {
	background-image:url(/resources/images/input_middle_off.gif);
	float:left;
	height:26px;
	background-repeat:repeat-x;
}

div.inputboxOff div.right {
	background-image:url(/resources/images/input_right_off.gif);
	float:left;
	width:9px;
	height:26px;
}

div.inputboxOn {
}

div.inputboxOn div.left {
	background-image:url(/resources/images/input_left_on.gif);
	float:left;
	width:9px;
	height:26px;
}

div.inputboxOn div.middle {
	background-image:url(/resources/images/input_middle_on.gif);
	float:left;
	height:26px;
	background-repeat:repeat-x;
}

div.inputboxOn div.right {
	background-image:url(/resources/images/input_right_on.gif);
	float:left;
	width:9px;
	height:26px;
}

.inputbox {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border:0px;
	background:transparent;
	margin-top:4px;
}

/* textboxWidget */
div.textboxWidget {
	float:left;
}
