/***
 *     ____  ____  ____   __   _  _  __     __   ____ 
 *    (    \(  _ \(  __) / _\ ( \/ )(  )   / _\ (  _ \
 *     ) D ( )   / ) _) /    \/ \/ \/ (_/\/    \ ) _ (
 *    (____/(__\_)(____)\_/\_/\_)(_/\____/\_/\_/(____/
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, br, fieldset, textarea {
    font-family: Helvetica, Arial, sans-serif, "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS";
    line-height: 20px;
    letter-spacing: .1px;
    word-spacing: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

input[type=text], input[type=password], select, textarea {
    -webkit-appearance: none;
    border: solid;
    border-width: 1px;
    border-color: #d5d5c8;
}

h1, h2, h3, h4, h5, h6, hr, p, ul, ol, dl, pre, address, table, form {
    margin: 0 0 20px;
}

p, h1, h2, h3, h4, h5, h6, ul.check_list, ul.arrowlist {
    padding-left: 2px;
}

strong, b {
    font-weight: bold;
}

em, dfn, i {
    font-style: italic;
}

body {
    overflow-x: hidden;
    background: #fff url(../../assets/images/interface/bodyHeaderBg.png) repeat-x center top;
}

body.backoffice {
    overflow-x: hidden;
    background: #fff url(../../assets/images/interface/backoffice/backofficeBodyBgTop.png) repeat-x center top;
}

@font-face {
    font-family: 'Candara';
	src: url('../../assets/fonts/candara-webfont.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/candara-webfont.woff') format('woff'), url('../../assets/fonts/candara-webfont.ttf') format('truetype'), url('../../assets/fonts/candara-webfont.svg#svgFontName') format('svg');
	font-family: 'CandaraB';
	src: url('../../assets/fonts/candarab-webfont.eot?#iefix') format('embedded-opentype'), url('../../assets/fonts/candarab-webfont.woff') format('woff'), url('../../assets/fonts/candarab-webfont.ttf') format('truetype'), url('../../assets/fonts/candarab-webfont.svg#svgFontName') format('svg');
}

html {
    -webkit-font-smoothing: antialiased;
}

#loading {
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    width: 2000px;
    height: 4000px;
    z-index: 5000;
    background-color: rgba(165,4,35,1);
}

#container {
    width: 960px;
    opacity: 0;
    filter: alpha(opacity=0);
 /* For IE8 and earlier */
    margin: 0 auto;
}

#header {
    width: 960px;
    height: 94px;
}

#ribbon {
    position: absolute;
    left: 0;
    top: 14px;
    width: 74px;
    height: 86px;
    background-image: url(../../assets/images/BVERSION.png);
    background-repeat: no-repeat;
}

#header {
    width: 960px;
    height: 125px;
}

#topBar {
    height: 21px;
    display: block;
    position: relative;
    left: 91px;
}

#topBarTriggers {
    position: absolute;
    width: 50px;
    height: 21px;
    float: right;
    z-index: 7;
    margin-left: 610px;
}

#topBarTriggers .headerSearchTriggerOpen {
    margin-left: 0;
    width: 50px;
    display: block;
    cursor: pointer;
}

#search {
    position: absolute;
    margin-top: -75px;
    margin-left: 570px;
    float: left;
    width: 271px;
    height: 97px;
    background-image: url(../../assets/images/interface/headerSearchBg.png);
    background-repeat: no-repeat;
    background-position: left;
    z-index: 15;
}

#search form {
    width: 255px;
    padding: 5px;
    margin-left: 11px;
    margin-top: 6px;
}

#search form input[type="button"] {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    width: 76px;
    height: 21px;
    color: #d5d5c8;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 12px;
    border: 0;
    outline: 0;
    background: #fff url(../../assets/images/interface/formBtBg.png) repeat-x center top;
    text-transform: uppercase;
    float: right;
    position: relative;
    margin-right: 20px;
    margin-top: 7px;
    padding: 0;
}

#search form input[type="button"]:hover {
    box-shadow: 0 0 2px rgba(0,0,255,1);
    -webkit-box-shadow: 0 0 2px rgba(167,84,83,1);
    -moz-box-shadow: 0 0 2px rgba(167,84,83,1);
    cursor: pointer;
}

#search form input[type="text"] {
    height: 24px;
    width: 142px;
    color: #655952;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 11px;
    border: 0;
    background: #c5c5b4;
    outline: 0;
    padding-left: 5px;
    margin-top: 3px;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

#search form input[type="button"]:hover {
    box-shadow: 0 0 2px rgba(0,0,255,1);
    -webkit-box-shadow: 0 0 2px rgba(167,84,83,1);
    -moz-box-shadow: 0 0 2px rgba(167,84,83,1);
    cursor: pointer;
}

#search .headerSearchTriggerClose {
    cursor: pointer;
    display: block;
    width: 25px;
    height: 20px;
    float: right;
    margin-right: -95px;
    margin-top: 10px;
}

#search form input {
    height: 15px;
    width: 150px;
    margin-left: 12px;
    margin-top: 10px;
    padding-left: 3px;
    color: #655952;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 11px;
    border: 0;
    background: transparent;
    outline: 0;
}

#search form input.searchFormSearchTxt {
    height: 24px;
    width: 121px;
    color: #655952;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 11px;
    border: 0;
    background: #c5c5b4;
    outline-color: #fff;
    padding-left: 5px;
    margin-top: 3px;
    box-shadow: 0 0 2px rgba(255,255,255,1);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,1);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

#search form label {
    color: #fff;
    font-family: CandaraB, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 7px;
}

#reservedArea {
    position: absolute;
    margin-top: -240px;
    margin-left: 190px;
    float: left;
    width: 609px;
    background-image: url(../../assets/images/interface/headerLoginBg2.png);
    filter: alpha(opacity=100);
    filter: 0;
    background-repeat: no-repeat;
    background-position: left top;
    z-index: 16;
}

#reservedArea form {
    margin-top: 32px;
    padding-left: 25px;
}

#reservedArea div.reservedAreaLeftCol .reservedAreaLeftColInner {
    padding: 10px;
    margin-left: 20px;
    margin-top: 50px;
}

#reservedArea div.reservedAreaLeftCol .reservedAreaLeftColInner span {
    color: white;
}

#reservedArea div.reservedAreaLeftCol {
    width: 300px;
    height: 240px;
    float: left;
}

#reservedArea div.reservedAreaRightCol {
    width: 210px;
    height: 240px;
    float: right;
    margin-right: 35px;
}

#reservedArea div.reservedAreaRightCol h2 {
    color: #fff;
    font-family: CandaraB, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    margin-top: 32px;
}

#reservedArea div.reservedAreaRightCol span {
    color: #fff;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 12px;
    line-height: 8px;
}

#reservedArea div.reservedAreaRightCol span a {
    color: #a50423;
}

#reservedArea div.reservedAreaFooter {
    width: 193px;
    height: 20px;
    float: right;
}

#reservedArea div.reservedAreaFooter span {
    margin: 1px 60px 0 0;
    padding: 0;
}

#reservedArea div.reservedAreaFooter span:hover {
    cursor: pointer;
}

#reservedArea form input[type="text"], #reservedArea form input[type="password"] {
    height: 24px;
    width: 148px;
    color: #655952;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 11px;
    border: 0;
    background: #c5c5b4;
    outline-color: #fff;
    padding-left: 5px;
    margin-top: 3px;
    box-shadow: 0 0 2px rgba(255,255,255,1);
    -webkit-box-shadow: 0 0 2px rgba(255,255,255,1);
    -moz-box-shadow: 0 0 2px rgba(255,255,255,1);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

#reservedArea form input[type="text"] {
    width: 174px;
}

#reservedArea form input[type="text"] {
    margin-left: 10px;
    margin-right: 20px;
}

#reservedArea form input[type="text"]:focus, #reservedArea form input[type="password"]:focus {
    box-shadow: 0 0 2px rgba(0,0,255,1);
    -webkit-box-shadow: 0 0 2px rgba(167,84,83,1);
    -moz-box-shadow: 0 0 2px rgba(167,84,83,1);
}

#reservedArea form input[type="button"]:hover, #reservedArea form input[type="submit"]:hover {
    box-shadow: 0 0 2px rgba(0,0,255,1);
    -webkit-box-shadow: 0 0 2px rgba(167,84,83,1);
    -moz-box-shadow: 0 0 2px rgba(167,84,83,1);
    cursor: pointer;
}

#reservedArea form input[type="password"]:hover, #reservedArea form input[type="text"]:hover {
    box-shadow: 0 0 2px rgba(0,0,255,1);
    -webkit-box-shadow: 0 0 2px rgba(167,84,83,1);
    -moz-box-shadow: 0 0 2px rgba(167,84,83,1);
}

#reservedArea form label {
    color: #fff;
    font-family: CandaraB, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    vertical-align: middle;
    text-transform: uppercase;
    padding-left: 0;
}

#reservedArea form span.vertSpacer {
    display: block;
    height: 10px;
}

#reservedArea span.reservedAreaTXT a {
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 12px;
    display: block;
    clear: both;
    color: #fff;
    margin-top: 22px;
}

#reservedArea form input[type="button"], #reservedArea form input[type="submit"], #TemplateAMainContent table.formUpdate input[type=button] {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    width: 120px;
    height: 36px;
    color: #fff;
    font-family: CandaraB, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 16px;
    border: 0;
    outline: 0;
    background: #fff url(../../assets/images/interface/formBtBg.png) repeat-x center top;
    text-transform: uppercase;
    position: relative;
    margin-top: 20px;
	/*margin-left: 60px;*/
    margin-left: 0px;
    padding: 0;
}

