html
{
    background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 8pt; /*height: 100%;*/ /*width: 100%;*/
}
body
{
    background-image: url(    "../images/top_line_grey.bmp" );
    background-position: right top;
    background-repeat: repeat-x;
    margin: auto;
    min-width: 1024px;
    padding: 0px 10px 0px 10px;
    text-align: center; /*width: 100%;*/
}

img
{
    cursor: pointer;
}

/****** Master page ******/

.SiteLogo
{
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 10px;
    width: 127px;
    height: 60px; /*background-image: url("../images/FPLogo.png" );*/
    background-repeat: no-repeat;
    background-position: left top;
    margin-left: -50px;
    position: absolute;
}

#header
{
    height: 70px; /*padding-left: 30px;*/
    text-align: left;
}

#headlinks
{
    color: #666666;
    float: right;
    font-size: 0.9em;
    padding-top: 46px;
    padding-right: 3px;
    padding-bottom: 0;
    padding-left: 0;
    text-align: right;
    width: 700px;
    font: 8pt verdana;
}

#headlinks a, #headlinks a:link, #headlinks a:visited, #headlinks a:active, .CustomLink
{
    color: #666666;
    margin: 0px 2px 0px 2px;
    text-decoration: none;
}

#headlinks a:hover, .CustomLink:hover
{
    color: #000;
    cursor: pointer;
}

.User
{
    background-image: url(    "../images/User.png" );
    background-position: left center;
    background-repeat: no-repeat;
    height: 20px;
    padding: 5px 0px 05px 20px;
}

#menuContainer
{
    background-image: url(    '../images/TopMenu.png' );
    background-repeat: no-repeat;
    height: 40px;
    padding-left: 23px;
    text-align: left;
    position: relative;
    width: 100%;
}

#mainContainer
{
    border: 1px solid #C0C0C0;
    height: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    width: 1000px;
}

#sitePathContainer
{
    height: 24px;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    width: 1000px;
}

#outerWrapper
{
    border: thin none #CCC;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
    text-align: left;
    width: 1000px;
}

#footer
{
    border: 1px solid #C0C0C0;
    font-size: 0.9em;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 1000px;
}

#footerLeft
{
    /*color: #FF0000;*/
    float: left;
    height: inherit;
    margin-left: 10px;
    margin-top: 9px;
}

#footerRight
{
    float: right;
    height: inherit;
    margin-right: 10px;
    margin-top: 6px;
}

/****** Site path ******/

.SitePath
{
    clear: both;
    float: left;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 8pt;
    height: 24px;
    margin-left: 10px;
}

.rounded
{
    border: 1px solid #C0C0C0;
    height: 200px;
    width: 200px;
    -moz-border-radius: 1ex;
    -webkit-border-radius: 1ex;
}

/****** Common controls ******/

.TextBoxRight
{
    text-align: right;
}

.TextBox, .TextBoxRight
{
    font: 8pt verdana;
    border: 1px solid #e3e3e3;
    color: #2a2a2a;
    vertical-align: middle;
    height: 16px;
    cursor: text;
}

.TextBox:hover
{
    font: 8pt verdana;
    border: 1px outset #e3e3e3;
    vertical-align: middle;
    height: 16px;
    cursor: text;
    color: Red;
    background-color: #FAFAFA;
}

/*.DropDownList
{
	font: 10pt arial;
	border: 1px outset #e3e3e3;
	vertical-align: middle;
	height: 22px;
	cursor: default;
	color: #2a2a2a;
}*/

.HideControl
{
    display: none;
}


/***** Top menu *****/

.TopMenu
{
    height: 36px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    text-transform: uppercase;
    z-index: 101;
    position: absolute;
    float: left; /*top: 0px;*/
    left: 23px;
    width: 794px;
}

.TopMenuItem
{
    background-repeat: no-repeat;
    color: #fff;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    height: 36px;
    line-height: 30px;
    margin-left: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 180px;
    z-index: 101;
}

.TopMenuItemHover
{
    background-image: url(    "../images/nav-bg-over.png" );
    background-repeat: repeat-x;
    display: block;
    text-align: center;
    width: 180px;
    z-index: 101;
}

.TopItemSelected
{
    background-color: transparent;
    background-image: url(    "../images/MenuItemOn.png" );
    background-repeat: no-repeat;
    color: #99CC00;
    display: block;
    margin: 0px 0px 0px 0px;
    text-align: center;
    width: 180px;
    z-index: 101;
}

/***** Side menu *****/

#SideMenuMasterPageMenuColumn
{
    clear: left;
    float: left;
    margin-left: 10px;
    width: 190px;
}

#SideMenuMasterPageContentColumn
{
    float: left;
    width: 800px;
}

.SideMenuTopItem
{
    background-color: #3E4953;
    color: white;
    font: bold 11px Verdana;
    height: 30px;
    line-height: 30px;
    text-indent: 5px;
    text-transform: uppercase;
    width: 190px;
}

.SideMenuTopItem .SideMenuItemSelected
{
    background-position: right center;
    background-repeat: no-repeat;
}

.SideMenuChildItem
{
    background: #E7EAED;
    color: black;
    display: block;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 9pt;
    height: 27px;
    line-height: 27px;
    text-indent: 20px;
    width: 190px;
}

.SideMenuChildItem .SideMenuItemSelected
{
    background-position: right center;
    background-image: url(         '../images/side_menu_item_selected.png' );
    background-repeat: no-repeat;
}

.MenuDescriptionWrapper
{
    padding-left: 20px;
    width: 500px;
}

