
body {
    font-size : 8 pt;
    font-family : Arial, Tahoma, sans-serif;
    background-color : window;
    color : black;
	padding: 30px 30px;
}


.detail-header {
    width : 100%;
    border-bottom : 2px;
    background-color : #0A3254;
	color: white;
	padding: 3px;
	font-weight: bold;
}
.detail-header td {
    font-size : 14pt;
    color : white;
    font-weight : bold;
}
.detail-header a {
    font-size : 9pt;
    font-weight : normal;
    text-align : right;
}

.detail-header3 {
    width : 100%;
    border-bottom : 1px;
    border-bottom-color : #14519d;
    border-bottom-style : solid;
	font-size : 10pt;
    color : white;
    font-weight : bold;
	background-color: #0A3254;
	padding: 3px;
	margin-bottom: 2px;
}

table.detail-items {
    border-spacing : 0;
    border-collapse : collapse;
    width : 100%;
    text-align : left;
}

table.detail-items tr th,
table.detail-items tbody tr th {
    color : black;
    font-weight : normal;
    font-size : 9pt;
    padding-right : 12px;
    white-space : nowrap;
    background-color : #D9E7F5;
    text-align : left;
}

table.detail-items tr td,
table.detail-items tbody tr td
{
    border-bottom-color : #E4E4E4;
    border-bottom-width : 1px;
    border-bottom-style : solid;
    font-size : 9pt;
    white-space : nowrap;
    border-right-width : 0px;
    border-left-width : 0px;
    border-top-width : 0px;
    padding-right : 12px;
    vertical-align : middle;
	font-weight: bold;
}

table.detail-field-item{
    border-spacing : 0;
    border-collapse : collapse;
}
table.detail-field-item tr td,
table.detail-field-item tbody tr td{

    border-width : 0px;
    padding:0px;
}


.detail-header-body {
	
	width : 100%;
    border-spacing : 0;
    border-collapse : collapse;
	white-space : normal;
    padding:3px;
	font-size: 9pt;
	
}

.detail-field-item-value {
    vertical-align : top;
    font-weight : bold;
}

TD {

    font-size : 9pt;
    white-space : nowrap;
}

THEAD {
    border-style : solid;
    border-width : 2px;
    border-color : black;
}
A {
    color : #0000FF;
    text-decoration : none;
}
A:hover {
    text-decoration : underline;
}
A.sort {
    text-decoration : underline;
}

.detail-field-item-value.field-position{
	padding: 5px;
}

.detail-field-item-value.field-name{
	padding-right: 12px;
}

.detail-field-item-value.field-type{
	padding-right: 12px;
}

.detail-items.field-description {
	white-space: normal; 
	font-weight: normal;
	margin-bottom: 5px;
}