#reservedArea form input[type="button"]:hover, #reservedArea form input[type="submit"]:hover, #TemplateAMainContent table.formUpdate input[type=button]:hover {
    box-shadow: 0 0 2px rgba(0,0,255,1);
    -webkit-box-shadow: 0 0 2px rgba(167,84,83,1);
    -moz-box-shadow: 0 0 2px rgba(167,84,83,1);
    cursor: pointer;
}

#reservedArea #reservedAreaTXT a, a:link, a:hover, a:visited {
    color: #333;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 11px;
}

#reservedArea .reservedAreaTitleBottom span {
    float: right;
    color: #b10823;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 42px;
    margin-top: -20px;
}

#reservedArea .reservedAreaTitleBottom span:hover {
    color: white;
}

#reservedArea .reservedAreaFooter {
    width: 200px;
    height: 50px;
    margin-right: -10px;
}

#langs {
    position: absolute;
    width: 73px;
    font-family: CandaraB, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 9px;
    margin-left: 877px;
    padding-top: 1px;
    float: left;
    height: 18px;
    color: #6a5e54;
    text-transform: uppercase;
    z-index: 1;
}

#langs a, a:link, a:hover, a:visited {
    text-decoration: none;
    padding-left: 0;
    padding-right: 0;
}

#langs a:hover {
    color: #a50422;
}

#langs .langActivated {
    color: #a50422;
}

#logo {
    margin-left: 10px;
    margin-top: 28px;
    float: left;
    width: 234px;
}

#navigation {
    float: right;
    height: 73px;
    margin-top: 21px;
    margin-right: 14px;
}

#navigation ul li.navMenu {
    font-family: CandaraB, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    list-style-type: none;
    float: left;
    position: relative;
    padding-left: 6px;
    padding-right: 6px;
    display: block;
    line-height: 73px;
    height: 73px;
    text-decoration: none;
    vertical-align: middle;
    -ms-filter: "alpha(opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9;
    cursor: pointer;
}

#navigation ul li.navMenu a.nav {
    color: #fff;
    display: block;
    height: 73px;
}

#navigation ul li.navMenu:hover, #navigation ul li.navMenuSingle:hover {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    background-color: #a50423;
    -ms-filter: "alpha(opacity=1)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#navigation ul li.navMenuSingle:hover:after {
    display: block;
    margin: auto;
    content: "";
    width: 30px;
    height: 15px;
    background: transparent url(../../assets/images/interface/headerBgActivatedArrow.png) no-repeat;
    clear: both;
}

#navigation ul li.navMenu.activated, #navigation ul li.navMenuSingle.activated, li.activatedBig {
    background-color: #a50423;
    -ms-filter: "alpha(opacity=1)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#navigation ul li.navMenu.activated:after, li.activatedBig:after, #navigation ul li.navMenuSingle.activated:after {
    display: block;
    margin: -1px auto;
    content: "";
    width: 30px;
    height: 15px;
    background: transparent url(../../assets/images/interface/headerBgActivatedArrow.png) no-repeat;
    clear: both;
    margin-left: -3px;
}

#navigation ul li.navMenuSingle {
    font-family: CandaraB, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    list-style-type: none;
    float: left;
    position: relative;
    padding-left: 9px;
    padding-right: 9px;
    display: block;
    line-height: 73px;
    height: 73px;
    text-decoration: none;
    vertical-align: middle;
    -ms-filter: "alpha(opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: .9;
    -khtml-opacity: .9;
    opacity: .9;
    cursor: pointer;
}

#navigation ul li.navMenuSingle a.nav {
    color: #fff;
    display: block;
    height: 73px;
}

#navigation ul li.navMenuSingle:hover {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    background-color: #a50423;
    -ms-filter: "alpha(opacity=1)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#navigation ul li.navMenuSingle.activated {
    background-color: #a50423;
    -ms-filter: "alpha(opacity=1)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

#navigation ul li.navMenuSingle > a, #navigation ul li.navMenu > a {
    font-size: 12px;
}

.jqueryslidemenu {
    position: relative;
    z-index: 10;
}

.jqueryslidemenu ul li ul {
    position: absolute;
    display: block;
    visibility: hidden;
    width: 190px;
    list-style-type: none;
}

.jqueryslidemenu ul li ul li {
    display: list-item;
    float: none;
    padding: 3px 11px;
    padding-right: 18px;
    line-height: 0;
}

.jqueryslidemenu ul li ul li:first-child {
    padding-top: 8px;
}

.jqueryslidemenu ul li ul li ul {
    top: 0;
}

.jqueryslidemenu ul li ul li a {
    width: 100%;
    margin: 0;
}

.jqueryslidemenu ul ul {
    background: transparent url(../../assets/images/menu/drop.png) no-repeat scroll -1px 0;
    padding-top: 6px;
    top: 0;
    padding-bottom: 6px;
}

.jqueryslidemenu ul ul.menu_flip {
    background: transparent url(../../assets/images/menu/dropR.png) no-repeat scroll -1px 0;
}

.jqueryslidemenu ul ul ul, .jqueryslidemenu ul ul.menu_flip ul {
    background: transparent url(../../assets/images/menu/drop_sub.png) no-repeat scroll 0 -2px;
    margin-left: -4px;
    margin-top: -2px;
    padding-top: 2px;
}

.jqueryslidemenu ul ul li a, .jqueryslidemenu ul ul li a:link, .jqueryslidemenu ul ul li a:visited {
    font-family: arial;
    font-size: 11px;
    font-weight: normal;
    color: #60574d;
    height: 100%;
    line-height: 16px;
}

.jqueryslidemenuz ul li ul li a:hover, .jqueryslidemenu ul ul li a:hover {
    color: #a50421;
}

.jqueryslidemenuz ul ul li ul li a:hover, .jqueryslidemenu ul ul ul li a:hover {
    color: #a50421;
    margin: 0 1px;
    padding: 6px 12px;
    width: 155px;
}

#banner {
    width: 931px;
    height: 349px;
    margin-top: 8px;
    margin-left: 10px;
    margin-bottom: 0;
    background-image: url(../../assets/images/widgets/rottatingBanner/rottatImgTemplateBack.png);
    z-index: 1;
}

#banner .rottattingImg .preload {
    width: 916px;
    height: 320px;
    z-index: 6;
    background-color: #434333;
    background: url(../../assets/images/interface/loader.gif) no-repeat center center;
}

#banner .rottattingImg {
    position: absolute;
    width: 916px;
    height: 320px;
    z-index: 2;
    margin-left: 6px;
    margin-top: 10px;
}

#banner input[type="button"] {
    width: 164px;
    height: 37px;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    border: 0;
    outline: 0;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    margin-top: 256px;
    cursor: pointer;
    z-index: 6;
}

#banner input[type="button"]:hover {
    cursor: pointer;
    box-shadow: 0 0 2px rgba(1,1,1,1);
    -webkit-box-shadow: 0 0 2px rgba(1,1,1,1);
    -moz-box-shadow: 0 0 2px rgba(1,1,1,1);
    cursor: pointer;
}

#banner input[type="button"].rottattingImgBtRightRedBottom {
    background: url(../../assets/images/widgets/rottatingBanner/rottatImgBtBg.png) repeat-x center top;
    position: absolute;
    margin-left: 690px;
    margin-top: 256px;
    color: #b59f87;
}

#banner input[type="button"].rottattingImgBtLeftBlueBottom {
    background: url(../../assets/images/widgets/rottatingBanner/rottatImgBtBlueBg.png) repeat-x center top;
    position: absolute;
    margin-top: -80px;
    margin-left: 17px;
    color: #e7e6e4;
}

#banner #rottattingTemplate {
    position: absolute;
    width: 931px;
    height: 129px;
    background-image: url(../../assets/images/widgets/rottatingBanner/rottatImgTemplate.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 8;
}

#banner #rottattingTemplateCorner {
    position: relative;
    width: 130px;
    height: 129px;
    z-index: 9;
    float: right;
    right: 0;
}

#banner #rottattingTemplateCorner a {
    display: block;
    width: 130px;
    height: 129px;
    line-height: 129px;
}

#TemplateALeftMenubar {
    float: left;
    width: 174px;
    margin-left: 6px;
    margin-top: 8px;
    padding-left: 18px;
    padding-top: 18px;
    background-image: url(../../assets/images/interface/templateATopLeftMenuBg.png);
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 2px;
}

#regioesLeftMenubar {
    float: left;
    width: 243px;
    margin-left: 6px;
    margin-right: 68px;
    margin-top: 0;
    padding-left: 18px;
    padding-top: 18px;
    background-image: url(../../assets/images/interface/templateATopLeftMenuBg.png);
    background-repeat: no-repeat;
    background-position: top left;
}

#regioesMap {
    float: left;
    width: 284px;
    height: 371px;
    background-color: #9b9b9b;
    margin-right: 16px;
}

#regioesMap #mapFoo {
	/*background-image: url(../../assets/images/interface/regiao/mapasBgSprite.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	*/
    width: 286px;
    height: 374px;
    float: left;
    background-color: white;
}

.mapHoverElem1 {
    background-position: 0 -372px;
}

.mapHoverElem2 {
    background-position: 0 -744px;
}

.mapHoverElem3 {
    background-position: 0 -1116px;
}

.mapHoverElem4 {
    background-position: 0 -1487px;
}

