body.UpToNetCloudStorageManager .main-content,
body.UpToNetPublicCloudStorageManager .main-content
{
	padding:15px;
	padding-top:0px;
}

body.UpToNetCloudStorageManager .main-content h1,
body.UpToNetPublicCloudStorageManager .main-content h1
{
  padding-top:0px;
  margin-top:0px; 	
}

.separator
{
	font-size:smaller;
}

table.filelist
{
/* 	border:solid 1px black;	 */
    border: 1px solid #6F9FD0;
    border-right: 1px solid #B3CEE8;
    border-left: 1px solid #B3CEE8;
    border-bottom:none;
}

table.filelist td
{
	padding : 7px;	
	text-align:left;
	font-size:11pt;
	color:#323232;
	border-bottom: 1px solid #b3cee8;
}

table.filelist td a
{
	color:#323232;
}

table.filelist th
{
	padding : 7px;
	border-bottom: 1px solid #6F9FD0;
	text-align:left;
/* 	border-bottom:solid 1px black; */
/* 	background-color:#FFE31C; */
	background:url(../images/lightBlueHover.png) repeat-x;
	background-position:center;
	color: #323232;
    font-weight: bold;
    font-size: 10pt;
}

table.filelist tr
{
	background:url(../images/extraLightBlue.png) repeat-x;
}

table.filelist tr:hover
{
	background:url(../images/lightBlue.png) repeat-x;
}

table.filelist tr.dir td
{
	border-bottom:
}

table.filelist tr.evenodd1 td
{
	background-color:#EDEDED;
}

.breadcrumb-container
{
	font-weight:bold;
	font-size:18pt;
}
ul.breadcrumb
{
	margin:0px;
	padding:0px;
	padding-bottom:5px;
}
ul.breadcrumb li
{
	float:left;
	
	margin:0px;
	padding:0px;

    list-style-position: inside;
    list-style-type: none;
}

ul.breadcrumb li a
{
	color: #323232;
	font-size:11pt;
}

div.cabinet-container
{
	width:80%;
	margin:auto;
}

h1
{
	
}

table.filelist
{
	width:100%;
}

th.marker
{
	width:32px;
}
td.marker.filetype-pdf
{
	width:32px;
	background-repeat:no-repeat;
	background-position: center center;
	background-image:url(../icons/filetype-pdf.png);
}
td.marker.filetype-image
{
	width:32px;
	background-repeat:no-repeat;
	background-position: center center;
	background-image:url(../icons/filetype-image.png);
}

td.marker.filetype-docx,
td.marker.filetype-doc
{
	width:32px;
	background-repeat:no-repeat;
	background-position: center center;
	background-image:url(../icons/filetype-doc.png);
}

td.marker.filetype-xlsx,
td.marker.filetype-xls
{
	width:32px;
	background-repeat:no-repeat;
	background-position: center center;
	background-image:url(../icons/filetype-xls.png);
}


td.marker
{
	width:32px;
	background-repeat:no-repeat;
	background-position: center center;
	background-image:url(../icons/filetype-unknown.png);
}

td.filename
{
/* 	border-right:solid 1px gray; */
}
td.modified
{
	width:19ex;
/* 	border-right:solid 1px gray; */
	text-align:center;
}
td.size 
{
	width:19ex;
	text-align:right;
/* 	border-right:solid 1px gray; */
}
td.version
{
	width:3ex;
	text-align:center;
/* 	border-right:solid 1px gray; */
}

td.actions
{
	12ex;
}

td.actions a
{
	text-decoration:none;
}

tr.dir td.marker
{
	background-image: url('../icons/Folder Open Flat 24 n p.png');
	background-repeat: no-repeat;
	background-position:center center;
	cursor:pointer;
}

tr.dir td.marker A
{
	text-decoration:none;
}

div.actions-container
{
	padding:5px;
	border:solid 1px gray;
	background:#EDEDED;
}

form
{
	padding:0px;
	margin:0px;
}
.fileupload-widget 
{
	border: solid 1px black;	
}

.edit-widget 
{
	border: solid 1px black;	
}

.hint
{
	font-size:smaller;
}

.logo 
{
	display:none;
	height:0px;
	float:left;
}
.header
{
    background-image: url('../images/uptonet-logo.png');
	background-repeat: no-repeat;
	background-position:right center;
	height:50px;
	padding-left:15px;	

    margin-bottom:15px;
    border:solid 1px gray;
    color:gray;
}

.banner
{	
	padding-top:0px;
	padding-left:5px;
	text-align:left;
}

.breadcrumb-container
{
	margin-top:5px;
	padding-bottom:5px;
}

.fileoperation-container
{
	background:#c3d9e8 url(../images/lightBlue.png) repeat-x;
	border: 1px solid #6F9FD0;
	padding:10px;
}

.fileoperation-container
{
  min-height:29px;	
}

.fileoperationIcon
{
	height:24px;
/* 	width:24px; */
	padding-left:34px;
	padding-top:5px;
	margin-right:20px;
	float:left;
	cursor:pointer;
	color: #323232;
	font-size:10pt;
	font-weight:bold;
	text-decoration:underline;
}

#iconAddFolder
{
	background:url(../images/iconAddFolder.png) no-repeat;
}

#iconUploudFile
{
	background:url(../images/iconUploudFile.png) no-repeat;
}

#iconTrashPlastic
{
	background:url(../images/iconTrashPlastic.png) no-repeat;
}

#iconShare
{
	background:url(../images/social-share.png) no-repeat;
}


.removeFolder
{
	background:url(../images/iconDeleteFolder.png) no-repeat;
	padding-left:16px;
}

.saveAs
{
	background:url(../images/iconSaveAs.png) no-repeat;
	padding-left:16px;
}

.removeFile
{
	background:url(../images/iconDeleteFile.png) no-repeat;
	padding-left:16px;
}

.unDeleteFile
{
	background:url(../images/iconUndo.png) no-repeat;
	padding-left:16px;
}

#hideDeleteData
{
	display:none;
}

/**Spalte 3*/

#spalte3Inhalt
{
	background:white url(../images/extraLightBlue.png) repeat-x;
	background-position:bottom;
	border: 1px solid #6F9FD0;
	padding:10px;
	font-size:11pt;
	color: #323232;
}

.buttonH3
{
	background: url("../images/lightBlue.png") repeat-x scroll 0 0 #C3D9E8;
    border: 1px solid #6F9FD0;
    padding:10px;
    margin-bottom:0px;
    margin-top:5px;
}

.buttonH3:hover
{
	background: url("../images/lightBlueHover.png") repeat-x scroll 0 0 #C3D9E8;
}

.buttonH3 a
{
	font-size:10pt;
	color:#323232;
}

/***pageNavigator**/
.pagenavigator-container-top, .pagenavigator-container-bottom
{
	background: url(../images/navigator.png) repeat-x scroll center top #F1F2F4;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 1px;
    height: 30px;
    line-height: 220%;
    text-align: center;
    font-size:10pt;
}
.pagenavigator-container-top
{
	border-bottom:none;
}

.pagenavigator-container-bottom
{
	border-top:none;
}

.pagenavigator-container-top a, .pagenavigator-container-bottom a
{
	color: #5D5D5D;
    text-decoration: none;
}


.navigatorLink em span {
    font-weight: bold;
    text-decoration: underline;
}