.MenuDescriptionHeader
{
    background-color: #F3F3F3;
    border-top: solid 1px lightgray;
    color: #333333;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.1em; /*font-weight: bold;*/
    height: 26px;
    line-height: 25px;
    padding-left: 4px;
}

.MenuDescriptionContent
{
    color: #808080;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    height: 30px;
    margin-bottom: 4px;
    padding-left: 4px;
    padding-top: 2px;
}

.FullPageLine
{
    border: 1px solid #DCDCDC;
    margin: 0px 10px 10px 20px;
    -moz-border-radius: 1ex;
    -webkit-border-radius: 1ex;
}

/**** Accordions ****/
.accordion
{
    font: 8pt verdana;
    height: 280px;
}
.accordion2
{
    font: 8pt verdana;
    height: 440px; /*padding: 0 10 10 10;*/
    width: 97%; /*border: 1px solid #e3e3e3;*/
    margin: 0px 0px 0px 10px;
}
.accordionHeader
{
    border: 1px solid #e3e3e3;
    background-color: #F2F2F2;
    padding: 0px;
    cursor: pointer;
    height: 20px;
    text-align: left;
    color: #000;
}
.accordionContent
{
    background-color: #FAFAFA;
    border: 1px solid #F7F7F7;
    border-top: none;
    padding: 5px;
    padding-top: 5px;
    font: 8pt verdana;
    text-align: center;
}
.accordionContentDiv
{
    border-top: none;
    padding: 5px;
    padding-top: 10px;
    font: 9pt verdana;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    height: 270px;
    width: 500px;
    overflow: auto;
}
.PageContent, ContactContent
{
    border: none;
    padding: auto auto auto auto;
    font: 8pt verdana;
    width: 500px;
    height: 300px;
}
.ContactContent
{
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid #F7F7F7;
    padding: auto auto auto auto;
    width: 350px;
    height: 90px;
    text-align: left;
    font: 10pt verdana;
    letter-spacing: 1.1pt;
}
.FPJouleLogo
{
    background-image: url(    "../images/FPLogo.png" );
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 60px;
    position: absolute;
    width: 180px;
    text-align: left;
    cursor: pointer;
}
.SectionTitle
{
    background-image: url(    "../images/top_line.png" );
    background-repeat: repeat-x;
    width: 100%;
    font-weight: bold;
    height: 18px;
    text-align: left;
}
.ReportSection
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF;
    text-align: left;
}
.ReportSection td
{
    min-height: 16px;
    padding: 0px 0px 0px 0px;
}
.rowInterval
{
    background-color: #F5F5F5;
}
.ReportContainer
{
    width: 100%;
    height: 420px;
    overflow: auto;
}
fieldset
{
    padding: 5px 5px 5px 5px;
}
fieldset legend
{
    color: #666;
    font-weight: bold;
    padding: 0px 5px 5px 5px;
}

.PrintButton, .DefaultValuesButton
{
    background-position: left center;
    background-repeat: no-repeat;
    padding: 3px 1px 2px 22px;
    height: 30px;
    border: 0px;
    text-decoration: none;
    color: #222;
}
.PrintButton:hover, .DefaultValuesButton:hover
{
    text-decoration: overline;
    color: #222;
}

.FPInnovations
{
    background-position: left center;
    background-repeat: no-repeat;
    padding: 3px 1px 2px 22px;
    height: 30px;
    width: 150px;
    border: 0px;
    text-decoration: none;
    color: #222;
    background-image: url( "../images/FPInnovations.png" );
}

.PrintButton
{
    background-image: url( "../images/print.png" );
}
.DefaultValuesButton
{
    background-image: url(       "../images/Home.png" );
}
.ToolBar
{
    text-align: right;
    height: 20px;
    padding: 1px 5px 1px 5px;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    border-bottom: 1px inset #e3e3e3;
}

.TableFooter, .TableSection
{
    background-image: url(  "../images/bottom_line.png" );
    background-repeat: repeat-x;
    background-position: bottom;
    width: 100%;
}
.TableSection
{
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #e3e3e3;
    width: 800px;
    border-collapse: collapse;
}

.Report
{
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font: 8pt verdana;
}
input[type=text]
{
    width: 80px;
    text-align: right;
    border: 1px solid #e3e3e3;
    height: 15px;
    padding-top: 2px;
    color : #2a2a2a;
}
input[type=text]:hover
{
    color: Red;
    font-weight: bold;
}

select
{
    min-width: 130px;
    border: 1px solid #999;
    height: 20px;
    padding: 0px;
    color: #2a2a2a;
}
select:hover
{
    color: Red;
}

.SectionHeader, .SectionHeader2
{
    background-image: url(    "../images/top_line.png" );
    background-repeat: repeat-x;
    width: 800px;
    font-weight: bold;
    height: 18px;
    text-align: left;
    border: 1px solid #DCDCDC;
    border-bottom: 0;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}

.SectionHeader2
{
    border-bottom: 1px solid #e3e3e3;
}
.SectionHeaderBody
{
    border: 1px solid #DCDCDC;
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    border-collapse: collapse;
}
input[type=submit]
{
    margin-top: 5px;
    font: 8pt verdana;
    color: #222;
    border: 1px solid #999;
    height: 22px;
    min-width: 100px;
    background: url(  "../images/grey.png" );
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 1px;
    background-color: #F1F1F1;
}
input[type=submit]:hover
{
    color: #2A2A2A;
    cursor: pointer;
    background: url(  "../images/jaune.png" );
    background-repeat: no-repeat;
    background-position: left center; /*font-weight : bold;*/
}
.Message
{
    color: Red;
    text-align: center;
    height: 20px;
}
.Notice
{
    font: italic 7pt verdana;
    color: #222;
    border-top: 1px solid #e3e3e3;
}
