.maxw {width: 100%;}
.minw {width: 0%;}
.accent {font-weight: bold;}

.hand {
	cursor: pointer;
	cursor: hand;
}

.chbcl {width: 16px;}

TABLE.navigator {
	border-left: solid 1px #D4D6D9;
}

TABLE.navigator TD {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}

TABLE.navigator TR.title TD {
	padding: 4px;
	border-right: solid 1px #D4D6D9;
	border-top: solid 1px #D4D6D9;
}

TABLE.navigator TD.title_bottom {
	padding: 4px;
	border-right: solid 1px #D4D6D9;
	border-bottom: solid 1px #D4D6D9;
}

TABLE.navigator TR.header TD {
	height: 26px;
	font-weight: bold;
	font-size: 10px;
	border-right: solid 1px #D4D6D9;
	border-bottom: solid 1px #D4D6D9;
	border-top: solid 1px #D4D6D9;
	background-color: #EAE6E6;
	padding: 2px 2px 2px 4px;
}

TABLE.navigator TR.header TD A {
	color: #696969;
}

TABLE.navigator TR.dark TD, TABLE.navigator TR.light TD {background-color: #FFF;}

TABLE.navigator TR.hl TD {
	background-color: #FFFFFF;
	color: #F26521;
}

TABLE.navigator TR.active TD {
	background-color: #F3F1F7;
}

TABLE.navigator TR.active TD A:link, TABLE.navigator TR.active TD A:visited {
	text-decoration: underline;
	color: #005A9C;
}

TABLE.navigator TR.active TD A:hover {
	text-decoration: none;
}

TABLE.navigator TR.line TD {
	border-bottom: solid 1px #D4D6D9;
	border-right: solid 1px #D4D6D9;
	padding: 3px 4px 4px 4px;
}

TABLE.navigator TR.pager TD {
	border-bottom: solid 1px #D4D6D9;
	border-right: solid 1px #D4D6D9;
	padding: 3px 4px 4px 4px;
}

TABLE.navigator TR.pager A:link, TABLE.navigator TR.pager A:visited {
	text-decoration: none;
	color: #696969;
}

TABLE.navigator TR.pager A:hover {
	text-decoration: underline;
}

TABLE.navigator TR.line TD.last, TABLE.form TD.last {padding-right: 0px;}
TABLE.navigator TD.nav-butt {padding-right: 2px;}
TABLE.navigator TR.line TD.fld-check, TABLE.navigator TR.header TD.fld-check {padding: 2px;}
TABLE.navigator TD.nav-butt A:link, TABLE.navigator TD.nav-butt A:visited {color: #000;}

TABLE.navigator A:link, TABLE.navigator A:visited {
	text-decoration: none;
}

TABLE.navigator A:hover {
	text-decoration: underline;
	color: #315A8C;
}

TABLE.navigator TR.line A:link, TABLE.navigator TR.line A:visited {
	text-decoration: underline;
	color: #005A9C;
}

TABLE.navigator TR.line A:hover {text-decoration: none;}
TABLE.navigator TR.active A:link, TABLE.navigator TR.active  A:visited {color: #FFF;}

TABLE.navigator INPUT.edit {
	border: solid 1px #8B8B8B;
	color: #21283D;
	font-size: 10px;
}
/*
TABLE.navigator A.arrow-up
{
 	padding-right: 4px;
	display: block;
	background: url(../images/arr-up.gif) no-repeat right center;
}
 
TABLE.navigator A.arrow-down
{
 	padding-right: 4px;
	display: block;
	background: url(../images/arr-down.gif) no-repeat right center;
}
*/
TABLE.navigator A.arrow-none
{
 	padding-right: 4px;
	display: block;
}

TABLE.navigator TD.arrow-none {
 	padding-right: 10px;
}

TABLE.navigator TR.pager TD IMG {
	vertical-align: -3px;
}

.file_cut {
	background-color: red;
	color: #FFF;
	padding: 2px;
	font-weight: bold;
}
