/* IE 6 PNG fix */
input.menulinkssearchbutton,
#quicklaunch, td.homepagecontentright .homepagedatagridsymbolman, td.homepagecontentright .homepagedatagridsymbolwoman,
td.footer, div.footerfencers, td.menulist
{
    behavior: url(iepngfix.htc);
}

*html #headerhomepageleftlogodiv /* IE 6 PNG fix */
{
  background: url(img/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fielogo.png', sizingmethod='crop');
}

*html #headerhomepagefencersdiv /* IE 6 PNG fix */
{
  background: url(img/blank.gif);
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/header_homepage_fencers.png', sizingmethod='crop');
}

body
{
    font: normal 10px Verdana;
    margin: 0px;
    color: #666666;
}

/**** Elements ****/
/* Links  - see specific css too */
a
{
    color: #666666;
    text-decoration: none;
}

a:hover
{
    color: #ffa500;
}

/* Buttons */
/* !!! The uppercase is required by Netscape !!! */
input.Button
{
    background-color: #dee2ee;
    border: solid 1px #808080;
    color: #303030;
    font: normal 12px Verdana;
}

td.printbutton
{
    padding-top: 10px;
    padding-bottom: 10px;
}

input.menulinkssearchbutton
{
    background-image: url(img/search_right_inbrief.png);
    background-repeat: no-repeat;
    background-color: Transparent;
    border: solid 0px #000000;
    cursor: pointer;
    cursor: hand;
    width: 21px;
    height: 21px;
}

input.buttonhtml
{
    background-color: Transparent;
    background-image: url(img/printhtml.gif);
    background-position: center;
    background-repeat: no-repeat;
    border: solid 0px #000000;
    cursor: pointer;
    cursor: hand;
    width: 50px;
    height: 40px;
}

input.buttonrss
{
    background-color: Transparent;
    background-image: url(img/rss.gif);
    background-position: right center;
    background-repeat: no-repeat;
    border: solid 0px #000000;
    cursor: pointer;
    cursor: hand;
    width: 16px;
    height: 16px;
    margin-left: 10px;
}

input.hidden
{
    display: none;
}

/* Link buttons */
a.button
{
    background-image: url(img/down.gif);
    background-position: right;
    background-repeat: no-repeat;
    color: #808080;
    font-family: Verdana;
    font-size: 14pt;
    height: 25px;
    padding-right: 25px;
    text-decoration: none;
}

a.shortbutton
{
    background-image: url(img/down.gif);
    background-position: right;
    background-repeat: no-repeat;
    color: #808080;
    font-family: Verdana;
    font-size: 10pt;
    height: 20px;
    padding-right: 25px;
    margin-bottom: 5px;
    margin-left: 10px;
    text-decoration: none;
}

a.button:hover, a.shortbutton:hover
{
    color: #808080;
}

/* Link images */
img.link
{
    cursor: pointer;
    cursor: hand;
}

/* Drop down lists */
select
{
    font-family: Verdana;
    font-size: 10px;
    color: #666666;
}

/* Textboxes and textareas */
input.Text
{
    /*border: solid 1px #a1a1a1;*/
    font-family: Verdana;
    font-size: 10px;
}

textarea.text
{
    font-family: Verdana;
    font-size: 100%;
}

/* Horizontal lines */
div.sep, div.sepnomartop
{
    background-image: url(img/hline.gif);
    background-repeat: repeat-x;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-left: 15px;
}

div.sepnomartop
{
    margin-top: 0px;
}

div.seps
{
    background-image: url(img/hlines.gif);
    background-repeat: repeat-x;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 15px;
}

div.sepnomartop
{
    margin-top: 0px;
}

/* Centrage des pages*/
div.homepagemain
{
	width: 940px; 
	left: 50%; 
	margin-left: -470px; 
	position: absolute;
}

div.main 
{
	width: 1000px; 
	left: 50%; 
	margin-left: -500px; 
	position: absolute;
}

/**** Main table ****/
table.main
{
    /*	width: 100%;*/
}

/* Default font size */
table.main table
{
    font-size: 8.5pt;
}

/* Left sidebar cell - Home page only */
table.main td.sidebar
{
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    width: 170px;
}

/* Separator between the left sidebar and the content - Home page only */
/*
table.main td.separator
{
	background-color: #01539D;
	width: 3px;
}
*/

/* Main menu cell */
table.main td.mainmenu
{
    vertical-align: top;
    /*width: 100%;*/
}

/* Main title cell, used in popup */
table.main td.maintitle
{
    width: 100%;
}

/* Picture cell - Home page only */
table.main td.picture
{
    padding-left: 10px;
    background-image: url(img/hcirclehome.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
}

/* The table with the header for all other page as the home page is not displayed */
#tablelogo
{
    display: none;
    height: 65px;
}

/* background of the header of the homepage */
#headerhomepagetop
{
    background-color: #ffffff;
    background-image: url(img/header_homepage_top.gif);
    background-repeat: no-repeat;
    height: 158px;
    width: 883px;
    vertical-align: top;
}

/* FIE logo of the homepage */
#headerhomepageleftlogodiv
{
    background-image: url(img/fielogo.png);
    background-repeat: no-repeat;
    height: 116px;
    margin-top: 5px;
}

/* fencers at the top right of the homepage */
#headerhomepagefencersdiv
{
    background-image: url(img/header_homepage_fencers.png);
    height: 149px;
    width: 366px;
    float: right;
    position: relative;
    margin-right: -50px;
}

/* background for the login in the homepage */
#headerhomepagelogin
{
    background-image: url(img/header_homepage_login.gif);
    background-repeat: no-repeat;
    background-position: right top;
    height: 44px;
}

/* position and visibiliy of the menu links */
div.menulinks
{
    position: relative;
}

span.menulinksgoogle, span.menulinkssearch, span.menulinkslng
{
    vertical-align: middle;
}
span.menulinkslng
{
    position: absolute;
    right: 5px;
}
span.menulinksgoogle
{
    position: relative;
    top: 2px;
}

span.menulinkssearch .menulinkssearchtxt
{
    color: #666666;
}

span.menulinkslng .novisibilityhomepage
{
    display: none;
}

span.menulinksgoogle img
{
    margin-left: 5px;
}

span.menulinkslng a, span.menulinkslng span
{
    position: relative;
    top: 3px;
}

span.menulinkslng span
{
    color: #FFFFFF;
}

/* left menu background */
#quicklaunch, #noquicklaunch
{
    width: 109px;
}

/* left menu background */
#quicklaunch
{
    vertical-align: top;
    background-image: url(img/quicklaunch.png);
    background-repeat: no-repeat;
}

/* Logo cell */
table.main td.logos
{
    vertical-align: top;
}

/* image of the fencers in the header - see specific css too */
#headerfencers
{
    background-repeat: no-repeat;
}

/* sword in the left part of the page - see specific css too */
#quicklaunch .sword, #noquicklaunch .sword, td.sword
{
    width: auto;
    background-position: right;
    background-repeat: no-repeat;
}

/* main title of the content of a page - see specific css too */
.contenttitle
{
    font-size: 14pt;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: 100%;
    background-repeat: no-repeat;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.contentsubtitle
{
    font-size: 10pt;
    font-weight: bold;
}

table.homepagecontent
{
    width: 884px;
    font-size: 10pt;
}

table.homepagecontent ul
{
    margin: 0px 0px 0px 4px;
    padding: 0px;
    font-size: 10pt;
    line-height: 12pt;
}

table.homepagecontent li
{
    list-style-type: none;
    padding-left: 15px;
    vertical-align: top;
}

table.homepagecontent li.bulletyellowgreyarrow
{
    background: url(img/bullet_yellow_grey_arrow.gif) no-repeat 0px 4px;
}

table.homepagecontent li.bulletbluewhitearrow
{
    background: url(img/bullet_blue_white_arrow.gif) no-repeat 0px 5px;
}

td.homepagecontentleft
{
    width: 280px;
    vertical-align: top;
}

td.homepagecontentlogo
{
    width: 30px;
    height: 35px;
}

td.homepagecontentleftheader
{
    height: 20px;
    width: 250px;
    padding-left: 5px;
    color: #003366;
    background-image: url(img/homepage_top_blue_hline.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    font-weight: bold;
    font-size: 10pt;
}

td.homepagecontentleftmiddle
{
    background-image: url(img/homepage_blue_vline.gif);
    background-repeat: repeat-y;
    background-position: right;
}

td.homepagecontentleftfooter
{
    height: 20px;
    background-image: url(img/homepage_bottom_blue_hline.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

ul.title
{
    color: #003366;
    padding-top: 5px;
}

div.homepagecontentleftcontainer
{
    width: 240px;
}

td.homepagecontentmiddle
{
    width: 260px;
    vertical-align: top;
    padding-left: 10px;
}

div.pictureblur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

div.pictureshadow,
div.picturecontent{
	position: relative;
	bottom: 2px;
	right: 2px;
}

div.pictureshadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

div.picturecontent{
	background-color: #fff; /*background color of content*/
	color: #666666; /*text color of content*/
	border: 1px solid #000; /*border color*/
}

div.homepagecontentmiddletitle
{
    color: #ffcc00;
    font-weight: bold;
    font-size: 10pt;
    margin-top: 15px;
    margin-bottom: 10px;
}

td.homepagetissotlink
{
    font-size: 10pt;
    padding-left: 5px;
}

div.homepagepicrotatorsponsor
{
    text-align: center;
    height: 100px;
}

td.homepagecontentright
{
    width: 344px;
    vertical-align: top;
}

td.homepagecontentright .homepagedatagrid
{
    width: 303px;
    font-size: 10pt;
}

td.homepagecontentright .homepagedatagridheader
{
    font-weight: bold;
}

td.homepagecontentright .homepagedatagridsymbolman
{
    width: 8px;
    height: 13px;
    background-image: url(img/symbol_man.png);
    background-repeat:no-repeat;
}

td.homepagecontentright .homepagedatagridsymbolwoman
{
    width: 9px;
    height: 13px;
    background-image: url(img/symbol_woman.png);
    background-repeat:no-repeat;
}

td.homepagecontentrightheader
{
    height: 20px;
    width: 314px;
    padding-left: 5px;
    color: #cc0033;
    background-image: url(img/homepage_top_red_hline.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
    font-weight: bold;
    font-size: 10pt;
}

td.homepagecontentrightmiddle
{
    background-image: url(img/homepage_red_vline.gif);
    background-repeat: repeat-y;
    background-position: right;
}

td.homepagecontentrightfooter
{
    height: 20px;
    background-image: url(img/homepage_bottom_red_hline.gif);
    background-repeat: no-repeat;
    background-position: top right;
}

div.homepagecontentrightlink, div.homepagecontentrightlinkleft
{
    font-size: 10pt;
    font-weight: bold;
    margin-top: 5px;
    display: block;
}

div.homepagecontentrightlinkleft
{
    float: right;
}

.hsep
{
    background-repeat: no-repeat;
    background-position: 0 100%;
    height: 9px;
    margin-bottom: 10px;
}

div.scrollable
{
    overflow: auto;
    height: 110px;
    margin-right: 10px;
}

/* footer */
td.footer
{
    background-image: url(img/footer.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 67px;
    width: 884px;
}

div.footer
{
    width: 884px;
}

div.footerfencers
{
    background-image: url(img/footer_homepage_fencers.png);
    background-repeat: no-repeat;
    height: 71px;
    width: 168px;
    float: right;
    position: relative;
    margin-right: -50px;
}

/* Content cell, with or without left padding */
table.main td.content, table.main td.contentnopad
{
    height: 100%;
    padding: 0px 5px 10px 20px;
    vertical-align: top;
}

table.main td.contentnopad
{
    padding-left: 0px;
}

/* Content cells - Home page only */
table.main td.contentleft, table.main td.contentright
{
    height: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: top;
}

table.main td.contentleft
{
}

table.main td.contentright
{
    padding-right: 5px;
    text-align: right;
}

/* Confederations cell - Home page only */
table.main td.confed
{
    background-color: #01539D;
    height: 20px;
}

/**** Main menu table ****/
/* The width is fixed, so the width of the columns of the header do not change */
table.mainmenu
{
    width: 884px;
}

table.mainmenu td.menu
{
    background-color: #FFFFFF;
    padding-bottom: 10px;
    padding-top: 3px;
}

/* Links */
table.mainmenu a
{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10pt;
}

table.mainmenu div
{
    color: #666666;
    font-size: 10pt;
    font-weight: bold;
}

table.mainmenu span
{
    font-weight: normal;
    padding-left: 3px;
    padding-right: 3px;
}

/**** Login and language table ****/
table.headermenulinks td
{
    font: normal 10pt Verdana;
    padding: 0px 4px 0px 4px;
}

/**** Left sidebar table ****/
table.sidebar
{
}

table.sidebar td
{
    padding: 5px;
}

/* Logo */
table.sidebar td.logo
{
}

/* FIE presentation */
table.sidebar td.present
{
    background-color: #dee2ee;
}

/* Contact information */
table.sidebar td.contact
{
    padding-top: 15px;
}

/* Word of the President */
table.sidebar td.president
{
    padding-top: 15px;
}

/* Google search */
table.sidebar td.search
{
    padding-top: 15px;
}

/* Circle backgrounds */
div.vcirclered
{
    background-color: #dee2ee;
    background-image: url(img/vcirclered.gif);
    background-repeat: no-repeat;
    height: 108px;
}

div.vcircle
{
    background-image: url(img/vcircle.gif);
    background-repeat: no-repeat;
    height: 199px;
}

div.sidebar
{
    background-color: #dee2ee;
    height: 150px;
    width: 100px;
}

/**** Confederation table ****/
table.confed
{
    color: #ffffff;
    font-weight: bold;
    width: 100%;
}

table.confed td
{
    white-space: nowrap;
}

/**** News table - Home page only ****/
table.news
{
    width: 100%;
}

table.news td
{
    padding: 5px;
}

/* FLASH special classes - BEGIN */
/* FAP - 13.01.2006              */
table.news td.subtitle, table.news td.subtitleflash
{
    color: #01267f;
    font: bold 11pt Arial;
    padding: 3px 5px 3px 2px;
}

table.news td.subtitleflash
{
    color: #ff0000;
    font: bold 14pt Arial;
}

table.news td.linkflash
{
    font: bold 10pt Arial;
}

table.news td.linkflash a
{
    color: #ff0000;
}

table.news td.linkflash a:hover
{
    color: #ffa500;
}
/* FLASH special classes - END */

table.news td.sep
{
    background-image: url(img/hsep.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    height: 10px;
}

table.media
{
    /*	height: 100px;*/
}

/**** Shortcut table - Home page only ****/
table.shortcuts
{
    background-color: #f3f5f4;
    width: 100%;
}

table.shortcuts td
{
    padding: 5px;
}

table.shortcuts td.subtitle
{
    background-color: #01539D;
    color: #ffffff;
    font: bold 11pt Arial;
    padding: 3px 5px 3px 2px;
}

table.shortcuts td.bottom
{
    background-color: #01539D;
    height: 4px;
}

table.copyrights
{
    width: 100%;
}

table.copyrights img
{
    vertical-align: middle;
}

table.copyrights td.copyrights
{
    text-align: center;
}

/**** Search table - Home page only ****/
table.search td
{
    padding: 0px;
}

/**** search result table ****/
table.searchresult
{
    width: 983px;
}

/**** Content table ****/
table.content
{
    width: 100%;
}

/* Content cell */
table.content td.contents
{
    padding-left: 20px;
    vertical-align: top;
    width: 100%;
}

/**** Address table ****/
table.address
{
    margin-bottom: 4px;
    margin-right: 5px;
}

/**** Error table - Error page only ****/
table.error
{
    background-color: #f3f5f4;
}

table.errordetail
{
    background-color: #ffffff;
}

/**** List table, used in printable list popup ****/
table.mainlist
{
    width: 100%;
}

/* Default font size */
table.mainlist table
{
    font-size: 10px;
}

/**** Misc ***/
span.error
{
    color: #ff0000;
}

table td.bullet
{
    text-align: center;
    width: 5%;
}

table.fieldset
{
    border: solid 1px #e0e0e0;
}

tr.header td
{
    font-weight: bold;
    text-decoration: underline;
}

tr.spacing td
{
    padding-right: 10px;
    white-space: nowrap;
}

/*
tr.rowsep td
{
	border-top: solid 1px red;
}
*/

/* see specific css too */
span.header
{
    font-weight: bold;
}

table tr.rowover td
{
    background-color: #e5e5e5;
}

table tr.spacingover td
{
    padding-right: 10px;
    white-space: nowrap;
    background-color: #e5e5e5;
}

/**** Backward compatibility, to be upgraded ***/
td.ListText, span.ListText, td.ListTextBold, span.ListTextBold
{
    color: #000090;
}

td.ListTextBold, span.ListTextBold
{
    font-weight: bold;
}

td.menulist
{
	background-image: url(img/menu_header.png);
	background-position: left center;
	background-repeat: no-repeat;
}

td.menulistlefttop
{
	background-position: left top;
}

/**** Backward compatibility, used is static pages or printable list popup ***/
.Titre
{
    font-size: 11pt;
    font-weight: bold;
    text-transform: uppercase;
}

.TitreList
{
    color: navy;
    font-size: 11pt;
    font-style: italic;
    font-weight: bold;
    text-decoration: underline;
}

.TitreErreur
{
    color: red;
    font-size: 14pt;
    font-weight: bold;
}

.SubTitre, .SubTitle
{
    font-size: 12pt;
    font-weight: bold;
}

.SubSubTitre, .SubSubTitleLt
{
    color: #003080;
    font-size: 10pt;
    font-weight: bold;
}

.SubSubTitleLt
{
    vertical-align: top;
}

.SubSubTitre a
{
    text-decoration: none;
}


