	/***** JOB TABLE *************************************/

dyntab
{
	display: none;
}
.dyntab_xml
{
	display: none;
}
.dt_content
{
	background: #f6f6f6;
	margin:0;
}
.dyntab
{
	clear:both;
	margin:10px 0;
	font-size: 11px;
}
.dt_header
{
	background:#B6CEDE;
	color:black;
	font-weight:bold;
	overflow:hidden;
	height:25px;
	padding-top: 6px;


    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
	behavior: url(modules/pie/pie.htc);
}
.dt_footer
{
	background-color:#B6CEDE;
	color:black;
	font-weight:bold;
	font-size:10px;
	border-top: 0px solid #f6f6f6;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;	
	/**/
	/*overflow:hidden;*/
	height:10px;
	_height: 22px;

    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
	behavior: url(modules/pie/pie.htc);
}

.dt_header div, .dt_row div
{
	float: left;
	width: 146px;
	padding: 3px;
	height: 15px;
	_height: 20px;
	overflow: hidden;
	white-space: nowrap;
}

	/* it must be separated like that because of silly IE6 */
.dt_header div.dt_right, .dt_row div.dt_right
{
	float: right;
}


	/* dyntab ROWS */

.dyntab .dt_odd,
.dyntab .dt_even
{
	background:#FFF;
	cursor: pointer;
	overflow:hidden;
	height: 20px;
}

.dyntab .dt_even
{
	background:#F1F1F1;
}
.dyntab .dt_no_records
{
	padding: 2px;
	background:#F1F1F1;
}

.dyntab .disabled
{
	background: #a6a6a6;
}
.dyntab .warning
{
	background:red;
}

.dyntab .mouseover_highlight
{
	background-color: #8FD2EF;
	cursor: pointer;
	overflow: hidden;
	height: 20px;
}

	/*	dyntab PARTS */

.dyntab_caption
{
	color: black;
	font-size: 12pt;
	font-weight: bold;
}

#dyntab_control
{
	margin: 5px 0px 10px 0px;
	text-align: center;
	background: transparent url(../images/drag_side.jpg) repeat-x;
	/*cursor: n-resize;*/
}
#dyntab_control div
{
	height: 12px;
}

.dt_navigation
{
	float: right;
}
.dt_navigation span
{
	font-weight:bold;
	color:black;
	margin-right: 7px;
	cursor: pointer;
}
.dt_navigation span.current
{
	color: #B3071B;
	cursor: auto;
}

.dt_button_refresh
{
  background-image: url("../images/icon_refresh.png");
  background-repeat: no-repeat;
  cursor: pointer;
  float: right;
  height: 16px;
  margin-left: 3px;
  width: 16px;
}