@font-face {
    font-family: 'CalibriBold';
    src: url('calibrib-webfont.eot');
    src: url('calibrib-webfont.eot?#iefix') format('embedded-opentype'),
    url('calibrib-webfont.woff') format('woff'),
    url('calibrib-webfont.ttf') format('truetype'),
    url('calibrib-webfont.svg#CalibriBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ImpactRegular';
    src: url('impact-webfont.eot');
    src: url('impact-webfont.eot?#iefix') format('embedded-opentype'),
    url('impact-webfont.woff') format('woff'), url('impact-webfont.ttf') format('truetype'), url('impact-webfont.svg#ImpactRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CalibriRegular';
    src: url('calibri-webfont.eot');
    src: url('calibri-webfont.eot?#iefix') format('embedded-opentype'),
    url('calibri-webfont.woff') format('woff'), url('calibri-webfont.ttf') format('truetype'), url('calibri-webfont.svg#CalibriRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CalibriItalic';
    src: url('calibrii-webfont.eot');
    src: url('calibrii-webfont.eot?#iefix') format('embedded-opentype'),
    url('calibrii-webfont.woff') format('woff'),
    url('calibrii-webfont.ttf') format('truetype'),
    url('calibrii-webfont.svg#CalibriItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    border: 0;
    margin: 0;
    padding: 0;
}

.gradient {
    /* Anciens navigateurs */
    background: #359bed url(../images/dark_stripes-1.png) top center repeat scroll;
}

.headpage {
    background: #359bed url(../images/dark_stripes-2.png) top left repeat scroll;
}

body {
    margin: 0;
    padding: 0; /*background: url(../images/body_background.jpg) repeat-x top;*/
    font-family: 'CalibriRegular';
}

body #login {
    height: 40px;
    line-height: 25px;
    margin-top: 0;
    float: right;
    width: 100%;
}

body #login form {
    float: right;
    margin: 0;
}

body #login input {
    float: left;
    display: block;
}

body #login input[type="submit"] {
    width: auto;
    height: auto;
    font-weight: bold;
    font-family: 'CalibriRegular';
}

body #login .txt {
    border: 1px solid #8AC3F8;
    border-radius: 3px;
    width: 116px;
    height: 16px;
    line-height: 16px;
    margin-right: 5px;
}

body #login a {
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

header {
    clear: both;
}

header img {
    clear: both;
    margin-left: 10px;
    float: left;
    margin-right: 10px;
}

header h1 {
    font-family: 'ImpactRegular';
    font-size: 36px;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 1px #FFF;
    margin-left: 5px;
}

header h1 span {
    color: #8AC3F8;
    text-shadow: 1px 1px 1px #111;
}

header p {
    color: #666;
    font-size: 14px;
    font-family: 'CalibriItalic';
    padding: 0;
    margin: 0;
}

header h2 {
    color: #111;
    font-size: 18px;
    font-family: 'CalibriBold';
    padding: 0;
    margin: 3px 0 0 0;
}

header nav {
    background: #000;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    text-shadow: none;
}

/*header nav ul { list-style: none; padding: 0; }

header nav ul li { padding-left: 10px; padding-right: 10px; float: left; background: url(../images/link-spacer.jpg) center right no-repeat; }

header nav ul li:hover { background: #A7A7AE; }

header nav ul li a { color: #FFF; text-decoration: none; }*/

aside {
    float: right;
}

#index {
}

#index article header h1 {
    font-size: 20px;
    font-family: 'ImpactRegular';
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-align: left;
    color: #000;
}

#index article h1 {
    font-size: 18px;
    font-family: 'CalibriBold';
    padding: 0;
    margin: 20px 0 0 0;
    text-align: center;
    color: #8AC3F8;
}

#index article h2 {
    font-size: 16px;
    font-family: 'ImpactRegular';
    padding: 0;
    font-weight: normal;
    margin: 5px 0 0;
    text-align: center;
}

#index article p {
    font-size: 12px;
    margin: 0;
    text-align: center;
    font-style: normal;
}

.no-center {
    text-align: left;
}

.center {
    margin: 0 auto;
}

.scientific-committee-titre {
    text-align: center;
    margin-top: 20px;
}

#authentificate {
}

#authentificate article {
    width: 670px;
    margin: 0 auto;
}

#authentificate article header h1 {
    font-size: 20px;
    font-family: 'ImpactRegular';
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-align: left;
    color: #000;
    width: 670px;
    background: #92C4F4 left;
    line-height: 30px;
    height: 30px;
    text-shadow: 0 0 0;
    padding-left: 5px;
}

#authentificate article header h1 span {
    color: #FFF;
    text-shadow: 0 0 0;
}

#authentificate article form label {
    display: block;
    float: left;
    text-align: right;
    width: 235px;
    padding-right: 5px;
    clear: left;
    line-height: 34px;
    font-size: 14px;
}

