html {
	background-color: #fff;
	margin: 0;
  padding: 0;
}
ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
	{
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

a, a:active, a:visited {
	color: darkblue;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

td {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0px;
	color: #222;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
}

body {
	padding: 13px;
	padding-top: 15px;
}


#folderview {
	background: url('/images/box.jpg') no-repeat;
	width: 900px;
	height: 550px;
	
	overflow: auto;
	overflow-x: hidden;
}

.folderList {
	width: 180px;
	height: 500px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 15px;
	float: left;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
}

.imageView {
	width: 100%;
	height: 550px;
}

.folderOptions {
	width: 620px;
	height: 25px;
	padding-left: 180px;
	text-align: left;
}

.imageList {
	padding-top: 5px;
	float: left;
	width: 680px;
	height: 490px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
}


.ordner {
	color: #aeaea8;
	width: 96px;
	height: 96px;
	background-image: url(/icons/folderclosed.png);
}

.ordner-active {
	color: #aeaea8;
	background-color: #e2e2e2;
	width: 96px;
	height: 96px;
	background-image: url(/icons/folderopen.png);
}

.ordner_medium {
	color: #aeaea8;
	width: 64px;
	height: 64px;
	background-image: url(/icons/folderclosed_medium.png);
}

.ordner_medium-active {
	color: #aeaea8;
	background-color: orange;
	width: 64px;
	height: 64px;
	background-image: url(/icons/folderopen_medium.png);
}

.ordner_small {
	color: #aeaea8;
	width: 32px;
	height: 32px;
	background-image: url(/icons/folderclosed_small.png);
}

.ordner_small-active {
	color: #aeaea8;
	background-color: orange;
	width: 32px;
	height: 32px;
	background-image: url(/icons/folderopen_small.png);
}

.ordner_smaller {
	color: #aeaea8;
	width: 24px;
	height: 24px;
	background-image: url(/icons/folderclosed_smaller.png);
}

.ordner_smaller-active {
	color: #aeaea8;
	background-color: orange;
	width: 24px;
	height: 24px;
	background-image: url(/icons/folderopen_smaller.png);
}

.ordner_smallest {
	color: #aeaea8;
	width: 15px;
	min-height: 15px;
	height: auto;
	background-image: url(/icons/folderclosed_smallest.png);
	background-repeat: no-repeat;
}

.ordner_smallest-active {
	color: #aeaea8;
	background-color: orange;
	width: 15px;
	height: 15px;
	background-image: url(/icons/folderopen_smallest.png);
	background-repeat: no-repeat;
}

.ordnername {
	padding-left: 20px;
	text-align: left;
}

#profilboxleft {
	padding: 5px;
	width: 120px;
	border: 1px;
	border-color: #000;
	float: left;
}

#profilboxright {
	padding: 5px;
	width: 450px;
	height: 400px;
	overflow: auto;
	overflow-x: hidden;
	border: 1px;
	border-color: #000;
	float: right;
}

#profilboxleft fieldset {
	padding: 10px;
	margin: 0px;
}

#profilboxright fieldset {
	padding: 10px;
	margin: 5px;
}

#profilboxright .folderlist {
	height: 100px;
	overflow: auto;
	overflow-x: hidden;
}

.upload_file {
	width: 300px;
	font-size: 110%;
}

.upload_input {
	width: 150px;
	color: darkblue;
}


.upload_scale {
	height: 15px;
	width: 40px;
	color: darkblue;
}



.table_alt_blue {
  background-color: #F0F8FF;  
}
.table_alt_white {
  background-color: #fff;  
}

.table_alt_blue:hover, .table_alt_white:hover {
  background-color: #FFE4C4;  
}
.error {
  color: red;
  font-weight: bold;
}

.notice {
	margin: 4px 0;
  padding: 4px 4px 4px 30px;
  background: url(/sfPropelPlugin/images/tick.png) no-repeat 10px 4px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #ffc;
}

.flashMessage {
  margin: 4px 0;
  padding: 4px 4px 4px 30px;
  background: url(/sfPropelPlugin/images/error.png) no-repeat 10px 4px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #f33;
  color: #fff;
}
