﻿
div.data table
{
	border-collapse: collapse;
	empty-cells: show;
	border-top: 0px;
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	font-size: 12px;
}

div.data td, div.data th
{
	padding: 5px;
}

div.data caption
{
	padding: 0 0 .5em 0;
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	background: transparent;
}

div.data table a
{
	color: #950000;
	text-decoration: none;
}


div.data table a:visited
{
	font-weight: normal;
	color: #666;
}

div.data table a:hover
{
	border-bottom: 1px dashed #bbb;
}

/* =head =foot
----------------------------------------------- */

div.data th, thead th
{
	font-size: .9em;
	white-space: nowrap;
}
div.data th, thead th, div.data tfoot th, div.data tfoot td
{
	background: #333 url(/images/llsh.gif) repeat-x;
	color: #FFFFFF;
}

div.data tfoot td
{
	text-align: right;
}

div.data tfoot td a
{
	color: #FFFFFF;
}

div.data tfoot td a:hover
{
	color: #FFFFFF;
	border-bottom: none;
	text-decoration: underline;
}
div.data tfoot td a:visited
{
	color: #FFFFFF;
}
#ctl00_Content_SourceLink
{
	color: #FFFFFF;
}

/* =body
----------------------------------------------- */

div.data tbody th
{
	white-space: nowrap;
}


.group_header
{
	background: #EFF4FB;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

.data_cell
{
	border-right: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	text-align: right;
}

.category_cell
{
	border-bottom: 1px solid gray;
}

.category_data_cell
{
	text-align: right;
	font-weight: normal;
	border-right: Solid 1px #C0C0C0;
}

.category_last_data_cell
{
	text-align: right;
	font-weight: normal;
}

.category_text_cell
{
	text-align: left;
	font-weight: normal;
	border-right: Solid 1px #C0C0C0;
}

.category_row
{
    border-bottom: Solid 1px #C0C0C0;
}

.infobox_item
{
    font-weight:bold
}

.infobox
{
    background-color:#F3F3F3;
    border: Solid 1px;
    width:724px;
    padding: 2px;
}

.date_cell
{
	text-align: right;
}

.checkcell
{
	padding: 0px;
}

.header_right
{
	text-align:right;
}
/*--table header--*/
div.data thead th a
{
	color: #FFFFFF;
}

div.data thead th a:hover
{
	color: #FFFFFF;
	border-bottom: none;
	text-decoration: underline;
}
div.data thead th a:visited
{
	color: #FFFFFF;
}

#related_box
{
    overflow: auto;
    max-height: 500px; 
    width: 720px;
}