#authentificate article form input {
    float: left;
    clear: right;
    width: 255px;
    margin-top: 7px;
    border: 1px solid #8AC3F8;
    border-radius: 3px;
}

#authentificate article form input[type="submit"] {
    float: left;
    clear: both;
    width: 125px;
    height: 25px;
    margin-left: 240px;
    background: url(../images/button_login.png) no-repeat;
    color: #FFF;
    border: none 0;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 10px;
}

#authentificate article form input[type="checkbox"] {
    float: left;
    margin-bottom: 10px;
    width: auto;
    height: auto;
}

#authentificate article form #register {
    float: left;
    clear: both;
    width: 125px;
    height: 25px;
    margin-left: 240px;
    background: url(../images/button_register.png) no-repeat;
    color: #FFF;
    border: none 0;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 10px;
}

#authentificate article a {
    background: url(../images/arrow_link.png) left center scroll no-repeat;
    height: 25px;
    line-height: 25px;
    padding-left: 20px;
    color: #002E5B;
    text-decoration: underline;
    clear: left;
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
}

#authentificate article form p {
    display: block;
    clear: both;
    margin: 0;
    line-height: 25px;
    width: auto;
    padding-left: 240px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

/*#authentificate article form .terms{ background: transparent; color: #000; font-size: 11px; clear: none; display: inline; margin: 0; padding: 0; } */

#authentificate article form a {
    margin-left: 240px;
}

#authentificate article p {
    font-size: 12px;
    padding-left: 5px;
    margin: 5px 0;
    text-align: left;
    font-style: normal;
    color: #000;
    font-family: 'CalibriRegular';
}

#authentificate article b {
    font-size: 14px;
    color: #FF0000;
}

#authentificate #recaptcha_widget_div {
    width: 318px;
    font-size;
    auto;
    padding: auto;
    margin: auto;
    display: block;
}

#authentificate #recaptcha_widget_div a {
    margin: auto;
    padding: auto;
    height: auto;
    color: auto;
    line-height: auto;
    width: auto;
    float: auto;
    clear: auto;
}

#authentificate #recaptcha_widget_div p {
    height: auto;
    color: auto;
}

#authentificate #recaptcha_widget_div input {
    margin: auto;
    padding: auto;
    height: auto;
    width: auto;
    float: none;
    clear: none;
}

#authentificate #recaptcha_widget_div label {
    display: auto;
    float: none;
    text-align: auto;
    width: auto;
    padding: auto;
    clear: none;
    line-height: 20px;
    font-size: auto;
}

#authentificate #recaptcha_widget_div label span {
    line-height: auto;
}

#reviewer {
    position: relative;
    height: 400px;
}

#reviewer article {
    margin-top: 40px;
}

/* #reviewer article a { float:left; margin-left:70px; margin-right:70px; height: 187px; width: 128px; display:block; vertical-align: baseline; text-decoration: none; font-family: 'ImpactRegular'; font-size:20px; text-align: center; color : #000;}*/

#reviewer article #update_profile {
    background: url(../images/010.png) top no-repeat;
}

#reviewer article #change_password {
    background: url(../images/main_pass.png) top no-repeat;
}

#update_rev_profile {
    font-size: 12px;
    font-weight: bold;
}

#update_rev_profile label {
    width: 200px;
    display: inline-block;
}

#update_rev_profile b, label span {
    color: #E1001E;
}

#update_rev_profile legend {
    font-size: 14px;
}

#change_password {
    font-size: 12px;
    font-weight: bold;
}

#change_password label {
    width: 200px;
    display: inline-block;
}

#change_password b, label span {
    color: #E1001E;
}

#change_password legend {
    font-size: 14px;
}

#scientific-committee {
    width: 680px;
    float: left;
}

#scientific-committee article header h1 {
    font-size: 20px;
    font-family: 'ImpactRegular';
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #000;
}

#scientific-committee article h1 {
    font-size: 18px;
    font-family: 'CalibriBold';
    padding: 0;
    margin: 20px 0 0 0;
    text-align: center;
    color: #8AC3F8;
}

#scientific-committee article h2 {
    font-size: 16px;
    font-family: 'ImpactRegular';
    padding: 0;
    font-weight: normal;
    margin: 5px 0 0;
    text-align: center;
}

#scientific-committee article p {
    font-size: 12px;
    margin: 0;
    text-align: center;
    font-style: normal;
}

/* Style For Contact US Page */

#contact_us article {
    width: 670px;
    margin: 0 auto;
}

#contact_us article header h1 {
    font-size: 20px;
    font-family: 'ImpactRegular';
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-align: left;
    color: #000;
    width: 670px;
    background: #92C4F4 left;
    line-height: 30px;
    height: 30px;
    text-shadow: 0 0 0;
    padding-left: 5px;
}

