/** Remove browser-dependent margin and padding **/

* { 
  margin: 0;
  padding: 0; 
}

fieldset {
  margin-bottom: 1em;
  padding: 1em;
	-moz-border-radius: 5px;
	border-radius: 5px; 
}

fieldset legend {
	color: #3333CC;
	padding:0 2px 0 2px;
}

.field, .formControls, .checkbox{
  margin-top: 5px;
}

p, h1, h2, h3, h4, h5, h6 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

ul, li {
  margin-left: 20px;
}

cite {
 display: block;
 margin: 1em;
}

a.thin {
	font-weight: normal;
}

a.current {
	padding:1px;
	background-color:#91ff02;
}
a.current img {
	background-color: #91ff02;
}
a.sortable img {
	background-color: #eeeeee;
}
tr.num, td.num, input.num {
	text-align:right;
}

div#pageCC div.objectPath, div#pageCC #documentActions {
  display: none;
}

#errorMessage, .error {
  color: #FF0000;
  font-weight: bold;
}
#okMessage, .ok {
  color: #009900;
  font-weight: bold;
}
#warningMessage, .warning {
  padding:0.2em;
  color:#000000;
  background-color: yellow;
  font-weight: bold;
}


/* new feedback elements */

div.feedback {
	position:relative;
	margin:10px 0 10px 0;
	padding:10px 10px 10px 35px;
	background-color:white;
	border-width:1px 3px 3px 1px;
	border-style:solid;
	font-weight:bold;
	z-index:50;
	cursor: pointer;
}

div.error {
	background: white url(/icon/error_s.gif) left center no-repeat;
}
div.warning {
	background: white url(/icon/warning_s.gif) left center no-repeat;
}
div.ok {
	background: white url(/icon/ok_s.gif) left center no-repeat;
}
div.info {
	background: white url(/icon/info_s.gif) left center no-repeat;
}


div.error, div.error a, div.error a:hover {
	color:#b40000;
	border-color:#b40000;
}
div.warning, div.warning a, div.warning a:hover {
	color: #f77900;
	border-color:#f77900;
}
div.ok, div.ok a, div.ok a:hover {
	color:#459500;
	border-color:#459500;
}
div.info, div.info a, div.info a:hover {
	color:#3363a0;
	border-color:#3363a0;
}




div.copyright{
  padding-top: 4px;
}

div.copyright a{
  color: #bbb;
  text-decoration: none;
  font-size: 10px;
  font-weight: normal;
}

div.copyright a:hover{
  color: #888;
  text-decoration: underline;
}

div.searchresult {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px dotted gray;
}
div.searchresult span.weight {
	display: none; /* per default not show the resultscore */
}

/* hint text in pages */
.hint {
  padding-left:0.5em;
  border-left: 1px solid #999999;
  color:#aaaaaa;
}


/* Login form */

form#loginForm, form#fpform, form#regform {
  width: 350px;
}




tr.odd {
	background-color: #dddddd;
}
tr.even {
	background-color: #ffffff;
}

/* default floats and clearer */
.fl {
  margin-right:0.2em;
  float:left;
}

.fr {
  margin-left:0.2em;
  float:right;
}

.clearer {
  padding:0.25em;
  clear:both;
}
.clearline {
  margin-bottom:1em;
  padding:0.25em;
  clear:both;
  border-bottom: #aaaaaa thin dotted;
}


button a {
	text-decoration: none;
}

/* form elements */

input[type=radio], input[type=checkbox] {
  margin-right:4px;
  vertical-align:middle; 
}



/* added image desc later, so activate and customize it in current style */
#mainImagedesc {
	display: none;
}



/* OPEN IMAGE at full size */
div.full{

	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	
	visibility:hidden;
	
	background-color: #A8A8A8;
	z-index: 100;
	
	filter:alpha(opacity=50);   /* Internet Explorer       */
	-moz-opacity:0.5;           /* Mozilla 1.6 and below   */
   	opacity: 0.5;               /* newer Mozilla and CSS-3 */
	
		
}

div.popupImg{

	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	
	visibility:hidden;
	text-align: center;
	
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
   	opacity: 1.0;   
   	
   	z-index: 200;
}



div.popupImg img{
	margin-top: 10px;
	border: 1px solid #FFFFFF;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 60px;
	background-color: #000000;
	       
}

div.newsItem a img{
	border: 0px;
} 