body{
	position: relative;
}

/* ---------------------------------------------- Calendar ---------------------------------------------------- */
.cal {
 position: absolute;
 top: 0;
 left: 0;
 background: #fff;
 text-align: center;
 border: 1px solid #68930a;
 width: 185px;
 font-size: 10px;
 z-index: 1000;
}
	.cal.id { width: 234px; }

.cal .week {
 margin: 0 5px;
 clear: both;
}

.cal .days {
 clear: both;
 overflow: hidden;
 width: 175px;
 margin: 0 5px 5px;
}
	.cal.id .days { width: 224px; }

.cal .days div, .cal .week div {
 width: 23px;
 min-height: 21px;
 line-height: 21px;
 display: inline;
 float: left;
 border: 1px solid #fff;
}
	.cal.id .days div, .cal.id .week div { width: 30px; }

.cal .days .empty {
 cursor: default;
}

.cal .days .hover,
.cal .days .selected {
 border-color: #68930a;
 cursor: pointer;
}

.cal .days .selected {
 background-color: #68930a;
 color: #fff;
}

.cal .days .disabled {
  cursor: default;
  color: #ccc;
  border-color: #fff;
}

.cal .controls {
 overflow: hidden;
 background-color: #68930a;
 padding: 5px;
 /zoom: 1;
 width: auto;
}

.cal .year,
.cal .month {
 display: inline;
 font-size: 11px;
 margin: 0 5px;
}

.cal .year {
 float: left;
 width: 5em;
}

.cal .month {
 float: right;
 width: 8.5em;
}

.calInput {
 background: #fff url( '/static/interface/img/cal.jpg' ) 100% 1px no-repeat;
 padding: 4px 30px 4px 4px;
 border: 1px solid #dbdbdb;
}

/* --------------------------------------------- Filter Table --------------------------------------------------- */

.filtertable {
	font-family: Arial;
}

/* --------------------------------------------- Sort Table --------------------------------------------------- */

.sorttable th.sortable {
 cursor: pointer;
}

.sorttable .sa {
    padding: 4px 7px 0 0;
    margin-left: 5px;
    font-size: 0;
    line-height: 0;
}

.sorttable th.desc .sa, 
.sorttable th.asc .sa {
	background-image: url( '/static/interface/img/timeArrows.gif' );
	background-repeat: no-repeat;
}

.sorttable th.desc .sa { background-position: 0 0; }
.sorttable th.asc .sa { background-position: 100% 0; }

/* --------------------------------------------------- Time --------------------------------------------------- */

.timeWrap {
 overflow: hidden;
 position: relative;
 width: 60px;
}

span.timeWrap input {
 width: 60px;
 padding-right: 14px;
}

.timeWrap .timeControls {
  position: absolute;
  right: 4px;
  top: 0;
  height: 24px;
  width: 7px;
  overflow: hidden;
  _zoom: 1;_font-size:0px;_z-index:100;
}

.timeWrap .timeControls span {
  background-image: url( '/static/interface/img/timeArrows.gif' );
  background-repeat: no-repeat;
  float: left;
  width: 7px;
  height: 50%;
  cursor: pointer;
}

.timeWrap .timeControls .upArrow { background-position: 100% 50%; /zoom: 1;}
.timeWrap .timeControls .downArrow { background-position: 0 50%; /zoom: 1; }

/* --------------------------------------------- Check List --------------------------------------------------- */

.checklist {
	position:relative;
	border: 1px solid #ccc;
	background-color:#fff;
	color: #808080;
	font-size: 10px;
	padding: 3px;
	cursor: pointer;
	text-align: left;
	/zoom: 1;
	z-index:20;
}

.checklist .switcher {
	padding-left: 18px;
}

.checklist .switcher input {
	position: absolute;
	top: 3px; /top: -1px;
	left: 5px; /left: 0;
	margin: 0;
	z-index: 5;
}

.checklist span { padding-right: 15px; }

.checklist .arrow {
	position: absolute;
	top: 9px;
	right: 5px;
	width: 7px;
	height: 4px;
	background-image: url( '/static/interface/img/timeArrows.gif' );
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0;
}

.expand .arrow { background-position: 100% 0; }

.checklist ul {
	position: absolute;
	top: 100%;
	left: -1px;
	display: none;
	background-color:#fff;
	border: 1px solid #ccc;
	border-top: 0 none;
	width: 100%;
	max-height: 105px;
	overflow-y: auto;
	padding: 3px 0 0; _padding: 3px;
	font-weight: normal;
	/zoom: 1;
}

.checklist ul li {
	position: relative;
	list-style-type: none;
	overflow: hidden;
	clear: both;
	height: 13px;
	padding: 2px 0 2px 22px;
	list-style-position: outside;
	/zoom: 1;
}

.checklist ul li label {
	width: auto;
	display: block;
	padding: 0;
	margin: 0;
	/zoom: 1;
	font-size: 10px;
}