#contact_us article header h1 span {
    color: #FFF;
    text-shadow: 0 0 0;
}

#contact_us article form label {
    display: block;
    float: left;
    text-align: right;
    width: 235px;
    padding-right: 5px;
    clear: left;
    line-height: 34px;
    font-size: 14px;
}

#contact_us article form input {
    float: left;
    clear: right;
    width: 255px;
    margin-top: 7px;
    border: 1px solid #8AC3F8;
    border-radius: 3px;
}

#contact_us article form input[type="radio"] {
    float: left;
    clear: right;
    width: 25px;
    margin-top: 10px;
    border: 1px solid #8AC3F8;
    border-radius: 3px;
}

#contact_us article form textarea {
    float: left;
    clear: right;
    width: 255px;
    margin-top: 7px;
    border: 1px solid #8AC3F8;
    border-radius: 3px;
}

#contact_us article form input[type="submit"] {
    background-color: #8AC3F8;
    float: left;
    clear: both;
    width: 180px;
    height: 40px;
    margin-left: 240px;
    border: none 0;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 10px;
}

#contact_us article form input[type="checkbox"] {
    float: left;
    margin-bottom: 10px;
    width: auto;
    height: auto;
}

#contact_us article form #register {
    float: left;
    clear: both;
    width: 125px;
    height: 25px;
    margin-left: 240px;
    background: url(../images/button_register.png) no-repeat;
    color: #FFF;
    border: none 0;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 10px;
}

#contact_us article a {
    background: url(../images/arrow_link.png) left center scroll no-repeat;
    height: 25px;
    line-height: 25px;
    padding-left: 20px;
    color: #002E5B;
    text-decoration: underline;
    clear: left;
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: bold;
}

#contact_us article form p {
    display: block;
    clear: both;
    margin: 0;
    line-height: 25px;
    width: auto;
    padding-left: 240px;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#contact_us article form a {
    margin-left: 240px;
}

#contact_us article p {
    font-size: 16px;
    padding-left: 5px;
    margin: 5px 0;
    text-align: left;
    font-style: normal;
    color: #000;
    font-family: 'CalibriRegular';
}

#contact_us article b {
    font-size: 14px;
    color: #FF0000;
}

/*#region Style For Contact US reCaptcha */

#contact_us #recaptcha_widget_div {
    width: 318px;
    font-size;
    auto;
    padding: auto;
    margin: auto;
    display: block;
}

#contact_us #recaptcha_widget_div a {
    margin: auto;
    padding: auto;
    height: auto;
    color: auto;
    line-height: auto;
    width: auto;
    float: auto;
    clear: auto;
}

#contact_us #recaptcha_widget_div p {
    height: auto;
    color: auto;
}

#contact_us #recaptcha_widget_div input {
    margin: auto;
    padding: auto;
    height: auto;
    width: auto;
    float: none;
    clear: none;
}

#contact_us #recaptcha_widget_div label {
    display: auto;
    float: none;
    text-align: auto;
    width: auto;
    padding: auto;
    clear: none;
    line-height: 20px;
    font-size: auto;
}

#contact_us #recaptcha_widget_div label span {
    line-height: auto;
}

/*#endregion Style For Contact US reCaptcha */

/* Style For Author  */
#author {
    position: relative;
    height: 400px;
}

#author article {
    margin-top: 40px;
}

#author article a {
    float: left;
    margin-left: 200px;
    height: 187px;
    width: 200px;
    display: block;
    vertical-align: baseline;
    padding-top: 155px;
    text-decoration: none;
    font-family: 'ImpactRegular';
    font-size: 20px;
    text-align: center;
    color: #000;
}

#author article #update_profile {
    background: url(../images/main_user.png) top no-repeat;
}

#author article #change_password {
    background: url(../images/main_pass.png) top no-repeat;
}

#update_aut_profile {
    font-size: 12px;
    font-weight: bold;
}

#update_aut_profile label {
    width: 200px;
    display: inline-block;
}

#update_aut_profile b, label span {
    color: #E1001E;
}

#update_aut_profile legend {
    font-size: 14px;
}

#activation_ok, #status_ok {
    position: relative;
    height: 400px;
    margin: 0 auto;
}

#activation_ok, #status_ok h1 {
    font-size: 12px;
    font-family: 'ImpactRegular';
    font-weight: normal;
    padding: 0;
    margin: 0;
    text-align: left;
    color: #000;
    width: 670px;
    line-height: 30px;
    height: 30px;
    text-shadow: 0 0 0;
    padding-left: 5px;
}

.headpage {
    padding: 1px;
    margin-bottom: 10px;
    height: 70px;
    color: #FFF
}

