
/* Element level classes */

body
{
  color: Black;
  font-size: 12px;
/*   font-family: Lucida Sans Unicode, Lucida Grande, Arial; */font-family: Verdana, Geneva, "Bitstream Vera Sans", sans-serif;
  background-color: White;
  background : #EEE;
  margin: 8px;
  }

td, th
{
  color: Black;
  font-size: 12px;
/*   font-family: Lucida Sans Unicode, Lucida Grande, Arial; */font-family: Verdana, Geneva, "Bitstream Vera Sans", sans-serif;
  }

img
{
  border-width: 0px;
  vertical-align: middle;
  }

a
{
  color: #000099;
  text-decoration: none;
  }
a:active
{
  color: #FF6600;
  text-decoration: none;
  }
a:visited
{
  color: #000099;
  text-decoration: none;
  }        

a:hover
{
  color: #FF6600;
  }

input[type=text], input[type=password], input[type=file], input[type=reset], select
{
  /*        border: 1px solid #808080; */

  background-color: White;
  color: Black;
  font-size: 12px;
  font-family: Lucida Sans Unicode, Lucida Grande, Arial;

  vertical-align: middle;
  border: 1px solid #999;

  }

textarea
{
  background-color: White;
  color: Black;
  font-size: 12px;
  font-family: Lucida Console, Andale Mono, Courier New, Courier;  
  width: 100%; 
  height: 20em;
  border: 1px solid #999;
  }

input[type=submit]
{
  border: 1px dotted #808080;
  background-color: #EEEEEE;
  font-size: 12px;
  font-family: Lucida Sans Unicode, Lucida Grande, Arial;
  vertical-align: middle;
  }

input
{
  vertical-align: middle;
  }

/* Standard classes for use in any page */
/* PhorumDesignDiv - a div for keeping the forum-size size */
.PDDiv
{
  width: 100%;
  text-align: left;
  }        
/* new class for layouting the submit-buttons in IE too */
.PhorumSubmit 
{ 
  border: 1px dotted #808080; 
  color: Black; 
  background-color: #EEEEEE; 
  font-size: 12px; 
  font-family: Lucida Sans Unicode, Lucida Grande, Arial; 
  vertical-align: middle; 
  }    

.PhorumTitleText
{
  float: right;
  }

.PhorumStdBlock
{
  font-size: 12px;
  font-family: Lucida Sans Unicode, Lucida Grande, Arial;
  background-color: White;
  border: 1px solid #808080;
  /*        width: 100%; */
  padding: 3px;         
  }

.PhorumStdBlockHeader
{
  font-size: 12px;
  font-family: Lucida Sans Unicode, Lucida Grande, Arial;
  border-left: 1px solid #7f9bc6;
  border-right: 1px solid #7f9bc6;
  border-top: 1px solid #7f9bc6;
  background-color: #d8e0ed;
  padding: 3px;
  }

.PhorumHeaderText
{
  font-weight: bold;
  }

.PhorumNavBlock
{
  font-size: 12px;
  font-family: Lucida Sans Unicode, Lucida Grande, Arial;
  border: 1px solid #7f9bc6;
  margin-top: 1px;
  margin-bottom: 1px;
  /*        width: 100%; */
  background-color: #d8e0ed;
  padding: 2px 3px 2px 3px;
  }

.PhorumNavHeading
{
  font-weight: bold;
  }

A.PhorumNavLink
{
  color: #000000;
  text-decoration: none;
  font-weight: normal;
  font-family: Lucida Sans Unicode, Lucida Grande, Arial;
  font-size: 12px;
  border-style: solid;
  border-color: #d8e0ed;
  border-width: 1px;
  padding: 0px 4px 0px 4px;
  }

A.PhorumNavLink:hover
{
  background-color: #fff0bb;
  font-weight: normal;
  font-family: Lucida Sans Unicode, Lucida Grande, Arial;
  font-size: 12px;        
  border-style: solid;
  border-color: #f7ba21;
  border-width: 1px;
  color: #555;
  }

.PhorumFloatingText
{
  padding: 10px;
  }

.PhorumHeadingLeft
{
  padding-left: 3px;
  font-weight: bold;
  }

.PhorumUserError
{
  padding: 10px;
  text-align: center;
  color: Red;
  font-size: 16px;
  font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }

.PhorumNewFlag
{
  font-family: Lucida Sans Unicode, Lucida Grande, Arial;
  font-size: 10px;
  font-weight: bold;
  color: #CC0000;
  }