.mapHoverElem5 {
    background-position: 0 -1858px;
}

.mapHoverElem6 {
    background-position: 0 -2230px;
}

.mapHoverElem7 {
    background-position: 0 -2602px;
}

.mapHoverElem8 {
    background-position: 0 -2974px;
}

.mapHoverElem9 {
    background-position: 0 -3346px;
}

.mapHoverElem10 {
    background-position: 0 -3718px;
}

.mapHoverElem11 {
    background-position: 0 -4090px;
}

.mapHoverElem12 {
    background-position: 0 -4462px;
}

.mapHoverElem13 {
    background-position: 0 -4834px;
}

.mapHoverElem14 {
    background-position: 0 -5206px;
}

.mapHoverElem15 {
    background-position: 0 -5578px;
}

.mapHoverElem16 {
    background-position: 0 -5950px;
}

.mapHoverElem17 {
    background-position: 0 -6322px;
}

.mapHoverElem18 {
    background-position: 0 -6694px;
}

.mapHoverElem19 {
    background-position: 0 -7066px;
}

#regioesMapMenuRight {
    float: left;
    width: 270px;
}

#regioesLeftMenubar h1 {
    font-family: Candara;
    color: #acac93;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 5px;
    padding-bottom: 0;
    margin-left: 5px;
    margin-top: 5px;
}

#regioesLeftMenubar h2 {
    font-family: Candara;
    color: #acac93;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 5px;
    padding-bottom: 0;
    margin-left: 5px;
    margin-top: 5px;
}

#regioesMapMenuRight h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #b1b199;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 4px;
    margin-left: 5px;
    padding-left: 0;
}

#regioesMapMenuRight ul li a {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    color: #5f574c;
    padding: 3px 4px 3px 6px;
    display: block;
    line-height: 10px;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom-style: solid;
    border-bottom-color: #e7e6e0;
    border-bottom-width: 1px;
    list-style: none;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

#regioesMapMenuRight ul li a:hover, #regioesMapMenuRight ul li a.activated {
    color: white;
    background-color: #c25469;
    font-weight: 700;
    cursor: pointer;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

#regioesMapMenuRight ul {
    width: 170px;
    margin-left: 0;
}

#regioesMapMenuRight ul li {
    list-style: none;
}

#TemplateALeftMenubar.exceptionTemplateC {
    min-height: 400px;
}

#TemplateALeftMenubar.exceptionTemplateB {
    min-height: 450px;
}

#TemplateALeftMenubar ul li:first-child, #regioesLeftMenubar ul li:first-child {
    margin-top: 8px;
}

#TemplateALeftMenubar ul li a, #regioesLeftMenubar ul li a {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    width: 151px;
}

#TemplateALeftMenubar ul li, #regioesLeftMenubar ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #5f574c;
    padding: 5px 4px 5px 6px;
    display: block;
    line-height: 16px;
    overflow: hidden;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom-style: solid;
    border-bottom-color: #e7e6e0;
    border-bottom-width: 1px;
    list-style: none;
}

#TemplateALeftMenubar ul li:hover, #regioesLeftMenubar ul li:hover {
    background-color: #cecec0;
    cursor: pointer;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

#TemplateALeftMenubar ul li.activated, #regioesLeftMenubar ul li.activated {
    background-color: #cecec0;
}

#TemplateALeftMenubar span.subMenuWithChilds li {
    padding: 5px 4px 5px 6px;
    margin: 0;
    background-image: url(../../assets/images/interface/latMenuHasDescend.png);
    background-repeat: no-repeat;
    background-position: center right;
}

.activated {
    background-color: #cecec0;
}

#TemplateAStaticBanner {
    float: left;
    width: 723px;
    height: 349px;
    margin-left: 16px;
    margin-top: 16px;
    z-index: 10;
}

#TemplateAMainContentWrapper {
    float: left;
    margin-left: -4px;
}

#TemplateAMainContentWrapper.exceptionTemplateB {
    float: left;
    margin-left: 5px;
    margin-top: 1px;
}

#TemplateAMainContentWrapper.exceptionTemplateC {
    float: left;
    margin-left: 5px;
    margin-top: 0;
}

#TemplateAMainContent {
    color: #655952;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: 34px;
    float: left;
}

#TemplateAMainContent .holder {
    width: 678px;
    float: left;
    background: url(../../assets/images/interface/templateAMainContentBg.png) repeat-y top right;
    margin-top: -16px;
    margin-bottom: 20px;
    z-index: 1;
}

#TemplateAMainContentRegiao {
    color: #655952;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-left: 38px;
    display: block;
}

#TemplateAMainContentRegiao #TemplateAMainContentRegiaoLeftCol {
    float: left;
    width: 298px;
    margin-right: 10px;
    min-height: 370px;
}

#TemplateAMainContent .formIntroNotes {
    width: 640px;
}

#TemplateAMainContent .formFooterNotes {
    width: 640px;
    margin-top: 30px;
}

#left {
    float: left;
    width: 298px;
    margin-right: 10px;
    min-height: 370px;
}

#TemplateAMainContentRegiao #lateralFooterButtons {
    clear: both;
    padding-top: 20px;
}

#TemplateAMainContentRegiao #TemplateAMainContentRegiaoRightCol {
    float: right;
    width: 550px;
    min-height: 300px;
}

#TemplateAMainContentRegiao #TemplateAMainContentRegiaoRightCol ul, #TemplateAMainContentRegiao #TemplateAMainContentRegiaoRightCol ol {
    margin-left: 50px;
}

#TemplateAMainContentRegiao .holder {
    width: 878px;
    float: left;
    margin-top: -16px;
    margin-bottom: 20px;
    z-index: 1;
}

#TemplateAMainContentRegiao .TemplateAMainContentHeaderBg {
    float: left;
    height: 190px;
    width: 708px;
    overflow: hidden;
    margin-left: -30px;
    margin-bottom: -170px;
    background: url(../../assets/images/interface/regiao/templateAMainContentTopBg.png) no-repeat top center;
    z-index: 1;
}

#TemplateAMainContentRegiao h2 {
    font-size: 14px;
    padding-bottom: 0;
    margin-top: 28px;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

#TemplateAMainContentRegiao .topline {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #e7e6e0;
    width: 793px;
    height: 50px;
    position: absolute;
    margin-top: 0;
}

#TemplateAMainContentRegiao a {
    color: #a50422;
    font-size: 12px;
}

#TemplateAMainContentRegiao a:hover {
    text-decoration: underline;
}

#TemplateAMainContent #TemplateAMainContentSubMenu {
    margin-top: 5px;
    margin-left: -22px;
    height: 53px;
    width: 690px;
    margin-bottom: 15px;
}

#TemplateAMainContent #TemplateAMainContentInner {
    clear: both;
    margin-top: -2px;
}

#TemplateAMainContent #TemplateAMainContentInner .titleLogo, #TemplateAMainContent .holder .titleLogo {
    float: left;
    margin-right: 15px;
    vertical-align: middle;
}

#TemplateAMainContent #TemplateAMainContentSubMenu ul {
    margin: 0;
    padding: 0;
}

#TemplateAMainContent #TemplateAMainContentSubMenu ul li {
    font-family: CandaraB, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    list-style-type: none;
    float: left;
    position: relative;
    padding: 8px 11px 4px 11px;
    display: block;
    font-size: 13px;
    text-decoration: none;
    vertical-align: middle;
    color: #cdcdbf;
}

#TemplateAMainContent #TemplateAMainContentSubMenu ul li:hover {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    background-color: #eaeae3;
    cursor: pointer;
}

#TemplateAMainContent #TemplateAMainContentSubMenu ul li.active {
    color: #fff;
    background-color: #cecec0;
}

#TemplateAMainContent .holder.exceptionTemplateB {
    width: 708px;
    background: url(../../assets/images/interface/templateAMainContentBg.png) repeat-y top right;
}

#TemplateAMainContent .TemplateAMainText {
    padding-right: 25px;
    margin-left: -5px;
    font-size: 12px;
    min-height: 80px;
}

#TemplateAMainContentRegiao .TemplateAMainText {
    padding-right: 0;
    margin-left: 0;
    font-size: 12px;
    min-height: 180px;
    padding-right: 20px;
}

#TemplateAMainContentRegiao hr {
    color: red;
    border-color: red;
}

#TemplateAMainContent .TemplateAMainText h2, #TemplateAMainContent .TemplateAMainText h1, #TemplateAMainContent .TemplateAMainText h3 {
    color: #a50422;
}

#TemplateAMainContent .TemplateAMainText h2 {
    font-size: 14px;
    padding-bottom: 0;
    margin-top: 28px;
    margin-bottom: 4px;
    font-family: Arial, Helvetica, sans-serif;
}

#TemplateAMainContent .TemplateAMainText a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#TemplateAMainContent .TemplateAMainText ol {
    margin-left: 10px;
    padding-left: 40px;
    font-family: Arial, Helvetica, sans-serif;
}

#TemplateAMainContent .TemplateAMainText ul {
    font-family: Arial, Helvetica, sans-serif;
}

#TemplateAMainContent .TemplateAMainText ul li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#TemplateAMainContent .TemplateAMainText ol li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

#TemplateAMainContent .TemplateAMainText h3 {
    font-size: 12px;
    padding-bottom: 0;
    margin-bottom: 4px;
    font-weight: 300;
}

#TemplateAMainContent .TemplateAMainText a, #TemplateAMainContent .TemplateAMainText a:active, #TemplateAMainContent .TemplateAMainText a:visited {
    font-size: 12px;
}

