/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */

.dm_props {
	width: 240px;	
}
#dm_docs dl {
	background: none repeat scroll 0 0 #ECF4FB;
	border: 1px solid #CADAE7;
	padding: 5px 5px 5px 10px;
	margin: 0 5px 5px;
	float: right;
}
#dm_docs dt,
#dm_row dt {
	float: left;
	font-weight: bold;
}

#dm_docs dt {
	width: 110px;
}

#dm_row dt {
	width: 100px;
}

#dm_docs dd,
#dm_row dd {
	font-weight: normal;
}

#dm_docs dd {
	margin-left: 90px;
}
#dm_row dd {
	margin-left: 100px;
}