body {
	font-family:Arial;
	font-size:small;
}
div.editContent {
	border-bottom:1px;
	border-top:1px;
	border-right:1px;
	border-left:1px;
	border-style:solid;
	border-color:black;
	background-color:#FFDDDD;
}

div.singleBorder {
	border-bottom:1px;
	border-top:1px;
	border-right:1px;
	border-left:1px;
	border-style:solid;
	border-color:black;
	margin-top:0px;
	padding:2px;
}

div.languageSwitchSelected {
	display:inline;
	margin-right:10px;
	background-color:#FFFFFF;
	color:#000000;
	border-bottom:1px;
	border-top:1px;
	border-right:1px;
	border-left:1px;
	border-style:solid;
	border-color:black;
	padding:5px;
	margin-top:10px;
}

div.languageSwitch {
	display:inline;
	margin-right:10px;
	background-color:#CCCCCC;
	color:#000000;
	border-bottom:1px;
	border-top:1px;
	border-right:1px;
	border-left:1px;
	border-style:solid;
	border-color:black;
	padding:5px;
	margin-top:10px;
}

div.loginScreen {
	border-bottom:1px;
	border-top:1px;
	border-right:1px;
	border-left:1px;
	border-style:solid;
	border-color:black;
	margin:10px;
	padding:0px;
	background-color:#EEEEFF;
}
body.loginScreen {
	border:0px;
	margin:0px;
	padding:0px;
	background-color:#FAFAFA;
	font-family:Arial;
}
div.loginScreenHeader {
	border:0px;
	margin:0px;
	padding:5px;
	text-align:center;
    color:#FFFFFF;
	font-weight:bold;
	font-family:Arial;
	font-size:small;
	background-color:#333366;
}

h2 {
	margin-top:10px;
	margin-bottom:5px;
}
ul {
	padding:0px;
}
li.comment {
	list-style: none;
	font-style: italic;
	color: grey;
}
li img {
	display:inline;
	vertical-align: middle;
}

li.folder {
	list-style: none;
	font-style: normal;
	list-style-type : none;
	background : url("../images/filetyp/fileshare/folder.png") no-repeat top left;
	padding-left : 20px;
}
li.file {
	list-style: none;
	font-style: normal;
	list-style-type : none;
	background : url("../images/filetyp/fileshare/none.png") no-repeat top left;
	padding-left : 20px;
}
li.file_txt {
	list-style: none;
	font-style: normal;
	list-style-type : none;
	background : url("../images/filetyp/fileshare/txt.png") no-repeat top left;
	padding-left : 20px;
}
li.file_doc {
	list-style: none;
	font-style: normal;
	list-style-type : none;
	background : url("../images/filetyp/fileshare/doc.png") no-repeat top left;
	padding-left : 20px;
}
li.file_xls {
	list-style: none;
	font-style: normal;
	list-style-type : none;
	background : url("../images/filetyp/fileshare/xls.png") no-repeat top left;
	padding-left : 20px;
}
li.file_jpg {
	list-style: none;
	font-style: normal;
	list-style-type : none;
	background : url("../images/filetyp/fileshare/jpg.png") no-repeat top left;
	padding-left : 20px;
}
li.file_png {
	list-style: none;
	font-style: normal;
	list-style-type : none;
	background : url("../images/filetyp/fileshare/jpg.png") no-repeat top left;
	padding-left : 20px;
}
li.file_pdf {
	list-style: none;
	font-style: normal;
	list-style-type : none;
	background : url("../images/filetyp/fileshare/pdf.png") no-repeat top left;
	padding-left : 20px;
}
.mini {
	font-size: 8pt;
}