#TemplateAMainContent .TemplateAMainText a.linkWithIcon, #TemplateAMainContent .TemplateAMainText a.linkWithIcon:active, #TemplateAMainContent .TemplateAMainText a.linkWithIcon:visited {
    color: #a50422;
    font-size: 12px;
    background: url(../../assets/images/interface/icon_link.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
}

a.linkWithColor {
    color: #a50422;
}

#enterpreneurShop p a.linkWithColor {
    font-size: 10px;
}

#TemplateAMainContent .TemplateAMainText a:hover {
    font-size: 12px;
}

#TemplateAMainContent .TemplateAMainText p a:hover {
    text-decoration: underline;
}

#TemplateAMainContent .TemplateAMainContentHeaderBg {
    float: left;
    height: 190px;
    width: 708px;
    overflow: hidden;
    margin-left: -30px;
    margin-bottom: -170px;
    background: url(../../assets/images/interface/templateAMainContentTopBg.png) no-repeat top center;
    z-index: 1;
}

#TemplateAMainContent .TemplateAMainContentHeaderBg.exceptionTemplateB {
    width: 736px;
    background: url(../../assets/images/interface/templateBMainContentTopBg.png) no-repeat top center;
}

#TemplateAMainContent .TemplateAMainContentHeaderBg.exceptionTemplateC {
    width: 736px;
    margin-top: -5px;
    background: url(../../assets/images/interface/templateCMainContentTopBg.png) no-repeat top center;
}

#TemplateAMainContent .TemplateAMainContentHeaderBg.exceptionTemplateAWithTopMenu {
    width: 736px;
    margin-top: -11px;
    background: url(../../assets/images/interface/templateAMainContentTopBgTopMenu.png) no-repeat top center;
}

#TemplateAMainContent .TemplateAMainContentFooterBg {
    float: left;
    height: 37px;
    width: 708px;
    overflow: hidden;
    margin-left: -30px;
    background: url(../../assets/images/interface/templateAMainContentBottomBg.png) no-repeat top center;
}

#TemplateAMainContent .TemplateAMainContentFooterBg.exceptionTemplateB {
    width: 741px;
    margin-left: -32px;
    background: url(../../assets/images/interface/templateBMainContentBottomBg.png) no-repeat top center;
}

#TemplateAMainContent h1 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #adac95;
    margin-left: -5px;
}

#TemplateAMainContent h2 {
    font-weight: normal;
    font-size: 14px;
    color: #2d2a26;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

#TemplateAMainContent p {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 16px;
}

#TemplateAMainContent ul {
    font-family: Arial, Helvetica, sans-serif;
    line-height: 16px;
    padding-left: 40px;
}

#TemplateAMainContent table.formUpdate td:first-child {
    text-align: right;
    width: 200px;
}

#TemplateAMainContent table.formUpdate label {
    color: #a50422;
}

#TemplateAMainContent table.formUpdate input[type=text] {
    color: #666;
    height: 20px;
}

#TemplateAMainContent .mainContentTopButtons {
    float: right;
    margin-top: -35px;
    margin-right: 20px;
    width: 50px;
}

#TemplateAMainContent .mainContentTopButtons img {
    margin-right: 4px;
}

#highlight {
    width: 687px;
    height: 258px;
    padding: 5px;
    padding-left: 8px;
    margin-top: -6px;
    margin-left: 9px;
    background-repeat: no-repeat;
    background-image: url(../../assets/images/interface/highlightsBg.png);
    float: left;
    overflow: hidden;
}

#highlight .highlightHeader {
    height: 20px;
    margin-top: 17px;
    margin-left: 11px;
}

#highlight .highlightHeader h2 {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #adac95;
    line-height: 24px;
    vertical-align: middle;
    margin-bottom: -5px;
    margin-left: 2px;
}

#highlight .highlightHeaderDivBt {
    height: 8px;
    float: right;
    z-index: 2;
    bottom: 65px;
    padding-bottom: 0;
    margin-left: 160px;
    position: absolute;
}

#highlight .highlightButtons {
    float: right;
    bottom: 0;
    margin-right: 24px;
    padding-bottom: 0;
    margin-bottom: 0;
}

#highlight .highlightHeaderDivBt .highlightHeaderBt {
    background-color: #adac95;
    display: block;
    height: 20px;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: bold;
    color: #fff;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 22px;
}

#highlight .highlightHeaderDivBt .highlightHeaderBt:hover {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

#highlight img.thumb {
    width: 200px;
    max-height: 67px;
    overflow: hidden;
}

#highlight .preload {
    width: 210px;
    height: 67px;
    $9;
}

#highlight a.button {
    background-color: #d5d5c8;
    display: block;
    float: left;
    height: 8px;
    width: 8px;
    margin-left: 5px;
}

#highlight a.buttonAtive {
    background-color: #a75453;
    display: block;
    float: left;
    height: 8px;
    width: 8px;
    margin-left: 5px;
}

#highlight .col1, .col2, .col3 {
    width: 200px;
    height: 194px;
    float: left;
    margin-left: 10px;
    margin-right: 8px;
    margin-top: 10px;
    margin-bottom: 2px;
    padding: 3px;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
}

#highlight .col1 {
    margin-left: 12px;
}

#highlight .col1:hover, .col2:hover, .col3:hover {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    box-shadow: 0 0 2px rgba(0,0,255,1);
    -webkit-box-shadow: 0 0 2px rgba(167,84,83,1);
    -moz-box-shadow: 0 0 2px rgba(167,84,83,1);
    background-color: #f2f2f2;
}

#highlight h2 {
    font-size: 13px;
    color: #2d2a26;
    line-height: 18px;
    margin-top: 4px;
    margin-bottom: 9px;
    font-weight: normal;
}

#highlight p {
    font-size: 10px;
    line-height: 12px;
    color: #655952;
    margin-bottom: 19px;
}

#highlight .highlightHeaderIn {
    font-size: 12px;
    color: #bfbfac;
}

#highlight .highlightHeaderPlace {
    font-size: 12px;
    font-style: italic;
    color: #878667;
}

#slider .sliderDiv {
    width: 680px;
    overflow: hidden;
    height: 258px;
}

#ScheduledEvents {
    width: 677px;
    background-color: #f1f2ed;
    padding: 5px;
    margin-left: 16px;
    margin-top: 16px;
    float: left;
}

#ScheduledEvents {
    width: 677px;
    background-color: #f1f2ed;
    padding: 5px;
    margin-left: 16px;
    margin-top: 16px;
    float: left;
}

#ScheduledEventsFull {
    width: 677px;
    background-color: #fff;
    padding: 5px;
    margin-left: 16px;
    margin-top: 16px;
    float: left;
}

#ScheduledEventsFull #eventsHolder ul li {
    list-style: none;
}

#ScheduledEventsFull #eventsHolder .page_navigation a {
    padding-left: 2px;
    padding-right: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #2d2a26;
    text-transform: uppercase;
}

#ScheduledEventsFull #eventsHolder .page_navigation a.page_link.active_page {
    color: #b10722;
    font-weight: 700;
}

#ScheduledEventsFull.publish {
    margin-bottom: 20px;
}

#ScheduledEventsFull .ScheduledEventItem {
    background-color: #f1f2ed;
}

#ScheduledEventsFull #contratacoesHolder p {
    color: #46413b;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

#ScheduledEvents .ScheduledEventsHeader, #ScheduledEventsFull .ScheduledEventsHeader {
    background: url(../../assets/images/interface/ScheduledEventsHeaderBg.png) repeat-x;
    height: 34px;
    color: #b10621;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 12px;
    vertical-align: middle;
}

#ScheduledEventsFull .ScheduledEventsHeader img.locker {
    float: right;
    margin-top: 10px;
    margin-right: 20px;
}

#ScheduledEventsFull .ScheduledEventsHeaderMenu {
    background: url(../../assets/images/interface/ScheduledEventsHeaderMenuBg.png) repeat-x;
    color: #b10621;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    vertical-align: middle;
    margin-top: 3px;
    margin-bottom: 10px;
}

#ScheduledEventsFull .ScheduledEventsHeaderMenu ul {
    margin: 0;
    padding: 0;
    height: 34px;
}

#ScheduledEventsFull .ScheduledEventsHeaderMenu ul li {
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-transform: uppercase;
    vertical-align: middle;
    color: #333;
    margin-left: 6px;
    font-size: 12px;
    font-weight: 700;
    list-style: none;
    display: inline-block;
    float: left;
    margin-right: 5px;
    padding-right: 13px;
    padding-left: 16px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-left: 0;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

#ScheduledEventsFull .ScheduledEventsHeaderMenu ul li:hover {
    background-color: #adac95;
    cursor: pointer;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

#ScheduledEventsFull .ScheduledEventsHeaderMenu li.active {
    background-color: #adac95;
}

#ScheduledEventsFull .ScheduledEventsHeaderMenu li a {
    margin: 0;
    padding: 0;
    color: #333;
    font-weight: 700;
}

#ScheduledEvents h2, #ScheduledEventsFull h2 {
    text-transform: uppercase;
    vertical-align: middle;
    color: #fff;
    line-height: 34px;
    margin-left: 6px;
    font-size: 13px;
}

#ScheduledEvents .ScheduledEventsHeaderButtons {
    float: right;
    margin-right: 16px;
    margin-top: -20px;
}

#ScheduledEvents a.button {
    background-color: #d5d5c8;
    display: block;
    float: left;
    height: 8px;
    width: 8px;
    margin-left: 5px;
}

