﻿a
{
    cursor: pointer;
    text-decoration: underline;
    color: #ba121f;
}
a:visited
{
    color: #ba121f;
}
.left
{
    float: left;
}
.leftInline
{
    display: inline-block;
    float: left;
}
.right
{
    float: right;
}
.rightInline
{
    display: inline-block;
    float: left;
}
.inline
{
    display: inline-block;
}
.italic
{
    font-style: italic;
}
.hardColor
{
    color: #ba121f !important;
}
.color
{
    color: #535353;
}
.liteColor
{
    color: #908e8e;
}
.black
{
    color: Black !important;
}
strong
{
    font-weight: bold;
}
p
{
    line-height: 1;
}
.noline
{
    text-decoration: none !important;
}
.arrowBefore
{
    background: url('../img/smallarrow.png') no-repeat left 50%;
    padding-left: 15px;
}
h1
{
    font-size: 17pt;
    font-weight: bold;
    margin-bottom: 20px;
}
h1 span
{
    font-size: 15pt;
    font-weight: normal;
}
h2
{
    font-size: 15pt;
    font-weight: bold;
}
h2 span
{
    font-size: 13pt;
    font-weight: normal;
}
h3
{
    font-size: 12pt;
    font-weight: bold;
}
h3 span
{
    font-size: 11pt;
    font-weight: normal;
}
h4
{
    font-size: 10pt;
    margin-bottom: 5px;
}

ul.disc
{
    list-style-type: disc;
}

.disc ul
{
    list-style-type: disc;
    margin-left: 35px;
}

.disc ul li
{
    margin-bottom: 5px;
    margin-top: 5px;
}


ol
{
    list-style-type: decimal;
    list-style-position: inside;
    margin-left: 10px;
    color: White;
    font-weight: bold;
}

ol li
{
    background: url('/img/bullet.png') no-repeat 0% 50%;
    padding-left: 7px;
    height: 18px;
    padding-top: 4px;
    margin-bottom: 3px;
}

ol li span
{
    font-weight: normal;
    color: #535353;
}

