
/*ie*/
.SIinput {
	margin-bottom:-1px;
	font-family:Arial,Helvetica,sans-serif ;
	font-size:9pt ;
	font-weight:normal ;
	color:#000 ;
	background-color:#FFF ;
	height:19px;
	border:1px solid #AEB6BA ;height:18px ;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:4px;
	padding-right:5px;
	/* Input Fields */
}
/*tabstrip*/
.SItabunselected{
	border-top:1px solid #AEB6BA ;
	border-bottom:2px solid #323232 ;
	font-family:Arial,Helvetica,sans-serif ;;
	font-size:9pt ;
	font-weight:normal ;
	color:#000 ;
	cursor:hand;
	background-color:#AEB6BA ;
	height:19px;
	width:1px;
	vertical-align:bottom;
}

.SItabselected{
	border-top:1px solid #323232 ;
	font-family:Arial,Helvetica,sans-serif ;;
	font-size:9pt ;
	font-weight:normal ;
	color:#FFF ;
	cursor:text;
	height:19px ;
	width:1px;
	background-color:#323232 ;
	vertical-align:bottom;
}

.SItabrightborder{
	border-bottom:2px solid #323232 ;
	width:96px;
	vertical-align:bottom;
}

.SItabPage {
	background-color:#D2DBE3  ;
	border-bottom:#AEB6BA solid 1px  ;
	border-right:#AEB6BA solid 1px ;
	border-left:#AEB6BA solid 1px ;
	font-family:arial,sans-serif;
	font-size:9pt;
	font-weight:normal;
	color:#000000;
}

.SItabImage0{
	background-image: url(../../images/tabs/fron.gif);
	height:19px ;width:28px ;
	vertical-align:bottom;
	border-bottom:0 none
}

.SItabImage1{
	background-image: url(../../images/tabs/froff.gif);
	height:19px ;width:28px ;
	vertical-align:bottom;
	border-bottom:0 none;
}

.SItabImage2{
	background-image: url(../../images/tabs/onoff.gif);
	height:19px ;width:24px ;
	vertical-align:bottom;
}

.SItabImage3{
	background-image: url(../../images/tabs/offon.gif);
	height:19px ;width:24px ;
	vertical-align:bottom;
}

.SItabImage4{
	background-image: url(../../images/tabs/offoff.gif);
	height:19px ;width:24px ;
	vertical-align:bottom;
}

.SItabImage5{
	background-image: url(../../images/tabs/bkon.gif);
	height:19px ;width:14px ;
	vertical-align:bottom;
}

.SItabImage6{
	background-image: url(../../images/tabs/bkoff.gif);
	height:19px ;width:14px ;
	vertical-align:bottom;
}

/*fields*/
.SIfieldlabel {
	font-family:Arial,Helvetica,sans-serif ;
	font-size:9pt ;
	font-weight:normal ;
	color:#000 ;
	border-bottom: 0 ;
	width:1px;
	vertical-align:bottom;
	margin-bottom:0px;
}

.SIfieldlabelpd {
	font-family:Arial,Helvetica,sans-serif ;
	font-size:9pt ;
	font-weight:normal ;
	color:#000 ;
	vertical-align:bottom;
	border-bottom:0 ;;;
	width:1px;
	padding:2px 2px 0px 0px;
}

.SInoneditfieldlabel {
	font-family:Arial,Helvetica,sans-serif ;
	font-size:9pt ;
	font-weight:normal ;
	color:#000 ;
	vertical-align:bottom;
	border-bottom:0 ;;;
	width:1px;
	padding:3px 2px 0px 0px;
}

.SIpulldown {
	font-family:Arial,Helvetica,sans-serif ;
	font-size:9pt ;
	font-weight:normal ;
	background:#FFF ;
	color:#000 ;
	border:0px;
	height:19px;
	/* Pulldown Fields */
}

/*toolbox*/
.SItoolboxTitle {
	border-left:1px solid #D9E5F2 ;
	border-bottom:#A3ACDB 1px solid ;
}

.SItoolboxTitleText {
	vertical-align:top;
	background-color:#DEE8ED ;
	color:#000 ;
	border-top:1px solid #D9E5F2 ;
	font-family:Arial,Helvetica,sans-serif ;
	font-size:9pt ;
	font-weight:bold ;
	width:1px;
	height:18px
}

.SItoolboxImage {
	border-top:#DEE8ED ;
	background-image: url(../../images/toolbox/corner.gif);
	width: 24px ;
	height:17px;
}

.SItoolboxTitleIconOpenAll {
	cursor:hand;
	background-image:url(../../images/toolbox/open_all.gif);
	width:16px;
	height:16px;
}

.SItoolboxTitleIconCloseAll {
	cursor:hand;
	background-image:url(../../images/toolbox/close_all.gif);
	width:16px;
	height:16px;
}

.SItoolboxToggleIconOpen {
	cursor:hand;
	vertical-align:bottom;
	background-image:url(../../images/toolbox/arrow_opened.gif);
	width:22px;
	height:16px;
}

.SItoolboxToggleIconClosed {
	cursor:hand;
	vertical-align:bottom;
	background-image:url(../../images/toolbox/arrow_closed.gif);
	width:22px;
	height:16px;
}

.SItoolboxDetailIcon {
	cursor:hand;
	vertical-align:bottom
}

/*tables*/
.SItableOpenImage {
	background-image:url(../../images/tables/arrow_open.gif);
	width:19px; height:16px;
	cursor:hand;
}

.SItableClosedImage {
	background-image:url(../../images/tables/arrow_closed.gif);
	width:19px; height:16px;
	cursor:hand;
}

/*tray*/
.SItraytopright {
	border-width:1px;
	border-style:solid;
	border-top-color:#DEE8ED ;
	border-left-color:#DEE8ED ;
	border-bottom-color:#DEE8ED ;
	border-right-width: 0px;
	width:100%;
	height:19px;
	padding: 1px 1px 0px 0px;
	margin: 0px 2px 0px 0px;
}
.SItrayIcon {
	cursor:hand;
	/* Cursor over tray icons */
}
.SIclickableobject {
	cursor:hand;
	/* Cursor over clickable Objects */
}