#ScheduledEvents a.buttonAtive {
    background-color: #a75453;
    display: block;
    float: left;
    height: 8px;
    width: 8px;
    margin-left: 5px;
}

#ScheduledEventsFull .pubBlocks {
    background-color: #f1f1ed;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 20px;
    padding-bottom: 60px;
}

#ScheduledEventsFull .pubBlocks {
    color: #46413b;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

#ScheduledEventsFull .pubBlocks input[type=text] {
    width: 300px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
}

#ScheduledEventsFull .pubBlocks label {
    vertical-align: top;
    color: #46413b;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

#ScheduledEventsFull form {
    margin-top: 20px;
}

#ScheduledEventsFull #formEmail {
    width: 300px;
    float: right;
    margin-right: 15px;
}

#ScheduledEventsFull #formEmail input {
    height: 20px;
}

#ScheduledEventsFull #formEmail input#emailAddressTxt {
    padding-left: 5px;
}

#ScheduledEventsFull #formSubs {
    width: 200px;
    float: left;
}

#ScheduledEventsFull .pubBlocks span.signInEventBt {
    margin-right: 10px;
}

#ScheduledEventsFull #pubInner #pubShowRoom .pubElement {
    width: 190px;
    min-height: 90px;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px;
    background-color: rgba(255,255,255,0.2);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

#ScheduledEventsFull #pubInner h3 {
    margin-top: 20px;
    padding-left: 8px;
}

#ScheduledEventsFull #pubInner #pubShowRoom .pubElement img {
    max-width: 66px;
    max-height: 88px;
}

#ScheduledEventsFull #pubInner #pubShowRoom .pubElement.contrat {
    width: 667px;
}

#ScheduledEventsFull #pubInner #pubShowRoom .pubElement.contrat:nth-child(even) {
    background: rgba(200,200,200,0.2);
}

#ScheduledEventsFull #pubInner #pubShowRoom .pubElement.contrat:nth-child(odd) {
    background: rgba(200,200,200,0.4);
}

#ScheduledEventsFull #pubInner #pubShowRoom .pubElement:hover {
    background-color: rgba(255,255,255,0.8);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    cursor: pointer;
}

#ScheduledEventsFull #pubInner #pubShowRoom .publish:hover {
    cursor: default;
    background-color: red;
}

#ScheduledEventsFull #pubInner #pubShowRoom .pubElement.contrat:hover {
    cursor: default;
}

#ScheduledEventsFull #pubInner #pubShowRoom .pubElement p.title {
    font-weight: 700;
    font-size: 12px;
}

#ScheduledEventsFull #pubInner #pubShowRoom .pubElement p.title, #ScheduledEventsFull #pubInner #pubShowRoom .pubElement p {
    color: #46413b;
    line-height: 14px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 6px;
    padding-bottom: 0;
}

#ScheduledEventsFull #pubInner #pubShowRoom .pubElement span.date, #ScheduledEventsFull .link {
    color: #a50423;
    font-size: 11px;
}

#ScheduledEventsFull #pubInner #pubShowRoom .pubElement span.pdf {
    font-family: Candara;
    color: #2c2a26;
    font-weight: 700;
    padding: 0;
    font-size: 12px;
    background: url(../../assets/images/interface/icons/pdfIconSmall.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-left: 0;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    text-decoration: underline;
    vertical-align: text-bottom;
}

span.pdf {
    font-family: Candara;
    color: #2c2a26;
    font-weight: 700;
    padding: 0;
    font-size: 12px;
    background: url(../../assets/images/interface/icons/pdfIconSmall.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    text-decoration: underline;
}

#ScheduledEventsFull #pubInner #pubShowRoom .pubElement img {
    float: left;
    margin-right: 12px;
}

#ScheduledEventsFull #pubInner #pubShowRoom .pubElement.contrat img {
    float: none;
    margin-right: 12px;
    max-width: 50%;
    max-height: 50%;
}

#ScheduledEventsFull #innerHeaderText {
    display: block;
}

#ScheduledEvents .ScheduledEventElement, #ScheduledEventsFull .ScheduledEventElement {
    width: 675px;
    overflow: hidden;
    margin-bottom: 6px;
    margin-top: 6px;
    margin-left: 1px;
}

#ScheduledEvents .ScheduledEventElement:hover {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    background-color: #fff;
    cursor: pointer;
}

#ScheduledEventsFull .ScheduledEventElementFull {
    width: 637px;
    background-color: #f1f2ed;
    margin-bottom: 6px;
    margin-top: 6px;
    margin-left: 1px;
    padding: 20px;
    clear: both;
}

#ScheduledEventsFull .ScheduledEventElementFull.searchResult {
    min-height: 60px;
}

#ScheduledEventsFull .ScheduledEventElementFull.sitemapResult {
    min-height: 0;
    height: 14px;
}

#ScheduledEventsFull .ScheduledEventElementFull.searchResult h2, h3, h4 {
    margin-left: 0;
    padding: 0;
    margin: 0;
}

#ScheduledEventsFull .ScheduledEventElementFull .pesquisaResult h2, h3, h5 {
    color: #46413b;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

#ScheduledEventsFull .ScheduledEventElementFull.searchResult .heading {
    color: #a50422;
    font-size: 13px;
}

#ScheduledEventsFull .ScheduledEventElementFull .pesquisaResult.level1 {
    padding-left: 100px;
}

#ScheduledEventsFull .ScheduledEventElementFull .pesquisaResult.level2 {
    padding-left: 150px;
}

#ScheduledEventsFull .ScheduledEventElementFull .pesquisaResult.level3 {
    padding-left: 200px;
}

#ScheduledEventsFull .ScheduledEventElementFull .pesquisaResult p, #ScheduledEventsFull .ScheduledEventElementFull .pesquisaResult a {
    color: #46413b;
    line-height: 14px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

#ScheduledEventsFull .ScheduledEventElementFull .pesquisaResult h3.alert {
    color: #b10621;
    font-size: 13px;
}

.extraContent {
    background-color: #f1f2ed;
    width: 637px;
    margin-left: -82px;
    margin-bottom: 10px;
    left: 0;
    padding: 20px;
    position: relative;
}

.extraContent a {
    color: #a50422;
    font-size: 12px;
}

#ScheduledEventsFull .ScheduledEventElementFull.activeEvent {
    outline-width: 1px;
    outline-color: #a50423;
    outline-style: dashed;
    outline-offset: -3px;
}

#ScheduledEventsFull .ScheduledEventElementFull .ScheduledEventElementThumb .left {
    float: left;
    width: 276px;
}

#ScheduledEventsFull .ScheduledEventElementFull .right {
    float: right;
    width: 330px;
    padding-left: 20px;
}

#ScheduledEventsFull .ScheduledEventElementFull .ScheduledEventElementThumb .left img {
    width: 276px;
}

#ScheduledEventsFull .ScheduledEventElementFull .ScheduledEventElementInfo {
    width: 340px;
    float: right;
    margin-top: 20px;
}

#ScheduledEventsFull .ScheduledEventElementFull .ScheduledEventElementInfo h2, #ScheduledEventsFull .ScheduledEventElementFull .ScheduledEventElementThumb .left h2 {
    font-family: Candara;
    color: #2d2a26;
    line-height: 19px;
    padding: 0;
    margin: 5px 0 0 0;
}

#ScheduledEventsFull .ScheduledEventElementFull .ScheduledEventElementInfo span.ScheduledEventElementDate, #ScheduledEventsFull .ScheduledEventElementFull .ScheduledEventElementThumb .left span.ScheduledEventElementDate {
    font-family: Candara;
    color: #a50423;
    font-weight: 700;
    line-height: 19px;
    padding: 0;
}

#ScheduledEventsFull .ScheduledEventElementFull .ScheduledEventElementInfo span.ScheduledEventElementPdfDownload, #ScheduledEventsFull .ScheduledEventElementFull span.ScheduledEventElementPdfDownload {
    font-family: Candara;
    color: #2c2a26;
    font-weight: 700;
    padding: 0;
    font-size: 12px;
    background: url(../../assets/images/interface/icons/pdfIconSmall.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-left: 20px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    text-decoration: underline;
}

#ScheduledEventsFull .ScheduledEventElementFull span.ScheduledEventElementPdfDownloadBig {
    font-family: Candara;
    color: #2c2a26;
    font-weight: 700;
    padding: 0;
    font-size: 12px;
    background: url(../../assets/images/interface/icons/pdfIconSmall.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    margin-left: 0;
    height: 16px;
    line-height: 16px;
    display: inline-block;
    color: #2c2a26 !important;
    text-decoration: underline;
}

#ScheduledEventsFull .ScheduledEventElementFull hr {
    color: #adac95;
    border-style: dashed;
    margin-top: 30px;
}

#ScheduledEventsFull .ScheduledEventElementFull span.pastEventsTitle {
    color: #acac94;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-bottom: 10px;
    display: block;
}

p.signInEvent {
    margin-top: 30px;
}

p.signInEvent a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #a50422;
    font-weight: 700;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