.checklist ul li input {
	position: absolute;
	top: 3px; /top: -1px; _top: 0;
	left: 5px; /left:0;
	margin: 0;
}

.expand ul { display: block; }

/* ---------------------------------------------------- File -------------------------------------------------- */

.file,
.file input,
.file button {
	display: inline;
	float: left;
}

.file input {
	clear: left;
	/padding: 3px 4px 4px;
}

.deletebutton, .addbutton {
	width: 12px;
	height: 12px;
	cursor: pointer;
	margin: 6px 4px;
	border: 0 none;
}
.deletebutton {
	background:url( '/static/interface/img/deletebutton.png' ) 0 0 no-repeat;
}
.addbutton {
	background:url( '/static/interface/img/addbutton.png' ) 0 0 no-repeat;
}

/* -------------------------------------------------- Paginator ----------------------------------------------- */

.paginator {
 overflow: hidden;
 padding: 6px 0 0;
}

.paginator li {
 float: left;
 display: inline;
 font-weight: bold;
 text-align: center;
 width: 20px;
 line-height: 20px;
 cursor: pointer;
 margin: 0 2px;
 border: 1px solid #fff;
}

.paginator li.current {
 border-color: #666;
 cursor: default;
}

/* --------------------------------------------------- Window ------------------------------------------------- */

div.window-wrap {
	float: left;
	top: auto;
	left: auto;
	overflow: hidden;
	z-index: 101;
	position: fixed !important;
	position: absolute;
}

div.window-wrap div.head-l {
	background: url("/static/interface/img/window/head-l.png") right no-repeat;
	float: left;
	height: 25px;
	_margin-right: -5px;
	width: 5px;
}
div.window-wrap div.head-c {
	background: url("/static/interface/img/window/head-bg.gif") right repeat-x;
	height: 25px;
	margin: 0 2px 0 5px;
}
	.win-title {
		float: left;
		font-weight: bold;
		padding: 5px;
		text-align: left;
	}
	div.window-wrap div.head-c .but-close {
		cursor: pointer;
		float: right;
		margin: 5px;
		width: 15px;
		height: 15px;
		min-height: 15px;
		font-size: 0px;
		line-height: 15px;
		background-image: url( '/static/interface/img/window/but-close.gif' );
		background-repeat: no-repeat;
		background-position: 0 0;
	}

div.window-wrap div.head-r {
	background: url("/static/interface/img/window/head-r.png") no-repeat;
	float: right;
	height: 25px;
	_margin-left: -2px;
	width: 2px;
}

div.window-wrap div.body-l {
	background: url("/static/interface/img/window/bg-l.png") left repeat-y;
	width: 
}
	div.window-wrap div.body-r {
		background: #f7f7f7 url("/static/interface/img/window/bg-r.gif") right repeat-y;
		margin-left: 5px;
		padding: 16px 16px 16px 11px;
		text-align: center;
	}
	div.window-wrap div.body {
		color: #3A3A3A;
		text-align: left;
	}

div.window-wrap div.bot-l {
	background: url("/static/interface/img/window/bottom-l.png") left top no-repeat;
	float: left;
	height: 5px;
	_margin-right: -5px;
	width: 5px;
}
div.window-wrap div.bot-c {
	background: url("/static/interface/img/window/bottom-bg.png") top repeat-x;
	height: 5px;
	margin: 0 2px 0 5px;
	font-size: 0;
	line-height: 0;
}
div.window-wrap div.bot-r {
	background: url("/static/interface/img/window/bottom-r.png") right top no-repeat;
	float: right;
	height: 5px;
	_margin-left: -2px;
	width: 2px;
}

div.window-wrap button {
	margin: 5px 5px 0;
}

.win-block {
	position: fixed;
	_position: absolute;
	z-index: 100;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	min-height: 100%;
	width: 100%;
	background: url('/static/interface/img/block.png') 0 0 repeat;
}

div.window-wrap form {
	margin: 0;
}
div.window-wrap .buttons {
	text-align: center;
}

/* -------------------------------------------------- Tolltip ------------------------------------------------- */

.tip,
.tip-body {
	display: none;
}

.tip-beacon {
	display: block;
	float: left;
	min-height: 20px; _height: 20px;
	width: 20px;
	cursor: pointer;
	position: relative;
	background: url( '/static/interface/img/tooltip.png' ) 0 0 no-repeat;
	margin: 2px 5px 0 -25px;
	//left:-25px;//margin: 2px -25px 0 0;
	_left:0;_margin: 2px 5px 0 -25px;
	_left:0;
}
td .tip-beacon {
	margin: -4px 5px 0 0;
}

.tip-body {
	position: absolute;
	top: auto;
	left: auto;
	border: 1px dashed #ccc;
	background: #f5f5f5;
	font-style: italic;
	padding: 5px;
	max-width: 200px;
	z-index: 300;
	_width: 200px;
}

/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */

.hidden {
	display: none;
}

