﻿/**
 * CSS Style.
 * Document Lists.
 * Item Style CSS for displaying documents.
 * Documents have title and a number of attributes.
 */
.cm-document-box {
	display:inline-block;
    height:100%;
    vertical-align:top;
    padding:5px 0;
    margin:0;
    border:0;
    background:0;
    box-shadow:none;
    -moz-box-shadow:none;
	-webkit-box-shadow: none;
	box-shadow: none;
    -ms-filter:none;
	filter: none;
}
.cm-document-link {
	width:98%;
	padding:5px 1%;
}
.cm-document-link:hover {
	background-image:url("/Style Library/css/images/background-menu-60.png");
}
.cm-document-icon {
	margin-right:3px;
	vertical-align:middle;
}
.cm-document-title {
    color:#013f78!important;
    /*font-size:9pt;*/
    font-family:Arial,Helvetica,sans-serif !important;
    font-weight:bold;
	vertical-align:middle;
}
.cm-document-attribute {
	width:100%;
    /*font-size:9pt;*/
    font-family:Arial,Helvetica,sans-serif !important;
    display:inline;
}
.cm-document-label {
	width:auto;
    color:#013f78!important;
    float:left;
}
.cm-document-text {
    color:black!important;
    float:left;    
}
.cm-document-link a {
	width:100%;
	height:100%;
}     
.cm-document-link a:hover {
    text-decoration:none!important;
}     
.cm-document-table {
    text-align:left;
    width:100%;
}     
/* just for IE 8/9 */
.cm-document-table a:link, 
.cm-document-table a:visited {
	color:transparent;
}
.cm-document-row {
    text-align:left;
    width:100%;
}
.cm-document-box-col-2 {
	width:50%;	
}
.cm-document-box-col-1 {
	width:100%;	
}