.PhorumNotificationArea
{
  float: right;
  border-style: dotted;
  border-color: #808080;
  border-width: 1px;
  }

/* PSUEDO Table classes                                       */
/* In addition to these, each file that uses them will have a */
/* column with a style property to set its right margin       */    

.PhorumColumnFloatXSmall
{
  float: right; 
  width: 75px;
  }

.PhorumColumnFloatSmall
{
  float: right; 
  width: 100px;
  }

.PhorumColumnFloatMedium
{
  float: right; 
  width: 150px;
  }

.PhorumColumnFloatLarge
{
  float: right; 
  width: 200px;
  }

.PhorumColumnFloatXLarge
{
  float: right; 
  width: 400px;
  }

.PhorumRowBlock
{
  background-color: White;
  border-bottom: 1px solid #F2F2F2;
  padding: 5px 0px 0px 0px;
  }

.PhorumRowBlockAlt
{
  background-color: #EEEEEE;
  border-bottom: 1px solid #F2F2F2;
  padding: 5px 0px 0px 0px;
  }

/************/


/* All that is left of the tables */

.PhorumStdTable
{
  border-style: solid;
  border-color: #808080;
  border-width: 1px;
  width: 100%;
  }

.PhorumTableHeader
{
  background-color: #EEEEEE;
  border-bottom-style: solid;
  border-bottom-color: #808080;
  border-bottom-width: 1px;
  color: #000000;
  font-size: 12px;
  font-family: Lucida Sans Unicode, Lucida Grande, Arial;
  font-weight: bold;
  padding: 3px;
  }

.PhorumTableRow
{
  background-color: White;
  border-bottom-style: solid;
  border-bottom-color: #F2F2F2;
  border-bottom-width: 1px;
  color: Black;
  font-size: 12px;
  font-family: Lucida Sans Unicode, Lucida Grande, Arial;
  height: 35px;
  padding: 3px;
  }

.PhorumTableRowAlt
{
  background-color: #EEEEEE;
  border-bottom-style: solid;
  border-bottom-color: #F2F2F2;
  border-bottom-width: 1px;
  color: #000000;
  font-size: 12px;
  font-family: Lucida Sans Unicode, Lucida Grande, Arial;
  height: 35px;
  padding: 3px;
  }    

table.PhorumFormTable td
{
  height: 26px;
  }

/**********************/


/* Read Page specifics */

.PhorumReadMessageBlock
{
  margin-bottom: 5px;
  }

.PhorumReadBodySubject
{
  color: Black;
  font-size: 16px;
  font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-left: 3px;
  }

.PhorumReadBodyHead
{
  padding-left: 5px;
  }

.PhorumReadBodyText
{
  font-size: 12px;
  font-family: Lucida Sans Unicode, Lucida Grande, Arial;
  padding: 5px;
  }

.PhorumReadNavBlock
{
  font-size: 12px;
  font-family: Lucida Sans Unicode, Lucida Grande, Arial;
  border-left: 1px solid #808080;
  border-right: 1px solid #808080;
  border-bottom: 1px solid #808080;
  /*        width: 100%; */
  background-color: #EEEEEE;
  padding: 2px 3px 2px 3px;
  }

/********************/

/* List page specifics */

