body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-image: url(../pict/terre_bg.gif);
}


.content{
	/*border: 1px dashed #C0C0C0;*/
	color:#660000;
	font-size: 100%;
	background-color:#FFFFFF;
	margin-left: 5em;
	margin-right: 5em;
}

form input, form textarea{
	background-color: #FFFFFF;
	border: thin dotted #333333;
	padding: 5px;
	     }
	     
.radio {
	border: 0px;
	
}
	     
form input:focus, form textarea:focus{
	background-color: #FFFFFF;
}
		      
		      
		      
		      
		      
		      
		      


.error, .error_popup {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #660000;
	font-weight: normal;
	/*background-color:#ff9090;*/
background-color:#ffabab;
	background-image:url("img/button_cancel.png");
	background-repeat:no-repeat;
	background-position : right;
	margin-left: 5em;
	margin-right:5em;
	margin-bottom: 2em;
	margin-top: 1em;
	padding: 6px;
	text-align: left;
	font-style: italic;
}


.error_popup{
	background-position : right;
	margin: 0px;
}

.success,  .success_popup{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #660000;
	font-weight: normal;
	background-color:#cff5a6;
	background-image:url("img/button_ok.png");
	background-repeat:no-repeat;
	background-position : right;
	text-align:left;
	margin-left: 5em;
	margin-right:5em;
	margin-top: 1em;
	margin-bottom: 2em;
	font-style: italic;
	padding: 5px;
 }

.success_popup{
	margin: 0px;
}


.successimport  {
	font-family: Helvetica, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	font-weight: bold;
	background-color:#bbec92;
	background-image:url("img/button_ok.png");
	background-repeat:no-repeat;
	background-position : right;
	text-align:left;
	margin-left: 5em;
	margin-right:5em;
	margin-top: 0em;
	margin-bottom: 0em;
	font-style: italic;
	padding: 5px;
 }



form {
//margin-top:1em;
	padding:1em;
	margin-bottom:2.5em;
	background-color: #FFFF66;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}

form  div{

}


.form-simple{
	padding:0.5em;
	margin-bottom:2.5em;
	border: 0px;
	margin-left: 2em;
	margin-right: 2em;
	background-color: #FFFF66;
}

.form-light{
	padding:0.5em;
	margin: 0em;
	border: 0px;
	background-color: #FFFFFF;
}

.archive {
//margin-top:1em;
	padding:0.5em;
	margin-bottom:2.5em;
	margin-left: 2em;
	margin-right: 2em;
	background-color: #FFFF66;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}


.credit {
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #660000;
	;
}


.leftSideBar {
  margin-right: 5em;
  font-size: 95%;
  width: 12.65em;
  float: left;
  clear: left;
  border:1px dashed #C0C0C0;
}

.leftSideBar a, .leftSideBar span {
  text-decoration: none;
  font-weight: bold;
  line-height: 2em;
  padding: 0.75ex 1ex;
  display: block;
}

[class~="leftSideBar"] a, [class~="leftSideBar"] span {
  line-height: 1.5em;
}

.leftSideBar a:hover {
  /* See color-scheme.css */
}

.leftSideBar .sideBarTitle {
  font-weight: bold;
  padding: 0.75ex 1ex;
}

.leftSideBar .sideBarText {
  font-weight: normal;
  padding: 1ex 0.75ex 1ex 1ex;
}

.leftSideBar .sideBarTitle
{
	background-color: #FFFF66;
	text-align:center;
}

 .leftSideBar{
	background-color: #FFFF66;
 }

.leftSideBar a{
	color:#660000;
 }

 .leftSideBar a:hover{
background-color: #EDEDED;
color:#7B859C;
border-width: 1px;
border:1px dashed #C0C0C0;
 }

#bodyText {
  text-align: justify;
  line-height: 1.5em;
  margin-left: 15em;
  margin-right: 15em;
  //padding: 0.5ex 14em 1em 1em;

}


.float {
  float: left;
  width: 20em;
  margin: 1em 0;
}


.title{
	font-weight: bold;
	font-style:normal;
	font-size: 1.5em;
//margin-bottom:-1em;
	color: #660000;
	margin-left: 1.7em;
	margin-right: 1.7em;
//4mm 1.5em 4mm;
	background-color: #FFFF66;
}

.title-simple{
	font-weight: normal;
	font-style:normal;
	font-size: 1.5em;
	color: #660000;
	margin-left: 1.7em;
	margin-right: 1.7em;
}


.subtitle{
	font-weight: normal;
	font-style:normal;
	font-size: 1.2em;
	color: #333333;
	background-color: #FFFF66;
	padding-top: 30px;
	padding-bottom: 5px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}

.archivetitle{
	font-weight: bold;
	font-style:italic;
	font-size: 0.9em;
	color: #333333;
	background-color: #FFFFFF;
}



.subsection{
	font-size: 1em;
	margin-top:2em;
//margin-top:2em;
/*background-color:#7B859C;*/
//background:#d4dfe4;
//color: #666;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}


.subsection2{
	font-size: 1em;
	margin-top:2em;
	margin-left: 6em;
	margin-right: 6em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}

.subsection2_popup{
	font-size: 1em;
	margin-top:1em;
	margin-left: 1em;
	margin-right: 1em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #660000;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #660000;
}


.subcontent{
}


#footer {
	font-size: 85%;
	text-align: left;
	line-height: 1.25em;
	padding: 1em 4mm 1.5em 4mm;
	clear: left;
}

#footer div {
	padding-bottom: 1ex;
	left: 40px;
}

#footer a {
	text-decoration: none;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-left: 30px;
}

.maintable{
margin-left: 2em;
margin-right: 2em;
}

.info  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #660000;
	font-weight: bold;
	/*padding-bottom : 1em;*/
text-align:left;
	margin-left: 2em;
	margin-right:2em;
	margin-bottom: 1em;
	margin-top: 1em;
}

.info_left  {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #660000;
	font-weight: bold;
	margin-left: 2em;
	margin-right:2em;
	margin-bottom: 1em;
	margin-top: 1em;
}


.field{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #333333;
	font-weight: bold;
	text-align:right;
}
.samarque {
	padding-left: 0em;
	padding-bottom: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}
