body{
	margin:0px; border: 0px;
}
body, a, div, span{
	font-size: 12px;
}

img{
	border: 0px;
}

.button{
	width: 75px;
	height: 21px;
}

td{
	white-space: nowrap;
}

.ui_moving
{
	border-width : 1px;
	border-color : #94A6B5;
	border-style : solid;
}

.CustomGroupBox {
	cursor: default;
	border: 1px #D6DBE7 solid;
	width: 200px;
	height: 120px;
}

.CustomGroupBox .titleRow{
	height:21px;
	background: #D6DBE7; 
}

.CustomGroupBox .maxButton{
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: url(images/groupbox/max.gif) no-repeat; 
}

.CustomGroupBox .minButton{
	cursor: pointer;
	width: 16px;
	height: 16px;
	background: url(images/groupbox/min.gif) no-repeat;  
}

.Menu {
	border: 1px #D6DBE7 solid;
	width: 200px;
}

.MenuItem{
	height: 21px;
}

.MenuSeparator td{
	padding: 3px 5px 0px 8px;
}

.MenuSeparator div{
	width:100%;
	height:5px;
	font-size:5px;
	background: url(images/menu/separator_h.png) repeat-x;  
}

.Toolbar{
	padding: 3px 2px 2px 2px;
}

.ToolButton .text
{
	white-space: nowrap;
	display: block;
	font-weight: bold;
	color: #3e6a98;
	cursor: pointer;
}

.ToolButton_disable .text
{
	color : #797272;
}

.ToolSeparator
{
	height: 21px;
	width: 2px;
}

.BaseWindow	{
	width: 320px;
	height: 120px;
	top: 0px;
	left: 0px;
	position: absolute;
}

.BaseWindow td{
}

.BaseWindow .bwcontainer{
	width: 100%;
	height: 100%;
	background: #ffffff;
}

.BaseWindow .bwbody, .BaseWindow .bwbody iframe{
	width: 100%;
	height: 100%;
}


.BaseWindow div{
	width: 8px;
}

