@charset "UTF-8";
/* CSS Document */

div.pressinfo
{
	background:#F9F9F9;
	border:1px solid #BBBBBB;
	padding:5px;
	width:95%;
}

	div.pressinfo div.row
	{
		background:#FFFFFF;
		border-color:#DDDDDD #CCCCCC #CCCCCC #DDDDDD;
		border-style:solid;
		border-width:1px;
		margin:3px;
		padding: 4px;
	}
	div.pressinfo div.row:hover
	{
		background:#F9F9F9;
	}
		div.pressinfo div.row strong
		{
			cursor: pointer;
		}
	
		div.pressinfo div.row a.close
		{
			cursor: pointer;
			display: inline-block;
			float: right;
		}
		div.pressinfo div.row a.download
		{
			cursor: pointer;
			display: block;
			width: 130px;
			margin: auto;
			padding: 3px;
			border: 1px solid #DDD;
			background: #EEE;
			text-decoration:none;
			color: #555;
			text-align: center;
			margin-top: 8px;
			margin-bottom: 5px;
		}
		div.pressinfo div.row a.download:hover
		{
			text-decoration: underline;
		}
	div.pressinfo div.expanded:hover
	{
		background:#FFFFFF;
	}

	div.pressinfo a.logout
	{
		cursor: pointer;
		display: inline-block;
		float: right;
	}
	