p.signInEvent a:hover {
    text-decoration: underline;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

span.signInEventBt {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-family: CandaraB, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 16px;
    border: 0;
    outline: 0;
    background: #fff url(../../assets/images/interface/formBtBg.png) repeat-x center top;
    text-transform: uppercase;
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 10px;
    margin-left: 10px;
    float: right;
}

span.signInEventBt.btCor2 {
    background: #fff url(../../assets/images/interface/formBtBgGray.png) repeat-x center top;
    color: white;
}

span.signInEventBt.btCor2:hover {
    color: #a50423;
}

span.signInEventBt.btLloginMenu {
    float: left;
    margin-left: 0;
    margin-top: 20px;
}

span.signInEventBt.reservedArea {
    float: left;
    margin-left: 0;
    margin-top: 20px;
}

span.signInEventBt.btSearchGo {
    float: none;
    margin-left: 0;
    margin-top: 0;
}

.subscribedSuccess {
    background-color: green;
    color: white;
}

.canceledSuccess {
    background-color: red;
    color: white;
}

span.addOutlookBt {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    height: 16px;
    line-height: 16px;
    color: #fff;
    font-family: CandaraB, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 12px;
    border: 0;
    outline: 0;
    background: #fff url(../../assets/images/interface/formBtBg.png) repeat-x center top;
    text-transform: uppercase;
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 10px;
}

span.addOutlookBt:hover {
    color: #ccc;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    cursor: pointer;
}

span.signInEventBt:hover {
    color: #d4d3c7;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    cursor: pointer;
}

#ScheduledEventsFull .ScheduledEventElementFull .ScheduledEventElementText {
    clear: both;
    padding-top: 10px;
}

#ScheduledEventsFull .ScheduledEventElementFull .ScheduledEventElementText p, #ScheduledEventsFull .ScheduledEventElementFull p, .ScheduledEventElementFull li, .ScheduledEventElementFull {
    font-family: Arial;
    color: #46413b;
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 10px;
}

#ScheduledEventsFull .ScheduledEventElementFull a, #ScheduledEventsFull .ScheduledEventElementFull a:hover {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
}

#ScheduledEventsFull .ScheduledEventElementFull a:hover {
    cursor: pointer;
    text-decoration: underline;
}

#ScheduledEventsFull .ScheduledEventElementFull ul {
    margin-left: 30px;
}

#ScheduledEvents .ScheduledEventElement .SEECal {
    float: left;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    display: block;
    margin-top: 9px;
    margin-left: 14px;
}

#ScheduledEventsFull .ScheduledEventElementFull .SEECal {
    float: left;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    display: block;
    margin-top: 9px;
    margin-left: 6px;
}

#ScheduledEvents .ScheduledEventElement .SEECal span.SEEDay, #ScheduledEventsFull .ScheduledEventElementFull .SEECal span.SEEDay {
    border: #2d2a26;
    border-width: medium;
    margin-bottom: 0;
    display: block;
    width: 30px;
    border-bottom: #000 1px solid;
}

#ScheduledEvents .ScheduledEventElement .SEECal span.SEEMonth, #ScheduledEventsFull .ScheduledEventElementFull .SEECal span.SEEMonth {
    border: #2d2a26;
    border-width: medium;
    margin-top: -22px;
    display: block;
    width: 30px;
}

#ScheduledEvents .ScheduledEventElement .SEEContent {
    float: right;
    margin-right: 15px;
    padding-top: 12px;
    padding-left: 7px;
    width: 605px;
    min-height: 100px;
}

#ScheduledEventsFull .ScheduledEventElementFull .SEEContent {
    float: right;
    margin-right: 15px;
    padding-top: 12px;
    padding-left: 7px;
    width: 560px;
}

#ScheduledEventsFull .SEEContent .eventProgramDetails {
    margin-top: 3px;
    margin-bottom: 10px;
}

#ScheduledEvents .ScheduledEventElement .SEEContent h3, #ScheduledEventsFull .ScheduledEventElementFull .SEEContent h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #2d2a26;
    margin-bottom: 8px;
}

#ScheduledEvents .ScheduledEventElement .SEEContent p, #ScheduledEventsFull .ScheduledEventElementFull .SEEContent p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #46423c;
    margin-bottom: 4px;
}

#ScheduledEvents .ScheduledEventElement .SEEContent p span, #ScheduledEventsFull .ScheduledEventElementFull .SEEContent p span {
    color: #a50422;
}

#widgets {
    width: 228px;
    float: right;
    margin-right: 18px;
}

#widgets #WidgetLatProjects, #widgetsTemplateA #WidgetLatProjects {
    background-image: url(../../assets/images/widgets/sidePromo/SidePromoWidgetBg.png);
    background-repeat: no-repeat;
    width: 245px;
    height: 167px;
    margin-top: 7px;
    margin-left: 10px;
}

#widgets #WidgetLatProjects #WidgetLatProjectsInner .projCycle, #widgetsTemplateA #WidgetLatProjects #WidgetLatProjectsInner .projCycle {
    width: 205px;
    height: 118px;
}

#widgets #WidgetLatProjects #WidgetLatProjectsInner, #widgets #WidgetLatProjects #WidgetLatProjectsInner {
    width: 205px;
    margin-top: 3px;
}

#widgets #WidgetLatProjects .WidgetLatProjectsHeader, #widgetsTemplateA #WidgetLatProjects .WidgetLatProjectsHeader {
    background: url(../../assets/images/widgets/sidePromo/widgetProjectsHeaderBgg.png) repeat-x;
    height: 34px;
    color: white;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 12px;
    vertical-align: middle;
    width: 205px;
}

#widgets #WidgetLatProjects .WidgetLatProjectsHeader h2, #widgetsTemplateA #WidgetLatProjects .WidgetLatProjectsHeader h2 {
    text-transform: uppercase;
    vertical-align: middle;
    color: white;
    line-height: 34px;
    margin-left: 6px;
    font-size: 13px;
}

#widgets .WidgetLatProjectsButtons, #widgetsTemplateA .WidgetLatProjectsButtons {
    float: right;
    margin-right: 54px;
    margin-top: -20px;
}

#widgets a.button, #widgetsTemplateA a.button {
    background-color: #d5d5c8;
    display: block;
    float: left;
    height: 8px;
    width: 8px;
    margin-left: 5px;
}

#widgets a.buttonAtive, #widgetsTemplateA a.buttonAtive {
    background-color: #a75453;
    display: block;
    float: left;
    height: 8px;
    width: 8px;
    margin-left: 5px;
}

#widgetsTemplateA.templateA {
    width: 228px;
    float: right;
    margin-right: 18px;
    margin-top: -8px;
}

#widgets.Widget1, #widgets.templateA {
    margin-left: 0;
}

#widgets .Widget1 {
    margin-left: 3px;
}

#widgets.Widget2, #widgets.templateA {
    margin-left: -3px;
}

#widgets.Widget3, #widgets.templateA {
    margin-left: -4px;
}

#widgets.wgTempC, #widgets.templateA {
    margin-left: -3px;
}

#widgets.wgTempD, #widgets.templateA {
    margin-left: -4px;
}

#widgets #widgetPoll, #widgetsTemplateA #widgetPoll {
    width: 230px;
    height: 220px;
    background: url(../../assets/images/widgets/poll/widgetPollBg.png) no-repeat center bottom;
    font-family: Arial;
    color: #434333;
    font-size: 12px;
    margin-top: 0;
    margin-left: 10px;
}

#widgets #widgetPoll #widgetPollInner, #widgetsTemplateA #widgetPoll #widgetPollInner {
    width: 185px;
    padding: 20px;
    padding-left: 12px;
    padding-top: 30px;
    height: 190px;
    overflow: hidden;
}

#widgets #widgetPoll #widgetPollInner img.generatedGraph, #widgetsTemplateA #widgetPoll #widgetPollInner img.generatedGraph {
    text-align: center;
    margin-top: -12px;
    margin-left: 2px;
}

#widgets #widgetPoll h3, #widgetsTemplateA #widgetPoll h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 13px;
    color: #322c27;
    font-weight: normal;
    margin-bottom: 14px;
    margin-top: 20px;
}

#widgets #widgetPoll #formFooter, #widgetsTemplateA #widgetPoll #formFooter {
    margin-top: 4px;
}

#widgets #widgetPoll #poll_submit, #widgetsTemplateA #widgetPoll #poll_submit {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    padding: 5px 15px 5px 15px;
    color: #fff;
    font-family: CandaraB, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 10px;
    height: 20px;
    border: 0;
    outline: 0;
    background: #fff url(../../assets/images/interface/formBtBg.png) repeat-x center top;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

#widgets #widgetPoll #poll_submit:hover, #widgetsTemplateA #widgetPoll #poll_submit:hover {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease- in-out;
    -moz-transition: all .25s ease-in-out;
    color: #ccc;
    cursor: pointer;
}

#widgetPoll #reloadPoll {
    color: #a50422;
    float: right;
    margin-top: 70px;
    font-size: 11px;
    cursor: pointer;
    text-transform: capitalize;
}

#widgets #widgetPoll .formAnswer, #widgetsTemplateA #widgetPoll .formAnswer {
    padding-bottom: 0;
}

#widgets #widgetPoll .seeResultsLink, #widgetsTemplateA #widgetPoll .seeResultsLink {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    margin-left: 30px;
    color: #a50422;
    font-family: CandaraB, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 10px;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

#SideCal {
    width: 220px;
    min-height: 240px;
    overflow: hidden;
    background-image: url(../../assets/images/widgets/calendar/calBg.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    margin-top: 22px;
    margin-bottom: 0;
    margin-left: 3px;
}

#SideCal .calendarLoader {
    height: 200px;
    text-align: center;
    vertical-align: middle;
}

#SideCal .calendarLoader img {
    padding-top: 100px;
}

#SideCal table {
    margin-left: 6px;
}

