#details {
	font-family: inherit;
	font-size: 15px;
	background: #FFFFFF;
	margin: 30px;
	width: 1000px; /*width: 650px;*/
	/*max-width: 1000px; /*width: 650px;*/
	/*min-width: 1000px;*/
	border-collapse: collapse;
	text-align: center;
    border-radius: 8px;
}

#details tr td
{
	border-bottom: 1px solid #CCCCCC;
}

#details tr:first-child
{
    border-radius: 8px 8px 0px 0px;
}

#details tr:last-child
{
    border-radius: 0px 0px 8px 8px;
}

#details th
{
	font-weight: bold;
	color: #FFFFFF;
	background: #003A70;
	padding: 5px 8px;
	border-bottom: 2px solid #6678b1; /*6678b1*/
    border-radius: inherit;
    text-align: left;
	text-indent: 12px;
}

/* miooooooosssss */
#details th.top-left
{
    border-radius: 8px 0px 0px 0px;
}

#details th.top-right
{
    text-align: right;
	/*text-indent: 12px;*/
    border-radius: 0px 8px 0px 0px;
}

#details th.top-left a:link
{
	color: #C69214;
}

#details th.top-left a:visited
{
	color: #C69214;
}

#details th.bottom
{
    text-align: center;
	border-bottom: 0px;
}

#details td
{
	color: #000000;
    text-align: left;
	padding: 6px 8px;
}

#details td:first-child
{
    width: 5cm;
    font-weight: bold;
	text-indent: 1cm;
}

#details tr.subitem td
{
	line-height: 1.0;
	border-bottom: 0px;
}

#details td.subitem
{
}

#details td.subitem:first-child
{
    font-weight: normal;
	text-indent: 1.5cm;
}

#global-properties
{
	font-family: inherit;
	font-size: 15px;
	background: #FFFFFF;
	margin: 30px;
	width: auto; /*width: 480px;*/
	border-collapse: collapse;
    border-radius: 8px;
	text-align: left;
}

#global-properties tr.nodivision td
{
	border-bottom: 0px;
}

#global-properties tr:first-child
{
    border-radius: 8px 8px 0px 0px;
}

#global-properties tr:last-child
{
    border-radius: 0px 0px 8px 8px;
}

#global-properties th
{
	font-weight: bold;
    color: #FFFFFF;
	background: #003A70;
	padding: 5px 8px;
	border-bottom: 2px solid #6678B1;
    border-radius: inherit;
    text-indent: 0.6cm ;
    text-align: left;
}

#global-properties td
{
	border-bottom: 1px solid #CCCCCC;
	color: #000000;
	padding: 6px 8px;
}

#global-properties td.property
{
	width: 350px;
	text-align: left;
	text-indent: 1cm;
    font-weight: bold;
}

#global-properties td.separator
{
	width: 10px;
	text-align: center;
	text-indent: 1cm;
}

#global-properties td.value
{
	width: 250px;
	text-align: left;
	text-indent: 1cm;
}

#global-properties td.figure
{
	text-align: center;
}
