﻿div.greybox {
	background:#f1f0eb;
	display:inline;
	float:left;
	width:179px;
}

div.greybox .corner_upperleft {
	background:url('/images/greybox_corner_upperleft.gif') no-repeat;
	display:inline;
	float:left;
	height:2px;
	width:2px;
}

div.greybox .corner_upperright {
	background:url('/images/greybox_corner_upperright.gif') no-repeat;
	display:inline;
	float:right;
	height:2px;
	width:2px;
}

div.greybox .content_placeholder {
	display:block;
	float:left;
	width:165px;
	padding-left:7px;
	padding-right:7px;
	height:98%;
	overflow:hidden;
}

div.greybox .heading {
	background:url('/images/greybox_dottedline.gif') no-repeat bottom left;
	display:block;
	width:100%;
	font:bold 15px "Trebuchet MS"; /*normal*/
	padding-bottom:7px;
	margin-bottom:7px; /*2px*/
}

div.greybox .content {
	display:block;
	font:normal 11px "Verdana";
	color:#545a5e;
	width:100%;
}

div.greybox .corner_lowerleft {
	clear:both;
	background:url('/images/greybox_corner_lowerleft.gif') no-repeat;
	display:inline;
	float:left;
	height:2px;
	width:2px;
}

div.greybox .corner_lowerright {
	background:url('/images/greybox_corner_lowerright.gif') no-repeat;
	display:inline;
	float:right;
	height:2px;
	width:2px;
}

div.startpage_infobox {
	display:inline;
	float:left;
	height:233px; /* 237 - 2px top, 2px bottom border */
	width:357px; /* 359 - 1px left, 1px right border */
	border:solid 1px #e2e2e2;
	overflow:hidden;
}

div.startpage_infobox .heading {
	display:inline;
	float:left;
	width:100%;
	background:#f1f0eb;
	padding-top:9px;
	padding-bottom:9px;
}

div.startpage_infobox .heading .text {
	display:inline;
	float:left;
	font:bold 15px "Trebuchet MS";
	color:#5f9bc1;
	margin-left:16px;
}

div.startpage_infobox .content_small {
	display:inline;
	float:left;
	font:normal 11px "Verdana";
	color:#545a5e;
	margin-left:13px;
	margin-right:13px;
	width:329px; /* 355px - 13px left, 13px right margin */
	height:167px;
	overflow:hidden;
}

div.startpage_infobox .content_large {
	display:inline;
	float:left;
	font:normal 11px "Verdana";
	color:#545a5e;
	margin-left:13px;
	margin-right:13px;
	width:329px; /* 355px - 13px left, 13px right margin */
	height:187px;
	overflow:hidden;
}

div.startpage_infobox div.footer
{
	margin-left:13px;
	margin-right:13px;
}

div.startpage_infobox div.footer img.dottedline
{
	display:inline;
	float:left;
	margin-bottom:3px;
}

div.startpage_infobox div.footer a
{
	font:normal 0.65em "Arial";
	color:#000000;
	text-decoration:none;
}

div.startpage_infobox div.footer div.left_links
{
	display:inline;
	float:left;
}

div.startpage_infobox div.footer div.left_links a:hover
{
	/*color:#5f9bc1;*/
	text-decoration:underline;
}

div.startpage_infobox div.footer img.icon
{
	display:inline;
	float:left;
}

div.startpage_infobox div.footer div.left_links div.link a.text
{
	margin-top:0px;
	display:inline-block;
}

div.startpage_infobox div.footer div.right_links div.link a.text
{
	margin-top:3px;
	display:inline-block;
}

div.startpage_infobox div.footer div.right_links
{
	display:inline;
	float:right;
}

div.startpage_infobox div.footer div.right_links div.link
{
	display:inline;
	float:left;
	margin-left:20px;
}

div.startpage_infobox div.footer div.right_links div.link img.icon
{
	margin-top:4px;
}

div#verdict_list .heading2
{
	font-family: Verdana;
	font-weight: bold; 
	font-size: 1em; 
	color: #333366;
	margin-bottom: 2.2em;
}

div.verdict_list_item
{
	display:inline-block;
	margin-bottom:15px;
	width:100%;
}

a.verdict_document
{
	font-weight:bold;
	color:#000000;
	text-decoration:none;
	margin-right:5px;
}

a.verdict_document:hover
{
	text-decoration:underline;
}

a.verdict_document span.document_number_roman
{
	font-weight:normal;
	color:#000000;
	text-decoration:none;	
}

ul#verdict_documents {
    margin:0;
    padding:0;	
	float:left;
}

ul#verdict_documents li {
    list-style-type:none;
    padding:0;
    margin-bottom:10px;
}