/*
 * This file is the CSS corresponding to the result generated by the
 * IONIC.api.imagearchive.ImageArchiveDetailPanel class.
 */


.detailsPanel .keyCell
{
        font-weight: bold;
}


.detailsPanel {
	background-color:#faf9f8;
	border:1px solid #5b5858;
	border-collapse:collapse;
	border-spacing:3px;
	width:100%;
}
.detailsPanel th {
	border-bottom:1px solid #5b5858;
	line-height:20px;
}
.detailsPanel td {
	border-bottom:1px solid #d5d4d5;
	line-height:20px;
	padding:0 0 0 5px;
}

.detailsPanel .evenRow
{
        
}


.detailsPanel .oddRow
{
      
}