.headpage h1 {
    line-height: 70px;
    text-transform: uppercase;
    font-family: 'CalibriBold';
    font-weight: normal
}

footer {
    margin-bottom: 0;
    background-repeat: no-repeat;
    background: #222 url(../images/dark_stripes-10.png) top left repeat scroll;

}

footer .nonboxy-widget .widget-head {
    border-bottom-color: #AAA;
}

footer .nonboxy-widget .widget-head h3 {
    line-height: 40px;
    color: #AAA;
}

footer .nonboxy-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .nonboxy-widget ul li {
    padding: 0;
    margin: 0;
}

footer .nonboxy-widget ul li a {
    color: #AAA;
}

footer .nonboxy-widget ul li a:hover {
    color: #FFF;
}

footer .container {
    color: #FFF;
}

#facebook {
    background: url(../images/facebook_32.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    float: left;
}

#twitter {
    background: url(../images/twitter_32.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    float: left;
}

#google {
    background: url(../images/google_32.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    float: left;
}

#skype {
    background: url(../images/skype_32.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    float: left;
}

#RSS {
    background: url(../images/rss_32.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    float: left;
}

#youtube {
    background: url(../images/youtube_32.png) no-repeat;
    width: 32px;
    height: 32px;
    display: block;
    float: left;
}

.top-of-page {
    bottom: 60px;
    position: fixed;
    right: 2%;
    background-position: 0 50%;
    background-repeat: no-repeat;
    clear: both;
    color: transparent;
    display: block;
    font: 0px/0 a;
    height: 32px;
    margin-top: 16px;
    opacity: 0.5;
    text-indent: -9999em !important;
    width: 32px;
    z-index: 999;
    background-image: url("../images/btn-top.png");
}

.displayScroll {
    display: none;
}

.displayScroll img {
    height: 36px;
}

.displayOnscroll {
    display: block;
}

.displayOnscroll .span2 {
    width: 100px;
}

.displayOnscroll form {
    margin-top: 4px;
}

.displayOnscroll .btn-group {
    display: inline;
    padding: 0;
    margin: 0;
    line-height: 40px;
    height: 40px;
}

.displayOnscroll input {
    vertical-align: top;
    font-weight: bold;
}

.nav > li#active > a {
    background-color: #333;
}

.nav > li#active2 > a {
    background-color: #359bed;
}

.dashboard {
    position: fixed;
    top: 0;
    right: 0;
}

.dashboardlist {
    margin: 0 0 10px 0;
    list-style: none;
}

.dashboardlist li {
    line-height: 25px;
    height: 25px;
}

.dashboardlist .divider {
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}

.dashboardlist .nav-header {
    padding-right: 0px;
    padding-left: 0px;
}

.space-ieee {
    margin-left: 30px;
    margin-bottom: 20px;
}

.space-ieee a {
    margin-left: 2em;
}

/* Design for a width of 480px */
@media screen and (max-width: 979px) {
    .navbar .nav {
        height: auto;
        line-height: 40px;
    }
}

/** Add Benchmark form mailing list **/
/** --- BEGIN --- **/
.bmform_outer681281 {
    width: 220px;
}

.bmform_inner681281 {
    border: 1px solid #dadada;
}

.bmform_head681281 {
    background-image: none;
    background-color: #173542;
    background-repeat: no-repeat;
}

.bm_headetext681281 {
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    padding: 8px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
}

.toggle-mailinglist-form {
    margin-top: 5px;
}

.toggle-mailinglist-form a {
    color: #FFFFFF;
    text-decoration: none;
}

#dashboard_link {
    min-width: 171px;
    text-transform: none;
}

.bmform_body681281 {
    background-image: url(//www.benchmarkemail.com/images/listbuilder/th2/sk2/images/body.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #45c0df;
    color: #1e3448;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 12px;
    padding-bottom: 65px;
    text-align: left;
}

.bmform_introtxt681281 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-bottom: 12px;
}

.bmform_frmtext681281 {
    padding: 5px 0px 3px 0px;
    display: block;
    float: none;
    text-align: left;
    text-decoration: none;
    width: auto;
    font-weight: bold;
}

.bmform_frm681281 {
    padding: 3px;
    color: #000000;
    display: block;
    float: none;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    width: auto;
    width: 190px;
}

.bmform_button681281 {
    text-align: left;
    padding-top: 15px;
}

.bmform_submit681281 {
    background-color: #173542;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    padding: 3px 15px 3px 15px;
}

.bmform_footer681281 {
}

.footer_bdy681281 {
}

.footer_txt681281 {
}

#tdLogo681281 img {
    margin-bottom: 10px;
    max-width: 230px;
}

/** -- END  --- **/
/** Add Benchmark form mailing list **/
.benchmark-mailing {
    position: fixed;
    bottom: 0;
    right: 0;

}

.bmform_body123 {
    display: none;
}