/* g_table.css */

#content table.wu2 {
	width: 100%;
	border: 0;
	margin: 0 0 0 0;
	padding: 0;
	border-spacing: 0;
}

#content table.wu2_ {
	border-bottom: 1px solid #717AD1;
	margin-bottom: 1ex;
}

#content table.wu2 th {
	font-weight: bold; 
	color: #fff;
	background: #313BAA url('../symb/table.bg_th.gif');
	padding: 7px 5px 7px 6px;
	margin: 0;
	height: auto;
	text-align: left;
	white-space: nowrap;
}	

#content table.wu2 th a img {
	vertical-align: baseline;
}

#content table.wu2 th a {
	font-weight: bold; 
	color: #fff;
	text-decoration: none;
}

#content table.wu2 td {
	border-right: 1px solid #717AD1;
	padding: 3px 6px 3px 6px;
	vertical-align: middle;
}

#content table.wu2 td input {
	position: relative;
	top: -2px;
}

#content table.wu2 td input.text, #content table.wu2 td input.button {
	top: 0;
}

#content table.wu2 td input {
	position: relative;
	top: -2px;
}

#content table.wu2 td select {
	position: relative;
	top: 3px;
}

#content table.wu2 td input.text,
#content table.wu2 td textarea,
#content table.wu2 td select {
	border: 1px solid #7E9EB7;
}

#content table.wu2 tr {
	height: 2em;
}

/* first column in each row */

#content table.wu2 td.fst {
	border-left: 1px solid #717AD1;
}

#content table.wu2 .ha_r, #content .table_footer .ha_r  {
	text-align: right;
}

#content table.wu2 .ha_c, #content .table_footer .ha_c  {
	text-align: center;
}

#content table.wu2 td.va_t {
	vertical-align: top;
}

#content table.wu2 td.va_b {
	vertical-align: bottom;
}




#content table.noInnerBorder td {
	border: 0;
}

#content table.noInnerBorder td.fst {
	border-left: 1px solid #717AD1;
}

#content table.noInnerBorder td.lst {
	border-right: 1px solid #717AD1;
}

/* odd rows */
#content table.wu2 tr.odd {
	background: #ececec;
}

#content table.wu2 tr.odd_active {
	background: #fac38c;
}
#content table.wu2 tr.active {
	background: #fc9;
}


#content .table_footer {
	font-weight: bold; 
	color: #fff;
	background: #313BAA url('../symb/table.bg_th.gif');
	padding: 7px 6px;
	margin-bottom: 1ex;
}	


#content .table_footer input, #content .table_footer form {
	margin: 0;
}	

#content .table_footer a {
	font-weight: bold; 
	color: #fff;
	text-decoration: none;
}

#content table.wu2 tr.sep {
	background: #8E95DC;
	color: #fff;
	font-weight: bold;
}

#content table.wu2 tr.sep a {
	color: #fff;
	font-weight: bold;
}

#content table.wu2 tr.sep td {
	border-left: 1px solid #717AD1;
	border-right: 1px solid #717AD1;
}

#content table.noBorder, #content table.noBorder td, #content table.noBorder td.fst  {
	border: 0;
}

#content table.noInnerPadding td {
	padding: 0;
}

#content table.noInnerPadding tr.sep td {
	padding: 3px 6px 3px 6px;
}


