/* ---------------------------------- */
/* button */
/* ---------------------------------- */
#button, #buttonOK {
	height: 28px;
  border: 0px;
	border-collapse: collapse;
	cursor: pointer;
}
#button td, #buttonOK td {
	padding: 0px;
  border: 0px;
	vertical-align: top;
}
#button td div, #buttonOK td div {
	margin: 5px 10px 0px 10px;
	color: #FFFFFF;
	font-weight: bold;
}

/* ---------------------------------- */
/* stepCap */
/* ---------------------------------- */
table.stepCap {
	width: 900px;
  border: 0px;
	border-collapse: collapse;
}
table.stepCap td {
	padding: 0px;
	vertical-align: top;
}
table.stepCap td div {
	margin: 12px 5px 0px 5px;
	color: #FFFFFF;
	font-weight: bold;
}
table.stepCap td div.stepCap_h2 {
	margin: 4px 5px 0px 5px;
	text-decoration: underline;
}


/* ---------------------------------- */
/* caption */
/* ---------------------------------- */
table.caption,
#new_docking0 table.caption {
	width: 915px;
	height: 32px;
  border: 0px;
	border-collapse: collapse;
}
#new_docking0 table.caption,
#dockingStep table.caption {
	width: 700px;
}
table.caption td,
#new_docking0 table.caption td,
#dockingStep table.caption td {
	padding: 0px;
	vertical-align: top;
}
table.caption td div,
#new_docking0 table.caption td div,
#dockingStep table.caption td div {
	margin: 5px 0px 0px 0px;
	color: #15428B;
	font-weight: bold;
}

/* ---------------------------------- */
/* footer */
/* ---------------------------------- */
table.footer,
#new_docking0 table.footer {
	width: 915px;
	height: 7px;
  border: 0px;
	border-collapse: collapse;
}
#new_docking0 table.footer,
#dockingStep table.footer {
	width: 700px;
}
#dockingStep table.footer img {
	vertical-align: baseline;
}
table.footer td,
#new_docking0 table.footer td,
#dockingStep table.footer td {
	padding: 0px;
	vertical-align: top;
}

/* -------------------------------------------------------------------------- */
table.static,
#new_docking0 table.static {
	width: 915px;
	border: 0px;
	border-collapse: collapse;
}
#new_docking0 table.static,
#dockingStep table.static {
	width: 700px;
}
table.dockingRes2D {
	width: 515px;
}

/* ---------------------------------- */
/* THEAD */
/* ---------------------------------- */
table.static thead th,
#new_docking0 table.static thead th {
  border: solid #D0D0D0;
  border-width: 0px 0px 0px 1px;
	padding: 0px;
	vertical-align: top;
	background-image: url('/pics/design/theader_bg.gif');
}
table.static thead th div,
#new_docking0 table.static thead th div {
	margin: 5px 20px 0px 10px;
	font-weight: normal;
}

/* ---------------------------------- */
/* THEAD: static */
/* ---------------------------------- */
table.static thead.static th,
#new_docking0 table.static thead.static th {
  border: solid #AACCF6;
  border-width: 0px 0px 0px 1px;
	padding: 0px;
	vertical-align: top;
	background-image: url('/pics/design/theader_bg_static.gif');
}
table.static thead.static th div,
#new_docking0 table.static thead.static th div {
	margin: 5px 20px 0px 10px !important;
	font-weight: bold;
}

/* ---------------------------------- */
/* THEAD: bigstatic */
/* ---------------------------------- */
table.static thead.bigstatic th,
#new_docking0 table.static thead.bigstatic th {
  border: solid #AACCF6;
  border-width: 0px 0px 0px 1px;
	padding: 0px;
	vertical-align: top;
	background-image: url('/pics/design/theader_bg_bigstatic.gif');
}
table.static thead.bigstatic th div,
#new_docking0 table.static thead.bigstatic th div {
	margin: 3px 10px 0px 10px;
	text-align: center;
	font-weight: bold;
}

/* ---------------------------------- */
/* <TR> */
/* ---------------------------------- */
table.static tr.sel,
#new_docking0 table.static tr.sel,
#dockingStep table.static tr.sel {
	background-color: #EBF3FD;
}

#dockingStep table.static tr.selected td {
/*
  background-color: #EBF3FD;
*/
  background-color: #FFFFD0;
}

#dockingStep table.static tr.hover td {
  background-color: #F3F3F3;
}

