table
{
	width: 100%;
}

table.content_table
{
	border-color: #ababa9;
	border-width: 1px;
	border-style: solid;
	font-size: .9em;
}

table.content td
{
	border-bottom: 1px #7676d6 dotted;
	border-left: 1px #f1f0f4 solid;
	padding: 5px;
}

table.content th
{
	background-image: url('/images/fade_up.gif');
	font-size: 10pt;
	font-weight: bold;
	color: #111100;
	font-family: arial, verdana;
	text-align: center;
	border-bottom:solid 1px #ededed; 
}

table.content th.right
{
	background-image: url('/images/fade_bottom_mini.gif');
	text-align: center; /*width:75px;*/
}

table.content_complex
{
	border-color: #4646a6;
	border-width: 2px;
	border-style: solid;
}

table.content_complex td
{
	border-left: 1px #e1e0e4 solid;
}

table.content_complex th
{
	background-image: url('/images/fade_up.gif');
	font-size: 10pt;
	font-weight: bold;
	color: #111100;
	font-family: arial, verdana;
	text-align: center;
}

table.content_complex th.right
{
	background-image: url('/images/fade_bottom_mini.gif');
	text-align: center;
	width: 75px;
}

table.left, table.sub_subsub
{
	border-color: #afafaf;
	border-width: 0;
}

table.sub_subsub td
{
	border: 1px solid #afafaf;
}

table.sub_subsub_in_popup
{
	border-color: #6d6458;
	border-width: 3px;
	border-style: groove;
	background-color: #f1f2ff;
}

table.right
{
	width: 164px;
	border-color: #937bcf;
}

a.row_header:link
{
	font-size: 11pt;
	font-weight: bold;
	color: #0e0c76;
	font-family: arial, tahoma, times new roman, verdana, helvetica;
	text-decoration: underline
}

a.row_header:visited
{
	font-size: 11pt;
	font-weight: bold;
	color: #173f87;
	font-family: arial, tahoma, times new roman, verdana, helvetica;
	text-decoration: underline
}

a.row_header:active
{
	font-size: 11pt;
	font-weight: bold;
	color: #226a8f;
	font-family: arial, tahoma, times new roman, verdana, helvetica;
	text-decoration: underline
}

a.row_header:hover
{
	font-size: 11pt;
	font-weight: bold;
	color: #1c1c79;
	text-decoration: underline overline;
}

p.row_header
{
	font-size: 10pt;
	font-weight: bold;
	color: #111100;
	font-family: arial, verdana;
	text-align: center
}

td.no_inner_border_lines
{
	border-left-style: none;
	border-left-width: medium;
	border-right-style: none;
	border-right-width: medium;
	border-top-style: none;
	border-top-width: medium;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

table.sortable
{
	border-color: #4646a6;
	border-width: 1px;
	border-style: solid;
	width: 750px;
}

table.sortable td
{
	border-bottom: 1px #7676d6 dotted;
	border-left: 2px #f1f0f4 solid;
	padding: 5px;
}

table.sortable th
{
	background-image: url('/images/fade_up.gif');
	font-size: 10pt;
	font-weight: bold;
	color: #111100;
	font-family: arial, verdana;
	text-align: center;
}

table.sortable th.right
{
	background-image: url('/images/fade_bottom_mini.gif');
	text-align: center;
	width: 75px;
}

table.sortable_complex
{
	border-color: #4646a6;
	border-width: 2px;
	border-style: solid;
}

table.sortable_complex td
{
}

table.sortable_complex th
{
	background-image: url('/images/fade_up.gif');
	font-size: 10pt;
	font-weight: bold;
	color: #111100;
	font-family: arial, verdana;
	text-align: center;
}

table.sortable_complex th.right
{
	background-image: url('/images/fade_bottom_mini.gif');
	text-align: center;
	width: 75px;
}

table.entity_info
{
	font-size: 1em;
}

table.entity_info td.title
{
	background-color: #f7fafc; 
	width: 20%;
	font-weight: bold;
}

table.entity_info_small_fonts
{
	font-size: .8em;
}

table.entity_info_small_fonts td.title
{
	background-color: #efefef; 
	width: 17%;
	font-weight: bold;
	vertical-align: top;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	text-shadow: 1px 1px 1px #cecece;
	padding: 5px;
}

table.entity_info_small_fonts td
{
	border-bottom: 1px solid #ededed;
}

