.toolbar a{
	height: 27px;
	padding-right: 3px;
	margin: 2px;
	color: #3b5998;
	display: inline-block;
	font-weight: bold;
	background: url(bg.png) right -129px no-repeat;
	-webkit-user-select: none;
}
.toolbar a span{
	height: 27px;
	line-height: 27px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	padding-right: 8px;
	padding-left: 10px;
	background: url(bg.png) -832px -102px no-repeat;
}
.toolbar a.negative{
	color: #c7841e;
}
.toolbar a.negative:hover, .toolbar a.negative.hover, .toolbar a.negative-hover{
	background: url(bg.png) -831px -75px no-repeat;
	color: #3b5998;
}
.toolbar a.negative:hover span, .toolbar a.negative.hover span, .toolbar a.negative-hover span{
	background: url(bg.png) -751px -75px no-repeat;
}
.toolbar a:hover, .toolbar a.hover{
	background: url(bg.png) right -339px no-repeat;
}
.toolbar a:hover span, .toolbar a.hover span{
	background: url(bg.png) -832px -312px no-repeat;
}
table.data-list{
	margin-top: 4px;
	border-top: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-collapse: collapse;
}
table.form{
	margin-top: 4px;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}
table.data-list td, table.data-list th{
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede;
	padding: 2px 4px;
	line-height: 25px;
}
table.form td, table.form th{
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}
table.data-list th, table.form th{
	font-size: 12px;
	color: #3b5998;
}
table.form th{
	text-align: right;
	vertical-align: top;
	color: #666;
	padding: 6px;
}
table.form td{
	padding: 2px;
}