/* ---------------------------------- */
/* <TD> */
/* ---------------------------------- */
table.static td,
#new_docking0 table.static td {
  border: solid #D6D6D6;
  border-width: 1px 0px 0px 1px;
	padding: 0px;
	vertical-align: middle;
	text-align: left;
}
table.static td div,
#new_docking0 table.static td div {
	margin: 5px 10px 5px 10px;
}
table.static td.folder,
#new_docking0 table.static td.folder {
  border: solid #99BBE8;
  border-width: 0px 0px 2px 0px;
	padding-left: 20px;
	background: #FFFFFF url(/pics/expand.gif) no-repeat 5px -44px;
	color: #3764A0;
	cursor: pointer;
}
#dockingStep table.static td.folder {
  border: solid #99BBE8;
  border-width: 0px 0px 2px 0px;
	padding-left: 20px;
	background: #FFFFFF url(/pics/expand.gif) no-repeat 5px -44px;
	color: #000000;
	cursor: pointer;
}
table.static td.item,
#new_docking0 table.static td.item {
  border: solid #DEDEDE;
  border-width: 0px 0px 1px 0px;
	padding-left: 30px;
}
#dockingStep table.static td.item {
  border: solid #DEDEDE;
  border-width: 0px 0px 1px 0px;
	padding-left: 30px;
	background-color: #FFFFFF;
}
table.static td.bleft,
#new_docking0 table.static td.bleft {
  border-width: 0px;
	background-image: url('/pics/design/tleft.gif');
}
table.static td.bright,
#new_docking0 table.static td.bright {
  border-width: 0px;
	background-image: url('/pics/design/tright.gif');
}
table.static td.left,
#new_docking0 table.static td.left {
  border-left-width: 0px;
}
table.static tr.first td.left,
#new_docking0 table.static tr.first td.left {
  border-width: 0px;
}
table.static tr.first td,
#new_docking0 table.static tr.first td {
  border-top-width: 0px;
}

table.static td.topleft,
#new_docking0 table.static td.topleft {
  border-width: 0px;
}
table.static td.top,
#new_docking0 table.static td.top {
  border-top-width: 0px;
}

/* ========================================================================== */
/* -------------------------------------------------------------------------- */
/* dockingStep */
/* -------------------------------------------------------------------------- */
#dockingStep {
  width: 930px;
}
#dockingStep table {
  border: 0px;
	border-collapse: collapse;
}
#dockingStep td {
	padding: 0px;
	text-align: left;
}
#dockingStep table.settings td {
  border: 0px;
	border-collapse: collapse;
  padding: 0px 10px 10px 0px;
}
#dockingStep table.settings0 td {
  border: 0px;
	border-collapse: collapse;
}
#dockingStep span {
	vertical-align:	top;
	text-align: left;
	margin: 0px 5px 0px 5px;
	color: #FFFFFF;
	font-weight: bold;
}
#dockingStep span.notactive {
	color: #D9D8D8;
}
#dockingStep span.cat {
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}
#dockingStep span.item {
	vertical-align: baseline;
	color: #000000;
	font-weight: normal;
}
#dockingStep img {
	vertical-align:	top;
}
#dockingStep div {
	margin-top: 12px;
	white-space: nowrap;
}
#dockingStep div.dcaption2 {
	margin-top: 4px;
}
#dockingStep div.dcaption2 span {
	text-decoration: underline;
}


/* -------------------------------------------------------------------------- */
/* Admin */
/* -------------------------------------------------------------------------- */
#submenu {
  background:#888;
  height:28px;
}
#admin_submenu {
  background:#888;
  height:23px;
}

#admin_submenu ul {
  clear:left;
  list-style:none;
  margin:0 0 0 20px;
  padding:0;
}
#admin_submenu ul li {
  float:left;
  margin:0;
  padding:3px 15px;
  margin:1px 2px 0 2px;
  background:#dedede;
  border-bottom:solid 1px #888;
}
#admin_submenu ul li a {
  font:11px Arial;
  text-decoration:none;
  color:#000;
  text-transform:uppercase;
}
#admin_submenu ul li.selected {
  background:#fff;
  border-bottom:solid 1px #fff;
  border-left:solid 1px #dedede;
  border-right:solid 1px #444;
  
}
#admin_submenu ul li.selected a{
  font-weight:bold;
}

#admin_links {
  position:absolute;
  top:0;
  right:20px;
}

/* -------------------------------------------------------------------------- */
/* sections */
/* -------------------------------------------------------------------------- */
#sections table {
	border: 1px;
	border-collapse: collapse;
	background-image: url('/pics/stab/stab-bg.gif');
}
#sections td {
	padding: 0px;
	vertical-align: middle;
	white-space: nowrap;
}
#sections img {
	vertical-align: middle;
}
.tab-s, .tab-g {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.tab-s:hover, .tab-g:hover {
	text-decoration: underline;
}
.tab-s:visited {
	color: #0066CC;
	text-decoration: none;
}
.tab-g:visited {
	color: #4D4D4D;
	text-decoration: none;
}
.tab-s {
	color: #0066CC;
}
.tab-g {
	color: #4D4D4D;
}


#sectionsmenu {
	float: left;
}
#result {
	z-index: 30;
/*	position: absolute; top: 76px; left: 370px;*/
/*	position: absolute; top: 260px; left: 700px;*/
	float: left;
	margin-left: 50px;
	margin-top: 30px;
}
#result .h1 {
	padding: 0px 0px 10px 0px;
	font-size: 14px;
	color: #F09715;
	font-weight: bold;
}

#sectionsmenu .title {
	width: 600px;
	padding: 0px 0px 5px 0px;
	font-size: 18px;
	color: #F09715;
	font-weight: bold;
}
#sectionsmenu td {
  vertical-align:top;
}
#menu_sections {
	color: #FFFFFF;
	font-weight: bold;
	background-image: url('/pics/design/submenu_bg.gif');
	cursor: pointer;
}
#menu_sections.selected {
	color: #000000;
	font-weight: bold;
	background-image: url('/pics/design/submenu_bg_sel.gif');
	cursor: pointer;
}
#menu_sections div,
#menu_sections.selected div {
	margin: 5px 10px 0;
}