body {
  font-family: "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
	margin: 10px 0px 0px 50%;
  background: #B2B2B2 url('/ui/crufc/back.png') repeat;
}

.clear{
  clear: both;
}

#document {
	position: relative;
	width: 901px;
	height: 546px;
	margin: 0 0 0 -450px;
	z-index: 1;
}

#header{
  background: #FFF url('/ui/crufc/logo_fr.jpg') no-repeat center 10px;
  width: 901px;
  height: 160px;
  margin-top: 20px;
}

#body{
  width: 861px;
  background-color: white;
  padding: 20px;
}

#admin-table{
  width: 901px;
}

#footer{
  font-size: 10px;
  width: 901px;
}

#link{
  text-align:right;
  width: 901px;
}
#link a{
  color: #fff;
}


/* Menu */

#menu{
  background: #FFDC5C;
}

#blocMenu1{
	z-index:1000;
  display: block;
  width: 901px
  background: #370401;
  height: 20px;
}


#menu1,#menu1 ul {
  margin: auto;
  height:20px;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	z-index:1000;
}


#menu1 a {
	display: block;
	text-decoration: none;
}


#menu1 li {
	float: left;
	list-style: none;
	margin-left: 1px;
}


#menu1 li a {
  padding: 0.25em 1em;
  border-bottom: 0.10em solid red;
  border-top: 0.10em solid red;
  font-weight: bold;
  color: red;
}



#menu1 li a:hover {
  border-bottom-color: #FFAE00;
  border-top-color: #FFAE00;
}




#menu1 li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	width: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	z-index:1001;
}




#menu1 li ul a {
	  padding: 0.25em 1em; 
	  border-top: 0em;
  	font-weight: bold; 
	 color: #000;
	 width: 15em;
 	width: 10em;
	z-index:1002;
	/*
	border-top: 0.10em; 
  	border-bottom: 0.20em ; 
	*/
	border: 1px solid #ccc;
  background: #FFDC5C;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity: 0.85;	
}

/*
#menu1 li li a:hover {
	border-top: 0.10em solid #FFF;
  	border-bottom: 0.20em solid #FFF;
}
*/


#menu1 li:hover ul ul, #menu1 li:hover ul ul ul, #menu1 li.sfhover ul ul, #menu1 li.sfhover ul ul ul {
	left: -999em;
}

#menu1 li:hover ul, #menu1 li li:hover ul, #menu1 li li li:hover ul, #menu1 li.sfhover ul, #menu1 li li.sfhover ul, #menu1 li li li.sfhover ul {
	left: auto;
}

#menu1 li li:hover, #menu1 li li.sfhover {
	background: #fff;
}

/* Box News */
.box {
  background-color:#ffffff;
  width:100%;
  position:relative;
  padding:0px;
  margin-bottom:10px;
}

#rightcol .box {
  background-color: #EFF5D4;
}

.box-hg {
  background-image:url(images/hg.gif);
  background-repeat:no-repeat;
  left:0px;
  background-position:left top;
  width:10px;
  height:10px;
  position:absolute;
}

.box-hd {
  background-image:url(images/hd.gif);
  background-repeat:no-repeat;
  right:0px;
  background-position:right top;
  width:10px;
  height:10px;
  position:absolute;
}

.box-bg {
  background-image:url(images/bg.gif);
  background-repeat:no-repeat;
  bottom:0px;
  background-position:left bottom;
  width:10px;
  height:10px;
  position:absolute;
}

.box-bd {
  background-image:url(images/bd.gif);
  background-repeat:no-repeat;
  bottom:0px;
  right:0px;
  background-position:right bottom;
  width:10px;
  height:10px;
  position:absolute;
}

.box-content {
  padding:12px 24px 12px 24px;
  text-align:left;
  color: #202020;
}

.box-content.active {
  border-left: 8px solid #444444;
  padding-left: 16px;
}