.PhorumListSubText
{
  color: #707070;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  }

.PhorumListPageLink
{
  color: #707070;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  }

.PhorumListSubjPrefix
{
  font-weight: bold;
  }    

.PhorumListModLink, .PhorumListModLink a
{
  color: #707070;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  }
/********************/

/* Override classes - Must stay at the end */

.PhorumNarrowBlock
{
  width: 600px;
  }

.PhorumSmallFont
{
  font-size: 11px;
  }    

.PhorumLargeFont
{
  color: Black;
  font-size: 16px;
  font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  }    


.PhorumFooterPlug
{
  margin-top: 10px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  }


.PhorumReadBodySubject
{
  color: Black;
  font-size: 16px;
  font-family: Trebuchet MS,Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-left: 3px;
  }

/* mt add 1 new class*/
.PhorumReadBodyAuthor
{
  width: 150px;
  background-color: #EEEEEE;
  color: #000000;
  font-size: 12px;
  padding-left: 7px;
  padding-top: 4px;
  text-align: left;
  vertical-align: top;
  border-right: 1px solid #808080;
  }


/* mt changed */
.PhorumReadBodyHead
{
  padding-left: 7px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 0px;
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 1px solid #808080;
  /*border-top: 1px solid #808080;*/
  /*border-right: 1px solid #808080;*/
  }


/* mt added */
.PhorumReadStdBlockTable
{
  width: 100%;
  padding: 0px;
  border: 1px solid #808080;

  }

/* mt changed */
.PhorumReadBodyText
{
  padding-left: 7px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 0px;
  text-align: left;
  vertical-align: top;
  background-color: #FFFFFF;
  color: #000000;
  font-size: 12px;
  /*border-right: 1px solid #808080;*/
  /*border-bottom: 1px solid #808080;*/
  }




#page 
{
  text-align: left;
  width: 88%;
  margin: 10px auto 10px auto;
  position: relative;
  background: #fff;
  border: 1px solid #CFCFCF;
  moz-border-radius:6px;
  border-radius:6px;
  padding:0;
  }

/* Header
   ************************************************************/
#top 
{
  margin : 0;
  height: 140px;
  background: #BFD4E8 url(http://beroot.org/theme/images/header.jpg) repeat-x;
  color: inherit;
  position: relative;
  }

/* Footer
   ************************************************************/
#footer 
{
  margin: 0;
  padding: 1ex 1em;
  clear: both;
  background: #EFEFEF;
  height: 30px;
  background: #BFD4E8 url(http://beroot.org/theme/images/footer.jpg) repeat-x;
  }


#footer a
{
  color: #A0A0A0;
  text-decoration: none;
  }
ol.tree
{
  margin: 0;
  padding: 0;
  }
ol.tree li
{
  display: inline;
  list-style-type: none;
  padding-right: 0.7em;
  padding-left: 0;
  }

ol.tree li:before
{
  content: '\00bb  ';
  }
h2.resource-title
{
  font-size: 1.1em;
  color: black;
  font-weight: bold;
  padding-left: 0.5em;
  font-size: 15px;
  margin: 1em 0  1em 0;
  background: url("http://beroot.org/theme/images/puce_h2.png") no-repeat left;
  padding: 0 0.2em 0 1.3em;
  border-bottom: 1px solid silver;
  }

#content
{ 
  padding:10px;
  }

#admin-content
{ 
  margin: 1em 240px 0 10px;
  padding: 1em 1em 0 0;
  border-right:1px dotted silver;
  }
#sidebar 
{
  width:220px;
  margin: 0;
  padding-left:10px;
  padding-right:5px;
  float:right;
  /* border: 1px solid red; */
  }

#sidebar h2
{
  font-size: 1.1em;
  color: inherit;
  padding-left: 0.5em;
  font-size: 15px;
  margin: 1em 0 0 0;
  background: url("http://beroot.org/theme/images/puce_h2.png") no-repeat left;
  padding: 0 0.2em 0 1.3em;
  border-bottom: 1px solid silver;
  }
#sidebar ul
{ 
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  }

#sidebar  ul li 
{
  /*margin: 1ex 0;*/
  list-style: none;
  display: block;
  }

#sidebar  ul li a 
{ 
  text-decoration: none;
  display: block;
  width: 95%;
  color: #CD1010;
  margin: 1px;
  padding: 0px;
  text-decoration: none;
  border: 1px solid transparent;
  font-weight: bold;
  }

#sidebar  ul li a:hover
{ 
  text-decoration: none;
  color: #555;
  background-color: #d8e0ed;
  border: 1px solid #7f9bc6;
  }
.titresujet 
{ 
  font-size:14px;
  font-weight: bold;
   }

ul#menu
{
	height: 35px ;
	margin: 0px;/* 5px 0 5px ;*/
	padding: 0 ;
	background: url(http://beroot.org/theme/images/bg_menu.gif) repeat-x 0 -25px ;
	list-style-type: none ;
	list-style-image:none;
}
ul#menu li
{
	float: left ;
	text-align: center ;
}
ul#menu li a
{
	width: 130px ;
	line-height: 25px ;
	font-size: 1.2em ;
	font-weight: bold ;
	letter-spacing: 2px ;
	color: #fff ;
	display: block ;
	text-decoration: none ;
	border-right: 2px solid #55739b ;
}
ul#menu li a:hover
{
	background: url(http://beroot.org/theme/images/bg_menu.gif) repeat-x 0 0 ;
}