/*
 * used for cauth
 */

#choose p
{ 
  height: 26px;
  line-height: 26px;
  float:none;clear:both;
  
 }

#choose img
{ 
  border: none;
  float: left;
  margin-right: 5px;
  }

/*
 * End of cauth
 */
/*
dt
{ 
  clear:left;
  display:inline;
  float:left;
  font-weight: bold;
  width: 200px;
  margin-top: 5px;
 }

di
{ 
  display:block;
  clear: both;
 }
*/

/*case of nested dl. Of course, IE6 does not recognises dl.meta > dd... */
dd.crapie6
{
padding-left: 0px;
margin-left:0px;
}


ul, dl
{
margin-top:0px;
margin-bottom: 0px;
margin-left: 0px;
}
ul
{
list-style:none;
margin-top:0px;
padding-top:0px;
}

dt, li
{
font-weight: bold;
padding-top: 2px;
padding-bottom:2px;
padding-left: 5px;
margin-top: 2px;
clear:left;
}

dd
{
margin-left: 0px;
padding-left: 40px;
margin-top: 2px;
}



fieldset, #formstuff
{ 
  border: none;
  background-color: #AFCADF;
  padding-top: 25px;
 }

legend
{ 
  display:none;
  }


#mygg
{ 
  border: 1px solid #30627B ;
  padding: 5px;
  margin: 5px;
  margin-top: 0px;
  padding-bottom: 15px;
 }

div.item
{
margin-bottom: 15px;
clear:both;
}

div.item span.head
{
	font-weight: bold;
	padding-bottom:0px;
	padding-left: 5px;
}

.my_md dd, .my_md dt, .my_md li
{
background-color: #F4E4E5;
}

/*Handle the display of the 'List' link for a node*/
.my_md dd
{
	position: relative;
}

.my_md a.list
{
	position:absolute;
	right: 0;
}
/*End of List */

.my_res dd, .my_res dt, .my_res  li, dt.my_res
{
background-color: #AFCADF;


}
.my_res, .my_md {
	padding-left: 0px;
}
/*Submit button on the right. If I put input[type='submit'] IE6 just does not take this into account*/
input.crapie6
{
float: right;
margin-top:5px;
margin-bottom: 5px;
}



/*Center the boxes on the settings part*/
span.setdisp
{
float:right;
margin-right:250px;
margin-top:-3px; /*weird vert center in FF*/
margin-bottom:-1px; /*Allow space for submit to go on the left. Why??? */
}

/*nice red external links need to be a bit lower*/
p.creatorLnk 
{
margin-top: 19px; /*Why???*/
margin-bottom: 0px;
}

#geodoc
{
top:-19px;
}

/* */
div#geodoc p input, div#geodoc p label { 
  display: inline;
  position: relative;
  left: 0px;
  top: 0px;
}
#TnCs {
	font-weight : bold;
  float: right;
}

div#geodoc p.geodoc-details { margin-left: 100px; }
