/* IE 6 PNG fix */
#headerfencers,
#noquicklaunch .sword, div.footerfencers
{
    behavior: url(../iepngfix.htc);
}

/* Titles color, a little darker as the page color */
a, span.header, .contenttitle
{
    color: #004C26;
}

/* the table with the header of the home page is not displayed */
#tblheaderhomepage
{
    display: none;
}

/* the table with the header of the page is displayed */
#tablelogo
{
    display: block;
}

/* background of the header */
table.mainmenu
{
	background-image: url(img/menu_header_lic.gif);
	background-position: right top;
	background-repeat: no-repeat;
}

/* Logo cell */
table.main td.logos
{
    padding-right: 9px;
}

/* image of the fencers in the header */
#headerfencers
{
    height: 61px;
	background-position: 59% 0;
    background-image: url(img/header_fencers_lic.png);
}

/* position and visibiliy of the menu links */
div.menulinks span.menulinkslng
{
    margin-top: 0px;
    margin-right: 5px;
}

div.menulinks span.menulinkssearch, div.menulinks span.menulinksgoogle
{
    display: none;
}

span.menulinkslng .novisibilityhomepage
{
    display: inline;
}

/* sword in the left part of the page */
#noquicklaunch .sword
{
	height: 120px;
	background-image: url(img/sword_lic.png);
	background-position: top;
	width: 109px;
	margin-top: 10px;
}

/* main title of the content of a page */
.contenttitle
{
    width: 864px;
	background-image: url(img/title_background_lic.gif);
}

td.searchbutton
{
    padding-left: 5px;
    padding-top: 18px;
}

a.button
{
    background-image: url(img/search_down_lic.gif);
}

tr.header td
{
    text-decoration: none;
    color: #FFFFFF;
    background-color: #006633;
}

table.main td.resultcontent
{
    padding-left: 10px;
}

/* footer */
td.footer
{
    width: 984px;
    background-image: url(img/footer_lic.gif);
}

div.footer
{
    width: 984px;

}
div.footerfencers
{
	background-image: url(img/footer_fencers_lic.png);
	width: 200px;
	height: 115px;
    margin-right: -8px;
}