body
{
    font-family: Arial , "Helvetica Neue" , "HelveticaNeue" , Helvetica;
    font-size: 10pt;
    color: #535353;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}


.whiteBg
{
    background: white;
    border-bottom: 1px solid #f4f1f1; /* border-top:1px solid #f4f1f1; */
}

.darkenBg
{
    background: #e6e6e6;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

.fullboxtop
{
    margin-top: 20px;
    width: 960px;
    height: 9px;
    background: url('../img/fullboxtop.png') no-repeat top left;
}

.fullboxbottom
{
    width: 960px;
    background: url('../img/fullboxbottom.png') no-repeat 50% bottom;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.fullboxbottom > div
{
    position: relative;
    width: 920px;
    background: url('../img/fullboxbg.png') repeat-y top left;
    padding: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    z-index: 2;
}


.smallboxtop
{
    width: 470px;
    height: 4px;
    background: url('../img/smallboxtop.png') no-repeat top left;
    margin-top: 25px;
}

.smallboxbottom
{
    width: 470px;
    background: url('../img/smallboxbottom.png') no-repeat 50% bottom;
    padding-bottom: 4px;
    margin-bottom: 25px;
}


.smallboxbottom > div
{
    background: url('../img/smallboxbg.png') repeat-y top left;
    padding: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}





input[type=text]
{
    border: 1px solid #e6e6e6;
    background: #fff url('../img/textboxbg.gif') repeat-x left top;
}

input[type=password]
{
    border: 1px solid #e6e6e6;
    background: #fff url('../img/textboxbg.gif') repeat-x left top;
}

textarea
{
    border: 1px solid #e6e6e6;
    background: #fff url('../img/textboxbg.gif') repeat-x left top;
}

#brand
{
}

#brand > div
{
    padding-top: 10px;
}

a.homeLink
{
    display: inline-block;
    float: left;
    width: 99px;
    height: 115px;
    background: url('../img/logo.png') no-repeat;
    background-position: 0px 0px;
    text-indent: -9999px;
}
.brandText
{
    position: relative;
    display: inline-block;
    float: left;
    font-size: 13pt;
    background-color: #ba121f;
    color: White;
    letter-spacing: -1px;
    font-weight: lighter;
    margin-top: 80px;
    margin-left: 27px;
    padding: 3px 5px 2px 5px;
}

.brandSubline
{
    display: inline-block;
    float: left;
    display: inline;
    font-size: 10pt;
    color: #908e8e;
    letter-spacing: normal;
    margin-top: 103px;
    margin-left: -200px;
}

#loginBox
{
    position: relative;
    float: right;
    text-align: right;
}

#loginBox a.signin
{
    color: #ba121f;
}

ul#topnav
{
    margin: 0;
    padding: 0;
    width: 100%;
    list-style: none;
    margin-top: 50px;
    z-index: 30;
    position: relative;
    font-size: 11pt;
}
ul#topnav li.menuItem
{
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 2px;
    padding-left: 8px;
    z-index: 100;
}
ul#topnav li.menuItem a
{
    height: 20px;
    text-decoration: none;
    text-align: center;
    display: block;
    padding-top: 8px;
    padding-right: 8px;
    color: #9c9c9c;
}
ul#topnav li.menuItem a.current
{
    color: #ba121f;
}

.current 
{
    text-decoration:none;
}

ul#topnav li:hover a
{
    color: #ba121f;
}

ul#topnav li.hover
{
    background: black;
    -moz-box-shadow: 1px 1px 3px #414141;
    -webkit-box-shadow: 1px 1px 3px #414141;
    box-shadow: 1px 1px 4px #414141;
}

ul#topnav li.hover a
{
    color: White;
}


ul#topnav li.hover a.current
{
    color: White;
}
ul#topnav li .sub
{
    float: none;
    clear: both;
    z-index: 90;
    position: absolute; /*--Important--*/
    top: 20px;
    left: 0px;
    text-align: left;
    display: none; /*--Hidden for those with js turned off--*/
    padding-right: 25px;
    padding-top: 25px;
    padding-left: 15px;
    background: black;
    -moz-box-shadow: 1px 1px 3px #414141;
    -webkit-box-shadow: 1px 1px 3px #414141;
    box-shadow: 1px 1px 4px #414141;
    margin-right: 0px;
    width: auto;
    font-size: 10.5pt;
}

ul#topnav li .sub ul
{
    clear: both;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 25px;
    width: 100%;
}
ul#topnav .sub ul li
{
    color: #fff;
    width: 100%;
    display: block;
}
ul#topnav .sub ul li h2
{
    /*--Sub nav heading style--*/
    padding: 0;
    margin: 0;
    font-size: 13pt;
    font-weight: normal;
    cursor: default;
    margin-bottom: 5px;
}
ul#topnav .sub ul li h2 a
{
    /*--Sub nav heading link style--*/
    padding: 5px 0;
    background-image: none;
    color: white;
}
ul#topnav .sub ul li a
{
    text-decoration: none;
    display: block;
    clear: both;
    height: auto; /*--Override height from parent list item--*/
    padding: 7px 5px 7px 15px;
    color: #ddd;
    text-align: left;
    background: transparent;
}
ul#topnav .sub ul li a:hover
{
    color: #fff;
    background: #363636;
}


#searchBox
{
    display: block;
    float: right;
    border: 1px solid #e6e6e6;
    background: #fff url('../img/textboxbg.gif') repeat-x left top;
    margin-top: 5px;
    padding-bottom: 3px;
}

#searchBox input[type=image]
{
    position: absolute;
    float: right;
    right: 4px;
    top: 2px;
}

#searchBox p
{
    position: relative;
    margin: 0;
    margin-top: 2px;
    margin-left: 3px;
}
#searchBox p label
{
    position: absolute;
    top: 2px;
    left: 0px;
    color: #908e8e;
}

#searchBox input[type=text]
{
    font-weight: bold;
    font-size: 11pt;
    width: 180px;
    border: 0;
    background: transparent;
    margin: 0;
    padding: 0;
    margin-right: 25px;
}

#content
{
}

#footer
{
    position: relative;
    background-color: Black;
    border-top: solid 3px #af111e;
    color: #cccccc;
    padding: 15px 0px 0px 0px;
}

#footer .red
{
    font-weight: normal;
    color: #ffaaaa !important;
}

#footer h1
{
    font-weight: bold;
    color: White;
    font-size: 14pt;
    margin-bottom: 8px;
}

#footer div div p
{
    padding-right: 10px;
    vertical-align: middle;
}

#footer input[type=text]
{
    border: 1px solid #c8c8c8;
    background-color: #f2f2f2;
    color: #434343;
    font-weight: bold;
    width: 185px;
    float: left;
}

#footer input[type=submit]
{
    width: 90px;
    height: 25px;
    margin-left: 4px;
}

#footer ul
{
    list-style-type: disc;
    list-style-position: inside;
}

#footer a
{
    color: white;
    text-decoration: none !important;
}


#footer p
{
    position: relative;
    margin: 10px 0;
}
#footer p label
{
    position: absolute;
    top: 5px;
    left: 3px;
    color: #727272;
}
#footer p input[type=text]
{
    margin-top: 2px;
    margin-right: 2px;
}
a.rss
{
    color: #ba121f;
}


#subMenuLine
{
    background: #000 url('../img/submenulinebg.gif') repeat-x top left;
    height: 34px;
    padding-top: 15px;
}
#subMenuLine ul
{
    list-style-type: none;
}

#subMenuLine a
{
    color: #cccccc;
}

#subMenu
{
    display: inline-block;
    padding-left: 10px;
}

#subMenu li
{
    float: left;
    padding: 0px 5px 0px 0px;
}


.languageMenu
{
    position: relative;
    float: right;
    text-align: right;
    list-style-type: none;
}

.languages li
{
    display: block !important;
    padding-top: 4px;
    padding-bottom: 4px;
}

.languages li:hover
{
    background-color: #808080;
}

.languages a
{
    text-decoration: none;
    color: white;
    display: block;
}

.languageMenu
{
    display: inline-block;
}

.languageMenu li
{
    float: left;
    padding-right: 5px;
}

.languages
{
    position: absolute;
    z-index: 30;
    color: white;
    width: 170px;
    background-color: #5a5a5a;
    border: 1px solid #4c4c4c;
    padding: 8px;
    position: absolute;
    text-align: left;
    display: none;
    list-style-type: none;
}

.languages li
{
    float: none;
}


.editButton
{
    background: url("../img/edit.png") no-repeat top left;
    display: inline-block;
    height: 20px;
    padding-left: 18px;
    padding-top: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.home ul
{
    margin-top: 27px;
    margin-left: 10px;
}

.home ul li
{
    margin-right: 20px;
    float: left;
    width: 155px;
    margin-top: 3px;
}


.home ul li a
{
    text-decoration: none;
    padding: 0;
    color: #535353;
}

.home ul li a span
{
    display: block;
    margin-top: 8px;
}

.home ul li img
{
    float: left;
    margin-right: 8px;
}
.home ul li a:hover
{
    color: #908e8e;
}

a.ctabutton
{
    display: inline-block;
    height: 26px;
    background: url('../img/ctaleftnew.png') no-repeat;
    color: White !important;
    padding-left: 5px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 10pt;
}

a.ctabutton span
{
    background: url('../img/ctarightnew.png') no-repeat right top;
    display: inline-block;
    height: 20px;
    padding-top: 6px;
    padding-right: 10px;
    padding-left: 5px;
}

a.ctabutton:hover
{
    background-position: 0px -28px;
}

a.ctabutton:hover span
{
    background: url('../img/ctarightnew.png') no-repeat right -28px;
}


.testimonialsShowcaseHome
{
    height: 155px;
    position: relative;
}

.testimonialsShowcaseHome .testimonialsShowcase
{
    display: block;
    width: 300px;
    background: transparent url('../img/quote.png') left top no-repeat;
    padding-left: 50px;
    padding-top: 3px;
    position: relative;
}

.testimonialsShowcase blockquote
{
    margin-top: 7px;
}

.testimonialsShowcase h4
{
    font-weight: normal;
    color: #908e8e;
}

.testimonialsShowcase cite
{
    display: block;
    margin-top: 10px;
    font-style: italic;
}

.testimonialsShowcase cite span
{
    color: #ba121f;
    font-weight: normal;
}

.testimonialsShowcaseHome .ctabutton
{
    position: absolute;
    float: right;
    right: 15px;
    bottom: 5px;
}


.newsShowcase h4
{
    font-weight: normal;
    color: #908e8e;
}

.newsShowcaseHome .newsShowcase
{
    display: block;
    width: 300px;
    background: transparent url('../img/news.png') left top no-repeat;
    padding-left: 60px;
    padding-top: 3px;
}

.newsShowcase p
{
    margin-top: 7px;
}

.newsShowcaseHome
{
    position: relative;
}
.newsShowcaseHome .ctabutton
{
    position: absolute;
    float: right;
    right: 15px;
    bottom: 5px;
}

.newsShowcaseHome img
{
    float: left;
    margin-right: 10px;
}
.newsShowcaseHome
{
    height: 155px;
}

.liteContent
{
    background: #e6e6e6;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.loginBox
{
}

.loginBox .logo
{
    float: left;
}

.loginboxtop
{
    position: absolute;
    width: 800px;
    height: 8px;
    margin-top: -208px;
    margin-left: -400px;
    top: 50%;
    left: 50%;
    background: url('../img/loginboxtop.png') no-repeat top left;
}

.loginboxbottom
{
    position: absolute;
    width: 800px;
    margin-top: -200px;
    margin-left: -400px;
    top: 50%;
    left: 50%;
    background: url('../img/loginboxbottom.png') no-repeat 50% bottom;
    padding-bottom: 7px;
}

.loginboxbottom > div
{
    width: 760px;
    background: url('../img/loginboxbg.png') repeat-y top left;
    padding: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.loginBox h1
{
    width: 300px;
    float: left;
    margin-left: 25px;
    margin-top: 35px;
}

.loginBox .backLink, .admin .backLink
{
    position: relative;
    float: right;
    right: 10px;
    background: url('../img/backarrow.png') no-repeat bottom right;
    padding-right: 15px;
    color: #535353 !important;
}

.backLink
{
    float: right;
    background: url('../img/backarrow.png') no-repeat bottom right;
    padding-right: 15px;
    color: #535353 !important;
    margin-top: 8px;
}

.loginBox .loginArea
{
    margin-left: 90px;
    float: left;
    margin-top: 21px;
}

.loginArea .AspNet-Login
{
    padding: 4px;
}

.loginArea .AspNet-Login label, .loginArea .AspNet-Login input
{
    font-size: 11pt;
    color: #3d3d3d;
}


.AspNet-Login-FailurePanel
{
    color: #9c0000;
    margin: 0.25em 0.1em 0 0;
    margin-top: 10px;
    padding: 5px 5px 5px 5px;
    border: solid 1px #b60000;
    background-color: #ffe6e6;
    width: 305px;
}

.loginArea .AspNet-Login .AspNet-Login-UserPanel, .loginArea .AspNet-Login .AspNet-Login-PasswordPanel, .loginArea .AspNet-Login .AspNet-Login-RememberMePanel, .loginArea .AspNet-Login .AspNet-Login-SubmitPanel
{
    padding: 0.25em 0 0 0;
    margin-right: -6px;
}

.loginArea .AspNet-Login .AspNet-Login-UserPanel, .loginArea .AspNet-Login .AspNet-Login-PasswordPanel, .loginArea .AspNet-Login .AspNet-Login-SubmitPanel
{
    text-align: right;
}

.loginArea .AspNet-Login .AspNet-Login-UserPanel label, .loginArea .AspNet-Login .AspNet-Login-PasswordPanel label
{
    white-space: nowrap;
}

.loginArea .AspNet-Login .AspNet-Login-UserPanel input, .loginArea .AspNet-Login .AspNet-Login-PasswordPanel input
{
    width: 200px;
    color: Black;
    font-size: 12pt;
    margin-left: 5px;
}

.loginArea .AspNet-Login .AspNet-Login-SubmitPanel a
{
    margin-top: 10px;
    margin-right: 6px;
}

.loginArea .AspNet-Login .AspNet-Login-RememberMePanel
{
    text-align: right;
    margin-right: 81px;
}

.loginArea .AspNet-Login .AspNet-Login-RememberMePanel label
{
    font-size: 11pt;
}

textarea.error
{
    background: #fed;
    border: 1px solid red;
}
input.error
{
    background: #fed;
    border: 1px solid red;
}
select.error
{
    background: #fed;
    border: 1px solid red;
}
label.error, .form-side-labels label.error, .form-top-labels label.error
{
    display: block;
    margin: 0 0 0 5px;
    padding: 3px;
    width: auto;
    font-weight: bold;
    color: #fff;
    background: red;
}

.form-top-labels label.error
{
    margin: 3px 0 0;
    width: 416px;
}

.form-top-labels .side-by-side label.error, .form-top-labels .side-by-side-last label.error
{
    width: 200px;
}

.errormessage
{
    display: inline-block !important;
    width: 16px;
    height: 16px;
    background-image: url('../img/error.png');
    cursor: pointer;
    overflow: hidden;
    text-indent: -9999px;
}

.helpArea
{
    position: relative;
    float: left;
    width: 300px;
}

.helpArea img
{
    margin-top: 45px;
    margin-left: 50px;
}

.helpArea ul
{
    margin-left: 85px;
    margin-top: 5px;
}

.helpArea a
{
    cursor: pointer;
    text-decoration: underline;
    color: #ba121f;
}

.admin .logo
{
    float: left;
}

.admin h1
{
    margin-top: 0px;
    margin-left: 20px;
    float: left;
}

.admin .backLink
{
    right: 45px;
}

.admin .menu
{
    border-bottom: 1px solid #535353;
    margin-left: 87px;
    padding-bottom: 20px;
    margin-top: -18px;
    margin-right: 45px;
}
.admin .menu li
{
    margin-left: 2px;
    margin-right: 2px;
    float: left;
}

.admin .menu li a
{
    padding: 5px 2px 3px 2px;
    color: #535353;
    font-weight: bold;
    text-decoration: none;
}

.admin .menu li a:hover
{
    color: #ba121f;
}

.admin .adminContent
{
    margin-left: 88px;
    margin-top: 25px;
    padding-right: 50px;
}

.grid
{
    padding-right: 50px;
    vertical-align: middle;
}

.gridRow
{
    background-color: #f6f8fa;
    vertical-align: middle;
    padding: 2px;
}

.gridAltRow
{
    background-color: #f0f2f4;
    vertical-align: middle;
}

.gridRowHover
{
    background: #f7ffb5;
}


.gridHeaderRow
{
    background-color: #f6f8fa;
    padding-top: 2px;
    padding-bottom: 2px;
}


.pagerStyle
{
    font-size: 12px;
    text-align: right;
    position: relative;
}

.pagerStyle td
{
    position: relative;
    text-align: right;
    margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pagerStyle table
{
    text-align: right;
}
.pagerStyle span
{
    margin-top: 20px;
    padding: 2px 4px 2px 4px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin-left: 3px;
}

.pagerStyle a
{
    margin-left: 5px;
    padding: 2px 4px 2px 4px;
    border: 1px solid rgb(221, 221, 221);
    color: rgb(170, 170, 170);
    text-decoration: none;
    font-weight: bold;
    background-color: White;
}

.pagerStyle a:hover
{
    border: 1px solid #A9A9A9;
    color: #333;
    background-color: #fff;
}

.date:before
{
    content: url('../img/calendar.png');
    margin-right: 2px;
    float: left;
}

.newsShowcase .handWritingImg
{
    float: right;
}


.tutorialShowcase .date
{
    margin: 0;
    margin-bottom: 10px;
}

.tutorialShowcase p
{
    margin-top: 10px;
    z-index: 2;
}

.box-head
{
    cursor: pointer;
    padding-left: 5px;
    background: #fff url(../img/collapsiblebox-top.png) no-repeat;
    border-bottom: 1px solid #b2b2b2;
}

.box-head h3
{
    font-size: 10pt;
    float: left;
    margin: 0;
}

.box-head .box-headright
{
    padding: 9px 10px 8px 5px;
    background: #fff url(../img/collapsiblebox-topright.png) no-repeat top right;
}

.box-head h3 span
{
    display: block;
    font-weight: normal;
}

.box-head .date
{
    float: right;
    margin: 0;
}

.box-head-closed
{
    border: 0;
}

.box-head .timestamp
{
    color: #666666;
    font-size: 95%;
    position: absolute;
    right: 10px;
    top: 5px;
}
.box-head cite
{
    font-size: 100%;
    font-weight: bold;
    font-style: normal;
}
.box-body
{
    padding: 5px 10px 15px;
    background: white;
    border-bottom: 1px solid #b2b2b2;
    border-left: 1px solid #b2b2b2;
    border-right: 1px solid #b2b2b2;
    display: none;
}

#filterLink
{
    background: url('/img/arrowdown.png') no-repeat 0% 50%;
    padding-left: 20px;
    padding-bottom: 4px;
}
.filter
{
    display: none;
    position: absolute;
    z-index: 30;
    background: white;
    border: 1px solid #b2b2b2;
    padding: 10px;
}

.filter li
{
    padding: 3px 0px 3px 0px;
}

.filter li a
{
    display: block;
    color: #0066cc;
}

.filter li:hover
{
    background: #fffafa;
}

.companyShowcase img
{
    float: left;
    margin-right: 12px;
    margin-top: 8px;
}

.companyShowcase p
{
    padding-top: 10px;
}
.companyShowcaseText
{
    margin-left: 85px;
}

.companyShowcase
{
    margin-top: 50px;
    margin-bottom: 20px;
}


.customerTrust ul
{
    margin-left: 15px;
    list-style-type: none;
}

.customerTrust ul li
{
    float: left;
    height: 64px;
    margin-right: 15px;
}

#wanttoseemore
{
    margin-top: -15px;
    margin-left: 20px;
    margin-bottom: 30px;
}

#wanttoseemore ul
{
    margin-left: 25px;
}

#wanttoseemore a
{
    color: #ba121f;
    font-weight: bold;
}

.about .fullboxtop
{
    margin-top: 0px;
}

.about h1
{
    color: #ba121f;
}

.extractPresskit
{
    position: relative;
    margin-top: -15px;
    margin-bottom: 35px;
}

#extractPresskitLink
{
    position: absolute;
    left: 150px;
    top: 35px;
    width: 100%;
}

.pressPublicationFooter
{
    margin-top: 15px;
}

.pressPublicationFooter h3
{
    text-decoration: underline;
    font-weight: bold;
    margin-bottom: 5px;
}

.pressPublicationFooter > div
{
    margin-left: 5px;
}

.pressPublicationImage
{
    float: left;
    margin-right: 10px;
    max-width: 200px;
}


.contactForm
{
    margin-top: 30px;
    margin-bottom: 30px;
}

.contactForm h1
{
    margin-bottom: 0px;
}

.contactForm h1 .highlighted
{
    font-weight: bold;
}
.highlighted
{
    background-color: #ffff64;
}

.contactForm input[type=text]
{
    font-weight: bold;
    width: 300px;
    margin-bottom: 5px;
}
.contactForm textarea
{
    margin-bottom: 5px;
    width: 300px;
    height: 150px;
    overflow: auto;
}

#contactForm p
{
    position: relative;
    margin: 10px 0;
}
#contactForm p label
{
    position: absolute;
    top: 3px;
    left: 3px;
    font-size: 11pt;
    color: #908e8e;
}

.contactFormSend
{
    padding: 8px 10px 8px 10px;
    font-weight: bold;
    float: right;
    margin-right: 155px;
}

.contactFormRight
{
    margin-top: 95px;
}

.contactFormRight img
{
    margin-left: -40px;
    float: left;
}

.contactFormRight ul
{
    float: right;
    margin-left: 0px;
    margin-top: 25px;
}

#locationBox p
{
    margin-left: 15px;
    margin-top: 15px;
}

.legalBox
{
    margin-top: 30px;
    margin-bottom: 30px;
}


.legalBox h1
{
    margin-bottom: 35px;
}

.legalBox p.text
{
    margin-left: 5px;
}

.legalBox img
{
    margin-right: 15px;
    margin-bottom: 120px;
}

#faq
{
    margin-top: 30px;
    margin-bottom: 50px;
}
#faq a
{
    color: #ba121f;
}
#faq ol
{
    list-style-type: decimal;
    margin-left: 50px;
}
#faq ul
{
}
#faq li
{
    margin-bottom: 3px;
}

#faq ul
{
    list-style-type: disc;
    margin-left: 70px;
}

#faq ul li
{
    margin-bottom: 5px;
}

#faq ul a
{
    color: #535353;
}

#faq .fullboxbottom ul
{
    margin-left: 15px;
    margin-bottom: 5px;
}

#faq .fullboxbottom p
{
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 35px;
}

.backToTop
{
    background: url('../img/toparrow.png') no-repeat top left;
    padding-left: 10px;
    margin-left: 10px;
    color: #535353;
    font-size: 10pt;
}

.overlayLink
{
    display: block;
    background: white;
    position: absolute;
    z-index: 100;
    background: white;
    border: 2px solid #f4f1f1;
    top: 0px;
}


.breadCrumb
{
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    padding: 0 5px 0 5px;
    height: 22px;
    width: 80%;
}

.breadCrumb a
{
    float: left;
    margin-top: 2px;
    color: #535353;
    padding-top: 2px;
    display: block;
}

.breadCrumb a.root
{
    display: block;
    width: 20px;
    height: 16px;
    background: url(../img/IconHome.gif) no-repeat 0 0;
    text-decoration: none;
}

.breadCrumb a.root:hover
{
    background-position: 0 -16px;
}

.breadCrumb img.separator
{
    float: left;
    margin-right: 12px;
    margin-left: 12px;
}

.breadCrumb span.current
{
    display: block;
    margin-top: 1px;
    color: #535353;
    padding-top: 3px;
    float: left;
}

.loading
{
    position: absolute;
    top: 85px;
    left: 50%;
    width: 219px;
    height: 129px;
    margin-left: -109px;
    z-index: 150;
}

.salesConditions
{
    margin-top: 50px;
    margin-bottom: 40px;
}

.salesConditions h1 span
{
    font-size: 11pt;
}

a.pdf
{
    padding-left: 19px;
    background: url('../img/filetype_pdf.png') no-repeat left 90%;
    margin-left: 2px;
}

a.excel
{
    padding-left: 19px;
    background: url('../img/excel.png') no-repeat left 90%;
    margin-left: 2px;
}

.salesConditions dl
{
    margin-left: 10px;
    margin-right: 10px;
}
.salesConditions dt
{
    font-weight: bold;
    font-size: 13pt;
    margin-bottom: 5px;
    margin-top: 30px;
}

.salesConditions dd
{
    text-align: justify;
}



.talign-middle
{
    text-align: center;
}

.talign-right
{
    text-align: right;
}
/** STORE related style **/

table.cart-content
{
    margin: 10px;
    width: 97%;
    margin-left: 6px;
    margin-top: 35px;
}


table.cart-content thead tr td
{
    border-top: 2px gray solid; /* border-bottom:1px #ccc solid;*/
    line-height: 25px;
    padding-left: 4px;
    padding-right: 4px;
    text-transform: uppercase;
}

table.cart-content tbody tr.productRow td
{
    border-top: 1px #ddd solid;
    font-weight: bold;
}
.productpricetotal
{
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 25px;
    font-weight: bold;
    font-size: 11pt;
    border-top: 1px #ddd solid;
}

table.cart-content tbody tr.productOptionsRow td
{
    padding-left: 10px;
}

table.cart-content tbody tr.productOptionsRow td:last
{
    padding-bottom: 20px;
}

.actionButtonGrey
{
    border: solid 1px #ccc;
    padding: 2px 4px 2px 4px;
    background-color: #ededed;
    color: #444;
    text-decoration: none;
}


table.cart-content tfoot tr td
{
    padding-top: 10px;
    border-top: 1px gray solid;
    font-size: 11pt;
}

table.cart-content tfoot tr td p
{
    font-size: 8pt;
    font-weight: normal;
}

.greyButton
{
    border: solid 1px #ccc;
    padding: 2px 4px 2px 4px;
    background-color: #ededed;
    color: #444;
    text-decoration: none;
    padding: 10px;
    font-size: 14pt;
}
.greyButton:hover
{
    background-color: #f5f5f5;
}

.adminform tr td
{
    padding-bottom: 3px;
    vertical-align: top;
}

#signupContent
{
    margin-left: 68px;
}

#firstStep
{
    margin-top: 30px;
}

#firstStep .stepnb
{
    float: left;
    color: #535353;
    font-weight: bold;
    font-size: 14pt;
    vertical-align: middle;
    margin-right: 8px;
}

#firstStep .stepcontent
{
    float: left;
    border-left: 3px solid #535353;
    padding-left: 20px;
    padding-bottom: 30px;
}

#secondStep
{
    margin-top: 45px;
    font-size: 10pt;
}
#secondStep input
{
    font-size: 11pt;
}


#secondStep .stepnb
{
    float: left;
    font-weight: bold;
    font-size: 14pt;
    vertical-align: middle;
    margin-right: 8px;
    color: #535353;
}

#secondStep .stepcontent
{
    float: left;
    border-left: 3px solid #535353;
    padding-left: 10px;
    color: #535353;
    padding-left: 20px;
    padding-bottom: 25px;
}

#secondStep .stepcontent a
{
    color: #ba121f;
}



.signup .loginboxtop
{
    position: relative;
    width: 800px;
    height: 8px;
    left: 0;
    top: 0;
    margin-left: 70px;
    margin-top: 30px;
    background: url('../img/loginboxtop.png') no-repeat top left;
}

.signup .loginboxbottom
{
    position: relative;
    left: 0;
    top: 0;
    width: 800px;
    margin-left: 70px;
    margin-top: 0px;
    margin-bottom: 30px;
    background: url('../img/loginboxbottom.png') no-repeat 50% bottom;
    padding-bottom: 7px;
}

.signup .loginboxbottom > div
{
    width: 760px;
    background: url('../img/loginboxbg.png') repeat-y top left;
    padding: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}

#firstStep .stepcontent input[type=text], #firstStep .stepcontent input[type=password]
{
    width: 340px;
    font-size: 13pt;
}

#firstStep .stepcontent p
{
    position: relative;
    margin: 0;
    margin-top: 2px;
    margin-left: 3px;
}
#firstStep .stepcontent p label
{
    position: absolute;
    top: 4px;
    left: 2px;
    font-size: 11pt;
    color: #908e8e;
}

.stepcontent h3
{
    margin-bottom: 35px;
}

.stepcontent h3 span
{
    font-size: 10pt;
    font-weight: normal;
}

#secondStep label
{
    display: inline-block;
    margin-bottom: 2px;
    width: 95px;
}

#secondStep input
{
    width: 270px;
    margin-bottom: 3px;
}

#secondStep input.small
{
    width: 125px;
    margin-bottom: 3px;
}

#secondStep label.small
{
    width: auto;
    margin-bottom: 3px;
}

#firstStep #recaptcha_image
{
    width: 340px !important;
}

#firstStep #recaptcha_image img
{
    text-align: center;
}

.validationbox
{
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 94px;
    margin-right: 70px;
}
.validationbox input[type=text], .validationbox input[type=password]
{
    font-size: 13pt;
    width: 330px;
}

.validationbox p
{
    position: relative;
    margin: 0;
    margin-top: 0px;
    margin-bottom: 3px;
    margin-left: 0px;
    width: 400px;
}
.validationbox p label
{
    position: absolute;
    font-size: 12pt;
    top: 3px;
    left: 2px;
    color: #908e8e;
}

.validationbox .ctabutton
{
    float: right;
    margin-right: 65px;
}

.validationbox h3 span
{
    font-size: 11pt;
    font-weight: normal;
}

.validationbox h3
{
    margin-bottom: 30px;
}


.adminNews
{
    width: 100%;
    margin-top: 30px;
}
.adminNews tr td
{
    padding-bottom: 5px;
    padding-right: 15px;
    vertical-align: top;
}

.adminNews tr td input[type=text], .adminNews tr td textarea, .adminNews tr td input[type=file]
{
    width: 300px;
}

#TB_window
{
    z-index: 500;
    position: fixed;
    text-align: left;
    display: block;
    top: 50%;
    left: 50%;
    width: 475px;
    height: 250px;
    margin-top: -185px;
    margin-left: -238px;
}
#TB_closeAjaxWindow
{
    text-align: right;
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 10px;
    margin-bottom: 1px;
    float: right;
    padding-top: 7px;
}

#TB_ajaxContent P
{
    padding-bottom: 5px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
}
#TB_overlay
{
    z-index: 100;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.TB_overlayBG
{
    filter: alpha(opacity=75);
    background-color: #000;
    -moz-opacity: 0.75;
    opacity: 0.75;
}

.tbContent .logo
{
    float: left;
}

.tbContent .closeLink
{
    position: relative;
    float: right;
    right: 5px;
    background: url('../img/closelink.png') no-repeat bottom right;
    padding-right: 15px;
    color: #535353;
}

.tbContent h2
{
    width: 180px;
    float: left;
    margin-left: 25px;
    margin-top: 24px;
}

.tbSmallContent
{
    margin-left: 79px;
    margin-bottom: 7px;
    padding-right: 7px;
}

.tbSmallContent input
{
    width: 298px;
    font-size: 12pt;
}

.tbSmallContent .ctabutton
{
    margin-right: 40px;
}






/* **** Admin/Product styles **** */

.newspaper-a
{
    font-size: 12px;
    margin: 45px;
    width: 480px;
    text-align: left;
    border-collapse: collapse;
    border: 1px solid #CC0000;
}
.newspaper-a th
{
    padding: 12px 17px 12px 17px;
    font-weight: normal;
    font-size: 14px;
    color: #CC0010;
    border-bottom: 1px dashed #CC0000;
}
.newspaper-a td
{
    padding: 7px 17px 7px 17px;
    color: #800000;
}
.newspaper-a tbody tr:hover td
{
    color: #93393C;
    background: #FDE3D0;
}


.editInfosRO
{
    color: #908e8e;
}

.editInfosRO span
{
    color: #535353;
}

.editInfos label
{
    width: 120px;
    display: block;
    float: left;
    padding-top: 2Px;
}

.editInfos input[type=text]
{
    width: 200px;
    margin-bottom: 3px;
    margin-right: 0px;
}

.changePwd
{
    display: block;
    color: #ba121f;
}

.green
{
    color: #3c9c1f;
    font-weight: bold;
}

.red
{
    color: #be2121;
    font-weight: bold;
}

.langMenu
{
    position: relative;
    margin: 0px;
    float: right;
    margin-right: 11px;
}

.langMenu li
{
    float: left;
    margin-left: 5px;
    margin-top: 3px;
}

.langMenu li a
{
    display: block;
    height: 16px;
    color: #908e8e !important;
}

.langMenu li a.enItem
{
    background: url('../img/enflag.png') no-repeat top left;
    background-position: 0px -16px;
}

.langMenu li a.frItem
{
    background: url('../img/frflag.png') no-repeat top left;
    background-position: 0px -16px;
}

.langMenu li a.current
{
    background-position: 0px 0px;
    color: #535353 !important;
    text-decoration: none !important;
    cursor: default;
}

.resellerView
{
    border: 1px solid #cccccc;
    background: #fafafa;
    padding: 20px;
    width: 370px;
    float: left;
    margin-right: 10px;
    margin-bottom: 20px;
    height: 165px;
}

.resellerView h2
{
    margin-bottom: 15px;
}

.jobShowcase
{
    margin-top: 50px;
    margin-bottom: 20px;
}

.jobShowcase img
{
    float: left;
    margin-right: 10px;
}

.jobShowcase h1
{
    margin-top: 10px;
}

.jobLaiusText p
{
    margin: 0;
    padding-top: 20px;
}

.jobLaiusText ul
{
    list-style-type: disc;
    margin-left: 35px;
}
.jobLaiusText ul li
{
    margin-top: 5px;
}
.jobFunctionnalities
{
    margin-bottom: 10px;
    margin-left: 55px;
}

.jobFunctionnalities li
{
    display: block;
    background: url('../img/plusbutton.png') no-repeat top left;
    height: 20px;
    padding-left: 25px;
    margin-bottom: 3px;
    padding-top: 3px;
    font-weight: bold;
}

.serviceShowcase
{
    margin-top: 40px;
    margin-bottom: 35px;
}

.serviceShowcase img
{
    float: left;
    margin-right: 15px;
}

.serviceShowcase h1
{
    margin-bottom: 10px;
}

.serviceShowcase .showcaseContent
{
    margin-left: 86px;
}

.serviceShowcase .showcaseContent h4
{
    margin-left: 15px;
}

.showcaseTable
{
    margin-top: 35px;
}

.showcaseTable .showcaseCell h3
{
    margin-bottom: 10px;
}

.showcaseTable .showcaseCell p.cellText
{
    margin-left: 2px;
    padding-right: 5px;
}

.useCase
{
    margin-left: 20px;
    margin-right: 20px;
}
.useCase img
{
    float: left;
    margin-right: 10px;
}

.useCase .ctabutton
{
    float: right;
    margin-top: 10px;
}


.product_listFunctionalities p:after, .product_listWhatMoreCanIDo p:after
{
    clear: left;
}
.product_listFunctionalities li, .product_listWhatMoreCanIDo li
{
    width: 295px;
    float: left;
    margin-top: 25px;
    margin-right: 10px;
}

.product_listFunctionalities li img, .product_listWhatMoreCanIDo li img
{
    float: left;
    padding-right: 12px;
}
.product_listFunctionalities li p span, .product_listFunctionalities li img
{
    font-weight: bold;
    display: block;
}



.product_listFunctionalities h2, .product_listFunctionalities h1
{
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

.product_listFunctionalities h2
{
    font-size: 12pt;
}

.product_listFunctionalities p
{
    font-size: 9pt;
}


.product_listWhatMoreCanIDo li
{
    width: 410px;
}
.product_listWhatMoreCanIDo a
{
    text-decoration: none;
}

.underline
{
    text-decoration: underline !important;
}

.productShowcase
{
    margin-top: 35px;
}
.productShowcase .showcaseLogoLeft
{
    margin-right: 20px;
    float: left;
}
.productShowcase .showcaseContent
{
    padding-top: 20px;
    position: relative;
}

.productShowcaseText
{
    margin-left: 180px;
}

.productCta li
{
    margin-bottom: 3px;
}

.productCtaLabels li
{
    height: 20px;
    padding-top: 5px;
    padding-left: 5px;
    margin-bottom: 3px;
}

.spacegallery
{
    position: relative;
    overflow: hidden;
}
.spacegallery img
{
    position: absolute;
    left: 50%;
}
.spacegallery a
{
    position: absolute;
    z-index: 1000;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/blank.gif);
}

#myGallery
{
    top: 20px;
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
}
#myGallery img
{
    border: 2px solid #52697E;
}

#myGalleryCurrentCta
{
    margin-top: 0px;
    text-align: center;
    z-index: 200;
}

#myGalleryCurrentCta .ctabutton
{
    margin-right: 5px;
}
#myGalleryCurrent
{
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}



.box300
{
    height: 300px;
}

.steps
{
    width: 100%;
    height: 24px;
    background-color: #ddd;
    border: 1px solid #bbb;
    margin-top: 10px;
}

#StoreStep
{
    width: 95%;
}

.steps li
{
    display: inline;
}

.steps li.bold
{
    font-weight: bold;
}
.steps span
{
    display: block;
    background-image: url('../img/Chevron.png') no-repeat center left;
    width: 300px;
    height: 21px;
}
.steps ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.steps li
{
    margin-left: 2px;
    float: left;
}
.steps li img
{
    margin-top: 2px;
}
.steps ul li span
{
    display: block;
    float: left;
    width: 235px;
    color: black;
    text-decoration: none;
    text-align: center;
    padding: 5px;
}

#StoreStep ul li span
{
    width: 160px;
}

.linkGreen
{
    color: Green;
    text-decoration: underline;
}
#ContributionSubmitStep ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#ContributionSubmitStep li
{
    margin-left: 2px;
    float: left;
}
#ContributionSubmitStep li img
{
    margin-top: 2px;
}
#ContributionSubmitStep ul li span
{
    display: block;
    float: left;
    width: 235px;
    color: black;
    text-decoration: none;
    text-align: center;
    padding: 5px;
}

.loginAreaPlugin
{
    position: relative;
}
.loginAreaPlugin img
{
    float: left;
    margin-top: 20px;
    margin-left: 33px;
    margin-right: 10px;
}
.loginAreaPlugin .loginArea
{
    float: left;
    padding-top: 35px;
    margin-left: 0px !important;
    margin-right: 50px;
}

.loginSignupLink
{
    padding-top: 85px;
}

.signupAreaPlugin
{
    position: relative;
}
.signupAreaPlugin img
{
    float: left;
    margin-top: 20px;
    margin-left: 33px;
    margin-right: 10px;
}

.signupArea
{
    float: left;
    margin-left: 40px;
    margin-top: 45px;
    width: 380px;
}

.signupArea input
{
    font-size: 11pt;
    width: 210px;
    margin-bottom: 3px;
}
.signupArea label
{
    display: inline-block;
    margin-bottom: 2px;
    width: 105px;
}

.signupArea .ctabutton
{
    float: right;
    margin-top: 15px;
}

.checkout .loginboxtop, .contribution .loginboxtop
{
    position: relative;
    width: 800px;
    height: 8px;
    left: 0;
    top: 0;
    margin-left: 70px;
    margin-top: 150px;
    background: url('../img/loginboxtop.png') no-repeat top left;
}

.checkout .loginboxbottom, .contribution .loginboxbottom
{
    position: relative;
    left: 0;
    top: 0;
    width: 800px;
    margin-left: 70px;
    margin-top: 0px;
    margin-bottom: 30px;
    background: url('../img/loginboxbottom.png') no-repeat 50% bottom;
    padding-bottom: 7px;
}

.checkout .loginboxbottom > div, .contribution .loginboxbottom > div
{
    width: 760px;
    background: url('../img/loginboxbg.png') repeat-y top left;
    padding: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.AlertPanel
{
    color: #986d00;
    margin: 0.25em 0.1em 0 0;
    margin-top: 15px;
    padding: 15px 5px 15px 20px;
    border: solid 1px #d8a932;
    background-color: #fff8e6;
}

.bestVersionBloc
{
    float: left;
    width: 250px;
    height: 400px;
    border: 1px solid #999;
    margin-top: 30px;
    background-color: #F2F2F2;
}
.bestVersionBloc .titre1
{
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    color: #535353;
    font-weight: bold;
}
.bestVersionBloc .titre2
{
    text-align: center;
    margin-top: 2px;
    color: #ba121f;
    font-size: 16px;
    font-weight: bold;
}
.bestVersionBloc hr
{
    color: #999;
    background-color: #ccc;
    height: 1px;
    border: 0;
    margin: 20px 1px;
}
.bestVersionBloc .pOption
{
    text-align: center;
    font-size: 12pt;
    font-weight: lighter;
}
.bestVersionBloc .pOption span
{
    color: #ba121f;
}
.bestVersionBloc .pBtn
{
    text-align: center;
    margin: 20px 0px;
}


.entityText img
{
    margin: 0;
    margin-bottom: 4px;
    margin-top: 4px;
    margin-right: 8px;
    padding: 5px;
    border: 1px solid #ddd;
    background-color: #f3f3f3;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.CompareTable
{
    width: 100%;
    line-height: 30px;
}
.CompareCell
{
    text-align: center;
    width: 110px;
}
.PriceCell
{
    text-align: right;
    width: 110px;
}
.headerCompareTable
{
    font-weight: bold;
    font-size: larger;
}
.descriptionText p
{
    margin: 0;
    padding-top: 20px;
}
.descriptionText ul
{
    list-style-type: disc;
    margin-left: 35px;
}
.descriptionText ul li
{
    margin-top: 5px;
}
.descriptionText
{
    margin-right: 20px;
    float: left;
}