#SideCal .calendarSide {
    font-size: 10px;
}

#SideCal .calendarSide tr th {
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 14px;
    vertical-align: top;
    font-weight: normal;
    color: #2f2a26;
}

#SideCal .calendarSide td a {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin: auto;
    color: #fff;
    font-family: Arial;
}

#SideCal .calendarSide td a.calEventType1 {
    background-color: #b10722;
    display: block;
    width: 20px;
    height: 20px;
}

#SideCal .calendarSide td a.calEventType2 {
    background-color: #e3e3e3;
    display: block;
    width: 20px;
    height: 20px;
    color: #b10722;
}

#SideCal .calendarSide td a.calEventType3 {
    background-color: #ccc;
    display: block;
    width: 20px;
    height: 20px;
    color: #2f2a26;
}

#SideCal .calendarSide td {
    font-family: Arial;
}

#SideCal .calendarSide td.cell {
    width: 20px;
    height: 20px;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#SideCal .calendarSide td.cell:hover {
    box-shadow: 0 0 2px rgba(0,0,255,1);
    -webkit-box-shadow: 0 0 2px rgba(167,84,83,1);
    -moz-box-shadow: 0 0 2px rgba(167,84,83,1);
    background: #fff;
    cursor: pointer;
}

#SideCal .calendarSide td.weekdayHead {
    color: #adac95;
}

#newsZone {
    font-family: Arial, Helvetica, sans-serif;
    width: 678px;
    background-image: url(../../assets/images/interface/newsBgImg.png);
    background-repeat: no-repeat;
    margin-top: 12px;
    margin-left: 8px;
    margin-bottom: 0;
    padding: 14px;
    padding-bottom: 18px;
    position: relative;
    float: left;
}

#newsZone .newsZoneEl {
    margin-top: 5px;
    height: 135px;
    width: 677px;
    margin-left: 8px;
    margin-left: 1px;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

#newsZone .newsZoneCol2:hover {
    background-color: #F5F5F2;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

#newsZone .newsZoneImgCol {
    float: left;
    width: 221px;
}

#newsZone .newsZoneCol1 {
    float: left;
    width: 135px;
    margin-left: 5px;
}

#newsZone .newsZoneCol1 h2 {
    color: #acac94;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 15px;
}

#newsZone .newsZoneCol1 cite {
    color: #a50421;
    font-size: 12px;
    line-height: 14px;
    display: block;
}

#newsZone .newsZoneCol2 {
    float: left;
    width: 451px;
    margin-left: 4px;
    height: 135px;
    overflow-y: hidden;
    cursor: pointer;
}

#newsZone .newsZoneCol2 h3 {
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    color: #434333;
    text-transform: uppercase;
    line-height: 14px;
    font-size: 13px;
    font-weight: bold;
    padding-left: 11px;
    padding-top: 3px;
    margin-bottom: 8px;
}

#newsZone .newsZoneCol2 p {
    font-family: Arial, Helvetica, sans-serif;
    color: #6e665a;
    padding-left: 11px;
    font-size: 12px;
    line-height: 16px;
}

#newsZone .newsZoneHeader, #newsZoneFull .newsZoneHeader {
    background: url(../../assets/images/interface/newsHeaderBg.png) repeat-x;
    height: 34px;
    color: white;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 12px;
    vertical-align: middle;
}

#newsZone .newsZoneHeader h2, #newsZoneFull .newsZoneHeader h2 {
    text-transform: uppercase;
    vertical-align: middle;
    color: #acac94;
    line-height: 34px;
    margin-left: 6px;
    font-size: 13px;
}

#newsZone .newsZoneHeaderButtons {
    float: right;
    margin-right: 16px;
    margin-top: -20px;
}

#newsZone a.button {
    background-color: white;
    display: block;
    float: left;
    height: 8px;
    width: 8px;
    margin-left: 5px;
}

#newsZone a.buttonAtive {
    background-color: #c3c2b1;
    display: block;
    float: left;
    height: 8px;
    width: 8px;
    margin-left: 5px;
}

#enterpreneurShop {
    font-family: Arial, Helvetica, sans-serif;
    width: 678px;
    background-image: url(../../assets/images/interface/enterpreneurBg.png);
    background-repeat: no-repeat;
    margin-top: 0;
    margin-left: 8px;
    margin-bottom: 10px;
    padding: 14px;
    position: relative;
    float: left;
}

#enterpreneurShop .enterpreneurShopHeader h2 {
    text-transform: uppercase;
    vertical-align: middle;
    color: #acac94;
    line-height: 34px;
    margin-left: 6px;
    font-size: 13px;
    margin-bottom: 0;
}

#enterpreneurShop #enterpreneurShopInner {
    padding: 10px;
    height: 154px;
    overflow-y: hidden;
    width: 650px;
}

#enterpreneurShop p {
    color: #6e665a;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-left: 120px;
    line-height: 16px;
    display: block;
}

#enterpreneurShop p.heading {
    margin-top: -24px;
}

#enterpreneurShop p img.logo {
    float: left;
    margin-left: -120px;
}

#enterpreneurShop img.logo {
    float: left;
}

.backofficeTable table {
    margin-top: 0;
    padding-top: 0;
}

.backofficeTable tr td {
    padding: 4px;
}

.headerTable {
    line-height: 35px;
    vertical-align: middle;
    padding-left: 5px;
    padding-top: 3px;
}

#footer {
    background: url(../../assets/images/interface/footerBg.png) repeat-x center top;
    height: 277px;
    width: 100%;
    float: left;
}

#footer .inner {
    height: 277px;
    width: 960px;
    margin: 0 auto;
}

#footer .footerNewsletter {
    width: 168px;
    height: 244px;
    overflow: hidden;
    float: left;
    padding-left: 15px;
    background: url(../../assets/images/interface/footerVertDivider.png) no-repeat right 80px;
}

#footer .footerNewsletter h2 {
    color: #9d9d9d;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 28px;
    margin-left: -2px;
    margin-bottom: 16px;
    line-height: 20px;
}

#footer h2 span.firstLine {
    font-size: 12px;
    display: block;
    line-height: 14px;
}

#footer .footerNewsletter span.title {
    color: #4d463f;
    font-size: 12px;
    line-height: 16px;
    display: block;
    overflow: hidden;
    margin-top: 18px;
}

#footer .footerNewsletter span.email {
    color: #999;
    font-size: 9px;
    display: block;
    margin-top: 26px;
}

#footer .footerNewsletter form input[type="text"] {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    height: 24px;
    width: 198px;
    color: #655952;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 11px;
    border: 0;
    background: #fff;
    outline: 0;
    padding-left: 5px;
    margin-top: 3px;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

#footer .footerNewsletter form input[type="text"]:focus {
    box-shadow: 0 0 2px rgba(0,0,255,1);
    -webkit-box-shadow: 0 0 2px rgba(167,84,83,1);
    -moz-box-shadow: 0 0 2px rgba(167,84,83,1);
}

#footer .footerNewsletter form input[type="button"] {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    height: 21px;
    line-height: 21px;
    vertical-align: middle;
    color: #d5d5c8;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 10px;
    border: 0;
    outline: 0;
    background: #fff url(../../assets/images/interface/formBtBg.png) repeat-x center top;
    text-transform: uppercase;
    position: relative;
    margin-top: 18px;
}

#footer .footerNewsletter form input[type="button"]:hover {
    box-shadow: 0 0 2px rgba(0,0,255,1);
    -webkit-box-shadow: 0 0 2px rgba(167,84,83,1);
    -moz-box-shadow: 0 0 2px rgba(167,84,83,1);
    cursor: pointer;
    color: white;
}

#footer .footerOffers, #footer .footerBusiness {
    width: 241px;
	/*width: 395px;*/
    height: 244px;
    overflow: hidden;
    float: left;
    padding-left: 15px;
    padding-right: 5px;
    margin-left: 5px;
    background: url(../../assets/images/interface/footerVertDivider.png) no-repeat right 80px;
}

#footer .footerOffers .footerOffersButtons, #footer .footerBusiness .footerOffersBusinessButtons {
    float: right;
    height: 10px;
    margin-top: 34px;
    margin-top: 29px;
    margin-right: 14px;
}

#footer .footerOffers .footerOffersButtons a.button, #footer .footerBusiness .footerOffersBusinessButtons a.button {
    background-color: #d5d5c8;
    display: block;
    float: left;
    height: 8px;
    width: 8px;
    margin-left: 5px;
}

#footer .footerOffers .footerOffersButtons a.buttonAtive, #footer .footerBusiness .footerOffersBusinessButtons a.buttonAtive {
    background-color: #a75453;
    display: block;
    float: left;
    height: 8px;
    width: 8px;
    margin-left: 5px;
}

#footer .footerOffers h2, #footer .footerBusiness h2 {
    color: #9d9d9d;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 27px;
    margin-left: 0px;
    margin-bottom: 16px;
}

#footer ul {
    padding: 2px;
    margin-left: 4px;
    margin-right: 4px;
}

#footer ul.offers {
    padding: 3px;
}

#footer ul.animated li {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 225px;
	/*width: 375px;*/
    margin-left: -12px;
    padding-left: 7px;
    padding-right: 7px;
    display: block;
    line-height: 16px;
    overflow: hidden;
    text-decoration: none;
    color: #4d463f;
    padding-bottom: 0;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

#footer ul.animated li:hover {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    background: #d5d5c8;
    cursor: pointer;
}

#footer ul li h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-left: 2px;
    line-height: 13px;
}