.BaseWindow .bwtop div{
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.BaseWindow .bwbottom div{
	height: 8px;
}

.BaseWindow .bwtop span{
	font-weight : bold;
	white-space : nowrap;
	color      : white;
	padding-left: 8px;
}

.BaseWindow .bwtop .inactive{
	font-weight : bold;
	white-space : nowrap;
	color      : #C0C0C0;
}

.BaseWindow .bwtopleft div{
	height: 2px;
}

.BaseWindow .bwtop{
	background: #517aa9;
	padding-top: 2px;
}

.BaseWindow .bwtopleft{
	background: #517aa9;
}
.BaseWindow .bwtopright{
	background: #517aa9;
}
.BaseWindow .bwleft{
	background: #517aa9;
}
.BaseWindow .bwright{
	background: #517aa9;
}
.BaseWindow .bwbottom{
	background: #517aa9;
}
.BaseWindow .bwbottomleft{
	background: #517aa9;
}
.BaseWindow .bwbottomright{
	background: #517aa9;
}


.AbstractListBox, .AbstractTree{
	cursor: default;
	width: 180px;
	height: 300px;
	background: #ffffff;
	overflow: auto;
	margin: 5px;
}
.AbstractListBox table{
	width: 100%;
}

.AbstractListBox td{
	border: 0px blue solid;
	height: 21px;
}

.AbstractListItemRenderer{
	cursor: default;
}
.AbstractListItemRenderer_over{
	cursor: default;
	background: #319AFF;
	color: white;
}
.AbstractListItemRenderer_selected{
	cursor: default;
	background: #319AFF;
	color: white;
}

.AbstractListView {
	cursor: default;
	border: 0px #D6DBE7 solid;
	width: 300px;
	height: 100%;
	overflow: auto;
	background: white;
}
.AbstractListView table{
}

.AbstractListView td{
	border: 0px blue solid;
}

.AbstractListCellRenderer {
	color : black;
	background : white;
}
.AbstractListCellRenderer_selected
{
	color : white;
	background : #316AC5;
}
.AbstractListCellRenderer_over
{
	color : black;
	background : #FFE7B5;
}

.Panel td{
	border: 0px red solid;
}

.Panel .space{
	width: 3px;
	height: 3px;
	font-size: 3px;
}
.Panel .topSpace{
	width: 2px;
	height: 2px;
	font-size: 2px;
}


.Panel .container{
	width:100%;
	height:100%;
}

.Panel .bg{
	cursor: default;
}

.Panel .toptr, .Panel .bottomtr{
	height: 3px;
}

.Panel_over .bg{
	background: #f2f3f8;
}

.Panel_over .top{
	background: #f2f3f8;
}

.Panel_over .left{
	background: #f2f3f8;
}

.Panel_over .right{
	background: #f2f3f8;
}

.Panel_over .bottom{
	background: #f2f3f8;
}

.Panel_over .leftTop{
	background: #f2f3f8;
}

.Panel_over .rightTop{
	background: #f2f3f8;
}

.Panel_over .leftBottom{
	background: #f2f3f8;
}

.Panel_over .rightBottom{
	background: #f2f3f8;
}

.Panel_selected .bg{
	background: #e0e0e0;
}

.Panel_selected .top{
	background: #e0e0e0;
}

.Panel_selected .left{
	background: #e0e0e0;
}

.Panel_selected .right{
	background: #e0e0e0;
}

.Panel_selected .bottom{
	background: #e0e0e0;
}

.Panel_selected .leftTop{
	background: #e0e0e0;
}

.Panel_selected .rightTop{
	background: #e0e0e0;
}

.Panel_selected .leftBottom{
	background: #e0e0e0;
}

.Panel_selected .rightBottom{
	background: #e0e0e0;
}

.IconListItemRenderer{
	margin: 16px;
}


.IconListItemRenderer .icon{
	width: 48px;
	height: 48px;
}

.IconListItemRenderer .edit{
	width: 64px;
	word-wrap: break-word;
	overflow: hidden;
	border: 1px black solid;
	font-size: 12px;
	display: none;
}

.IconListItemRenderer .text{
	word-wrap: break-word;
	cursor: default;
}

.IconListItemRenderer .iconDiv{
	width: 48px;
}

.IconListItemRenderer .textDiv{
	margin: 2px 1px 2px 1px;
	width: 62px;
	overflow: hidden;
	text-overflow: ellipsis;
}


.IconListItemRenderer_selected .text{
	word-wrap: break-word;
	background: #319AFF;
	color: white;
}

.IconListItemRenderer_report{
	height: 21px;
}

.IconListItemRenderer_report .icon{
	width: 16px;
	height: 16px;
}

.IconListItemRenderer_report .iconDiv{
	width: 16px;
	height: 16px;
}

.IconListItemRenderer_report .textDiv{
	width: 300px;
	overflow: hidden;
	white-space: nowrap; 
}

.ColumnCellRenderer{
	width: 100%;
	height: 25px;
	background: #517aa9;
	border: 1px #D6DBE7 solid;
	padding-left: 8px;
	color: #ffffff;
	font-weight: bold;
}

.ColumnCellRenderer_over{
}
.ColumnCellRenderer td{
	padding-left: 8px;
}

.CheckBoxColumnCellRenderer td{
	padding-left: 4px;
	padding-right: 4px;
}


.AbstractTreeCellRenderer{
	height: 21px;
}

.AbstractTreeCellRenderer .btn{
	visibility: hidden;
	width: 9px;
	height: 9px;
}
.AbstractTreeCellRenderer .icon{
	width: 16px;
	height: 16px;
	cursor: pointer;
}
.AbstractTreeCellRenderer a{
	cursor: pointer;
}


.MessageBox div{
	width: 100%;
}

.MessageBox span{
}

.Taskbar {
	cursor: default;
	background: url(images/taskbar/bg.png) repeat-x;
	height: 40px;
}
.StartPanel{
	height: 492px;
}

.StartPanel #toptr{
	height:10px;
}

.StartPanel #space{
	width:20px;
	height:10px;
	font-size:10px;
}

.StartPanel #container{
	width:100%;
	height:100%;
	background: url(images/StartPanel/bg.png) repeat-y;
}

.StartPanel #top{
	background: url(images/StartPanel/topborder.png) no-repeat;
}

.StartPanel #bottom{
	background: url(images/StartPanel/bottomborder.png) no-repeat;
}

.StartPanel #search{
	height: 50px;
	margin: 15px 5px 0px 10px;
	padding-left: 18px;
}

.StartPanel #search input{
	height:16px;
	border: 0px;
}

.StartPanel #bottom img{
	margin-left: 2px;
	margin-top: 12px;
}

.IconListItemRenderer {
	margin: 16px;
}

.IconListItemRenderer .typeIcon{
	width: 48px;
	height: 48px;
	margin-left: -48px;
}

.IconListItemRenderer_report .text{
	cursor: pointer;
	text-decoration: none;
}

.IconListItemRenderer_report .textDiv{
	width: 150px;
}

.IconListItemRenderer_report .typeIcon{
	width: 16px;
	height: 16px;
}
.IconListItemRenderer_report span{
	padding-left: 8px;
	padding-right: 8px;
}

.Progress{
	background: #ebf1f5;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 40px;
	padding: 8px 14px 10px 12px;
}
.Progress div{
	background: #ffffff;
	height: 100%;
	width: 100%;
}

.UrlDlg {
	width: 700px;
	height: 420px;
}
.IconListItemRenderer_report .srcDiv{
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.IconListItemRenderer_report a{
	text-decoration: none;
}