body{
	font: 12px arial;
}
.divdata th font{
	font-family: segoe ui;
}
input[type="text"], textarea, select{
	border: 1px solid #aaa;
}
input[type="text"], .is-text{
	height: 24px;
}
.s{
	width: 50px;
}
.m{
	width: 100px;
}
.l{
	width: 200px;
}
.full{
	width: 100%;
}
.error, input.error{
	border: 1px solid #dd4b39;
	background-color: #faffbd;
}
.text-error{
	height: 24px;
}
.err-msg{
	color: #dd4b39;
	/*position: absolute;*/
	display: inline-block;
	line-height: 16px;
	font: 13px arial, helvetica, sans-serif;
	padding: 4px;
}
img.ui-datepicker-trigger{
	position: relative;
	height: 18px;
	top: 4px;
	left: -22px;
	cursor: pointer;
}
.date{
	width: 100px;
}
/***********table**************/
.cb-table
{
	margin-top: 4px;
	border:1px solid #ccc;
	border-top:0;
	border-collapse: collapse;
}
.cb-table th, table.tbldata td.header, .data-list th
{
	/*background:url('img/table-th.jpg') repeat-x top left;*/
	background-color: #F5F5F5;
	background-image: linear-gradient(#FFFFFF, #F0F0F0);
	height:23px;
	border-left: 1px solid #e4e5e6;
	/*border-right: 1px solid #fff;*/
	text-align:left;
	padding: 2px 5px;
	font-family: arial;
	font-size: 12px;
	text-align: center;
	color: #444;
	white-space: nowrap;	
}
table.data-list tbody tr:nth-child(odd), table.tbldata tbody tr:nth-child(odd){
	background-color: #F8F8F8;
}
table.data-list tbody tr:nth-child(even), table.tbldata tbody tr:nth-child(even){
	background-color: #FFFFFF;
}
table.data-list tr:hover, table.data-list tr:nth-child(odd):hover, table.data-list tr:nth-child(even):hover{
	background-color: #ffffee;
}
/*.cb-table th:hover
{
	background:url('img/table-th-hover.jpg') repeat-x top left;
	border-right: 1px solid #96D9F9;
	border-left: 1px solid #96D9F9;
}*/
.cb-table td
{
	padding-left:5px;
	border-left: 1px solid #e4e5e6;
	line-height:25px;
}
.odd
{
	background:#f2f9fc;
}
a{
	color: rgb(00, 69, 169)
}
a:hover{
	color: rgb(204, 0, 0);
}
a:visited{
	color: rgb(111, 15, 22);
}
.document-toolbar{
	margin: 10px 0;
	text-align: right;
	position: relative;
}
.document-toolbar a{
	line-height: 18px;
	padding: 4px 10px 4px 22px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 4px center;
	font-weight: bold;
	color: #0a58c2;
	border: 1px solid transparent;
	cursor: pointer;
}
.document-toolbar a:hover{
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
}
a.attachment{
	line-height: 26px;
	padding: 0 5px 0 30px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: 4px center;
	font-weight: bold;
	color: #0a58c2;
	background-image: url('img/attachment.png');
	cursor: pointer;
	border: 1px solid transparent;
}
a.attachment:hover{
	background-color: #e5e5e5;
	color: #15c;
	background-image: url('img/attachment_yellow.png');
	border: 1px solid #e5e5e5;
}
a.attachment.active{
	background-color: #e5e5e5;
	color: #900000;
	background-image: url('img/attachment_red.png');
	border: 1px solid #e5e5e5;
}
.download-links{
	border: 1px solid #e5e5e5;
	position: absolute;
	top: 24px;
	white-space: nowrap;
	background-color: #f5f5f5;
	padding: 2px;
	right: 0;
	margin-top: 4px;
	display: none;
}
.download-links a{
	padding: 2px 4px;
	color: #000099;
	fon-size: 11px;
}
.download-links a:hover{
	border-color: #ccc;
	background-color: #fff;
}
.document-toolbar a.schema{
	background-image: url('img/schema.png');
}
.document-toolbar a.attribute{
	background-image: url('img/attribute.png');
}
.document-toolbar a.content{
	background-image: url('img/content.png');
}
.document-toolbar a.download{
	background-image: url('img/download.png');
}
input[type="checkbox"], input[type="radio"], input.checkbox, input.radio{
	height: auto;
	border-style: none;
	border-width: 0px;
	background: transparent;
}
::-ms-check{
	border-color: #b0b0b0;
	background: #ededed;
	color: #666666;
	border-radius: 2px;
	background: linear-gradient(#F0F0F0, #F0F0F0 38%, #DFDFDF);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
	padding: 0px 1px 1px 0px;
	 
}
a.btn-findicons{
	height: 27px;
	padding-right: 3px;
	color: #3b5998;
	display: inline-block;
	font-weight: bold;
	background: url(bg.png) right -339px no-repeat;
}
a.btn-findicons span{
	height: 27px;
	line-height: 27px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	padding-right: 8px;
	padding-left: 10px;
	background: url(bg.png) -832px -312px no-repeat;
}
a.btn-findicons:hover{
	background: url(bg.png) right -129px no-repeat;
}
a.btn-findicons:hover span{
	background: url(bg.png) -832px -102px no-repeat;
}
.ftx-search{
	background: url(icon-find.gif) no-repeat;
	padding-left: 18px;
}
.adv-search{
	background: url(expand.png) no-repeat;
	padding-left: 18px;
	cursor: pointer;
}
.collapse{
	background: url(collapse.png) no-repeat;
}
.search-form{
	margin: 10px auto;
}
.full-width{
	width: 100%;
}
.box-main{
	border: 1px solid #ccc;
	border-top: none;
	overflow: hidden;
}
.hidden{
	display: none;
}
a.title{
	color: #0a58c2;
	font-size: 13px;
	font-weight: bold;
	font-family: helvetica, arial;
	text-decoration: none;
	line-height: 24px;
}
a.title:hover{
	color: #0000cc;
	text-decoration: underline;
}

.doc-item{
	margin: 5px 5px 10px 0;
	font-size: 13px;
	text-align: justify;
}
span.meta-links{
	display: none;
}
span.meta-links a{
	color: #c00000;
	text-decoration: none;
}
.properties{
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
.excerpt{
	font-size: 13px;
}
#now{
	font-size: 11px; 
	color: rgb(66, 44, 22); 
	position: absolute; 
	right: 15px;
}
form{
	margin: 0;
}
a.expand, a.collapse{
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 18px;
	height: 18px;
}
a.expand{
	background-image: url(expand.png);
}
a.collapse{
	background-image: url(collapse.png);
}
ul.tree{
	list-style-type: none;
	border: none 0;
	margin: 0;
	padding: 0;
	color: rgb(51, 51, 51);
}
ul.tree a{
	font-family: Segoe UI, Tahoma, Arial;
}
li.node a{
	background: url('img/bullet.png') no-repeat 4px 9px;
	color: rgb(188, 25, 38);
	font-size: 12px;
	padding: 6px 0px 4px 20px;
	font-weight: bold;
}
li.node a.expanded{
	background: url('img/bullet.png') no-repeat 4px -32px;
}
li.node ul{
	list-style-type: none;
	border: none 0;
	margin: 0 0 0 10px;
	padding: 0;
	color: rgb(51, 51, 51);
}
li.leaf a{
	background: url('img/bullet.png') no-repeat 6px -78px;
	color: rgb(51, 51, 51);
	font-size: 12px;
	padding: 3px 0px 3px 14px;
	font-weight: normal;
}
.loading{
	display: block;
	margin: 0 auto;
	width: 32px;
	height: 32px;
	background: url('loading.gif') no-repeat top left;
}
#gazette-picker-frame{
	position: absolute;
	z-index: 1;
	width: 205px;
	display: block;
}
#gazette-picker-trigger{
	cursor: pointer;
}
.toc th{
	font-size: 14px;
	font-family: tahoma;
	color: rgb(68, 68, 68);
}
.toc td{
	padding: 5px 0;
	font-size: 10pt;
}
.toc th.level1-heading{
	font-size: 15px;
	text-transform: uppercase;
	font-family: tahoma;
	color: rgb(88, 88, 88);
	padding: 10px 0 0px;
}
.toc th.level2-heading{
	font-size: 14px;
	font-family: tahoma;
	text-transform: uppercase;
	color: #6F0F16;
	padding: 8px 0 4px;
}
.toc h2{
	font-size: 22px;
	display: inline;
	padding-bottom: 2px;
	border-bottom: 1px solid;
}
/*same as html head of ViewPagination subform*/
#pagination{
	text-align: right;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #445566;
	white-space: nowrap;
	margin: 4px 0px 0px 0px;
	text-align: right:
}
#pagination a{
	background: url('img/bg-pagination.gif') repeat-x scroll 0 top #CBE1F0;
	border-color: #C0D6EB #B2CDDE #BFD6EB;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	outline: medium none;
	padding: 3px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px #FFFFFF;
	color: #336699;
	margin-left: 3px;
}
#pagination a.active, #pagination a:hover{
	background: url('img/bg-pagination-on.gif') repeat-x scroll 0 top #336C9E;
	border-color: #4276A4 #34638D #29537B;
	color: #ffffff;
	text-shadow: 0 1px 1px #456;	
}
#pagination a.active, #pagination a.symbol{
	margin-right: 2px;
}
span.vertical-bar{
	/*vertical-align: baseline;*/
}
span.vertical-bar.first{
	margin-right: -4px;
}
span.vertical-bar.last{
	margin-left: -4px;
}
.label{
	font-family: Tahoma;
	color: #456789;
	font-weight: bold;
	font-size: 8pt;
}
.cate{
	color: #BC1926;
	font-weight: bold;
	font-family: Tahoma;
	font-size: 14px;
	text-transform: uppercase;
	padding: 2px;
	border-bottom: 1px solid #ff6666;
}
#documentsByGazette{
	width: 99%;
}
.bullet{
	font-size: 16px;
	font-family: arial;
	color: #cc0000;
}
#total{
	line-height: 24px;
}
.w-effect{
	color: #008800;
}
.effecting{
	color: #0033DD;
}
.effected{
	color: #EE0000;
}
.search-view-navigation{
	text-align: right;
	font-weight: bold;
	color: #456;
}
.number{
	color: #cc2244;
}
.wrapper{text-align: center; padding: 2px;}
.notification{
	display: inline;
	padding: 2px 12px;
	border: 1px solid #f0c36d;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	
	box-shadow: 0 2px 4px #aaa;
	-webkit-box-shadow: 0 2px 4px #aaa;
	-webkit-box-shadow: 0 2px 4px #aaa;

	background-color: #f9edbe;
}
.notification, .notification a{
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #242424;
}
.notification a{
	color: #0022cc;
	text-decoration: underline;
}
.notification a:hover{	
	color: #0022ff;
}
.view-title{
	line-height: 26px;
	padding: 1px 12px;
	position: relative;
}
td.view-title{
	/*height: 32px;*/
}
.view-title .search-box{
	/*float: right;*/
	position: absolute;
	right: 4px;
	top: 1px;
}
.columnar label{
	width: 200px;
	float: left;
}