#footer ul li p {
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
}

#footer ul li span {
    color: #b10621;
}

#footer .footerLaw {
    width: 224px;
	/*width: 284px;*/
    float: left;
    margin-left: 20px;
}

#footer div.footerLaw ul.animated li:hover {
    background: #d5d5c8;
}

#footer .footerLaw .footerLawCycled {
    margin-top: -10px;
	/*margin-top: 0px;*/
    height: 153px;
}

#footer .footerLaw .footerLawButtons {
    width: 40px;
    float: left;
    position: absolute;
    margin-left: 176px;
	/*margin-left: 252px;*/
    margin-top: 34px;
    margin-top: 29px;
}

#footer .footerLaw .footerLawButtons a.button {
    background-color: #d5d5c8;
    display: block;
    float: left;
    height: 8px;
    width: 8px;
    margin-left: 5px;
    margin-bottom: 5px;
}

#footer .footerLaw .footerLawButtons a.buttonAtive {
    background-color: #a75453;
    display: block;
    float: left;
    height: 8px;
    width: 8px;
    margin-left: 5px;
}

#footer .footerLaw h2 {
    color: #9d9d9d;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 28px;
    margin-left: 10px;
    margin-bottom: 24px;
}

#footer .footerLaw h2:after {
    content: url(../../assets/images/interface/FooterLawRssIcon.png);
    margin-left: 3px;
}

#footer .footerLaw ul {
    margin-top: 0;
    margin-left: 19px;
}

#footer .footerLaw ul li {
    margin-bottom: 10px;
    font-size: 11px;
    width: 195px;
	/*width: 265px;*/
    max-height: 48px;
    overflow: hidden;
    height: auto;
    padding: 3px;
    line-height: 14px;
}

#footer .footerLaw a {
    font-size: 11px;
    font-family: Helvetica, Arial, sans-serif, "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS";
}

#footer .footerBottomLinks {
    width: 960px;
    height: 32px;
    margin-top: 244px;
    position: absolute;
}

#footer .footerBottomLinks a {
    font-size: 11px !important;
}

#footer .footerBottomLinks a:hover {
    color: #a50422;
}

#footer .footerBottomLinks .activated a {
    color: #a50422;
}

#footer .footerBottomLinks span.footerBottomLinksTxt {
    margin-left: 0;
    padding-left: 14px;
    margin-top: 6px;
    display: block;
    float: left;
    position: relative;
}

#footer .footerBottomLinks span.footerBottomLinksTxt a {
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    vertical-align: middle;
}

#footer div.footerBottomLinks ul.footerBottomLinksNav {
    float: left;
    position: relative;
    margin-left: 75px;
    margin-top: 6px;
    display: block;
}

#footer div.footerBottomLinks ul.footerBottomLinksNav li {
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-transform: uppercase;
    list-style-type: none;
    float: left;
    position: relative;
    margin-left: 9px;
    padding-right: 7px;
    display: block;
    text-decoration: none;
    vertical-align: middle;
}

#footer ul.footerBottomLinksNavIcons {
    display: block;
    margin-left: 707px;
    margin-top: 9px;
    width: 240px;
    height: 20px;
}

#footer ul.footerBottomLinksNavIcons li {
    width: 22px;
    height: 20px;
    list-style-type: none;
    float: left;
    position: relative;
    margin-left: 9px;
    padding-right: 10px;
    display: block;
    text-decoration: none;
    background-color: #46423c;
}

#footer ul.footerBottomLinksNavIcons li a {
    display: block;
    width: 20px;
    height: 20px;
}

#footer ul.footerBottomLinksNavIcons li.bt1 {
    background: url(../../assets/images/interface/footerBgBottomBt1.png) no-repeat;
}

#footer ul.footerBottomLinksNavIcons li.bt2 {
    background: url(../../assets/images/interface/footerBgBottomBt2.png) no-repeat;
}

#footer ul.footerBottomLinksNavIcons li.bt3 {
    background: url(../../assets/images/interface/footerBgBottomBt3.png) no-repeat;
}

#footer ul.footerBottomLinksNavIcons li.bt4 {
    background: url(../../assets/images/interface/footerBgBottomBt4.png) no-repeat;
}

#footer ul.footerBottomLinksNavIcons li.bt5 {
    background: url(../../assets/images/interface/dl_logo.png) no-repeat;
    width: 52px;
}

#formRegister {
    position: relative;
}

#formRegister .formRegisterFields {
    padding-top: 10px;
    margin-bottom: 50px;
    margin-bottom: 0;
}

#formRegister input[type="text"], #formRegister input[type="password"], #formRegister textarea {
    font-family: arial;
    color: #655952;
    width: 300px;
    height: 20px;
    margin-bottom: 5px;
    padding-left: 5px;
}

#formRegister.contact span.submitButton {
    margin-right: 101px;
}

#formRegister.contact input[type="text"], #formRegister input[type="password"], #formRegister textarea {
    width: 400px;
}

#formRegister textarea {
    height: 200px;
    padding-top: 5px;
}

#formRegister .alert {
    border-color: red;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
}

#formRegister input[type="text"].tiny1 {
    width: 77px;
}

#formRegister input[type="text"].tiny2 {
    width: 50px;
}

#formRegister select.standard {
    width: 205px;
}

#formRegister .formRegisterFields label.left {
    width: 160px;
    margin-right: 0;
    padding-right: 10px;
    display: inline-block;
    text-align: right;
    vertical-align: top;
}

#formRegister .formRegisterFields label.inLine {
    width: 120px;
    margin-right: 0;
    padding-right: 10px;
    display: inline-block;
    text-align: right;
}

#formRegister .formRegisterFields .formRegisterFieldsRow {
    display: block;
}

#formRegister .formRegisterTabHeader {
    background: url(../../assets/images/interface/ScheduledEventsHeaderBg.png) repeat-x;
    height: 34px;
    color: #b10621;
    font-family: Candara, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 12px;
    vertical-align: middle;
    background-color: green;
}

#formRegister .formRegisterTabHeader h2 {
    text-transform: uppercase;
    vertical-align: middle;
    color: #fff;
    padding-top: 8px;
    margin-left: 6px;
    font-size: 13px;
}

#formRegister .formRegisterFields label {
    margin-right: 30px;
    margin-left: 5px;
    line-height: 30px;
    font-size: 12px;
}

#formRegister span.submitButton {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    padding: 10px 30px 10px 30px;
    height: 36px;
    color: #fff;
    font-family: CandaraB, Calibri, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-size: 16px;
    border: 0;
    outline: 0;
    background: #fff url(../../assets/images/interface/formBtBg.png) repeat-x center top;
    text-transform: uppercase;
    position: relative;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    cursor: pointer;
    display: inline-block;
}

#formRegister span.submitButton.validate {
    height: 16px;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
    margin: 0;
    margin-right: 178px;
}

#formRegister span.submitButton:hover {
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    cursor: pointer;
    color: #CCC;
}

.lateralMenuToolTipHeader {
    color: white;
    font-weight: bold;
    width: 138px;
    display: block;
    line-height: 14px;
    padding: 0;
    margin: 0;
}

.lateralMenuToolTipContent {
    color: white;
    font-weight: normal;
    line-height: 15px;
    width: 148px;
    display: block;
    padding: 0;
    margin: 0;
}

.ui-accordion-header a {
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #acac92;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #acac92;
    font-family: Arial, Helvetica, sans-serif;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #acac92;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.clearfix {
    clear: both;
    position: relative;
    height: 30px;
}

.clearfixEvents {
    clear: both;
    position: relative;
    height: 30px;
}

#acl {
    background-color: #f3f3f3;
    padding: 4px 10px 4px 10px;
}

#TemplateAMainContent #TemplateAMainContentInner #accordion {
    width: 680px;
}

#TemplateAMainContent #accordion {
    width: 650px;
}

#TemplateAMainContent #accordion th {
    color: #A50422;
    font-weight: normal;
}

#accordion h3, #accordion h3 a {
    color: #acac92;
}

#accordion td strong {
    color: #B10621;
}

#accordion p strong {
    color: #B10621;
}

.thumbs {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.thumbs li {
    list-style: none;
    float: left;
    margin: 5px;
    padding: 3px;
    background: #eee;
    -moz-box-shadow: 0 0 4px #444;
    -webkit-box-shadow: 0 0 2px #000;
}

.thumbs li img {
    display: block;
}

.thumbs li a img {
    border: 0;
}

.thumbs li img {
    display: block;
}

.worldExpos .colLeft {
    color: #A50422;
    font-weight: bold;
    font-size: 12px;
}

.worldExpos .colRight {
    font-size: 12px;
}

.worldExpos hr {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 186px;
}

.worldExpos .tdContent {
    margin-top: 20px;
    margin-bottom: 20px;
}

.warningCRM {
    color: #A50422;
    font-weight: 700;
    font-family: Helvetica, Arial, sans-serif, "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS";
}

.halt {
    background-color: #a75453;
    color: white;
    padding-left: 2px;
    padding-right: 2px;
}

::selection {
    background-color: #a75453;
    color: white;
}

::moz-selection {
    background-color: #a75453;
    color: white;
}

::webkit-selection {
    background-color: #a75453;
    color: white;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
    body {
        width: 1062px;
        overflow-x: hidden;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {

    #navigation {
        float: right;
        height: 73px;
        margin-top: 21px;
        margin-right: 0px;
    }

    #logo {
        margin-left: 0px;
        margin-top: 28px;
        float: left;
        width: 234px;
    }
}