
.ui-widget { font-family: Verdana,Arial,sans-serif; font-size: 9pt; }
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: Verdana,Arial,sans-serif; font-size:9pt; }
.ui-widget-content { border: 1px solid #aaaaaa; background: #ffffff url(imagesui-bg_glass_75_ffffff_1x400.png) 50% 50% repeat-x; color: #222222; }
.ui-widget-content a { color: #222222; }
.ui-widget-header { border: 1px solid #aaaaaa; background: #cccccc url(imagesui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x; color: #222222; font-weight: bold; }
.ui-widget-header a { color: #222222; }

.ui-datepicker { width: 17em; padding: .2em .2em 0; }
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; }
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover { top: 1px; }
.ui-datepicker .ui-datepicker-prev { left:2px; }
.ui-datepicker .ui-datepicker-next { right:2px; }
.ui-datepicker .ui-datepicker-prev-hover { left:1px; }
.ui-datepicker .ui-datepicker-next-hover { right:1px; }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px;  }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; line-height: 1.8em; text-align: center; }
.ui-datepicker .ui-datepicker-title select { float:left; font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-year { float: right; }
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }

.Date
{
	border:#999 1px solid;
	height:20px;
	background:#fff url('imagesdatePicker.gif') no-repeat right;
	cursor: pointer;
}
.DateMonth
{
	cursor: pointer;
	border:#999 1px solid;
	height:20px;
	background:#fff url('imagesdatePicker.gif') no-repeat right;
}
.DateYear
{
	cursor: pointer;
	border:#999 1px solid;
	height:20px;
	background:#fff url('imagesdatePicker.gif') no-repeat right;
}
.Number
{
	border:#999 1px solid;
	height:20px;
}
.TextBox
{
	border:#999 1px solid;
	height:20px;
}
.TextBoxHover
{
	border:#999 1px solid;
	height:20px;
}
.Find
{
	cursor: pointer;
	border:#999 1px solid;
	height:20px;
	background:#fff url('imagesFind.png') no-repeat right;
}
.Password
{
	border:#999 1px solid;
	height:20px;
	background: url('imagesPassword.png') no-repeat right;
}
.PasswordRed
{
	border:#999 1px solid;
	height:20px;
	background: pink url('imagesPassword.png') no-repeat right;
}
.Selecter
{
	cursor: pointer;
	border:#999 1px solid;
	height:20px;
	background:#fff url('imagesSelecter.gif') no-repeat right;
}
.IpAddress
{
	cursor: pointer;
	border:#999 1px solid;
	height:20px;
	background:#fff url('imagesIpAddress.png') no-repeat right;
}

/******************************************************************/
.selectBoxSelectedArea {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 18px;
	COLOR: #ff601f;
	BACKGROUND-COLOR: #FFFFFF
	PADDING-TOP: 4px;
	PADDING-LEFT: 5px;	 
}
.selectBoxSelectedAreaFocus {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 18px;
	COLOR: #ff601f;
	BACKGROUND-COLOR: #FFFFFF
	PADDING-TOP: 4px;
	PADDING-LEFT: 5px; 
}
.selectBoxOption {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 18px;
	COLOR: #757575;
	BACKGROUND-COLOR: #FFFFFF
	PADDING-TOP: 4px;
	PADDING-LEFT: 5px;
}
.selectBoxOptionOver {
	FONT-FAMILY: Verdana;
	FONT-SIZE: 12px;
	LINE-HEIGHT: 18px;
	COLOR: #ff601f;
	BACKGROUND-COLOR: #FFFFFF
	PADDING-TOP: 4px;
	PADDING-LEFT: 5px;
}
.selectBoxOptionInnerLayer {
	OVERFLOW: auto;
	SCROLLBAR-FACE-COLOR: #f7f7f7;
	SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
	SCROLLBAR-SHADOW-COLOR: #cccccc;
	SCROLLBAR-3DLIGHT-COLOR: #ffffff;
	SCROLLBAR-ARROW-COLOR: #cccccc;
	SCROLLBAR-TRACK-COLOR: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
	BACKGROUND-COLOR: #ffffff
}