@CHARSET "UTF-8";

.document
{
	width: 625px;
	margin-right: 9px;	
	position: relative;
}

.document .shadow .top
{
	height: 6px; 
	background-image: url('../../../../images/modules/dogs/dog/document/shadow/top.png');
	background-repeat: no-repeat;
}

.document .shadow .center
{
	background-image: url('../../../../images/modules/dogs/dog/document/shadow/center.png');
	background-repeat: repeat-y;
}

.document .shadow .bottom
{
	height: 6px; 
	background-image: url('../../../../images/modules/dogs/dog/document/shadow/bottom.png');
	background-repeat: no-repeat;
}

.document .shadow .center .body
{
	width: 613px;
	background-color: #eaeebc;	
	min-height: 100px;
	float: none;
	margin: 0 6px 0 6px;
}

.document .shadow .center .body .top
{
	background-image: url('../../../../images/modules/dogs/dog/document/decoration/top.png');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 20px;
	width: 613px;
}

.document .shadow .center .body .content
{
	width: 601px; 
	min-height: 300px; 
	float: none; 
	padding: 0 6px 0 6px;
}

.document .shadow .center .body .bottom
{
	background-image: url('../../../../images/modules/dogs/dog/document/decoration/bottom.png');
	background-repeat: repeat-x;
	height: 20px;
	width: 613px;
}

.document .stamp
{
	height: 100px;
	width: 100px;
	background-image: url('../../../../images/modules/dogs/dog/document/decoration/stamp.gif');
	background-repeat: none;
	position: absolute;
	top: 9px;
	right: 15px;
}

.document .header
{
	width: 601px;
	height: auto;
}

.document .header table
{
	border: solid 0px #527d88;
	border-collapse:collapse;
	//width: 601px;
	height: auto;	
	margin: 0 6px 0 8px;
}

.document .header th
{
	font-family: georgia;
	font-size: 14px;
	color: #444444;
	
	padding: 5px 1px 5px 1px;	
}

.document .header td
{		
	border-top: 1px dashed #527d88;
	padding: 6px 1px 6px 1px;
	color: #537e89;
	width:  300px;
}

.document .header td b
{
	color: black;
}

.document .details .list th
{
	text-align: center;
}

.document .details .list td
{
	padding: 2px;
	font-family: georgia;
	font-size: 12px;
	height: 60px;
}


.document .details .list
{
	width: 100%;
	border-collapse:collapse;
}

.document .details .list .even
{
 	background-color: #f5f7de;
}


