.gdm-ent-folder-border {
	-moz-box-shadow: 0 0 3px 3px #888;
	-webkit-box-shadow: 0 0 3px 3px #888;
	box-shadow: 0 0 3px 3px #888;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
    margin-bottom: 16px;
    margin-top: 16px;
    padding: 6px 12px;
}

.gdm-ent-folder .gdm-btndiv a {
	background: none repeat scroll 0 0 #f7f7f7;
    border-color: #cccccc;
    box-shadow: 0 1px 0 #fff inset, 0 1px 0 rgba(0, 0, 0, 0.08);
    color: #555;
    vertical-align: top;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    height: 28px;
    line-height: 26px;
    margin: 0;
    padding: 0 10px 1px;
    text-decoration: none;
    white-space: nowrap;
}

div.gdm-ent-folder p {
    line-height: 130%;
    margin: 5px 0;
    padding: 0;
}

div.gdm-ent-folder p.gdm-folder-attachments-title {
    border-bottom: 1px dotted;
    margin-bottom: 10px;
}

.gdm-ent-folder .gdm-authbtndiv {
	margin: 12px 0px;
}

.gdm-ent-folder ul.gdm-folder-breadcrumbs {
	margin: 6px 0;
	font-size: 80%;
}

img.gdm-file-icon {
	vertical-align: middle;
	margin-right: 8px;	
}

table.gdm-folders-table {
	margin: 4px;
}

table.gdm-folders-table thead th.header {
	background-position: 4px center;
    background-repeat: no-repeat;
    background-image: url('../../images/tables/bg.png');
    cursor: pointer;
    padding-left: 16px;
}

table.gdm-folders-table thead th.headerSortUp {
	background-image: url('../../images/tables/asc.png');
}

table.gdm-folders-table thead th.headerSortDown {
	background-image: url('../../images/tables/desc.png');
}

.gdm-ent-folder-grid table tr {
    display: inline;
}
.gdm-ent-folder-grid table tbody tr {
    padding: 10px;
}

.gdm-ent-folder-grid table td {
    display: table-row-group;
}

tr div.gdm-folder-checkbox {
    background-image: url('../../images/tables/checkbgoff.png');
    background-position: 2px 1px;
    background-repeat: no-repeat;
    width: 20px;
}

tr.gdm-selected div.gdm-folder-checkbox {
    background-image: url('../../images/tables/checkbgon.png');
}

ul.gdm-folder-breadcrumbs {
	display: block;
}

ul.gdm-folder-breadcrumbs li {
	display: inline;
    margin: 0 8px 0 0;
    padding: 0 0 0 12px;
    background-image: url('../../images/tables/gt.png');
	background-position: left center;
    background-repeat: no-repeat;
}

ul.gdm-folder-breadcrumbs li:first-child {
	padding-left: 0px;
	background: none;
}

.gdm-folders-dropzone {
	background-color: lightblue;
}

div.gdm-ent-folder {
	position: relative;
}

.gdm-folders-uploading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    
    background: lightblue;
    filter:alpha(opacity=90);
    opacity:0.9;
    -moz-opacity:0.9;
    z-index:10;

    text-align:center;
    vertical-align:middle;
    
    overflow: scroll;
}

.gdm-folders-uploading p {
	background: lightblue;
    filter:alpha(opacity=100);
    opacity:1.0;
    -moz-opacity:1.0;
    z-index:20;
    margin: 1px;
    line-height: 1.5em;
}

.gdm-err-msg {
	color: red;
}
div.gdm-folders-upload-area {
	margin: 10px;
}

div.gdm-folders-upload-area span {
	font-size: 80%;
}
div.gdm-folder-filelist p {
    text-align: center !important;
}