.accordion{
	background:#fff;
	overflow:hidden;
}
.accordion .accordion-header{
	background:#E0ECFF;
	border-top-width:0;
	cursor:pointer;
}
.accordion .accordion-header .panel-title{
	font-weight:normal;
}
.accordion .accordion-header-selected .panel-title{
	font-weight:bold;
}
.accordion-noborder .accordion-header{
	border-width:0 0 1px;
}
.accordion-noborder .accordion-body{
	border-width:0px;
}
.accordion-collapse{
	background:url('imagesaccordion_collapse.png') no-repeat;
}
.accordion-expand{
	background:url('imagesaccordion_expand.png') no-repeat;
}
.calendar{
	background:#fff;
	border:1px solid #A4BED4;
	padding:1px;
	overflow:hidden;
}
.calendar-noborder{
	border:0px;
}
.calendar-header{
	position:relative;
	background:#E0ECFF;
	font-size:12px;
	height:22px;
}
.calendar-title{
	text-align:center;
	height:22px;
}
.calendar-title span{
	position:relative;
	top:2px;
	line-height:12px;
	display:inline-block;
	padding:3px;
	cursor:pointer;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.calendar-prevmonth,.calendar-nextmonth,.calendar-prevyear,.calendar-nextyear{
	position:absolute;
	top:4px;
	width:14px;
	height:14px;
	line-height:12px;
	cursor:pointer;
	font-size:1px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.calendar-prevmonth{
	left:20px;
	background:url('imagescalendar_prevmonth.gif') no-repeat 3px 2px;
}
.calendar-nextmonth{
	right:20px;
	background:url('imagescalendar_nextmonth.gif') no-repeat 3px 2px;
}
.calendar-prevyear{
	left:3px;
	background:url('imagescalendar_prevyear.gif') no-repeat 1px 2px;
}
.calendar-nextyear{
	right:3px;
	background:url('imagescalendar_nextyear.gif') no-repeat 1px 2px;
}
.calendar-body{
	font-size:12px;
	position:relative;
}
.calendar-body table{
	width:100%;
	height:100%;
	border:1px solid #eee;
	font-size:12px;
}
.calendar-body th,.calendar-body td{
	text-align:center;
}
.calendar-body th{
	background:#fafafa;
	color:#888;
}
.calendar-day{
	color:#222;
	cursor:pointer;
	border:1px solid #fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.calendar-sunday{
	color:#CC2222;
}
.calendar-saturday{
	color:#00ee00;
}
.calendar-today{
	color:#0000ff;
}
.calendar-other-month{
	opacity:0.3;
	filter:alpha(opacity=30);
}
.calendar-hover{
	border:1px solid red;
}
.calendar-selected{
	background:#FBEC88;
	border:1px solid red;
}
.calendar-nav-hover{
	background-color:#FBEC88;
}


.calendar-menu{
	position:absolute;
	top:0px;
	left:0px;
	width:180px;
	height:150px;
	padding:5px;
	font-size:12px;
	background:#fafafa;
	opacity:0.8;
	filter:alpha(opacity=80);
	display:none;
}
.calendar-menu-year-inner{
	text-align:center;
	padding-bottom:5px;
}
.calendar-menu-year{
	width:40px;
	text-align:center;
	border:1px solid #ccc;
	padding:2px;
	font-weight:bold;
}
.calendar-menu-prev,.calendar-menu-next{
	display:inline-block;
	width:21px;
	height:21px;
	vertical-align:top;
	cursor:pointer;
}
.calendar-menu-prev{
	margin-right:10px;
	background:url('imagescalendar_prevyear.gif') no-repeat 5px 6px;
}	
.calendar-menu-next{
	margin-left:10px;
	background:url('imagescalendar_nextyear.gif') no-repeat 5px 6px;
}
.calendar-menu-hover{
	background-color:#FBEC88;
}
.calendar-menu-month-inner table{
	width:100%;
	height:100%;
}
.calendar-menu-month{
	text-align:center;
	cursor:pointer;
	border:1px solid #fafafa;
	font-weight:bold;
	color:#666;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.combo{
	display:inline-block;
	white-space:nowrap;
	font-size:12px;
	margin:0;
	padding:0;
	border:1px solid #A4BED4;
	background:#fff;
}
.combo-text{
	font-size:12px;
	border:0px;
	line-height:20px;
	height:20px;
	padding:0px;
	*height:18px;
	*line-height:18px;
	_height:18px;
	_line-height:18px;
}
.combo-arrow{
	background:#E0ECF9 url('imagescombo_arrow.gif') no-repeat 3px 4px;
	width:18px;
	height:20px;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.combo-arrow-hover{
	opacity:1.0;
	filter:alpha(opacity=100);
}
.combo-panel{
	background:#fff;
	overflow:auto;
}
.combobox-item{
	padding:2px;
	font-size:12px;
	padding:3px;
	padding-right:0px;
}
.combobox-item-hover{
	background:#fafafa;
}
.combobox-item-selected{
	background:#FBEC88;
}.datagrid .panel-body{
	overflow:hidden;
}
.datagrid-wrap{
	position:relative;
}
.datagrid-view{
	position:relative;
	overflow:hidden;
}
.datagrid-view1{
	position:absolute;
	overflow:hidden;
	left:0px;
	top:0px;
}
.datagrid-view2{
	position:absolute;
	overflow:hidden;
	left:210px;
	top:0px;
}
.datagrid-mask{
	position:absolute;
	left:0;
	top:0;
	background:#ccc;
	opacity:0.3;
	filter:alpha(opacity=30);
	display:none;
}
.datagrid-mask-msg{
	position:absolute;
	left:100px;
	top:50px;
	width:auto;
	height:16px;
	padding:12px 5px 10px 30px;
	background:#fff url('imagespagination_loading.gif') no-repeat scroll 5px 10px;
	border:2px solid #6593CF;
	color:#222;
	display:none;
}
.datagrid-title{
	background:url('imagesdatagrid_title_bg.png') repeat-x;
	border-bottom:1px solid #8DB2E3;
	border-top:1px solid #fff;
	position:relative;
	padding:5px 0px;
}
.datagrid-title-text{
	color:#15428b;
	font-weight:bold;
	padding-left:5px;
}
.datagrid-title-with-icon{
	padding-left:22px;
}
.datagrid-title-icon{
	position:absolute;
	width:16px;
	height:16px;
	left:3px;
	top:4px!important;
	top:6px;
}
.datagrid-sort-desc .datagrid-sort-icon{
	padding:2px 13px 3px 0px;
	background:url('imagesdatagrid_sort_desc.gif') no-repeat center center;
}
.datagrid-sort-asc .datagrid-sort-icon{
	padding:2px 13px 3px 0px;
	background:url('imagesdatagrid_sort_asc.gif') no-repeat center center;
}
.datagrid-toolbar{
	height:28px;
	background:#efefef;
	padding:1px 2px;
	border-bottom:1px solid #ccc;
}
.datagrid-btn-separator{
	float:left;
	height:24px;
	border-left:1px solid #ccc;
	border-right:1px solid #fff;
	margin:2px 1px;
}
.datagrid-pager{
	background:#efefef;
	border-top:1px solid #ccc;
	position:relative;
}

.datagrid-header{
	overflow:hidden;
	background:#fafafa url('imagesdatagrid_header_bg.gif') repeat-x left bottom;
	border-bottom:1px solid #ccc;
	cursor:default;
}
.datagrid-header-inner{
	float:left;
	width:10000px;
}
.datagrid-header td{
	border-right:1px dotted #ccc;
	font-size:12px;
	font-weight:normal;
	background:#fafafa url('imagesdatagrid_header_bg.gif') repeat-x left bottom;
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #fff;
}
.datagrid-header td.datagrid-header-over{
	background:#EBF3FD;
}
.datagrid-header .datagrid-cell{
	margin:0;
	padding:3px 4px;
	white-space:nowrap;
	word-wrap:normal;
	overflow:hidden;
	text-align:center;
}
.datagrid-header .datagrid-cell-group{
	margin:0;
	padding:4px 2px 4px 4px;
	white-space:nowrap;
	word-wrap:normal;
	overflow:hidden;
	text-align:center;
}
.datagrid-header-rownumber{
	width:25px;
	text-align:center;
	margin:0px;
	padding:3px 0px;
}
.datagrid-td-rownumber{
	background:#fafafa url('imagesdatagrid_header_bg.gif') repeat-x left bottom;
}
.datagrid-cell-rownumber{
	width:25px;
	text-align:center;
	margin:0px;
	padding:3px 0px;
	color:#000;
}
.datagrid-body{
	margin:0;
	padding:0;
	overflow:auto;
	zoom:1;
}
.datagrid-view1 .datagrid-body-inner{
	padding-bottom:20px;
}
.datagrid-view1 .datagrid-body{
	overflow:hidden;
}
.datagrid-footer{
	overflow:hidden;
}
.datagrid-footer-inner{
	border-top:1px solid #ccc;
	width:10000px;
	float:left;
}
.datagrid-body td,.datagrid-footer td{
	font-size:12px;
	border-right:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
	padding:0;
	margin:0;
}
.datagrid-body .datagrid-cell,.datagrid-footer .datagrid-cell{
	overflow:hidden;
	margin:0;
	padding:3px 4px;
	white-space:nowrap;
	word-wrap:normal;
}
.datagrid-header-check{
	padding:3px 6px;
}
.datagrid-cell-check{
	padding:3px 6px;
	font-size:1px;
	overflow:hidden;
}
.datagrid-header-check input{
	margin:0;
	padding:0;
	width:15px;
	height:15px;
}
.datagrid-cell-check input{
	margin:0;
	padding:0;
	width:15px;
	height:15px;
}
.datagrid-row-collapse{
	background:url('imagesdatagrid_row_collapse.gif') no-repeat center center;
}
.datagrid-row-expand{
	background:url('imagesdatagrid_row_expand.gif') no-repeat center center;
}
.datagrid-row-alt{
	background:#EEEEFF;
}
.datagrid-row-over{
	background:#D0E5F5;
	cursor:default;
}
.datagrid-row-selected{
	background:#FBEC88;
}
.datagrid-resize-proxy{
	position:absolute;
	width:1px;
	top:0;
	height:10000px;
	background:red;
	cursor:e-resize;
	display:none;
}
.datagrid-body .datagrid-editable{
	padding:0;
}
.datagrid-body .datagrid-editable table{
	width:100%;
	height:100%;
}
.datagrid-body .datagrid-editable td{
	border:0;
	padding:0;
}
.datagrid-body .datagrid-editable .datagrid-editable-input{
	width:100%;
	font-size:12px;
	border:1px solid #A4BED4;
	padding:3px 2px;
}
.datebox .combo-arrow{
	background:url('imagesdatebox_arrow.png') no-repeat center center;
}
.datebox-calendar-inner{
	height:180px;
}
.datebox-button{
	height:18px;
	padding:2px 5px;
	font-size:12px;
	background-color:#fafafa;
	text-align:center;
}
.datebox-current,.datebox-close{
	float:left;
	color:#888;
	text-decoration:none;
	font-weight:bold;
}
.datebox-close{
	float:right;
}
.datebox-ok{
	color:#888;
	text-decoration:none;
	font-weight:bold;
}
.datebox-button-hover{
	color:#A4BED4;
}
.dialog-content{
	overflow:auto;
}
.dialog-toolbar{
	background:#fafafa;
	padding:2px 5px;
	border-bottom:1px solid #eee;
}
.dialog-tool-separator{
	float:left;
	height:24px;
	border-left:1px solid #ccc;
	border-right:1px solid #fff;
	margin:2px 1px;
}
.dialog-button{
	border-top:1px solid #eee;
	background:#fafafa;
	padding:5px 5px;
	text-align:right;
}
.dialog-button .l-btn{
	margin-left:5px;
}.layout{
	position:relative;
	overflow:hidden;
	margin:0;
	padding:0;
}
.layout-panel{
	position:absolute;
	overflow:hidden;
}
.layout-panel-east,.layout-panel-west{
	z-index:2;
}
.layout-panel-north,.layout-panel-south{
	z-index:3;
}
.layout-button-up{
	background:url('imageslayout_button_up.gif') no-repeat;
}
.layout-button-down{
	background:url('imageslayout_button_down.gif') no-repeat;
}
.layout-button-left{
	background:url('imageslayout_button_left.gif') no-repeat;
}
.layout-button-right{
	background:url('imageslayout_button_right.gif') no-repeat;
}
.layout-expand{
	position:absolute;
	padding:0px 5px;
	padding:0px;
	background:#D2E0F2;
	font-size:1px;
	cursor:pointer;
	z-index:1;
}
.layout-expand .panel-header{
	background:transparent;
	border-bottom-width:0px;
}
.layout-expand .panel-header .panel-tool{
	top: 5px;
}
.layout-expand .panel-body{
	overflow:hidden;
}
.layout-expand-over{
	background:#E1F0F2;
}
.layout-body{
	overflow:auto;
	background:#fff;
}
.layout-split-proxy-h{
	position:absolute;
	width:5px;
	background:#ccc;
	font-size:1px;
	cursor:e-resize;
	display:none;
	z-index:5;
}
.layout-split-proxy-v{
	position:absolute;
	height:5px;
	background:#ccc;
	font-size:1px;
	cursor:n-resize;
	display:none;
	z-index:5;
}
.layout-split-north{
	border-bottom:5px solid #D2E0F2;
}
.layout-split-south{
	border-top:5px solid #D2E0F2;
}
.layout-split-east{
	border-left:5px solid #D2E0F2;
}
.layout-split-west{
	border-right:5px solid #D2E0F2;
}
.layout-mask{
	position:absolute;
	background:#fafafa;
	filter:alpha(opacity=10);
	opacity:0.10;
	z-index:4;
}

a.l-btn{
	color:#444;
	background:url('imagesbutton_a_bg.gif') no-repeat top right;
	font-size:12px;
	text-decoration:none;
	display:inline-block;
	zoom:1;
	height:24px;
	padding-right:18px;
	cursor:pointer;
	outline:none;
}
a.l-btn-plain{
	background:transparent;
	padding-right:5px;
	border:1px solid transparent;
	_border:0px solid #efefef;
	_padding:1px 6px 1px 1px;
}

a.l-btn-disabled{
	color:#ccc;
	opacity:0.5;
	filter:alpha(opacity=50);
	cursor:default;
}
a.l-btn span.l-btn-left{
	display:inline-block;
	background:url('imagesbutton_span_bg.gif') no-repeat top left;
	padding:4px 0px 4px 18px;
	line-height:16px;
	height:16px;
}
a.l-btn-plain span.l-btn-left{
	background:transparent;
	padding-left:5px;
}

a.l-btn span span.l-btn-text{
	display:inline-block;
	height:16px;
	line-height:16px;
	padding:0px;
}
a.l-btn span span span.l-btn-empty{
	display:inline-block;
	padding:0px;
	width:16px;
}
a:hover.l-btn{
	background-position: bottom right;
	outline:none;
}
a:hover.l-btn span.l-btn-left{
	background-position: bottom left;
}

a:hover.l-btn-plain{
	border:1px solid #7eabcd;
	background:url('imagesbutton_plain_hover.png') repeat-x left bottom;
	_padding:0px 5px 0px 0px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
}
a:hover.l-btn-disabled{
	background-position:top right;
}
a:hover.l-btn-disabled span.l-btn-left{
	background-position:top left;
}
a.l-btn .l-btn-focus{
	outline:#0000FF dotted thin;
}
.menu{
	position:absolute;
	background:#f0f0f0 url('imagesmenu.gif') repeat-y;
	margin:0;
	padding:2px;
	border:1px solid #ccc;
	overflow:hidden;
}
.menu-item{
	position:relative;
	margin:0;
	padding:0;
	height:22px;
	line-height:20px;
	overflow:hidden;
	font-size:12px;
	cursor:pointer;
	border:1px solid transparent;
	_border:1px solid #f0f0f0;
}
.menu-text{
	position:absolute;
	left:28px;
	top:0px;
}
.menu-icon{
	position:absolute;
	width:16px;
	height:16px;
	top:3px;
	left:2px;
}
.menu-rightarrow{
	position: absolute;
	width:4px;
	height:7px;
	top:7px;
	right:5px;
	background:url('imagesmenu_rightarrow.png') no-repeat;
}
.menu-sep{
	margin:3px 0px 3px 24px;
	line-height:2px;
	font-size:2px;
	background:url('imagesmenu_sep.png') repeat-x;
}
.menu-active{
	border:1px solid #7eabcd;
	background:#fafafa;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
}
.menu-shadow{
	position:absolute;
	background:#ddd;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.menu-item-disabled{
	opacity:0.5;
	filter:alpha(opacity=50);
	cursor:default;
}
.menu-active-disabled{
	border-color:#d3d3d3;
}

.m-btn-downarrow{
	display:inline-block;
	width:12px;
	line-height:14px;
	*line-height:15px;
	background:url('imagesmenu_downarrow.png') no-repeat 4px center;
}

a.m-btn-active{
	background-position: bottom right;
}
a.m-btn-active span.l-btn-left{
	background-position: bottom left;
}
a.m-btn-plain-active{
	background:transparent;
	border:1px solid #7eabcd;
	_padding:0px 5px 0px 0px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
}
.messager-body{
	padding:5px 10px;
}
.messager-button{
	text-align:center;
	padding-top:10px;
}
.messager-icon{
	float:left;
	width:47px;
	height:35px;
}
.messager-error{
	background:url('imagesmessager_error.gif') no-repeat scroll left top;
}
.messager-info{
	background:url('imagesmessager_info.gif') no-repeat scroll left top;
}
.messager-question{
	background:url('imagesmessager_question.gif') no-repeat scroll left top;
}
.messager-warning{
	background:url('imagesmessager_warning.gif') no-repeat scroll left top;
}
.messager-input{
	width: 262px;
	border:1px solid #ccc;
}
.messager-progress{
	padding:10px;
}
.messager-p-msg{
	margin-bottom:5px;
}.pagination{
	zoom:1;
}
.pagination table{
	float:left;
	height:30px;
}
.pagination-btn-separator{
	float:left;
	height:24px;
	border-left:1px solid #ccc;
	border-right:1px solid #fff;
	margin:3px 1px;
}
.pagination-num{
	border:1px solid #ccc;
	margin:0 2px;
}
.pagination-page-list{
	margin:0px 6px;
}
.pagination-info{
	float:right;
	padding-right:6px;
	padding-top:8px;
	font-size:12px;
}
.pagination span{
	font-size:12px;
}
.pagination-first{
	background:url('imagespagination_first.gif') no-repeat;
}
.pagination-prev{
	background:url('imagespagination_prev.gif') no-repeat;
}
.pagination-next{
	background:url('imagespagination_next.gif') no-repeat;
}
.pagination-last{
	background:url('imagespagination_last.gif') no-repeat;
}
.pagination-load{
	background:url('imagespagination_load.png') no-repeat;
}
.pagination-loading{
	background:url('imagespagination_loading.gif') no-repeat;
}
.panel{
	overflow:hidden;
	font-size:12px;
}
.panel-header{
	padding:5px;
	line-height:15px;
	color:#15428b;
	font-weight:bold;
	font-size:12px;
	background:url('imagespanel_title.png') repeat-x;
	position:relative;
	border:1px solid #99BBE8;
}
.panel-title{
	background:url('imagesblank.gif') no-repeat;
}
.panel-header-noborder{
	border-width:0px;
	border-bottom:1px solid #99BBE8;
}
.panel-body{
	overflow:auto;
	border:1px solid #99BBE8;
	border-top-width:0px;
}
.panel-body-noheader{
	border-top-width:1px;
}
.panel-body-noborder{
	border-width:0px;
}
.panel-with-icon{
	padding-left:18px;
}
.panel-icon{
	position:absolute;
	left:5px;
	top:4px;
	width:16px;
	height:16px;
}

.panel-tool{
	position:absolute;
	right:5px;
	top:4px;
}
.panel-tool a{
	display:inline-block;
	width:16px;
	height:16px;
	opacity:0.6;
	filter:alpha(opacity=60);
	margin-left:2px;
}
.panel-tool a:hover{
	opacity:1;
	filter:alpha(opacity=100);
}
.panel-tool-close{
	background:url('imagespanel_tools.gif') no-repeat -16px 0px;
}
.panel-tool-min{
	background:url('imagespanel_tools.gif') no-repeat 0px 0px;
}
.panel-tool-max{
	background:url('imagespanel_tools.gif') no-repeat 0px -16px;
}
.panel-tool-restore{
	background:url('imagespanel_tools.gif') no-repeat -16px -16px;
}
.panel-tool-collapse{
	background:url('imagespanel_tool_collapse.gif') no-repeat;
}
.panel-tool-expand{
	background:url('imagespanel_tool_expand.gif') no-repeat;
}
.panel-loading{
	padding:11px 0px 10px 30px;
	background:url('imagespanel_loading.gif') no-repeat 10px 10px;
}

.progressbar{
	border:1px solid #99BBE8;
	border-radius:5px;
	overflow:hidden;
}
.progressbar-text{
	text-align:center;
	color:#15428b;
	position:absolute;
}
.progressbar-value{
	background-color:#FF8D40;
	border-radius:5px;
	width:0;
}
.propertygrid .datagrid-view1 .datagrid-body,.propertygrid .datagrid-group{
	background:#E0ECFF;
}
.propertygrid .datagrid-group{
	height:21px;
	overflow:hidden;
}
.propertygrid .datagrid-view1 .datagrid-body td{
	border-color:#E0ECFF;
}
.propertygrid .datagrid-view1 .datagrid-row-over,.propertygrid .datagrid-view1 .datagrid-row-selected{
	background:#E0ECFF;
}
.propertygrid .datagrid-group span{
	color:#416AA3;
	font-weight:bold;
	padding-left:4px;
}
.propertygrid .datagrid-row-collapse,.propertygrid .datagrid-row-expand{
	background-position:3px center;
}.searchbox{
	display:inline-block;
	white-space:nowrap;
	font-size:12px;
	margin:0;
	padding:0;
	border:1px solid #A4BED4;
	background:#fff;
}
.searchbox-text{
	font-size:12px;
	border:0px;
	line-height:20px;
	height:20px;
	padding:0px;
	*height:18px;
	*line-height:18px;
	_height:18px;
	_line-height:18px;
}
.searchbox-button{
	background:url('imagessearchbox_button.png') no-repeat center center;
	width:18px;
	height:20px;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.searchbox-button-hover{
	opacity:1.0;
	filter:alpha(opacity=100);
}
.searchbox-prompt{
	font-size:12px;
	color:#ccc;
}
.searchbox a.l-btn-plain{
	background-color:#E0ECF9;
	height:20px;
	border:0;
	padding:0 6px 0 0;
	vertical-align:top;
}
.searchbox a.l-btn .l-btn-left{
	padding:2px 0 2px 2px;
}
.searchbox a.l-btn-plain:hover{
	-moz-border-radius:0px;
	-webkit-border-radius: 0px;
	border:0;
	padding:0 6px 0 0;
}
.searchbox a.m-btn-plain-active{
	-moz-border-radius:0px;
	-webkit-border-radius: 0px;
}.spinner{
	display:inline-block;
	white-space:nowrap;
	font-size:12px;
	margin:0;
	padding:0;
	border:1px solid #A4BED4;
}
.spinner-text{
	font-size:12px;
	border:0px;
	line-height:20px;
	height:20px;
	padding:0px;
	*height:18px;
	*line-height:18px;
	_height:18px;
	_line-height:18px;
}
.spinner-arrow{
	display:inline-block;
	vertical-align:top;
	margin:0;
	padding:0;
}
.spinner-arrow-up,.spinner-arrow-down{
	display:block;
	background:#E0ECF9 url('imagesspinner_arrow_up.gif') no-repeat 5px 2px;
	font-size:1px;
	width:18px;
	height:10px;
}
.spinner-arrow-down{
	background:#E0ECF9 url('imagesspinner_arrow_down.gif') no-repeat 5px 3px;
}
.spinner-arrow-hover{
	background-color:#ECF9F9;
}.s-btn-downarrow{
	display:inline-block;
	width:16px;
	line-height:14px;
	*line-height:15px;
	background:url('imagesmenu_downarrow.png') no-repeat 9px center;
}

a.s-btn-active{
	background-position: bottom right;
}
a.s-btn-active span.l-btn-left{
	background-position: bottom left;
}
a.s-btn-active .s-btn-downarrow{
	background:url('imagesmenu_split_downarrow.png') no-repeat 4px -19px;
}
a:hover.l-btn .s-btn-downarrow{
	background:url('imagesmenu_split_downarrow.png') no-repeat 4px -19px;
}

a.s-btn-plain-active{
	background:transparent;
	border:1px solid #7eabcd;
	_padding:0px 5px 0px 0px;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
}
a.s-btn-plain-active .s-btn-downarrow{
	background:url('imagesmenu_split_downarrow.png') no-repeat 4px -19px;
}.tabs-container{
	overflow:hidden;
	background:#fff;
}
.tabs-header{
	border:1px solid #8DB2E3;
	background:#E0ECFF;
	border-bottom:0px;
	position:relative;
	overflow:hidden;
	padding:0px;
	padding-top:2px;
	overflow:hidden;
}
.tabs-header-noborder{
	border:0px;
}
.tabs-header-plain{
	border:0px;
	background:transparent;
}
.tabs-scroller-left{
	position:absolute;
	left:0px;
	top:-1px;
	width:18px;
	height:28px!important;
	height:30px;
	border:1px solid #8DB2E3;
	font-size:1px;
	display:none;
	cursor:pointer;
	background:#E0ECFF url('imagestabs_leftarrow.png') no-repeat 1px 5px;
}
.tabs-scroller-right{
	position:absolute;
	right:0;
	top:-1px;
	width:18px;
	height:28px!important;
	height:30px;
	border:1px solid #8DB2E3;
	font-size:1px;
	display:none;
	cursor:pointer;
	background:#E0ECFF url('imagestabs_rightarrow.png') no-repeat 2px 5px;
}
.tabs-tool{
	position:absolute;
	top:-1px;
	border:1px solid #8DB2E3;
	padding:1px;
	background:#E0ECFF;
	overflow:hidden;
}
.tabs-header-plain .tabs-scroller-left{
	top:2px;
	height:25px!important;
	height:27px;
}
.tabs-header-plain .tabs-scroller-right{
	top:2px;
	height:25px!important;
	height:27px;
}
.tabs-header-plain .tabs-tool{
	top:2px;
	padding-top:0;
}
.tabs-scroller-over{
	background-color:#ECF9F9;
}
.tabs-wrap{
	position:relative;
	left:0px;
	overflow:hidden;
	width:100%;
	margin:0px;
	padding:0px;
}
.tabs-scrolling{
	margin-left:18px;
	margin-right:18px;
}
.tabs{
	list-style-type:none;
	height:26px;
	margin:0px;
	padding:0px;
	padding-left:4px;
	font-size:12px;
	width:5000px;
	border-bottom:1px solid #8DB2E3;
}
.tabs li{
	float:left;
	display:inline-block;
	margin-right:4px;
	margin-bottom:-1px;
	padding:0;
	position:relative;
	border:1px solid #8DB2E3;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}
.tabs li a.tabs-inner{
	display:inline-block;
	text-decoration:none;
	color:#416AA3;
	background:url('imagestabs_enabled.png') repeat-x left top;
	margin:0px;
	padding:0px 10px;
	height:25px;
	line-height:25px;
	text-align:center;
	white-space:nowrap;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
}
.tabs li a.tabs-inner:hover{
	background:url('imagestabs_active.png') repeat-x left bottom;
}
.tabs li.tabs-selected{
	border:1px solid #8DB2E3;
	border-bottom:1px solid #fff;
}
.tabs li.tabs-selected a.tabs-inner{
	color:#416AA3;
	font-weight:bold;
	background:#fff;
	background:#7eabcd url('imagestabs_active.png') repeat-x left bottom;
	outline: none;
}
.tabs li.tabs-selected a:hover.tabs-inner{
	cursor:default;
	pointer:default;
}
.tabs-p-tool{
	position:absolute;
	right:16px;
	top:7px;
	display:block;
}
.tabs-p-tool a{
	display:inline-block;
	font-size:1px;
	width:12px;
	height:12px;
	opacity:0.6;
	filter:alpha(opacity=60);
}
.tabs-p-tool a:hover{
	opacity:1;
	filter:alpha(opacity=100);
	cursor:hand;
	cursor:pointer;
	background-color:#8DB2E3;
}
.tabs-with-icon{
	padding-left:18px;
}
.tabs-icon{
	position:absolute;
	width:16px;
	height:16px;
	left:10px;
	top:5px;
}
.tabs-closable{
	padding-right:8px;
}
.tabs li a.tabs-close{
	position:absolute;
	font-size:1px;
	display:block;
	padding:0px;
	width:11px;
	height:11px;
	top:7px;
	right:5px;
	opacity:0.6;
	filter:alpha(opacity=60);
	background:url('imagestabs_close.gif') no-repeat 2px 2px;
}
.tabs li a:hover.tabs-close{
	opacity:1;
	filter:alpha(opacity=100);
	cursor:hand;
	cursor:pointer;
	background-color:#8DB2E3;
}


.tabs-panels{
	margin:0px;
	padding:0px;
	border:1px solid #8DB2E3;
	border-top:0px;
	overflow:hidden;
}
.tabs-panels-noborder{
	border:0px;
}
.tree{
	font-size:12px;
	margin:0;
	padding:0;
	list-style-type:none;
}
.tree li{
	white-space:nowrap;
}
.tree li ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
.tree-node{
	height:18px;
	white-space:nowrap;
	cursor:pointer;
}
.tree-indent{
	display:inline-block;
	width:16px;
	height:18px;
	vertical-align:middle;
}
.tree-hit{
	cursor:pointer;
}
.tree-expanded{
	display:inline-block;
	width:16px;
	height:18px;
	vertical-align:middle;
	background:url('imagestree_arrows.gif') no-repeat -18px 0px;
}
.tree-expanded-hover{
	background:url('imagestree_arrows.gif') no-repeat -50px 0px;
}
.tree-collapsed{
	display:inline-block;
	width:16px;
	height:18px;
	vertical-align:middle;
	background:url('imagestree_arrows.gif') no-repeat 0px 0px;
}
.tree-collapsed-hover{
	background:url('imagestree_arrows.gif') no-repeat -32px 0px;
}
.tree-folder{
	display:inline-block;
	background:url('imagestree_folder.gif') no-repeat;
	width:16px;
	height:18px;
	vertical-align:middle;
}
.tree-folder-open{
	background:url('imagestree_folder_open.gif') no-repeat;
}
.tree-file{
	display:inline-block;
	background:url('imagestree_file.gif') no-repeat;
	width:16px;
	height:18px;
	vertical-align:middle;
}
.tree-loading{
	background:url('imagestree_loading.gif') no-repeat;
}
.tree-title{
	display:inline-block;
	text-decoration:none;
	vertical-align:middle;
	padding:1px 2px 1px 2px;
	white-space:nowrap;
}

.tree-node-hover{
	background:#fafafa;
}
.tree-node-selected{
	background:#FBEC88;
}
.tree-checkbox{
	display:inline-block;
	width:16px;
	height:18px;
	vertical-align:middle;
}
.tree-checkbox0{
	background:url('imagestree_checkbox_0.gif') no-repeat;
}
.tree-checkbox1{
	background:url('imagestree_checkbox_1.gif') no-repeat;
}
.tree-checkbox2{
	background:url('imagestree_checkbox_2.gif') no-repeat;
}
.tree-node-proxy{
	font-size:12px;
	padding:1px 2px 1px 18px;
	background:#fafafa;
	border:1px solid #ccc;
	z-index:9900000;
}
.tree-dnd-yes{
	background:url('imagestree_dnd_yes.png') no-repeat 0 center;
}
.tree-dnd-no{
	background:url('imagestree_dnd_no.png') no-repeat 0 center;
}
.tree-node-top{
	border-top:1px dotted red;
}
.tree-node-bottom{
	border-bottom:1px dotted red;
}
.tree-node-append .tree-title{
	border:1px dotted red;
}
.tree-editor{
	border:1px solid #ccc;
	font-size:12px;
	line-height:16px;
	width:80px;
	position:absolute;
	top:0;
}
.validatebox-invalid{
	background:#FFFFEE url('imagesvalidatebox_warning.png') no-repeat right 1px;
}
.validatebox-tip{
	position:absolute;
	width:200px;
	height:auto;
	display:none;
	z-index:9900000;
}
.validatebox-tip-content{
	display:inline-block;
	position:absolute;
	top:0px;
	left:10px;
	padding:3px 5px;
	border:1px solid #CC9933;
	background:#FFFFCC;
	z-index:9900001;
	font-size:12px;
}
.validatebox-tip-pointer{
	background:url('imagesvalidatebox_pointer.gif') no-repeat left top;
	display:inline-block;
	width:10px;
	height:19px;
	position:absolute;
	left:1px;
	top:0px;
	z-index:9900002;
}
.window {
	font-size:12px;
	position:absolute;
	overflow:hidden;
	background:transparent url('imagespanel_title.png');
	padding:5px;
	border:1px solid #99BBE8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
}
.window-shadow{
	position:absolute;
	background:#ddd;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2,MakeShadow=false,ShadowOpacity=0.2);
}
.window .window-header{
	background:transparent;
	padding:2px 0px 4px 0px;
}
.window .window-body{
	background:#fff;
	border:1px solid #99BBE8;
	border-top-width:0px;
}
.window .window-body-noheader{
	border-top-width:1px;
}
.window .window-header .panel-icon{
	left:1px;
	top:1px;
}
.window .window-header .panel-with-icon{
	padding-left:18px;
}
.window .window-header .panel-tool{
	top:0px;
	right:1px;
}
.window-proxy{
	position:absolute;
	overflow:hidden;
	border:1px dashed #15428b;
}
.window-proxy-mask{
	position:absolute;
	background:#fafafa;
	filter:alpha(opacity=10);
	opacity:0.10;
}	
.window-mask{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	filter:alpha(opacity=40);
	opacity:0.40;
	background:#ccc;
	font-size:1px;
	*zoom:1;
	overflow:hidden;
}
.icon-sys{ background-position:0px -200px;}
.icon-set{ background-position:-380px -200px;}
.icon-add1{background:url('icon/edit_add.png') no-repeat;}
.icon-nav{background-position: -100px -20px; }
.icon-users{background-position: -100px -480px;}
.icon-role{background-position: -360px -200px;}
.icon-set{background-position: -380px -200px;}
.icon-log{background-position: -380px -80px;}
.icon-delete16{background:url('icon/delete.gif') no-repeat;width:18px; line-height:18px; display:inline-block;}
.icon-delete{ background-position:-140px -120px;}
.icon-magic{ background-position:0px -500px;}
.icon-database{ background-position:-20px -140px;}
.icon-expand{ background:url('/images/coll2.gif') no-repeat;}
.icon-collapse{ background:url('/images/coll3.gif') no-repeat;}

.accept{background:url('icons/accept.png') no-repeat;}
.add{background:url('icons/add.png') no-repeat;}
.anchor{background:url('icons/anchor.png') no-repeat;}
.application{background:url('icons/application.png') no-repeat;}
.application_add{background:url('icons/application_add.png') no-repeat;}
.application_cascade{background:url('icons/application_cascade.png') no-repeat;}
.application_delete{background:url('icons/application_delete.png') no-repeat;}
.application_double{background:url('icons/application_double.png') no-repeat;}
.application_edit{background:url('icons/application_edit.png') no-repeat;}
.application_error{background:url('icons/application_error.png') no-repeat;}
.application_form{background:url('icons/application_form.png') no-repeat;}
.application_form_add{background:url('icons/application_form_add.png') no-repeat;}
.application_form_delete{background:url('icons/application_form_delete.png') no-repeat;}
.application_form_edit{background:url('icons/application_form_edit.png') no-repeat;}
.application_form_magnify{background:url('icons/application_form_magnify.png') no-repeat;}
.application_get{background:url('icons/application_get.png') no-repeat;}
.application_go{background:url('icons/application_go.png') no-repeat;}
.application_home{background:url('icons/application_home.png') no-repeat;}
.application_key{background:url('icons/application_key.png') no-repeat;}
.application_lightning{background:url('icons/application_lightning.png') no-repeat;}
.application_link{background:url('icons/application_link.png') no-repeat;}
.application_osx{background:url('icons/application_osx.png') no-repeat;}
.application_osx_terminal{background:url('icons/application_osx_terminal.png') no-repeat;}
.application_put{background:url('icons/application_put.png') no-repeat;}
.application_side_boxes{background:url('icons/application_side_boxes.png') no-repeat;}
.application_side_contract{background:url('icons/application_side_contract.png') no-repeat;}
.application_side_expand{background:url('icons/application_side_expand.png') no-repeat;}
.application_side_list{background:url('icons/application_side_list.png') no-repeat;}
.application_side_tree{background:url('icons/application_side_tree.png') no-repeat;}
.application_split{background:url('icons/application_split.png') no-repeat;}
.application_tile_horizontal{background:url('icons/application_tile_horizontal.png') no-repeat;}
.application_tile_vertical{background:url('icons/application_tile_vertical.png') no-repeat;}
.application_view_columns{background:url('icons/application_view_columns.png') no-repeat;}
.application_view_detail{background:url('icons/application_view_detail.png') no-repeat;}
.application_view_gallery{background:url('icons/application_view_gallery.png') no-repeat;}
.application_view_icons{background:url('icons/application_view_icons.png') no-repeat;}
.application_view_list{background:url('icons/application_view_list.png') no-repeat;}
.application_view_tile{background:url('icons/application_view_tile.png') no-repeat;}
.application_xp{background:url('icons/application_xp.png') no-repeat;}
.application_xp_terminal{background:url('icons/application_xp_terminal.png') no-repeat;}
.arrow_branch{background:url('icons/arrow_branch.png') no-repeat;}
.arrow_divide{background:url('icons/arrow_divide.png') no-repeat;}
.arrow_down{background:url('icons/arrow_down.png') no-repeat;}
.arrow_in{background:url('icons/arrow_in.png') no-repeat;}
.arrow_inout{background:url('icons/arrow_inout.png') no-repeat;}
.arrow_join{background:url('icons/arrow_join.png') no-repeat;}
.arrow_left{background:url('icons/arrow_left.png') no-repeat;}
.arrow_merge{background:url('icons/arrow_merge.png') no-repeat;}
.arrow_out{background:url('icons/arrow_out.png') no-repeat;}
.arrow_redo{background:url('icons/arrow_redo.png') no-repeat;}
.arrow_refresh{background:url('icons/arrow_refresh.png') no-repeat;}
.arrow_refresh_small{background:url('icons/arrow_refresh_small.png') no-repeat;}
.arrow_right{background:url('icons/arrow_right.png') no-repeat;}
.arrow_rotate_anticlockwise{background:url('icons/arrow_rotate_anticlockwise.png') no-repeat;}
.arrow_rotate_clockwise{background:url('icons/arrow_rotate_clockwise.png') no-repeat;}
.arrow_switch{background:url('icons/arrow_switch.png') no-repeat;}
.arrow_turn_left{background:url('icons/arrow_turn_left.png') no-repeat;}
.arrow_turn_right{background:url('icons/arrow_turn_right.png') no-repeat;}
.arrow_undo{background:url('icons/arrow_undo.png') no-repeat;}
.arrow_up{background:url('icons/arrow_up.png') no-repeat;}
.asterisk_orange{background:url('icons/asterisk_orange.png') no-repeat;}
.asterisk_yellow{background:url('icons/asterisk_yellow.png') no-repeat;}
.attach{background:url('icons/attach.png') no-repeat;}
.award_star_add{background:url('icons/award_star_add.png') no-repeat;}
.award_star_bronze_1{background:url('icons/award_star_bronze_1.png') no-repeat;}
.award_star_bronze_2{background:url('icons/award_star_bronze_2.png') no-repeat;}
.award_star_bronze_3{background:url('icons/award_star_bronze_3.png') no-repeat;}
.award_star_delete{background:url('icons/award_star_delete.png') no-repeat;}
.award_star_gold_1{background:url('icons/award_star_gold_1.png') no-repeat;}
.award_star_gold_2{background:url('icons/award_star_gold_2.png') no-repeat;}
.award_star_gold_3{background:url('icons/award_star_gold_3.png') no-repeat;}
.award_star_silver_1{background:url('icons/award_star_silver_1.png') no-repeat;}
.award_star_silver_2{background:url('icons/award_star_silver_2.png') no-repeat;}
.award_star_silver_3{background:url('icons/award_star_silver_3.png') no-repeat;}
.basket{background:url('icons/basket.png') no-repeat;}
.basket_add{background:url('icons/basket_add.png') no-repeat;}
.basket_delete{background:url('icons/basket_delete.png') no-repeat;}
.basket_edit{background:url('icons/basket_edit.png') no-repeat;}
.basket_error{background:url('icons/basket_error.png') no-repeat;}
.basket_go{background:url('icons/basket_go.png') no-repeat;}
.basket_put{background:url('icons/basket_put.png') no-repeat;}
.basket_remove{background:url('icons/basket_remove.png') no-repeat;}
.bell{background:url('icons/bell.png') no-repeat;}
.bell_add{background:url('icons/bell_add.png') no-repeat;}
.bell_delete{background:url('icons/bell_delete.png') no-repeat;}
.bell_error{background:url('icons/bell_error.png') no-repeat;}
.bell_go{background:url('icons/bell_go.png') no-repeat;}
.bell_link{background:url('icons/bell_link.png') no-repeat;}
.bin{background:url('icons/bin.png') no-repeat;}
.bin_closed{background:url('icons/bin_closed.png') no-repeat;}
.bin_empty{background:url('icons/bin_empty.png') no-repeat;}
.bomb{background:url('icons/bomb.png') no-repeat;}
.book{background:url('icons/book.png') no-repeat;}
.book_add{background:url('icons/book_add.png') no-repeat;}
.book_addresses{background:url('icons/book_addresses.png') no-repeat;}
.book_delete{background:url('icons/book_delete.png') no-repeat;}
.book_edit{background:url('icons/book_edit.png') no-repeat;}
.book_error{background:url('icons/book_error.png') no-repeat;}
.book_go{background:url('icons/book_go.png') no-repeat;}
.book_key{background:url('icons/book_key.png') no-repeat;}
.book_link{background:url('icons/book_link.png') no-repeat;}
.book_next{background:url('icons/book_next.png') no-repeat;}
.book_open{background:url('icons/book_open.png') no-repeat;}
.book_previous{background:url('icons/book_previous.png') no-repeat;}
.box{background:url('icons/box.png') no-repeat;}
.brick{background:url('icons/brick.png') no-repeat;}
.bricks{background:url('icons/bricks.png') no-repeat;}
.brick_add{background:url('icons/brick_add.png') no-repeat;}
.brick_delete{background:url('icons/brick_delete.png') no-repeat;}
.brick_edit{background:url('icons/brick_edit.png') no-repeat;}
.brick_error{background:url('icons/brick_error.png') no-repeat;}
.brick_go{background:url('icons/brick_go.png') no-repeat;}
.brick_link{background:url('icons/brick_link.png') no-repeat;}
.briefcase{background:url('icons/briefcase.png') no-repeat;}
.bug{background:url('icons/bug.png') no-repeat;}
.bug_add{background:url('icons/bug_add.png') no-repeat;}
.bug_delete{background:url('icons/bug_delete.png') no-repeat;}
.bug_edit{background:url('icons/bug_edit.png') no-repeat;}
.bug_error{background:url('icons/bug_error.png') no-repeat;}
.bug_go{background:url('icons/bug_go.png') no-repeat;}
.bug_link{background:url('icons/bug_link.png') no-repeat;}
.building{background:url('icons/building.png') no-repeat;}
.building_add{background:url('icons/building_add.png') no-repeat;}
.building_delete{background:url('icons/building_delete.png') no-repeat;}
.building_edit{background:url('icons/building_edit.png') no-repeat;}
.building_error{background:url('icons/building_error.png') no-repeat;}
.building_go{background:url('icons/building_go.png') no-repeat;}
.building_key{background:url('icons/building_key.png') no-repeat;}
.building_link{background:url('icons/building_link.png') no-repeat;}
.bullet_add{background:url('icons/bullet_add.png') no-repeat;}
.bullet_arrow_bottom{background:url('icons/bullet_arrow_bottom.png') no-repeat;}
.bullet_arrow_down{background:url('icons/bullet_arrow_down.png') no-repeat;}
.bullet_arrow_top{background:url('icons/bullet_arrow_top.png') no-repeat;}
.bullet_arrow_up{background:url('icons/bullet_arrow_up.png') no-repeat;}
.bullet_black{background:url('icons/bullet_black.png') no-repeat;}
.bullet_blue{background:url('icons/bullet_blue.png') no-repeat;}
.bullet_delete{background:url('icons/bullet_delete.png') no-repeat;}
.bullet_disk{background:url('icons/bullet_disk.png') no-repeat;}
.bullet_error{background:url('icons/bullet_error.png') no-repeat;}
.bullet_feed{background:url('icons/bullet_feed.png') no-repeat;}
.bullet_go{background:url('icons/bullet_go.png') no-repeat;}
.bullet_green{background:url('icons/bullet_green.png') no-repeat;}
.bullet_key{background:url('icons/bullet_key.png') no-repeat;}
.bullet_orange{background:url('icons/bullet_orange.png') no-repeat;}
.bullet_picture{background:url('icons/bullet_picture.png') no-repeat;}
.bullet_pink{background:url('icons/bullet_pink.png') no-repeat;}
.bullet_purple{background:url('icons/bullet_purple.png') no-repeat;}
.bullet_red{background:url('icons/bullet_red.png') no-repeat;}
.bullet_star{background:url('icons/bullet_star.png') no-repeat;}
.bullet_toggle_minus{background:url('icons/bullet_toggle_minus.png') no-repeat;}
.bullet_toggle_plus{background:url('icons/bullet_toggle_plus.png') no-repeat;}
.bullet_white{background:url('icons/bullet_white.png') no-repeat;}
.bullet_wrench{background:url('icons/bullet_wrench.png') no-repeat;}
.bullet_yellow{background:url('icons/bullet_yellow.png') no-repeat;}
.cake{background:url('icons/cake.png') no-repeat;}
.calculator{background:url('icons/calculator.png') no-repeat;}
.calculator_add{background:url('icons/calculator_add.png') no-repeat;}
.calculator_delete{background:url('icons/calculator_delete.png') no-repeat;}
.calculator_edit{background:url('icons/calculator_edit.png') no-repeat;}
.calculator_error{background:url('icons/calculator_error.png') no-repeat;}
.calculator_link{background:url('icons/calculator_link.png') no-repeat;}
.calendar{background:url('icons/calendar.png') no-repeat;}
.calendar_add{background:url('icons/calendar_add.png') no-repeat;}
.calendar_delete{background:url('icons/calendar_delete.png') no-repeat;}
.calendar_edit{background:url('icons/calendar_edit.png') no-repeat;}
.calendar_link{background:url('icons/calendar_link.png') no-repeat;}
.calendar_view_day{background:url('icons/calendar_view_day.png') no-repeat;}
.calendar_view_month{background:url('icons/calendar_view_month.png') no-repeat;}
.calendar_view_week{background:url('icons/calendar_view_week.png') no-repeat;}
.camera{background:url('icons/camera.png') no-repeat;}
.camera_add{background:url('icons/camera_add.png') no-repeat;}
.camera_delete{background:url('icons/camera_delete.png') no-repeat;}
.camera_edit{background:url('icons/camera_edit.png') no-repeat;}
.camera_error{background:url('icons/camera_error.png') no-repeat;}
.camera_go{background:url('icons/camera_go.png') no-repeat;}
.camera_link{background:url('icons/camera_link.png') no-repeat;}
.camera_small{background:url('icons/camera_small.png') no-repeat;}
.cancel{background:url('icons/cancel.png') no-repeat;}
.car{background:url('icons/car.png') no-repeat;}
.cart{background:url('icons/cart.png') no-repeat;}
.cart_add{background:url('icons/cart_add.png') no-repeat;}
.cart_delete{background:url('icons/cart_delete.png') no-repeat;}
.cart_edit{background:url('icons/cart_edit.png') no-repeat;}
.cart_error{background:url('icons/cart_error.png') no-repeat;}
.cart_go{background:url('icons/cart_go.png') no-repeat;}
.cart_put{background:url('icons/cart_put.png') no-repeat;}
.cart_remove{background:url('icons/cart_remove.png') no-repeat;}
.car_add{background:url('icons/car_add.png') no-repeat;}
.car_delete{background:url('icons/car_delete.png') no-repeat;}
.cd{background:url('icons/cd.png') no-repeat;}
.cd_add{background:url('icons/cd_add.png') no-repeat;}
.cd_burn{background:url('icons/cd_burn.png') no-repeat;}
.cd_delete{background:url('icons/cd_delete.png') no-repeat;}
.cd_edit{background:url('icons/cd_edit.png') no-repeat;}
.cd_eject{background:url('icons/cd_eject.png') no-repeat;}
.cd_go{background:url('icons/cd_go.png') no-repeat;}
.chart_bar{background:url('icons/chart_bar.png') no-repeat;}
.chart_bar_add{background:url('icons/chart_bar_add.png') no-repeat;}
.chart_bar_delete{background:url('icons/chart_bar_delete.png') no-repeat;}
.chart_bar_edit{background:url('icons/chart_bar_edit.png') no-repeat;}
.chart_bar_error{background:url('icons/chart_bar_error.png') no-repeat;}
.chart_bar_link{background:url('icons/chart_bar_link.png') no-repeat;}
.chart_curve{background:url('icons/chart_curve.png') no-repeat;}
.chart_curve_add{background:url('icons/chart_curve_add.png') no-repeat;}
.chart_curve_delete{background:url('icons/chart_curve_delete.png') no-repeat;}
.chart_curve_edit{background:url('icons/chart_curve_edit.png') no-repeat;}
.chart_curve_error{background:url('icons/chart_curve_error.png') no-repeat;}
.chart_curve_go{background:url('icons/chart_curve_go.png') no-repeat;}
.chart_curve_link{background:url('icons/chart_curve_link.png') no-repeat;}
.chart_line{background:url('icons/chart_line.png') no-repeat;}
.chart_line_add{background:url('icons/chart_line_add.png') no-repeat;}
.chart_line_delete{background:url('icons/chart_line_delete.png') no-repeat;}
.chart_line_edit{background:url('icons/chart_line_edit.png') no-repeat;}
.chart_line_error{background:url('icons/chart_line_error.png') no-repeat;}
.chart_line_link{background:url('icons/chart_line_link.png') no-repeat;}
.chart_organisation{background:url('icons/chart_organisation.png') no-repeat;}
.chart_organisation_add{background:url('icons/chart_organisation_add.png') no-repeat;}
.chart_organisation_delete{background:url('icons/chart_organisation_delete.png') no-repeat;}
.chart_pie{background:url('icons/chart_pie.png') no-repeat;}
.chart_pie_add{background:url('icons/chart_pie_add.png') no-repeat;}
.chart_pie_delete{background:url('icons/chart_pie_delete.png') no-repeat;}
.chart_pie_edit{background:url('icons/chart_pie_edit.png') no-repeat;}
.chart_pie_error{background:url('icons/chart_pie_error.png') no-repeat;}
.chart_pie_link{background:url('icons/chart_pie_link.png') no-repeat;}
.clock{background:url('icons/clock.png') no-repeat;}
.clock_add{background:url('icons/clock_add.png') no-repeat;}
.clock_delete{background:url('icons/clock_delete.png') no-repeat;}
.clock_edit{background:url('icons/clock_edit.png') no-repeat;}
.clock_error{background:url('icons/clock_error.png') no-repeat;}
.clock_go{background:url('icons/clock_go.png') no-repeat;}
.clock_link{background:url('icons/clock_link.png') no-repeat;}
.clock_pause{background:url('icons/clock_pause.png') no-repeat;}
.clock_play{background:url('icons/clock_play.png') no-repeat;}
.clock_red{background:url('icons/clock_red.png') no-repeat;}
.clock_stop{background:url('icons/clock_stop.png') no-repeat;}
.cog{background:url('icons/cog.png') no-repeat;}
.cog_add{background:url('icons/cog_add.png') no-repeat;}
.cog_delete{background:url('icons/cog_delete.png') no-repeat;}
.cog_edit{background:url('icons/cog_edit.png') no-repeat;}
.cog_error{background:url('icons/cog_error.png') no-repeat;}
.cog_go{background:url('icons/cog_go.png') no-repeat;}
.coins{background:url('icons/coins.png') no-repeat;}
.coins_add{background:url('icons/coins_add.png') no-repeat;}
.coins_delete{background:url('icons/coins_delete.png') no-repeat;}
.color_swatch{background:url('icons/color_swatch.png') no-repeat;}
.color_wheel{background:url('icons/color_wheel.png') no-repeat;}
.comment{background:url('icons/comment.png') no-repeat;}
.comments{background:url('icons/comments.png') no-repeat;}
.comments_add{background:url('icons/comments_add.png') no-repeat;}
.comments_delete{background:url('icons/comments_delete.png') no-repeat;}
.comment_add{background:url('icons/comment_add.png') no-repeat;}
.comment_delete{background:url('icons/comment_delete.png') no-repeat;}
.comment_edit{background:url('icons/comment_edit.png') no-repeat;}
.compress{background:url('icons/compress.png') no-repeat;}
.computer{background:url('icons/computer.png') no-repeat;}
.computer_add{background:url('icons/computer_add.png') no-repeat;}
.computer_delete{background:url('icons/computer_delete.png') no-repeat;}
.computer_edit{background:url('icons/computer_edit.png') no-repeat;}
.computer_error{background:url('icons/computer_error.png') no-repeat;}
.computer_go{background:url('icons/computer_go.png') no-repeat;}
.computer_key{background:url('icons/computer_key.png') no-repeat;}
.computer_link{background:url('icons/computer_link.png') no-repeat;}
.connect{background:url('icons/connect.png') no-repeat;}
.contrast{background:url('icons/contrast.png') no-repeat;}
.contrast_decrease{background:url('icons/contrast_decrease.png') no-repeat;}
.contrast_high{background:url('icons/contrast_high.png') no-repeat;}
.contrast_increase{background:url('icons/contrast_increase.png') no-repeat;}
.contrast_low{background:url('icons/contrast_low.png') no-repeat;}
.controller{background:url('icons/controller.png') no-repeat;}
.controller_add{background:url('icons/controller_add.png') no-repeat;}
.controller_delete{background:url('icons/controller_delete.png') no-repeat;}
.controller_error{background:url('icons/controller_error.png') no-repeat;}
.control_eject{background:url('icons/control_eject.png') no-repeat;}
.control_eject_blue{background:url('icons/control_eject_blue.png') no-repeat;}
.control_end{background:url('icons/control_end.png') no-repeat;}
.control_end_blue{background:url('icons/control_end_blue.png') no-repeat;}
.control_equalizer{background:url('icons/control_equalizer.png') no-repeat;}
.control_equalizer_blue{background:url('icons/control_equalizer_blue.png') no-repeat;}
.control_fastforward{background:url('icons/control_fastforward.png') no-repeat;}
.control_fastforward_blue{background:url('icons/control_fastforward_blue.png') no-repeat;}
.control_pause{background:url('icons/control_pause.png') no-repeat;}
.control_pause_blue{background:url('icons/control_pause_blue.png') no-repeat;}
.control_play{background:url('icons/control_play.png') no-repeat;}
.control_play_blue{background:url('icons/control_play_blue.png') no-repeat;}
.control_repeat{background:url('icons/control_repeat.png') no-repeat;}
.control_repeat_blue{background:url('icons/control_repeat_blue.png') no-repeat;}
.control_rewind{background:url('icons/control_rewind.png') no-repeat;}
.control_rewind_blue{background:url('icons/control_rewind_blue.png') no-repeat;}
.control_start{background:url('icons/control_start.png') no-repeat;}
.control_start_blue{background:url('icons/control_start_blue.png') no-repeat;}
.control_stop{background:url('icons/control_stop.png') no-repeat;}
.control_stop_blue{background:url('icons/control_stop_blue.png') no-repeat;}
.creditcards{background:url('icons/creditcards.png') no-repeat;}
.cross{background:url('icons/cross.png') no-repeat;}
.css{background:url('icons/css.png') no-repeat;}
.css_add{background:url('icons/css_add.png') no-repeat;}
.css_delete{background:url('icons/css_delete.png') no-repeat;}
.css_go{background:url('icons/css_go.png') no-repeat;}
.css_valid{background:url('icons/css_valid.png') no-repeat;}
.cup{background:url('icons/cup.png') no-repeat;}
.cup_add{background:url('icons/cup_add.png') no-repeat;}
.cup_delete{background:url('icons/cup_delete.png') no-repeat;}
.cup_edit{background:url('icons/cup_edit.png') no-repeat;}
.cup_error{background:url('icons/cup_error.png') no-repeat;}
.cup_go{background:url('icons/cup_go.png') no-repeat;}
.cup_key{background:url('icons/cup_key.png') no-repeat;}
.cup_link{background:url('icons/cup_link.png') no-repeat;}
.cursor{background:url('icons/cursor.png') no-repeat;}
.cut{background:url('icons/cut.png') no-repeat;}
.cut_red{background:url('icons/cut_red.png') no-repeat;}
.database{background:url('icons/database.png') no-repeat;}
.database_add{background:url('icons/database_add.png') no-repeat;}
.database_connect{background:url('icons/database_connect.png') no-repeat;}
.database_delete{background:url('icons/database_delete.png') no-repeat;}
.database_edit{background:url('icons/database_edit.png') no-repeat;}
.database_error{background:url('icons/database_error.png') no-repeat;}
.database_gear{background:url('icons/database_gear.png') no-repeat;}
.database_go{background:url('icons/database_go.png') no-repeat;}
.database_key{background:url('icons/database_key.png') no-repeat;}
.database_lightning{background:url('icons/database_lightning.png') no-repeat;}
.database_link{background:url('icons/database_link.png') no-repeat;}
.database_refresh{background:url('icons/database_refresh.png') no-repeat;}
.database_save{background:url('icons/database_save.png') no-repeat;}
.database_table{background:url('icons/database_table.png') no-repeat;}
.date{background:url('icons/date.png') no-repeat;}
.date_add{background:url('icons/date_add.png') no-repeat;}
.date_delete{background:url('icons/date_delete.png') no-repeat;}
.date_edit{background:url('icons/date_edit.png') no-repeat;}
.date_error{background:url('icons/date_error.png') no-repeat;}
.date_go{background:url('icons/date_go.png') no-repeat;}
.date_link{background:url('icons/date_link.png') no-repeat;}
.date_magnify{background:url('icons/date_magnify.png') no-repeat;}
.date_next{background:url('icons/date_next.png') no-repeat;}
.date_previous{background:url('icons/date_previous.png') no-repeat;}
.delete{background:url('icons/delete.png') no-repeat;}
.disconnect{background:url('icons/disconnect.png') no-repeat;}
.disk{background:url('icons/disk.png') no-repeat;}
.disk_multiple{background:url('icons/disk_multiple.png') no-repeat;}
.door{background:url('icons/door.png') no-repeat;}
.door_in{background:url('icons/door_in.png') no-repeat;}
.door_open{background:url('icons/door_open.png') no-repeat;}
.door_out{background:url('icons/door_out.png') no-repeat;}
.drink{background:url('icons/drink.png') no-repeat;}
.drink_empty{background:url('icons/drink_empty.png') no-repeat;}
.drive{background:url('icons/drive.png') no-repeat;}
.drive_add{background:url('icons/drive_add.png') no-repeat;}
.drive_burn{background:url('icons/drive_burn.png') no-repeat;}
.drive_cd{background:url('icons/drive_cd.png') no-repeat;}
.drive_cd_empty{background:url('icons/drive_cd_empty.png') no-repeat;}
.drive_delete{background:url('icons/drive_delete.png') no-repeat;}
.drive_disk{background:url('icons/drive_disk.png') no-repeat;}
.drive_edit{background:url('icons/drive_edit.png') no-repeat;}
.drive_error{background:url('icons/drive_error.png') no-repeat;}
.drive_go{background:url('icons/drive_go.png') no-repeat;}
.drive_key{background:url('icons/drive_key.png') no-repeat;}
.drive_link{background:url('icons/drive_link.png') no-repeat;}
.drive_magnify{background:url('icons/drive_magnify.png') no-repeat;}
.drive_network{background:url('icons/drive_network.png') no-repeat;}
.drive_rename{background:url('icons/drive_rename.png') no-repeat;}
.drive_user{background:url('icons/drive_user.png') no-repeat;}
.drive_web{background:url('icons/drive_web.png') no-repeat;}
.dvd{background:url('icons/dvd.png') no-repeat;}
.dvd_add{background:url('icons/dvd_add.png') no-repeat;}
.dvd_delete{background:url('icons/dvd_delete.png') no-repeat;}
.dvd_edit{background:url('icons/dvd_edit.png') no-repeat;}
.dvd_error{background:url('icons/dvd_error.png') no-repeat;}
.dvd_go{background:url('icons/dvd_go.png') no-repeat;}
.dvd_key{background:url('icons/dvd_key.png') no-repeat;}
.dvd_link{background:url('icons/dvd_link.png') no-repeat;}
.email{background:url('icons/email.png') no-repeat;}
.email_add{background:url('icons/email_add.png') no-repeat;}
.email_attach{background:url('icons/email_attach.png') no-repeat;}
.email_delete{background:url('icons/email_delete.png') no-repeat;}
.email_edit{background:url('icons/email_edit.png') no-repeat;}
.email_error{background:url('icons/email_error.png') no-repeat;}
.email_go{background:url('icons/email_go.png') no-repeat;}
.email_link{background:url('icons/email_link.png') no-repeat;}
.email_open{background:url('icons/email_open.png') no-repeat;}
.email_open_image{background:url('icons/email_open_image.png') no-repeat;}
.emoticon_evilgrin{background:url('icons/emoticon_evilgrin.png') no-repeat;}
.emoticon_grin{background:url('icons/emoticon_grin.png') no-repeat;}
.emoticon_happy{background:url('icons/emoticon_happy.png') no-repeat;}
.emoticon_smile{background:url('icons/emoticon_smile.png') no-repeat;}
.emoticon_surprised{background:url('icons/emoticon_surprised.png') no-repeat;}
.emoticon_tongue{background:url('icons/emoticon_tongue.png') no-repeat;}
.emoticon_unhappy{background:url('icons/emoticon_unhappy.png') no-repeat;}
.emoticon_waii{background:url('icons/emoticon_waii.png') no-repeat;}
.emoticon_wink{background:url('icons/emoticon_wink.png') no-repeat;}
.error{background:url('icons/error.png') no-repeat;}
.error_add{background:url('icons/error_add.png') no-repeat;}
.error_delete{background:url('icons/error_delete.png') no-repeat;}
.error_go{background:url('icons/error_go.png') no-repeat;}
.exclamation{background:url('icons/exclamation.png') no-repeat;}
.eye{background:url('icons/eye.png') no-repeat;}
.feed{background:url('icons/feed.png') no-repeat;}
.feed_add{background:url('icons/feed_add.png') no-repeat;}
.feed_delete{background:url('icons/feed_delete.png') no-repeat;}
.feed_disk{background:url('icons/feed_disk.png') no-repeat;}
.feed_edit{background:url('icons/feed_edit.png') no-repeat;}
.feed_error{background:url('icons/feed_error.png') no-repeat;}
.feed_go{background:url('icons/feed_go.png') no-repeat;}
.feed_key{background:url('icons/feed_key.png') no-repeat;}
.feed_link{background:url('icons/feed_link.png') no-repeat;}
.feed_magnify{background:url('icons/feed_magnify.png') no-repeat;}
.female{background:url('icons/female.png') no-repeat;}
.film{background:url('icons/film.png') no-repeat;}
.film_add{background:url('icons/film_add.png') no-repeat;}
.film_delete{background:url('icons/film_delete.png') no-repeat;}
.film_edit{background:url('icons/film_edit.png') no-repeat;}
.film_error{background:url('icons/film_error.png') no-repeat;}
.film_go{background:url('icons/film_go.png') no-repeat;}
.film_key{background:url('icons/film_key.png') no-repeat;}
.film_link{background:url('icons/film_link.png') no-repeat;}
.film_save{background:url('icons/film_save.png') no-repeat;}
.find{background:url('icons/find.png') no-repeat;}
.flag_blue{background:url('icons/flag_blue.png') no-repeat;}
.flag_green{background:url('icons/flag_green.png') no-repeat;}
.flag_orange{background:url('icons/flag_orange.png') no-repeat;}
.flag_pink{background:url('icons/flag_pink.png') no-repeat;}
.flag_purple{background:url('icons/flag_purple.png') no-repeat;}
.flag_red{background:url('icons/flag_red.png') no-repeat;}
.flag_yellow{background:url('icons/flag_yellow.png') no-repeat;}
.folder{background:url('icons/folder.png') no-repeat;}
.folder_add{background:url('icons/folder_add.png') no-repeat;}
.folder_bell{background:url('icons/folder_bell.png') no-repeat;}
.folder_brick{background:url('icons/folder_brick.png') no-repeat;}
.folder_bug{background:url('icons/folder_bug.png') no-repeat;}
.folder_camera{background:url('icons/folder_camera.png') no-repeat;}
.folder_database{background:url('icons/folder_database.png') no-repeat;}
.folder_delete{background:url('icons/folder_delete.png') no-repeat;}
.folder_edit{background:url('icons/folder_edit.png') no-repeat;}
.folder_error{background:url('icons/folder_error.png') no-repeat;}
.folder_explore{background:url('icons/folder_explore.png') no-repeat;}
.folder_feed{background:url('icons/folder_feed.png') no-repeat;}
.folder_find{background:url('icons/folder_find.png') no-repeat;}
.folder_go{background:url('icons/folder_go.png') no-repeat;}
.folder_heart{background:url('icons/folder_heart.png') no-repeat;}
.folder_image{background:url('icons/folder_image.png') no-repeat;}
.folder_key{background:url('icons/folder_key.png') no-repeat;}
.folder_lightbulb{background:url('icons/folder_lightbulb.png') no-repeat;}
.folder_link{background:url('icons/folder_link.png') no-repeat;}
.folder_magnify{background:url('icons/folder_magnify.png') no-repeat;}
.folder_page{background:url('icons/folder_page.png') no-repeat;}
.folder_page_white{background:url('icons/folder_page_white.png') no-repeat;}
.folder_palette{background:url('icons/folder_palette.png') no-repeat;}
.folder_picture{background:url('icons/folder_picture.png') no-repeat;}
.folder_star{background:url('icons/folder_star.png') no-repeat;}
.folder_table{background:url('icons/folder_table.png') no-repeat;}
.folder_user{background:url('icons/folder_user.png') no-repeat;}
.folder_wrench{background:url('icons/folder_wrench.png') no-repeat;}
.font{background:url('icons/font.png') no-repeat;}
.font_add{background:url('icons/font_add.png') no-repeat;}
.font_delete{background:url('icons/font_delete.png') no-repeat;}
.font_go{background:url('icons/font_go.png') no-repeat;}
.group{background:url('icons/group.png') no-repeat;}
.group_add{background:url('icons/group_add.png') no-repeat;}
.group_delete{background:url('icons/group_delete.png') no-repeat;}
.group_edit{background:url('icons/group_edit.png') no-repeat;}
.group_error{background:url('icons/group_error.png') no-repeat;}
.group_gear{background:url('icons/group_gear.png') no-repeat;}
.group_go{background:url('icons/group_go.png') no-repeat;}
.group_key{background:url('icons/group_key.png') no-repeat;}
.group_link{background:url('icons/group_link.png') no-repeat;}
.heart{background:url('icons/heart.png') no-repeat;}
.heart_add{background:url('icons/heart_add.png') no-repeat;}
.heart_delete{background:url('icons/heart_delete.png') no-repeat;}
.help{background:url('icons/help.png') no-repeat;}
.hourglass{background:url('icons/hourglass.png') no-repeat;}
.hourglass_add{background:url('icons/hourglass_add.png') no-repeat;}
.hourglass_delete{background:url('icons/hourglass_delete.png') no-repeat;}
.hourglass_go{background:url('icons/hourglass_go.png') no-repeat;}
.hourglass_link{background:url('icons/hourglass_link.png') no-repeat;}
.house{background:url('icons/house.png') no-repeat;}
.house_go{background:url('icons/house_go.png') no-repeat;}
.house_link{background:url('icons/house_link.png') no-repeat;}
.html{background:url('icons/html.png') no-repeat;}
.html_add{background:url('icons/html_add.png') no-repeat;}
.html_delete{background:url('icons/html_delete.png') no-repeat;}
.html_go{background:url('icons/html_go.png') no-repeat;}
.html_valid{background:url('icons/html_valid.png') no-repeat;}
.image{background:url('icons/image.png') no-repeat;}
.images{background:url('icons/images.png') no-repeat;}
.image_add{background:url('icons/image_add.png') no-repeat;}
.image_delete{background:url('icons/image_delete.png') no-repeat;}
.image_edit{background:url('icons/image_edit.png') no-repeat;}
.image_link{background:url('icons/image_link.png') no-repeat;}
.information{background:url('icons/information.png') no-repeat;}
.ipod{background:url('icons/ipod.png') no-repeat;}
.ipod_cast{background:url('icons/ipod_cast.png') no-repeat;}
.ipod_cast_add{background:url('icons/ipod_cast_add.png') no-repeat;}
.ipod_cast_delete{background:url('icons/ipod_cast_delete.png') no-repeat;}
.ipod_sound{background:url('icons/ipod_sound.png') no-repeat;}
.joystick{background:url('icons/joystick.png') no-repeat;}
.joystick_add{background:url('icons/joystick_add.png') no-repeat;}
.joystick_delete{background:url('icons/joystick_delete.png') no-repeat;}
.joystick_error{background:url('icons/joystick_error.png') no-repeat;}
.key{background:url('icons/key.png') no-repeat;}
.keyboard{background:url('icons/keyboard.png') no-repeat;}
.keyboard_add{background:url('icons/keyboard_add.png') no-repeat;}
.keyboard_delete{background:url('icons/keyboard_delete.png') no-repeat;}
.keyboard_magnify{background:url('icons/keyboard_magnify.png') no-repeat;}
.key_add{background:url('icons/key_add.png') no-repeat;}
.key_delete{background:url('icons/key_delete.png') no-repeat;}
.key_go{background:url('icons/key_go.png') no-repeat;}
.layers{background:url('icons/layers.png') no-repeat;}
.layout{background:url('icons/layout.png') no-repeat;}
.layout_add{background:url('icons/layout_add.png') no-repeat;}
.layout_content{background:url('icons/layout_content.png') no-repeat;}
.layout_delete{background:url('icons/layout_delete.png') no-repeat;}
.layout_edit{background:url('icons/layout_edit.png') no-repeat;}
.layout_error{background:url('icons/layout_error.png') no-repeat;}
.layout_header{background:url('icons/layout_header.png') no-repeat;}
.layout_link{background:url('icons/layout_link.png') no-repeat;}
.layout_sidebar{background:url('icons/layout_sidebar.png') no-repeat;}
.lightbulb{background:url('icons/lightbulb.png') no-repeat;}
.lightbulb_add{background:url('icons/lightbulb_add.png') no-repeat;}
.lightbulb_delete{background:url('icons/lightbulb_delete.png') no-repeat;}
.lightbulb_off{background:url('icons/lightbulb_off.png') no-repeat;}
.lightning{background:url('icons/lightning.png') no-repeat;}
.lightning_add{background:url('icons/lightning_add.png') no-repeat;}
.lightning_delete{background:url('icons/lightning_delete.png') no-repeat;}
.lightning_go{background:url('icons/lightning_go.png') no-repeat;}
.link{background:url('icons/link.png') no-repeat;}
.link_add{background:url('icons/link_add.png') no-repeat;}
.link_break{background:url('icons/link_break.png') no-repeat;}
.link_delete{background:url('icons/link_delete.png') no-repeat;}
.link_edit{background:url('icons/link_edit.png') no-repeat;}
.link_error{background:url('icons/link_error.png') no-repeat;}
.link_go{background:url('icons/link_go.png') no-repeat;}
.lock{background:url('icons/lock.png') no-repeat;}
.lock_add{background:url('icons/lock_add.png') no-repeat;}
.lock_break{background:url('icons/lock_break.png') no-repeat;}
.lock_delete{background:url('icons/lock_delete.png') no-repeat;}
.lock_edit{background:url('icons/lock_edit.png') no-repeat;}
.lock_go{background:url('icons/lock_go.png') no-repeat;}
.lock_open{background:url('icons/lock_open.png') no-repeat;}
.lorry{background:url('icons/lorry.png') no-repeat;}
.lorry_add{background:url('icons/lorry_add.png') no-repeat;}
.lorry_delete{background:url('icons/lorry_delete.png') no-repeat;}
.lorry_error{background:url('icons/lorry_error.png') no-repeat;}
.lorry_flatbed{background:url('icons/lorry_flatbed.png') no-repeat;}
.lorry_go{background:url('icons/lorry_go.png') no-repeat;}
.lorry_link{background:url('icons/lorry_link.png') no-repeat;}
.magifier_zoom_out{background:url('icons/magifier_zoom_out.png') no-repeat;}
.magnifier{background:url('icons/magnifier.png') no-repeat;}
.magnifier_zoom_in{background:url('icons/magnifier_zoom_in.png') no-repeat;}
.male{background:url('icons/male.png') no-repeat;}
.map{background:url('icons/map.png') no-repeat;}
.map_add{background:url('icons/map_add.png') no-repeat;}
.map_delete{background:url('icons/map_delete.png') no-repeat;}
.map_edit{background:url('icons/map_edit.png') no-repeat;}
.map_go{background:url('icons/map_go.png') no-repeat;}
.map_magnify{background:url('icons/map_magnify.png') no-repeat;}
.medal_bronze_1{background:url('icons/medal_bronze_1.png') no-repeat;}
.medal_bronze_2{background:url('icons/medal_bronze_2.png') no-repeat;}
.medal_bronze_3{background:url('icons/medal_bronze_3.png') no-repeat;}
.medal_bronze_add{background:url('icons/medal_bronze_add.png') no-repeat;}
.medal_bronze_delete{background:url('icons/medal_bronze_delete.png') no-repeat;}
.medal_gold_1{background:url('icons/medal_gold_1.png') no-repeat;}
.medal_gold_2{background:url('icons/medal_gold_2.png') no-repeat;}
.medal_gold_3{background:url('icons/medal_gold_3.png') no-repeat;}
.medal_gold_add{background:url('icons/medal_gold_add.png') no-repeat;}
.medal_gold_delete{background:url('icons/medal_gold_delete.png') no-repeat;}
.medal_silver_1{background:url('icons/medal_silver_1.png') no-repeat;}
.medal_silver_2{background:url('icons/medal_silver_2.png') no-repeat;}
.medal_silver_3{background:url('icons/medal_silver_3.png') no-repeat;}
.medal_silver_add{background:url('icons/medal_silver_add.png') no-repeat;}
.medal_silver_delete{background:url('icons/medal_silver_delete.png') no-repeat;}
.money{background:url('icons/money.png') no-repeat;}
.money_add{background:url('icons/money_add.png') no-repeat;}
.money_delete{background:url('icons/money_delete.png') no-repeat;}
.money_dollar{background:url('icons/money_dollar.png') no-repeat;}
.money_euro{background:url('icons/money_euro.png') no-repeat;}
.money_pound{background:url('icons/money_pound.png') no-repeat;}
.money_yen{background:url('icons/money_yen.png') no-repeat;}
.monitor{background:url('icons/monitor.png') no-repeat;}
.monitor_add{background:url('icons/monitor_add.png') no-repeat;}
.monitor_delete{background:url('icons/monitor_delete.png') no-repeat;}
.monitor_edit{background:url('icons/monitor_edit.png') no-repeat;}
.monitor_error{background:url('icons/monitor_error.png') no-repeat;}
.monitor_go{background:url('icons/monitor_go.png') no-repeat;}
.monitor_lightning{background:url('icons/monitor_lightning.png') no-repeat;}
.monitor_link{background:url('icons/monitor_link.png') no-repeat;}
.mouse{background:url('icons/mouse.png') no-repeat;}
.mouse_add{background:url('icons/mouse_add.png') no-repeat;}
.mouse_delete{background:url('icons/mouse_delete.png') no-repeat;}
.mouse_error{background:url('icons/mouse_error.png') no-repeat;}
.music{background:url('icons/music.png') no-repeat;}
.new{background:url('icons/new.png') no-repeat;}
.newspaper{background:url('icons/newspaper.png') no-repeat;}
.newspaper_add{background:url('icons/newspaper_add.png') no-repeat;}
.newspaper_delete{background:url('icons/newspaper_delete.png') no-repeat;}
.newspaper_go{background:url('icons/newspaper_go.png') no-repeat;}
.newspaper_link{background:url('icons/newspaper_link.png') no-repeat;}
.note{background:url('icons/note.png') no-repeat;}
.note_add{background:url('icons/note_add.png') no-repeat;}
.note_delete{background:url('icons/note_delete.png') no-repeat;}
.note_edit{background:url('icons/note_edit.png') no-repeat;}
.note_error{background:url('icons/note_error.png') no-repeat;}
.note_go{background:url('icons/note_go.png') no-repeat;}
.overlays{background:url('icons/overlays.png') no-repeat;}
.package{background:url('icons/package.png') no-repeat;}
.package_add{background:url('icons/package_add.png') no-repeat;}
.package_delete{background:url('icons/package_delete.png') no-repeat;}
.package_go{background:url('icons/package_go.png') no-repeat;}
.package_green{background:url('icons/package_green.png') no-repeat;}
.package_link{background:url('icons/package_link.png') no-repeat;}
.page{background:url('icons/page.png') no-repeat;}
.page_add{background:url('icons/page_add.png') no-repeat;}
.page_attach{background:url('icons/page_attach.png') no-repeat;}
.page_code{background:url('icons/page_code.png') no-repeat;}
.page_copy{background:url('icons/page_copy.png') no-repeat;}
.page_delete{background:url('icons/page_delete.png') no-repeat;}
.page_edit{background:url('icons/page_edit.png') no-repeat;}
.page_error{background:url('icons/page_error.png') no-repeat;}
.page_excel{background:url('icons/page_excel.png') no-repeat;}
.page_find{background:url('icons/page_find.png') no-repeat;}
.page_gear{background:url('icons/page_gear.png') no-repeat;}
.page_go{background:url('icons/page_go.png') no-repeat;}
.page_green{background:url('icons/page_green.png') no-repeat;}
.page_key{background:url('icons/page_key.png') no-repeat;}
.page_lightning{background:url('icons/page_lightning.png') no-repeat;}
.page_link{background:url('icons/page_link.png') no-repeat;}
.page_paintbrush{background:url('icons/page_paintbrush.png') no-repeat;}
.page_paste{background:url('icons/page_paste.png') no-repeat;}
.page_red{background:url('icons/page_red.png') no-repeat;}
.page_refresh{background:url('icons/page_refresh.png') no-repeat;}
.page_save{background:url('icons/page_save.png') no-repeat;}
.page_white{background:url('icons/page_white.png') no-repeat;}
.page_white_acrobat{background:url('icons/page_white_acrobat.png') no-repeat;}
.page_white_actionscript{background:url('icons/page_white_actionscript.png') no-repeat;}
.page_white_add{background:url('icons/page_white_add.png') no-repeat;}
.page_white_c{background:url('icons/page_white_c.png') no-repeat;}
.page_white_camera{background:url('icons/page_white_camera.png') no-repeat;}
.page_white_cd{background:url('icons/page_white_cd.png') no-repeat;}
.page_white_code{background:url('icons/page_white_code.png') no-repeat;}
.page_white_code_red{background:url('icons/page_white_code_red.png') no-repeat;}
.page_white_coldfusion{background:url('icons/page_white_coldfusion.png') no-repeat;}
.page_white_compressed{background:url('icons/page_white_compressed.png') no-repeat;}
.page_white_copy{background:url('icons/page_white_copy.png') no-repeat;}
.page_white_cplusplus{background:url('icons/page_white_cplusplus.png') no-repeat;}
.page_white_csharp{background:url('icons/page_white_csharp.png') no-repeat;}
.page_white_cup{background:url('icons/page_white_cup.png') no-repeat;}
.page_white_database{background:url('icons/page_white_database.png') no-repeat;}
.page_white_delete{background:url('icons/page_white_delete.png') no-repeat;}
.page_white_dvd{background:url('icons/page_white_dvd.png') no-repeat;}
.page_white_edit{background:url('icons/page_white_edit.png') no-repeat;}
.page_white_error{background:url('icons/page_white_error.png') no-repeat;}
.page_white_excel{background:url('icons/page_white_excel.png') no-repeat;}
.page_white_find{background:url('icons/page_white_find.png') no-repeat;}
.page_white_flash{background:url('icons/page_white_flash.png') no-repeat;}
.page_white_freehand{background:url('icons/page_white_freehand.png') no-repeat;}
.page_white_gear{background:url('icons/page_white_gear.png') no-repeat;}
.page_white_get{background:url('icons/page_white_get.png') no-repeat;}
.page_white_go{background:url('icons/page_white_go.png') no-repeat;}
.page_white_h{background:url('icons/page_white_h.png') no-repeat;}
.page_white_horizontal{background:url('icons/page_white_horizontal.png') no-repeat;}
.page_white_key{background:url('icons/page_white_key.png') no-repeat;}
.page_white_lightning{background:url('icons/page_white_lightning.png') no-repeat;}
.page_white_link{background:url('icons/page_white_link.png') no-repeat;}
.page_white_magnify{background:url('icons/page_white_magnify.png') no-repeat;}
.page_white_medal{background:url('icons/page_white_medal.png') no-repeat;}
.page_white_office{background:url('icons/page_white_office.png') no-repeat;}
.page_white_paint{background:url('icons/page_white_paint.png') no-repeat;}
.page_white_paintbrush{background:url('icons/page_white_paintbrush.png') no-repeat;}
.page_white_paste{background:url('icons/page_white_paste.png') no-repeat;}
.page_white_php{background:url('icons/page_white_php.png') no-repeat;}
.page_white_picture{background:url('icons/page_white_picture.png') no-repeat;}
.page_white_powerpoint{background:url('icons/page_white_powerpoint.png') no-repeat;}
.page_white_put{background:url('icons/page_white_put.png') no-repeat;}
.page_white_ruby{background:url('icons/page_white_ruby.png') no-repeat;}
.page_white_stack{background:url('icons/page_white_stack.png') no-repeat;}
.page_white_star{background:url('icons/page_white_star.png') no-repeat;}
.page_white_swoosh{background:url('icons/page_white_swoosh.png') no-repeat;}
.page_white_text{background:url('icons/page_white_text.png') no-repeat;}
.page_white_text_width{background:url('icons/page_white_text_width.png') no-repeat;}
.page_white_tux{background:url('icons/page_white_tux.png') no-repeat;}
.page_white_vector{background:url('icons/page_white_vector.png') no-repeat;}
.page_white_visualstudio{background:url('icons/page_white_visualstudio.png') no-repeat;}
.page_white_width{background:url('icons/page_white_width.png') no-repeat;}
.page_white_word{background:url('icons/page_white_word.png') no-repeat;}
.page_white_world{background:url('icons/page_white_world.png') no-repeat;}
.page_white_wrench{background:url('icons/page_white_wrench.png') no-repeat;}
.page_white_zip{background:url('icons/page_white_zip.png') no-repeat;}
.page_word{background:url('icons/page_word.png') no-repeat;}
.page_world{background:url('icons/page_world.png') no-repeat;}
.paintbrush{background:url('icons/paintbrush.png') no-repeat;}
.paintcan{background:url('icons/paintcan.png') no-repeat;}
.palette{background:url('icons/palette.png') no-repeat;}
.paste_plain{background:url('icons/paste_plain.png') no-repeat;}
.paste_word{background:url('icons/paste_word.png') no-repeat;}
.pencil{background:url('icons/pencil.png') no-repeat;}
.pencil_add{background:url('icons/pencil_add.png') no-repeat;}
.pencil_delete{background:url('icons/pencil_delete.png') no-repeat;}
.pencil_go{background:url('icons/pencil_go.png') no-repeat;}
.phone{background:url('icons/phone.png') no-repeat;}
.phone_add{background:url('icons/phone_add.png') no-repeat;}
.phone_delete{background:url('icons/phone_delete.png') no-repeat;}
.phone_sound{background:url('icons/phone_sound.png') no-repeat;}
.photo{background:url('icons/photo.png') no-repeat;}
.photos{background:url('icons/photos.png') no-repeat;}
.photo_add{background:url('icons/photo_add.png') no-repeat;}
.photo_delete{background:url('icons/photo_delete.png') no-repeat;}
.photo_link{background:url('icons/photo_link.png') no-repeat;}
.picture{background:url('icons/picture.png') no-repeat;}
.pictures{background:url('icons/pictures.png') no-repeat;}
.picture_add{background:url('icons/picture_add.png') no-repeat;}
.picture_delete{background:url('icons/picture_delete.png') no-repeat;}
.picture_edit{background:url('icons/picture_edit.png') no-repeat;}
.picture_empty{background:url('icons/picture_empty.png') no-repeat;}
.picture_error{background:url('icons/picture_error.png') no-repeat;}
.picture_go{background:url('icons/picture_go.png') no-repeat;}
.picture_key{background:url('icons/picture_key.png') no-repeat;}
.picture_link{background:url('icons/picture_link.png') no-repeat;}
.picture_save{background:url('icons/picture_save.png') no-repeat;}
.pilcrow{background:url('icons/pilcrow.png') no-repeat;}
.pill{background:url('icons/pill.png') no-repeat;}
.pill_add{background:url('icons/pill_add.png') no-repeat;}
.pill_delete{background:url('icons/pill_delete.png') no-repeat;}
.pill_go{background:url('icons/pill_go.png') no-repeat;}
.plugin{background:url('icons/plugin.png') no-repeat;}
.plugin_add{background:url('icons/plugin_add.png') no-repeat;}
.plugin_delete{background:url('icons/plugin_delete.png') no-repeat;}
.plugin_disabled{background:url('icons/plugin_disabled.png') no-repeat;}
.plugin_edit{background:url('icons/plugin_edit.png') no-repeat;}
.plugin_error{background:url('icons/plugin_error.png') no-repeat;}
.plugin_go{background:url('icons/plugin_go.png') no-repeat;}
.plugin_link{background:url('icons/plugin_link.png') no-repeat;}
.printer{background:url('icons/printer.png') no-repeat;}
.printer_add{background:url('icons/printer_add.png') no-repeat;}
.printer_delete{background:url('icons/printer_delete.png') no-repeat;}
.printer_empty{background:url('icons/printer_empty.png') no-repeat;}
.printer_error{background:url('icons/printer_error.png') no-repeat;}
.rainbow{background:url('icons/rainbow.png') no-repeat;}
.report{background:url('icons/report.png') no-repeat;}
.report_add{background:url('icons/report_add.png') no-repeat;}
.report_delete{background:url('icons/report_delete.png') no-repeat;}
.report_disk{background:url('icons/report_disk.png') no-repeat;}
.report_edit{background:url('icons/report_edit.png') no-repeat;}
.report_go{background:url('icons/report_go.png') no-repeat;}
.report_key{background:url('icons/report_key.png') no-repeat;}
.report_link{background:url('icons/report_link.png') no-repeat;}
.report_magnify{background:url('icons/report_magnify.png') no-repeat;}
.report_picture{background:url('icons/report_picture.png') no-repeat;}
.report_user{background:url('icons/report_user.png') no-repeat;}
.report_word{background:url('icons/report_word.png') no-repeat;}
.resultset_first{background:url('icons/resultset_first.png') no-repeat;}
.resultset_last{background:url('icons/resultset_last.png') no-repeat;}
.resultset_next{background:url('icons/resultset_next.png') no-repeat;}
.resultset_previous{background:url('icons/resultset_previous.png') no-repeat;}
.rosette{background:url('icons/rosette.png') no-repeat;}
.rss{background:url('icons/rss.png') no-repeat;}
.rss_add{background:url('icons/rss_add.png') no-repeat;}
.rss_delete{background:url('icons/rss_delete.png') no-repeat;}
.rss_go{background:url('icons/rss_go.png') no-repeat;}
.rss_valid{background:url('icons/rss_valid.png') no-repeat;}
.ruby{background:url('icons/ruby.png') no-repeat;}
.ruby_add{background:url('icons/ruby_add.png') no-repeat;}
.ruby_delete{background:url('icons/ruby_delete.png') no-repeat;}
.ruby_gear{background:url('icons/ruby_gear.png') no-repeat;}
.ruby_get{background:url('icons/ruby_get.png') no-repeat;}
.ruby_go{background:url('icons/ruby_go.png') no-repeat;}
.ruby_key{background:url('icons/ruby_key.png') no-repeat;}
.ruby_link{background:url('icons/ruby_link.png') no-repeat;}
.ruby_put{background:url('icons/ruby_put.png') no-repeat;}
.script{background:url('icons/script.png') no-repeat;}
.script_add{background:url('icons/script_add.png') no-repeat;}
.script_code{background:url('icons/script_code.png') no-repeat;}
.script_code_red{background:url('icons/script_code_red.png') no-repeat;}
.script_delete{background:url('icons/script_delete.png') no-repeat;}
.script_edit{background:url('icons/script_edit.png') no-repeat;}
.script_error{background:url('icons/script_error.png') no-repeat;}
.script_gear{background:url('icons/script_gear.png') no-repeat;}
.script_go{background:url('icons/script_go.png') no-repeat;}
.script_key{background:url('icons/script_key.png') no-repeat;}
.script_lightning{background:url('icons/script_lightning.png') no-repeat;}
.script_link{background:url('icons/script_link.png') no-repeat;}
.script_palette{background:url('icons/script_palette.png') no-repeat;}
.script_save{background:url('icons/script_save.png') no-repeat;}
.server{background:url('icons/server.png') no-repeat;}
.server_add{background:url('icons/server_add.png') no-repeat;}
.server_chart{background:url('icons/server_chart.png') no-repeat;}
.server_compressed{background:url('icons/server_compressed.png') no-repeat;}
.server_connect{background:url('icons/server_connect.png') no-repeat;}
.server_database{background:url('icons/server_database.png') no-repeat;}
.server_delete{background:url('icons/server_delete.png') no-repeat;}
.server_edit{background:url('icons/server_edit.png') no-repeat;}
.server_error{background:url('icons/server_error.png') no-repeat;}
.server_go{background:url('icons/server_go.png') no-repeat;}
.server_key{background:url('icons/server_key.png') no-repeat;}
.server_lightning{background:url('icons/server_lightning.png') no-repeat;}
.server_link{background:url('icons/server_link.png') no-repeat;}
.server_uncompressed{background:url('icons/server_uncompressed.png') no-repeat;}
.shading{background:url('icons/shading.png') no-repeat;}
.shape_align_bottom{background:url('icons/shape_align_bottom.png') no-repeat;}
.shape_align_center{background:url('icons/shape_align_center.png') no-repeat;}
.shape_align_left{background:url('icons/shape_align_left.png') no-repeat;}
.shape_align_middle{background:url('icons/shape_align_middle.png') no-repeat;}
.shape_align_right{background:url('icons/shape_align_right.png') no-repeat;}
.shape_align_top{background:url('icons/shape_align_top.png') no-repeat;}
.shape_flip_horizontal{background:url('icons/shape_flip_horizontal.png') no-repeat;}
.shape_flip_vertical{background:url('icons/shape_flip_vertical.png') no-repeat;}
.shape_group{background:url('icons/shape_group.png') no-repeat;}
.shape_handles{background:url('icons/shape_handles.png') no-repeat;}
.shape_move_back{background:url('icons/shape_move_back.png') no-repeat;}
.shape_move_backwards{background:url('icons/shape_move_backwards.png') no-repeat;}
.shape_move_forwards{background:url('icons/shape_move_forwards.png') no-repeat;}
.shape_move_front{background:url('icons/shape_move_front.png') no-repeat;}
.shape_rotate_anticlockwise{background:url('icons/shape_rotate_anticlockwise.png') no-repeat;}
.shape_rotate_clockwise{background:url('icons/shape_rotate_clockwise.png') no-repeat;}
.shape_square{background:url('icons/shape_square.png') no-repeat;}
.shape_square_add{background:url('icons/shape_square_add.png') no-repeat;}
.shape_square_delete{background:url('icons/shape_square_delete.png') no-repeat;}
.shape_square_edit{background:url('icons/shape_square_edit.png') no-repeat;}
.shape_square_error{background:url('icons/shape_square_error.png') no-repeat;}
.shape_square_go{background:url('icons/shape_square_go.png') no-repeat;}
.shape_square_key{background:url('icons/shape_square_key.png') no-repeat;}
.shape_square_link{background:url('icons/shape_square_link.png') no-repeat;}
.shape_ungroup{background:url('icons/shape_ungroup.png') no-repeat;}
.shield{background:url('icons/shield.png') no-repeat;}
.shield_add{background:url('icons/shield_add.png') no-repeat;}
.shield_delete{background:url('icons/shield_delete.png') no-repeat;}
.shield_go{background:url('icons/shield_go.png') no-repeat;}
.sitemap{background:url('icons/sitemap.png') no-repeat;}
.sitemap_color{background:url('icons/sitemap_color.png') no-repeat;}
.sound{background:url('icons/sound.png') no-repeat;}
.sound_add{background:url('icons/sound_add.png') no-repeat;}
.sound_delete{background:url('icons/sound_delete.png') no-repeat;}
.sound_low{background:url('icons/sound_low.png') no-repeat;}
.sound_mute{background:url('icons/sound_mute.png') no-repeat;}
.sound_none{background:url('icons/sound_none.png') no-repeat;}
.spellcheck{background:url('icons/spellcheck.png') no-repeat;}
.sport_8ball{background:url('icons/sport_8ball.png') no-repeat;}
.sport_basketball{background:url('icons/sport_basketball.png') no-repeat;}
.sport_football{background:url('icons/sport_football.png') no-repeat;}
.sport_golf{background:url('icons/sport_golf.png') no-repeat;}
.sport_raquet{background:url('icons/sport_raquet.png') no-repeat;}
.sport_shuttlecock{background:url('icons/sport_shuttlecock.png') no-repeat;}
.sport_soccer{background:url('icons/sport_soccer.png') no-repeat;}
.sport_tennis{background:url('icons/sport_tennis.png') no-repeat;}
.star{background:url('icons/star.png') no-repeat;}
.status_away{background:url('icons/status_away.png') no-repeat;}
.status_busy{background:url('icons/status_busy.png') no-repeat;}
.status_offline{background:url('icons/status_offline.png') no-repeat;}
.status_online{background:url('icons/status_online.png') no-repeat;}
.stop{background:url('icons/stop.png') no-repeat;}
.style{background:url('icons/style.png') no-repeat;}
.style_add{background:url('icons/style_add.png') no-repeat;}
.style_delete{background:url('icons/style_delete.png') no-repeat;}
.style_edit{background:url('icons/style_edit.png') no-repeat;}
.style_go{background:url('icons/style_go.png') no-repeat;}
.sum{background:url('icons/sum.png') no-repeat;}
.tab{background:url('icons/tab.png') no-repeat;}
.table{background:url('icons/table.png') no-repeat;}
.table_add{background:url('icons/table_add.png') no-repeat;}
.table_delete{background:url('icons/table_delete.png') no-repeat;}
.table_edit{background:url('icons/table_edit.png') no-repeat;}
.table_error{background:url('icons/table_error.png') no-repeat;}
.table_gear{background:url('icons/table_gear.png') no-repeat;}
.table_go{background:url('icons/table_go.png') no-repeat;}
.table_key{background:url('icons/table_key.png') no-repeat;}
.table_lightning{background:url('icons/table_lightning.png') no-repeat;}
.table_link{background:url('icons/table_link.png') no-repeat;}
.table_multiple{background:url('icons/table_multiple.png') no-repeat;}
.table_refresh{background:url('icons/table_refresh.png') no-repeat;}
.table_relationship{background:url('icons/table_relationship.png') no-repeat;}
.table_row_delete{background:url('icons/table_row_delete.png') no-repeat;}
.table_row_insert{background:url('icons/table_row_insert.png') no-repeat;}
.table_save{background:url('icons/table_save.png') no-repeat;}
.table_sort{background:url('icons/table_sort.png') no-repeat;}
.tab_add{background:url('icons/tab_add.png') no-repeat;}
.tab_delete{background:url('icons/tab_delete.png') no-repeat;}
.tab_edit{background:url('icons/tab_edit.png') no-repeat;}
.tab_go{background:url('icons/tab_go.png') no-repeat;}
.tag{background:url('icons/tag.png') no-repeat;}
.tag_blue{background:url('icons/tag_blue.png') no-repeat;}
.tag_blue_add{background:url('icons/tag_blue_add.png') no-repeat;}
.tag_blue_delete{background:url('icons/tag_blue_delete.png') no-repeat;}
.tag_blue_edit{background:url('icons/tag_blue_edit.png') no-repeat;}
.tag_green{background:url('icons/tag_green.png') no-repeat;}
.tag_orange{background:url('icons/tag_orange.png') no-repeat;}
.tag_pink{background:url('icons/tag_pink.png') no-repeat;}
.tag_purple{background:url('icons/tag_purple.png') no-repeat;}
.tag_red{background:url('icons/tag_red.png') no-repeat;}
.tag_yellow{background:url('icons/tag_yellow.png') no-repeat;}
.telephone{background:url('icons/telephone.png') no-repeat;}
.telephone_add{background:url('icons/telephone_add.png') no-repeat;}
.telephone_delete{background:url('icons/telephone_delete.png') no-repeat;}
.telephone_edit{background:url('icons/telephone_edit.png') no-repeat;}
.telephone_error{background:url('icons/telephone_error.png') no-repeat;}
.telephone_go{background:url('icons/telephone_go.png') no-repeat;}
.telephone_key{background:url('icons/telephone_key.png') no-repeat;}
.telephone_link{background:url('icons/telephone_link.png') no-repeat;}
.television{background:url('icons/television.png') no-repeat;}
.television_add{background:url('icons/television_add.png') no-repeat;}
.television_delete{background:url('icons/television_delete.png') no-repeat;}
.textfield{background:url('icons/textfield.png') no-repeat;}
.textfield_add{background:url('icons/textfield_add.png') no-repeat;}
.textfield_delete{background:url('icons/textfield_delete.png') no-repeat;}
.textfield_key{background:url('icons/textfield_key.png') no-repeat;}
.textfield_rename{background:url('icons/textfield_rename.png') no-repeat;}
.text_align_center{background:url('icons/text_align_center.png') no-repeat;}
.text_align_justify{background:url('icons/text_align_justify.png') no-repeat;}
.text_align_left{background:url('icons/text_align_left.png') no-repeat;}
.text_align_right{background:url('icons/text_align_right.png') no-repeat;}
.text_allcaps{background:url('icons/text_allcaps.png') no-repeat;}
.text_bold{background:url('icons/text_bold.png') no-repeat;}
.text_columns{background:url('icons/text_columns.png') no-repeat;}
.text_dropcaps{background:url('icons/text_dropcaps.png') no-repeat;}
.text_heading_1{background:url('icons/text_heading_1.png') no-repeat;}
.text_heading_2{background:url('icons/text_heading_2.png') no-repeat;}
.text_heading_3{background:url('icons/text_heading_3.png') no-repeat;}
.text_heading_4{background:url('icons/text_heading_4.png') no-repeat;}
.text_heading_5{background:url('icons/text_heading_5.png') no-repeat;}
.text_heading_6{background:url('icons/text_heading_6.png') no-repeat;}
.text_horizontalrule{background:url('icons/text_horizontalrule.png') no-repeat;}
.text_indent{background:url('icons/text_indent.png') no-repeat;}
.text_indent_remove{background:url('icons/text_indent_remove.png') no-repeat;}
.text_italic{background:url('icons/text_italic.png') no-repeat;}
.text_kerning{background:url('icons/text_kerning.png') no-repeat;}
.text_letterspacing{background:url('icons/text_letterspacing.png') no-repeat;}
.text_letter_omega{background:url('icons/text_letter_omega.png') no-repeat;}
.text_linespacing{background:url('icons/text_linespacing.png') no-repeat;}
.text_list_bullets{background:url('icons/text_list_bullets.png') no-repeat;}
.text_list_numbers{background:url('icons/text_list_numbers.png') no-repeat;}
.text_lowercase{background:url('icons/text_lowercase.png') no-repeat;}
.text_padding_bottom{background:url('icons/text_padding_bottom.png') no-repeat;}
.text_padding_left{background:url('icons/text_padding_left.png') no-repeat;}
.text_padding_right{background:url('icons/text_padding_right.png') no-repeat;}
.text_padding_top{background:url('icons/text_padding_top.png') no-repeat;}
.text_replace{background:url('icons/text_replace.png') no-repeat;}
.text_signature{background:url('icons/text_signature.png') no-repeat;}
.text_smallcaps{background:url('icons/text_smallcaps.png') no-repeat;}
.text_strikethrough{background:url('icons/text_strikethrough.png') no-repeat;}
.text_subscript{background:url('icons/text_subscript.png') no-repeat;}
.text_superscript{background:url('icons/text_superscript.png') no-repeat;}
.text_underline{background:url('icons/text_underline.png') no-repeat;}
.text_uppercase{background:url('icons/text_uppercase.png') no-repeat;}
.Thumbs{background:url('icons/Thumbs.db') no-repeat;}
.thumb_down{background:url('icons/thumb_down.png') no-repeat;}
.thumb_up{background:url('icons/thumb_up.png') no-repeat;}
.tick{background:url('icons/tick.png') no-repeat;}
.time{background:url('icons/time.png') no-repeat;}
.timeline_marker{background:url('icons/timeline_marker.png') no-repeat;}
.time_add{background:url('icons/time_add.png') no-repeat;}
.time_delete{background:url('icons/time_delete.png') no-repeat;}
.time_go{background:url('icons/time_go.png') no-repeat;}
.transmit{background:url('icons/transmit.png') no-repeat;}
.transmit_add{background:url('icons/transmit_add.png') no-repeat;}
.transmit_blue{background:url('icons/transmit_blue.png') no-repeat;}
.transmit_delete{background:url('icons/transmit_delete.png') no-repeat;}
.transmit_edit{background:url('icons/transmit_edit.png') no-repeat;}
.transmit_error{background:url('icons/transmit_error.png') no-repeat;}
.transmit_go{background:url('icons/transmit_go.png') no-repeat;}
.tux{background:url('icons/tux.png') no-repeat;}
.user{background:url('icons/user.png') no-repeat;}
.user_add{background:url('icons/user_add.png') no-repeat;}
.user_comment{background:url('icons/user_comment.png') no-repeat;}
.user_delete{background:url('icons/user_delete.png') no-repeat;}
.user_edit{background:url('icons/user_edit.png') no-repeat;}
.user_female{background:url('icons/user_female.png') no-repeat;}
.user_go{background:url('icons/user_go.png') no-repeat;}
.user_gray{background:url('icons/user_gray.png') no-repeat;}
.user_green{background:url('icons/user_green.png') no-repeat;}
.user_orange{background:url('icons/user_orange.png') no-repeat;}
.user_red{background:url('icons/user_red.png') no-repeat;}
.user_suit{background:url('icons/user_suit.png') no-repeat;}
.vcard{background:url('icons/vcard.png') no-repeat;}
.vcard_add{background:url('icons/vcard_add.png') no-repeat;}
.vcard_delete{background:url('icons/vcard_delete.png') no-repeat;}
.vcard_edit{background:url('icons/vcard_edit.png') no-repeat;}
.vector{background:url('icons/vector.png') no-repeat;}
.vector_add{background:url('icons/vector_add.png') no-repeat;}
.vector_delete{background:url('icons/vector_delete.png') no-repeat;}
.wand{background:url('icons/wand.png') no-repeat;}
.weather_clouds{background:url('icons/weather_clouds.png') no-repeat;}
.weather_cloudy{background:url('icons/weather_cloudy.png') no-repeat;}
.weather_lightning{background:url('icons/weather_lightning.png') no-repeat;}
.weather_rain{background:url('icons/weather_rain.png') no-repeat;}
.weather_snow{background:url('icons/weather_snow.png') no-repeat;}
.weather_sun{background:url('icons/weather_sun.png') no-repeat;}
.webcam{background:url('icons/webcam.png') no-repeat;}
.webcam_add{background:url('icons/webcam_add.png') no-repeat;}
.webcam_delete{background:url('icons/webcam_delete.png') no-repeat;}
.webcam_error{background:url('icons/webcam_error.png') no-repeat;}
.world{background:url('icons/world.png') no-repeat;}
.world_add{background:url('icons/world_add.png') no-repeat;}
.world_delete{background:url('icons/world_delete.png') no-repeat;}
.world_edit{background:url('icons/world_edit.png') no-repeat;}
.world_go{background:url('icons/world_go.png') no-repeat;}
.world_link{background:url('icons/world_link.png') no-repeat;}
.wrench{background:url('icons/wrench.png') no-repeat;}
.wrench_orange{background:url('icons/wrench_orange.png') no-repeat;}
.xhtml{background:url('icons/xhtml.png') no-repeat;}
.xhtml_add{background:url('icons/xhtml_add.png') no-repeat;}
.xhtml_delete{background:url('icons/xhtml_delete.png') no-repeat;}
.xhtml_go{background:url('icons/xhtml_go.png') no-repeat;}
.xhtml_valid{background:url('icons/xhtml_valid.png') no-repeat;}
.zoom{background:url('icons/zoom.png') no-repeat;}
.zoom_in{background:url('icons/zoom_in.png') no-repeat;}
.zoom_out{background:url('icons/zoom_out.png') no-repeat;}

