    /* Element level classes */

    body
    {
        color: #fff;
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        background-color: #000;
        margin: 8px;
    }

    td, th
    {
        color: Black;
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
    }

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

    a
    {
        color: #fff;
        text-decoration: none;
    }

    a:hover
    {
        color: #FF0000;
        border-bottom: none;
    }

    .dotted, .PhorumReadBodyText a
    {
        color: #000;
        text-decoration: none;
        border-bottom: 1px dashed #FF0000;
    }

    .PhorumRowBlock a, .PhorumRowBlockAlt a, .PhorumTableRow a, .PhorumTableRowAlt a, .PhorumLargeFont a,  .PhorumReadBodyHead a, .PhorumReadNavBlock a, .PhorumFloatingText a
    {
        color: #000;
        text-decoration: none;
    }

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

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

        vertical-align: middle;

    }

    textarea
    {
        background-color: White;
        color: Black;
        font-size: 12px;
        font-family: Lucida Console, Andale Mono, Courier New, Courier;
    }
    
	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
    {
        color: #000;
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        background-color: #DADADA;
        padding: 0px;
        margin: 0px 2px 0px 2px;
    }

    .PhorumStdBlockHeader
    {
        color: #000;
        font-weight: bold;
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        background-color: #EEE;
        border-bottom: 1px solid #808080;
        padding: 2px 0px;
        margin: 0px 2px 0px 2px;
    }

    .PhorumStdGroupHeader
    {
        color: #FFFFFF;
        font-weight: bold;
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        background-color: #093A52;
        border-bottom: 1px solid #E46519;/*#808080;*/
        padding: 2px 0px;
        margin: 0px 0px 0px 0px;
    }

    .PhorumHeaderText
    {
        font-weight: bold;
    }

    .PhorumNavBlock
    {
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        border: none;
        margin: 0px;
        margin-top: 1px;
        margin-bottom: 1px;
        background-image: url('images/barre_menu_center.gif');   
        padding: 2px 0px 2px 0px;
    }

    .PhorumNavBlockBottom
    {
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        border: none;
        margin: 0px;
        margin-top: 1px;
        margin-bottom: 1px;
        background-image: url('images/entete_center.gif');   
        padding: 2px 0px 2px 0px;
    }

    .PhorumNavBorderBlock
    {
        margin: 0px;
        margin-top: -2px;
        padding: 0px;
    }
    
    .PhorumNavHeading
    {
        font-weight: bold;
    }

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

    A.PhorumNavLink:hover
    {
        color: #FF0000;
    }

    .PhorumFloatingText
    {
        padding: 2px 0px 2px 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;
    }

    .PhorumOkMsg
    {
        padding: 10px;
        text-align: center;
        color: DarkGreen;
        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
    {
        color: #000;
        background-color: #dadada;
        border-bottom: 1px solid #F2F2F2;
        padding: 1px 0px 1px 0px;
    }

    .PhorumRowBlockAlt
    {
        color: #000;
        background-color: #EEE;
        border-bottom: 1px solid #F2F2F2;
        padding: 1px 0px 1px 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: #dadada;
        border-bottom-style: solid;
        border-bottom-color: #F2F2F2;
        border-bottom-width: 1px;
        color: #000;
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        height: 20px;
        padding: 3px;
    }
    
    .PhorumTableRowAlt
    {
        background-color: #EEEEEE;
        border-bottom-style: solid;
        border-bottom-color: #F2F2F2;
        border-bottom-width: 1px;
        color: #000;
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        height: 20px;
        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;
        background-color: #EEE;
        padding-left: 3px;
        border-bottom: 1px solid #000;
    }

    .PhorumReadBodyHead
    {
        padding-left: 10px;
        background-color: #EEE;
    }

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

    .PhorumReadNavBlock
    {
        color: #000;
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        background-color: #EEEEEE;
        border-top: 1px solid #000;
        padding-left: 0px;
        margin: 0px 2px 0px 2px;
    }

    .PhorumThreadedPost
    {
    }

    /********************/
    
    /* 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;
        color: #FF0000;
    }    

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

    /********************/
    /* Custom */
    .PhorumCCBlock
    {
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        border: none;
        margin: 0px;
        margin-top: 1px;
        margin-bottom: 1px;
        background-color: #014568;
        padding: 2px 0px 2px 0px;
    }

    /* ContextMenu */

	#contextMenu{	/* The menu container */
		border:1px solid #202867;	/* Border around the entire menu */
		background-color:#FFF;	/* White background color of the menu */
		margin:0px;
		padding:0px;
		width:250px;	/* Width of context menu */
		font-family:arial;
		font-size:12px;
		background-image:url('images/gradient.jpg');
		background-repeat:repeat-y;
		
		/* Never change these two values */
		display:none;
		position:absolute;

	}
	#contextMenu a{	/* Links in the context menu */
		color: #000;
		text-decoration:none;
		line-height:15px;
		vertical-align:middle;	
		height:15px;
		
		/* Don't change these 3 values */
		display:block;	
		width:100%;
		clear:both;
		
	}
	#contextMenu li{	/* Each menu item */
		list-style-type:none;
		padding:1px;
		margin:1px;
		cursor:pointer;	
		clear:both;
	}
	#contextMenu li div{	/* Dynamically created divs */
		cursor:pointer;	
	}
	#contextMenu .contextMenuHighlighted{	/* Highlighted context menu item */
		border:1px solid #000;
		padding:0px;
		background-color:#E2EBED;
	
	}
	#contextMenu img{
		border:0px;
	}
	#contextMenu .imageBox{	/* Dynamically created divs for images in the menu */

		float:left;
		padding-left:2px;
		padding-top:3px;
		vertical-align:middle;
		
		width: 30px;	/* IE 5.x */
		width/* */:/**/28px;	/* Other browsers */
		width: /**/28px;
	}
	#contextMenu .itemTxt{
		float:left;		
		width: 120px;	/* IE 5.x */
		width/* */:/**/140px;	/* Other browsers */
		width: /**/140px;		
	}

    blockquote
    {
        border: solid 1px #000;
    }

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

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

    .PhorumNarrowBlock
    {
        width: 600px;
    }

    .PhorumSmallFont
    {
        font-size: 10px;
    }    

    .PhorumLargeFont
    {
        color: #FFFFFF;
        font-size: 12px;
        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;
    }