html {
    background-color: #FFF;
}
a, a:visited, a:hover, a:focus, a:active {
    color: #415B78;
    font-family: Arial, sans-serif;
    text-decoration: none;
}

/* header */
div#header {
    height: 80px;
    background-color: #C2B6A6;
    position: relative; /* so we can absolutely place the search box */
    width: 100%;
    *width: 1000px;
}
div.headerHome {
    background:url("../images/chapa/header_home_gradient.png") repeat-x scroll 0 0 transparent;
}
div.headerList,
div.headerBlog,
div.headerNews {
    background:url("../images/chapa/headerAvalonSharon.png") repeat scroll 0 0 transparent;
}
div.headerSearch,
div.headerSection,
div.headerForms,
div.headerSitemap {
    background:url("../images/chapa/headerBrickHouse.png") repeat scroll 0 0 transparent;
}

div.headerGallery,
div.headerDestination,
div.headerGeneric {
    background:url("../images/chapa/headerWhiteHouses.png") repeat scroll 0 0 transparent;
}

div.headerHome div#headerTitle {
    color: #C25438 !important;
}

div#header div#headerTitle {
    font: 28px Arial, sans-serif;
    color: white;
    float: left;
    margin-right: 17px;
}
div#headerLogo {
    float: left;
    width: 72px;
	padding: 5px 0 0 30px;
}
div.headerHome div#headerTitle {
    padding: 18px 0 0 15px;
    width: 596px;
}
div.headerGallery div#headerTitle,
div.headerList div#headerTitle,
div.headerBlog div#headerTitle,
div.headerNews div#headerTitle,
div.headerDestination div#headerTitle,
div.headerSearch div#headerTitle,
div.headerSection div#headerTitle,
div.headerSitemap div#headerTitle,
div.headerGeneric div#headerTitle {
    padding: 10px 0 0 30px;
	width: 683px;
}
div.search {
    width: 210px;
    float: left;
    padding-top: 44px;
}

/* navigation */
div.menu {
    width: 100%;
    clear: both;
    height: 30px;
}
div.navlink2 a, ul.menu {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
div.navlink2 a, ul.menu li.standard, ul.menu li.selected {
    float: left;
    width: 158px;
    margin: 1px 0 1px 4px;
    text-align: center;
    background-color: #35536A;
    padding: 5px 0;
    color: white;
    font-family: Verdana, sans-serif;
    font-size: 14px;
}
ul.menu li.selected {
    background-color: #DFDFDC;
    background-image: url( ../images/chapa/sidebar_getInvolved_gradient.png);
}
ul.menu li.first {
    margin: 1px 0;
}
ul.menu li.last {}
div.navlink2 a, ul.menu a, ul.menu a:visited, ul.menu a:hover {
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}
ul.menu li.selected a.selected {
    background-repeat: repeat-x;
    color: #35536A;
}
ul.menu a:hover {
    text-decoration: underline;
}

/* superfish navigation */
div.sf-navigation {
    background-color: #F8F9F3;
}
ul.sf-navbar {
    background-color: #F8F9F3;
    margin-top: 2px;
    height: 62px;
    padding-bottom: 0;
}
ul.sf-menu {
    margin-bottom: 0px;
}
ul.sf-menu a.hidden,
ul.sf-menu span.sf-sub-indicator {
    display: none;
}
ul.sf-menu a.sf-with-ul,
ul.sf-menu a.ssf-with-ul {
    padding-right: 7px;
    background-color: #415B78;
    color: white;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
}
ul.sf-menu li.sfHover a.sf-with-ul {
    color: #415B78;
    background-color: #DFDFDC;
    background-image: url( ../images/chapa/top_nav_selected_background_gradient.png);
}
ul.sf-menu a.ssf-with-ul {
    background-color: #BDB6B0;
    color: #221817;
    font-size: 11px;
}
ul.sf-menu ul.subnavigation {
    width: 100%;
    background-color: #BDB6B0;
    margin-top: 2px;
}
ul.sf-menu li.sfHover ul.subnavigation,
ul.sf-menu li.subnavigationblank {
    top: 33px;
    height: 26px;
}
ul.sf-menu li.subnavigationblank {
    left: 0;
    position: absolute;
    padding: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    width: 100%;
    background-color: #BDB6B0;
    margin-top: 2px;
}
ul.sf-menu li.navigationLink {
    width: 164px;
    border-left: 3px solid white;
    height: 33px;
}
ul.sf-menu li.subnavigationLink {
    height: 26px;
    border-right: 3px solid white;
    line-height: 1;
}

ul.sf-menu li.sfHover ul.subnavigation li.subnavigationLink a {
    color: #221817;
    font-family: Verdana, sans-serif;
    font-size: 11px;
    padding: 7px 15px;
}

ul.sf-menu li.sfHover ul.subnavigation li.subnavigationLink a:focus,
ul.sf-menu li.sfHover ul.subnavigation li.subnavigationLink a:hover,
ul.sf-menu li.sfHover ul.subnavigation li.subnavigationLink a:active,
ul.sf-menu li.sfHover ul.subnavigation li.current a {
    color: #21374F;
    font-weight: normal;
    background-color: #DFDFDC;
    background-image: url( ../images/chapa/2nd_nav_selected_gradient.png);
    background-repeat: repeat-x;
}
ul.sf-menu li.navigationLink0,
ul.sf-menu li.subnavigationLink0{
    border-left: none;
}
ul.sf-menu li.sfHover ul.subnavigation li.current a {
    font-weight: bold !important;
}
ul.sf-menu li.sfHover a.sf-with-ul,
ul.sf-menu li.sf-breadcrumb a.sf-with-ul {
    font-weight: bold;
}

/* breadcrumbs */
.breadcrumbs {
    list-style-type: none;
    background-color: #D4D0C7;
    margin-bottom: 15px;
    width: 100%;
    clear: both;
}
.breadcrumbs li {
    display: inline;
    background: transparent url( ../images/separateur_gris.gif ) no-repeat 1px 5px;
    padding-left: 10px;
    color: black;
}
.breadcrumbs li a {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

/* footer */
div#footer {
    background-color: #D4D0C7;
    float: left;
    width: 98.1%;
    *width: 980px;
    padding: 1%;
}
div.copyright {
    float: left;
}
ul.footer {
    float: left;
    list-style: none outside none;
    margin: 0 0 0 130px;
    padding: 0;
}
ul.footer li.footerLink,
ul.footer li.footerLink0 {
    float: left;
    margin: 0 7px 0 0;
    padding-left: 7px;
}
ul.footer li.footerLink {
    border-left: 1px solid;
}
ul.footer li.footerLink0 a,
ul.footer li.footerLink a {
    text-decoration: none;
    cursor: pointer;
}
ul.footer li.footerLink0 a:hover,
ul.footer li.footerLink a:hover {
    text-decoration: underline;
}

/* main site content hole */
div#actualContent {
    width: 1032px;
    margin: 0 auto;
}

div#left-side-blend,
div#right-side-blend {
    float: left;
    height: 100%;
    width: 100%:
}

div#left-side-blend {
    background: url(../images/chapa/left_side_blend_gradient.png) 0 0 repeat-y;
}
div#right-side-blend {
    padding: 0 16px;
    background: url( ../images/chapa/right_side_blend_gradient.png) 100% 0 repeat-y;
}
div.row {
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
    clear: both;
}
div.navlink2, div.slideshow, div.video, div.forms, div.sidebar, div.destinationBox, div.listBox, div.formsBox, div.leftColumn, div.rightColumn, div.rightColumn div.centerSubcolumn {
    float: left;
}
div.slideshow, div.video {
    min-height: 400px;
    background-color: transparent;
    margin-left: 20px;
}
div.sidebar, div.leftColumn {
    width: 230px;
}
div.slideshow-container, div.forms, div.rightColumn, div.destinationBox, div.listBox, div.formsBox {
    width: 657px;
}
div.video {
    width: 650px;
}
div.slideshow {
    width: 670px;
}
div.slideshow h1.titleText4 {
    margin-left: 15px;
}
div.slideshow-thumbs {
    width : 100px;
    height: 100px;
}
div.slideshow-container {
    height: 300px;
    position:relative;
}
div.navigation-container {
    width: 640px;
    float: left;
    margin: 15px;
}
div.navigation-container div#thumbs {
    overflow: auto;
    vertical-align: middle;
    padding: 0px 64px;
}
div.slideshowHome div.navigation-container div#thumbs {
    padding-left: 40px !important;
}
div.navigation-container div#thumbs.thumbsEdit {
    padding-left: 20px !important;
}
div.navigation-container div#thumbs ul.thumbs li a.thumb,
div.navigation-container div#thumbs ul.thumbs li a.thumb img {
    height: 80px;
    width: 80px;
    float: left;
}
div.navigation-container div#thumbs ul.thumbs li.selected a.thumb {
    border: solid medium gray;
}

div.slideshow-content {
    width : 640px;
    float: left;
    margin: 0 15px 15px 15px;
    border: 1px solid #000;
}
div.slideshow-content div#controls {
    width : 640px;
    height: 20px;
    float: left;
}
div.slideshow div.slideshow-content div#slideshow {
    width: 99%;
    float: left;
}

div.slideshow div.slideshow-content div#slideshow span.image-wrapper {
    padding: 10px;
}

div.slideshow div.slideshow-content div#slideshow span.image-wrapper a.advance-link {
    width: 100%;
    height: 100%;
}
div.slideshow div.slideshow-content div#slideshow span.image-wrapper a.advance-link img {
    border-style: hidden;
    border-width: 0px;
}
div.slideshow-pic {
    width: 400px;
    text-align: right;
}
/**Bug Work around for IE browser as jquery sets ZOOM: 1 and this makes the fonts
look very grainy.*/
div.slideshow-content div#caption span.image-caption {
    *ZOOM: 0 !important;
}
div.rightColumn div.centerSubcolumn {
    width: 302px;
    margin: 0 0 0 10px;
}
div#playlist_wrap a.prev,
div#playlist_wrap a.next {
    margin: 30px 5px;
}
div.div.ss-controls a.play,
div.nav-controls a.prev,
div.nav-controls a.next {
    margin: 0px 5px;
}
/* Override prev/next links of sidebar_playlist (video gallery) css rules */
div.slideshowHome div.ss-controls a.play,
div.slideshowHome div.nav-controls a.prev,
div.slideshowHome div.nav-controls a.next {
    margin: 0px 5px !important;
    background-image: none !important;
    width: inherit !important;
}
div.video a.player {
    display:block;
    width: 650px;
    height: 400px;
}
div#playlist_wrap {
    width: 560px;
    float: left;
    margin: 18px 18px 18px 260px;
    padding: 0 75px;
    text-align: center;
}
div#sidebar_playlist_wrap {
    width: 226px;
    float: left;
    padding: 0;
    text-align: center;
}
div#sidebar_playlist_wrap a.next,
div#sidebar_playlist_wrap a.prev {
    margin: 30px 5px;
}
.listColumn {
    padding-left: 20px;
    margin-bottom: 45px;
}
div.listGroupText {
    width: 469px;
    margin-bottom: 40px;
}
.formsColumn {
    padding-left: 20px;
    margin-bottom: 10px;
    float: left;
}
div.formsGroupText {
    width: 657px;
    margin-bottom: 10px;
    float: left;
}
div.navlink2 a.hidden {
    width: 0;
    padding: 0;
}

/* sidebar */
div.module {
    width: 228px;
    background-color: #E9E6DD;
    border-color: #9AA4AE;
    border-style: solid;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 0;
    float:left;
}
div.moduleLast {
    width: 230px;
    border-top: 1px solid #9AA4AE;
    height: 0px;
    float:left;
}
div.module #playlist {
    width: 160px;
    background-color: transparent;
    border: 0px solid transparent;
    overflow: hidden;
}

img.videothumbs {
    max-width: 80px;
    max-height: 60px;
}

div.sidebar div.donate-module {
    height: 43px;
}
div.module div#sidebar-donate-left,
div.module div#sidebar-donate-middle,
div.module div#sidebar-donate-right {
    height: 43px;
    float: left;
}
div.module div#sidebar-donate-left {
    width: 3px;
    background-image: url(../images/chapa/donate-background-left.png);
}
div.module div#sidebar-donate-middle {
    width: 223px;
    background-image: url(../images/chapa/donate-background-middle.png);
    background-repeat: repeat-x;
    text-align: center;
}
div.module div#sidebar-donate-middle a img {
    margin-top: 4.5px;
}
div.module div#sidebar-donate-right {
    width: 2px;
    background-image: url(../images/chapa/donate-background-right.png);
}

div.module div#campaignUpdatesOutput {
    margin: 0 10px;
}

#campaignUpdatesForm input.textbox1 {
    width: 150px;
}

div.module div#sidebar-getInvolved-button-wrapper {
    height: 24px;
    width: 113px;
    padding: 0 52px;
}
div.module div#sidebar-getInvolved-button-wrapper div#sidebar-getInvolved-button {
    background-image: url( ../images/chapa/sidebar_getInvolved_gradient.png);
    background-repeat: repeat-x;
    height: 24px;
    width: 113px;
    text-align: center;
    line-height: normal;
    padding-top: 4px;
}
div.module div#sidebar-getInvolved-button-wrapper div#sidebar-getInvolved-button a{
    text-decoration: none;
    color: #C25438;
    font-family: arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}

div.module div#sidebar-getInvolved-button-wrapper div#getInvolvedText,
div.module div#sidebar-getInvolved-button-wrapper div#getInvolvedText li,
.moduleText {
    color: black;
    font-family: arial, sans-serif;
    font-size: 10px;
}

div.module div#list{
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #415B78;
}

div.module div#playlist_wrap {
    height: 90px;
}

div.module div#sidebar-why-header {
    background-image: url( ../images/chapa/sidebar_why_gradient.png);
    background-repeat: repeat-x;
    height: 47px;
    line-height: normal;
    color: white;
    font-family: Arial, sans-serif;
    font-size: 18px;
    padding-top: 7px;
}
.socialIcons {
    vertical-align: middle;
    text-align: center;
    margin: 0 20px;
}
.socialIcons a {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    text-decoration: none;
}
.socialIcons a.hidden {
    width: 0px;
    height: 0px;
    margin-right: 0px;
}
a.hidden {
    display: none;
    text-decoration: none;
}
.socialIcons img {
    width: 18px;
    height: 18px;
}
select.sectionSelector {
    min-width: 100px;
    max-width: 200px;
    *width: 200px; /** IE browser don't use max and min width**/
}
/** side bar font styles **/
.sharedTitle {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}
.followTitle {
    color: #0C1F33;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.followBodyText {
    color: #942D1F;
    font-family: Arial, sans-serif;
    font-size: 11px;
}
.videoTitle {
    color: #415B78;
    font-family: arial, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
/**Site font styles*/

.sharedTitle,
.bodyText1,
.bodyText3,
.bodyText6 {
    color: #0C1F33;
    font-family: arial, sans-serif;
}
.titleText1, .titleText1 a {
    color: black;
    font-family: arial, sans-serif;
    font-size: 21px;
}
.titleText2,
.titleText2 a,
.titleText3,
.titleText3 a {
    font-family: Times, serif;
    font-size: 19px;
}
.titleText2,
.titleText2 a {
    color: #C25438;
    font-weight: bold;
}
.titleText3,
.titleText3 a {
    color: #0C1F33;
    font-weight: bold;
}
.titleText3 a {
    text-decoration: none;
}
.titleText4,
.titleText4 a,
.listBox h1 {
    color: #415B78;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-size: 19px;
    font-weight: normal;
}
.listBox h1,
.listBox h2 {
    margin-bottom: 20px;
}
.listBox h3 {
    font-size: 13px;
}
.titleText5,
a.titleText5:visited,
a.titleText5:hover,
a.titleText5:active,
.titleText5 a,
.listBox h2 {
    color: #C25438;
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-decoration: none;
}
.titleText6,
.titleText6 a {
    color:  #415B78;
    font-family: Arial, sans-serif;
    font-size: 10px;
}
.titleText7,
.titleText7 a,
.listBox h4 {
    color:  #83838F;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
}
.titleText8,
.titleText8 a,
a.titleText8:visited,
a.titleText8:hover,
a.titleText8:active {
    color: black;
    font-family: Arial, sans-serif;
    font-size: 10px;
}
.titleText9,
.titleText9 a,
.listBox h1.titleText9 {
    color: #C25438;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-size: 19px;
    font-weight: normal;
}
.bodyText1 {
    font-size: 14px;
}
.bodyText2 {
    color: black;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.bodyText3 {
    font-size: 13px;
}
.bodyText4,
.listBox p {
    color: #221817;
    font-family: Arial, sans-serif;
    font-size: 12px;
}
.bodyText5 {
    color: #221817;
    font-family: Times, serif;
    font-size: 14px;
    font-weight: bold;
}
.bodyText6 {
    font-size: 11px;
}
.bodyText7 {
    color: #221817;
    font-family: Times, serif;
    font-size: 13px;
}
.bodyText8,
.listText1 li{
    color: #221817;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.bodyText8 {
    font-style: italic;
}
.listText1 li {
    font-style: normal;
    list-style: circle;
    list-style-position: inside;
}
.linkText1 {
    color: #415B78;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
.listBox h3 a {
    color: #415B78;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
.listBox a,
a.linkText1,
a.linkText1:visited,
a.linkText1:hover,
a.linkText1:active {
    text-decoration: none;
    font-weight: bold;
}
.linkText2,
.linkText2:visited,
.linkText2:hover,
.linkText2:active,
.linkText3,
.linkText3:visited,
.linkText3:hover,
.linkText3:active,
.listBox p a {
    color: #3F9344;
    font-family: Arial, sans-serif;
    text-decoration: none;
}
.linkText2,
.linkText2:visited,
.linkText2:hover,
.linkText2:active,
.listBox p a  {
    font-style: italic;
    font-size: 11px;
}
.linkText3,
.linkText3:visited,
.linkText3:hover,
.linkText3:active {
    font-size: 13px;
}

input.textbox1 {
    color: black;
    font-family: Verdana, sans-serif;
    font-size: 10px;
    padding: 4px 9px;
}
input.submitbox1 {
    color: black;
    font-family: sans-serif;
    font-size: 11px;
    padding: 2px;
}
li.bullet1 {
    list-style-type: disc;
    list-style-position: inside;
    color: #C35438;
}
.centerText {
    text-align: center;
}
.justifyText {
    text-align: justify;
}
.leftText {
    text-align: left;
}
.rightText {
    text-align: right;
}
/* share */
.share {
    vertical-align: middle;
}
.share img {
    width: 16px;
    height: 16px;
}
.share span {
    vertical-align: middle;
    padding-bottom: 8px;
    font-family: arial, sans-serif;
    font-weight: bold;
    font-size: 10px;
}

/* margins*/

.marginSection {
    margin-top: 10px;
    margin-bottom: 10px;
}
.largemarginSection {
    margin-top: 20px;
    margin-bottom: 20px;
}
.smallsideMargin {
    margin-left: 5px;
    margin-right: 5px;
}
.contentMarginLeft {
    margin-left: 28px;
}
.contentMarginRight {
    margin-right: 26px;
}
.marginLeft {
    margin-left: 15px;
}
.marginBottom1 {
    margin-bottom: 15px;
}
.marginBottom2 {
    margin-bottom: 12px;
}
.marginBottom3 {
    margin-bottom: 5px;
}
.marginBottom4 {
    margin-bottom: 40px;
}
.marginBottomIE {
    *margin-bottom: 15px;
}
.alignLeft {
    float: left;
}
.alignRight {
    float: right;
}
.smallpadding {
    padding: 5px;
}
.contentHeader {
    padding-left: 20px;
    margin-bottom: 40px;
    float: left;
    clear: both;
}
.boxHolder {
    margin-bottom: 24px;
    float: left;
    clear: both;

}
.rowContent {
    margin-bottom: 24px;
    padding: 0 10px 0 20px;
    float: left;
    clear: both;
}
ol.resultsList {
    margin-left: 20px;
    padding-left: 0;
    float: left;
    clear: both;
}
ol.resultsList li{
    padding-right: 12px;
    margin-bottom: 24px;
    float: left;
    clear: both;
}
.homeBox,
.homeNewsBox {
    float: left;
}
.homeCampaign {
    margin: 10px 25px 4px 20px;
}
.homeLatest {
    margin: 4px 20px 4px 25px;
}
.homeNewsBox {
    margin: 4px 5px 4px 4px;
}
.homeBox {
    width: 300px;
}
.homeNewsBox {
    width: 245px;
}
/* TODO - fix repeating by getting right sized image - remove width style */
.homeBackground {
    background: transparent url(../images/chapa/home_background_image.png) no-repeat scroll left top;
    float: left;
    width: 640px;
    min-height: 420px;
    margin-top: 6px;
}
/*** Generic/Blog ***/
div.generic, div.blogs, div.newsList, div.searchResult {
    float: left;
    margin-left: 28px;
    width: 725px;
}
div.blog,
div.news {
    width: 90%;
}
/**Rounded box styles*/
.boder1 {
    background: #9AA4AE none repeat-x scroll 0 0;
    height: 1px;
    margin: 0 5px;
}
.boder2 {
    border-left: 2px solid #9AA4AE;
    border-right: 2px solid #9AA4AE;
    height: 1px;
    margin: 0 3px;
}
.boder3 {
    border-left: 1px solid #9AA4AE;
    border-right: 1px solid #9AA4AE;
    height: 1px;
    margin: 0 2px;
}
.boder4 {
    border-left: 1px solid #9AA4AE;
    border-right: 1px solid #9AA4AE;
    height: 2px;
    margin: 0 1px;
}
.boder1, .boder2, .boder3, .boder4 {
    display:block;
    font-size: 1px;
    overflow: hidden;
}
.bContent {
    border-left: 1px solid #9AA4AE;
    border-right: 1px solid #9AA4AE;
    padding: 5px;
    overflow: auto;
}
.bContent2 {
    border-left: 1px solid #9AA4AE;
    border-right: 1px solid #9AA4AE;
    padding: 5px 20px;
    overflow: auto;
}
.bContent3 {
    border-left: 1px solid #9AA4AE;
    border-right: 1px solid #9AA4AE;
    padding: 5px 20px;
    overflow: auto;
    padding: 15px 10px 5px 20px;
}
/**Default style for input*/
input {
    font-family: Verdana, sans-serif;
    font-size: 12px;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    font-weight: normal;
}
p {
    margin-bottom: 12px;
}

/*** Forms ***/
form#form {
    width: 657px;
}
form#form div.column {
    width: 50%;
    *width: 49% !important;
    float: left;
}
form#form div.column label {
    width: 100px;
    float: left;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: black;
}
form#form div.checkboxRow label {
    width: 85%;
    float: left;
    padding: 0 0 0 5px;
}
form#form div.checkboxRow input {
    float: left;
    width: 10%
}
form#form div.row,
form#form div.checkboxRow {
    /*text-align: center;*/
    width: 100%;
    clear: both;
    margin: 0 0 5px;
    float: left;
}
/** Form validation error class **/
.inp-error {
   background-color: #FFF2F2;
   border: 1px solid #C25438;
}
.err-msg {
    display: none;
    color: red;
    font-size: 11px;
    margin-left: 100px;
    float: left;
}
.sidebar .err-msg {
    margin-left: 10px;
    width: 200px;
}

/*** Overrides - should be removed in the end too ***/
div#actualContent .containerListWrap {
    position: static !important;
}


/* Bottom paganisation example */
.searchPagination {
    background: #f2f2f2;
    color: #666;
    padding: 4px 2px 4px 7px;
    border: 1px solid #ddd;
    float: left;
    clear: both;
    width: 97%;
    text-align: left;
}

.searchPagination a.linkText1:link,
.searchPagination a.linkText1:visited,
.searchPagination a.linkText1:hover,
.searchPagination a.linkText1:active {
    text-decoration: none;
    background: #fff;
    padding: 2px 10px;
    border: 1px solid #ccc;
    margin-right: 10px;
}

.searchPagination a.linkText1:hover {
    background: #A7B9C7 ;
    color: #fff;
}

.searchPagination span.linkText1 {
    color: #ccc;
    text-decoration: none;
    background: #fff;
    padding: 2px 10px;
    border: 1px solid #ccc;
    margin-right: 10px;
}

.searchPagination * {
    margin: 0;
}

.searchPagination h4 {
    margin-top: -1.45em;
    padding: 0;
    border: none;
    font-size: 1.15em;
}

/*** These styles are all Jahia provided and should be removed as soon as we define our own ***/

* {
    margin: 0;
}

body {
    font-family: Arial, sans-serif;
    font-size: 0.74em;
    background: #F4F4F3;
    color: #444444;
    line-height: 160%;
    margin-bottom: 12px;
}

.error {
    color: red;
    float: left;
}

img {
    border: 0
}

ul {
    margin: 0;
    list-style: disc inside;
    /** This is needed by firefox on windows**/
    padding: 0;
}

ol {
    margin-left: 20px;
    padding-left: 5px;
}

th {
    text-align: left;
}

hr {
    height: 1px;
    border-style: none;
    color: #d0d0d0;
    background-color: #c0c0c0;
    margin: 10px 0;
}

blockquote {
    margin: 10px 0 10px 25px;
    padding: 0 5px;
    border-left: 5px solid #993399;
    font-size: 1.5em;
    font-weight: bold;
    font-style: italic;
}

img.left {
    margin-right: 8px;
    border-bottom: 5px solid #FF6603;
    float: left;
}

img.right {
    margin-left: 8px;
    border-bottom: 5px solid #FF6603;
}

.clear {
    clear: both;
}

.right {
    float: right;
    line-height: 100%;
}

.left {
    float: left
}

/* Page structure */

#utilies {
    clear: both;
    width: 100%;
    background: #F4F4F3;
}

#identification {
    clear: both;
    width: 100%;
    background: #F8F8F8;
    border-top: 1px solid #D6D6D6;
}

#mainmenu {
    clear: both;
    width: 100%;
    background: #F4F4F3;
    border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}

#pagecontent {
    clear: both;
    width: 100%;
    background: #F8F9F3;
    position: relative;
    float: left;
    padding: 25px 0 0;
}

#utilities .content {
    width: 860px;
    height: 28px;
    margin: 0 auto;
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
}

#identification .content {
    width: 860px;
    height: 140px;
    margin: 0 auto;
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
}

#mainmenu .content {
    width: 860px;
    height: 34px;
    margin: 0 auto;
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
}

#utilities .content {
    width: 860px;
    margin: 0 auto;
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
}

#pagecontent .content, #pagecontent .content2cols, #pagecontent .content3cols, #pagecontent .content1cols {
    width: 840px;
    background: #FFFFFF;
    margin: 0 auto;
    border-left: 1px solid #444444;
    border-right: 1px solid #444444;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 15px;
}

#footer .content {
    display: block;
    width: 860px;
    background: #FFFFFF;
    margin: 0 auto;
    border: 1px solid #444444;
    border-top: 1px dotted #CCCCCC;
}

.languageSwitching_horizontal_display ul {
    float: right;
    margin-left: 20px;
    margin-right: 10px;
    padding: 5px 0;
    line-height: 100%;
}

.languageSwitching_horizontal_display span table {
    display: inline;
}

.languageSwitching_horizontal_display ul li {
    display: inline;
    padding: 0 0 0 3px
}

.languageSwitching_horizontal_display ul li a:hover {
    color: #000000;
}

code {
    font-family: "Courier New", Courier, monospace;
    font-size: inherit;
    font-weight: bold;
    color: #996633;
    background-color: #E9E9E9;
    padding-left: 5px;
    padding-right: 5px;
}

.code {
    font-family: "Courier New", Courier, monospace;
    font-size: inherit;
    color: #996633;
    background-color: #E9E9E9;
    margin: 10px;
    padding: 5px;
    border: 1px solid #CCCCCC;
}

.shortcuts {
    padding: 0 5px 0 5px;
    font-size: 0.9em;
}

.shortcuts img {
    padding-top: 4px;
    border-bottom: 0;
    float: none;
}

.shortcuts li {
    display: inline;
    float: left;
    border: 0 solid #FFFFFF
}

.shortcuts a {
    color: #AEAEAE;
    margin: 0 5px 0 3px;
}

.shortcuts a:hover {
    color: #FF6600;
}

#toplinkHome a {
    background-repeat: no-repeat;
    background-image: url( ../images/icon_home.gif )
}

#toplinkSitemap a {
    background-repeat: no-repeat;
    background-image: url( ../images/icon_sitemap.gif )
}

#toplinkSend  a {
    background-repeat: no-repeat;
    background-image: url( ../images/icon_contact.gif )
}

#toplinkBookmark a {
    background-repeat: no-repeat;
    background-image: url( ../images/bg_bullet_arrow.gif )
}

/* Identification styles */
#identification .content {
    background: #333333;
}

#identification h1 {
    position: relative;
    left: 30px;
    top: 30px;
    margin: 0;
    font-weight: bold;
    width: 50%;
}

/* Mainmenu styles */
#mainmenu .menu {
    background: #F7F7F6;
    margin: 0 10px 0 10px;
    display: block;
}

#mainmenu .menu ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 5px;
    display: inline;
}

#mainmenu .menu li {
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}

#mainmenu .menu li div, #mainmenu .menu li div table {
    display: inline;
}

#mainmenu .menu li:hover {
    background: #FF6603;
    height: 34px;
}

#mainmenu .menu a {
    color: #74797E;
    background: inherit;
    text-decoration: none;
    padding: 0 10px 0 10px;
    line-height: 23px;
}

#mainmenu .menu a:hover {
    color: #000;
    background: inherit;
    height: 23px;
    text-decoration: underline
}

#mainmenu .menu .current {
    font-weight: bold;
    background: #F7F7F6 url( ../images/carre_orange.gif );
    background-repeat: no-repeat;
    background-position: 1px;
}

/* Left navigation */
div.sideMenu {
    margin-top: 12px;
    border: 1px solid #CCCCCC;
    padding: 3px;
    line-height: 20px;
}

/* identation */
.sideMenu ul .level_1 {
    margin: 0 0 0 5px;
}

.sideMenu ul .level_2 {
    margin: 0 0 0 8px;
}

.sideMenu ul .level_3 {
    margin: 0 0 0 12px;
}

.sideMenu ul .level_4 {
    margin: 0 0 0 16px;
}

.sideMenu ul .level_5 {
    margin: 0 0 0 20px;
}

.sideMenu ul .level_6 {
    margin: 0 0 0 24px;
}

/* left icon */
.sideMenu li a {
    padding-left: 10px;
    background: transparent url( ../images/icon_arrow_orange.gif ) no-repeat 0 3px;
}

.sideMenu li a:hover {
    background-color: #666666;
    color: #FFFFFF;
    line-height: 20px;
}

.sideMenu li .current a:hover {
    background-color: #666666;
    color: #FFFFFF;
}

/* in-page path menus layout */
.sideMenu li .inpath {
    margin: 3px 0 3px 3px;
    font-weight: bold;
}

/* current page style */
.sideMenu li .current {
    background: transparent url( ../images/icon_more_arrow.gif ) no-repeat 0 5px;
    padding-left: 5px;
}

.sideMenu li .current  a {
    background: none;
}

/* background color : default, 1 level open, 2 levels open, 3 levels open */
.sideMenu ul {
    background-color: #FFFFFF;
}

.sideMenu ul ul {
    background-color: #FFFFFF;
}

.sideMenu ul ul ul {
    background-color: #FFFFFF;
}

.sideMenu li ul li ul li ul {
    background-color: #FFFFFF;
}

/* Pagecontent styles */

.content1cols #columnB {
    width: 840px;
    float: left;
    margin-left: 0;
}

.content2cols #columnA {
    width: 200px;
    float: left;
}

.content2cols #columnB {
    width: 620px;
    float: right;
}

.content3cols #columnA {
    width: 200px;
    float: left;
}

.content3cols #columnB {
    width: 375px;
    float: right;
}

.content3cols #columnC {
    width: 240px;
    float: right;
}

#columnA {
    background-color: #FFFFFF;
    max-width: 200px;
}

#columnB {
    margin-left: 10px;
    max-width: 820px;
}

#columnC {
    vertical-align: top;
    margin-left: 10px;
    max-width: 240px;
}

#columnA h3 {
    color: #FF6603;
}

#columnB h3 {
    margin-top: 10px;
    border-bottom: 5px solid #FF6603;
}

#columnC h3 {
    margin-top: 10px;
    border-bottom: 5px solid #FF6603;
}

#columnA h4 {
    border-bottom: 1px dotted #333333;
}

#columnAB h3 {
    margin-top: 10px;
    border-bottom: 5px solid #FF6603;
}

.properties {
    margin: 12px 0 0 0;
    padding: 3px;
    border: 1px dotted #888888;
    background-color: #f4f4f3;
    font-size: 0.9em;
}

.properties li {
    background-image: url( ../images/fleche_orange.gif );
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: 5px;
}

.dateSelectionDiv,
.categorySelectionDiv,
.currentFilters {
    display: block;
    padding-top: 10px;
}

.categorySelection {
    display: inline;
}

div.search,
div.itemsPerPage,
div.search span,
div.windowSizeComboBox,
div.windowSizeComboBox select {
        display: inline;
}

.dateSelection,
.dateSelection div,
.dateSelection div div,
.dateSelection div div input {
    display: inline;
}

.newslist .categorySelection select {
    width: 150px;
}

.newslist {
    margin-top: 12px;
}

.newslist fieldset {
    padding: 10px;
}

.newslist select {
    width: 50px;
}

.newslist legend {
    font-weight: bold;
    color: rgb( 80, 80, 80 );
}

.newslist input.button {
    float: right;
    width: 9.0em;
    padding: 1px !important /*Non-IE6*/;
    padding: 0 /*IE6*/;
    background: rgb( 230, 230, 230 );
    border: solid 1px rgb( 150, 150, 150 );
    text-align: center;
    color: rgb( 150, 150, 150 );
}

.newslist input.button:hover {
    cursor: pointer;
    border: solid 1px rgb( 80, 80, 80 );
    background: rgb( 220, 220, 220 );
    color: rgb( 80, 80, 80 );
}

.newslist li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none
}

.newslist p {
    clear: none;
}

.newslist h3 {
    font-size: 1.1em;
    font-weight: bold;
    border-bottom: 0 solid #FF6603;
    margin-top: 0;
}

.newslist a:hover {
    color: #FF0000
}

.newslist a:visited {
    color: #333333;
}

.newslist p {
    margin-left: 0.3em;
    line-height: 130%
}

.newslist ul li {
    margin-left: 2px;
    margin-right: 15px;
    float: left;
}

.newslist .news {
    display: block;
    clear: both;
}

.newslist .comments {
    display: block;
    padding-bottom: 15px;
    clear: both;
    border-bottom: 1px dotted #666666;
}

.newslist .comments h4 {
    font-weight: normal;
}

.newslist .news img {
    float: left;
    margin: 0 10px 5px 0
}

cite {
    vertical-align: top;
    margin-left: 0;
    color: rgb( 100, 100, 100 );
    font-size: 10px;
}

.more a {
    font-weight: bold;
    font-size: 0.8em
}

.more a:hover {
    color: #FF0000;
}

.more a:visited {
    color: #FFCC33;
}

#login {
    margin: 12px 0 0 0;
    padding: 3px;
    border: 1px dotted #888888;
    background-color: #f4f4f3;
    font-size: 1em;
}

#search {
    margin: 12px 0 0 0;
    padding: 3px;
    border: 1px dotted #888888;
    background-color: #f4f4f3;
    font-size: 1em;
}

.note {
    color: #454545;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #F3F0AB;
    border-right-width: 4px;
    border-right-style: solid;
    border-right-color: #F3F0AB;
    padding: 10px;
    background-color: #F7F8BE;
    margin-top: 12px;
}

.note a {
    color: #FF6603;
    text-decoration: none;
}

.note a:hover {
    color: #FF6603;
    text-decoration: underline;
}

a.bottomanchor {
    float: right;
    margin: 10px 10px 0 0;
    font: 0.8em;
    background-image: url( "../images/fleche_orange.gif" );
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: 5px;
}

.userfeedback {
    margin: 10px 0 0 0;
    background-color: #FFFFFF;
    padding: 15px 5px;
}

.usermessage_info {
    border: 1px solid;
    border-color: #C0C0C0;
    background-color: #E5E5E5;
    padding: 2px;
}

.usermessage_content {
    margin: 0;
    padding: 3px;
    border-left: 1px dashed #C0C0C0;
    border-right: 1px dashed #C0C0C0;
    border-bottom: 1px dashed #C0C0C0;
}

.username {
    font-weight: bold;
}

.date {
    font-style: italic;
    color: #FF6600;
}

.messageTitle {
    font-weight: bold;
    font-size: 1.1em;
    color: #FF6600;
}

/* Boxes */

.jahiabox ul {
    margin-top: 0;
    padding-left: 5px;
    border: 1px dotted #666666;
}

.jahiabox li.document {
    line-height: 22px;
    list-style: none;
    margin-bottom: 3px;
}

.jahiabox  li a:hover {
    text-decoration: underline;
    color: #000;
}

#columnA .jahiabox p {
    margin-top: 5px;
    overflow: hidden;
}

#columnA .jahiabox li.document {
    line-height: 20px;
    list-style: none;
    margin-bottom: 3px;
}

#columnB .jahiabox p {
    margin-top: 5px;
    overflow: hidden;
}

#columnC .jahiabox p {
    margin-top: 5px;
    overflow: hidden;
}

#columnA .jahiabox .boxTitle {
    padding: 2px 5px;
    color: #FF6600;
    margin-top: 5px;
    margin-bottom: 10px;
    border-bottom-width: 0;
    font-size: 1.4em;
    display: block;
    font-weight: normal;
    line-height: 1.8em;
}

#columnA .jahiabox {
    padding: 5px;
    margin-top: 12px;
    border-right: 2px solid rgb( 200, 200, 200 );
    border-bottom: 2px solid rgb( 200, 200, 200 );
    background-color: #EFEBE7;
}

#columnA .jahiabox ul {
    margin-top: 0;
    padding-left: 2px;
    border: 0;
}

.jahiabox li span.link {
    line-height: 22px;
    background: inherit;
}

.jahiabox li span.externallink {
    line-height: 22px;
    background: inherit;
}

#columnB .jahiabox {
    margin-top: 12px;
    padding: 10px;
    border: 1px solid #444444;
    background-color: #E6E6E6;
}

#columnB .jahiabox h3,
    #columnB .jahiabox .boxTitle {
    margin-bottom: 0;
    border: 1px solid #FF6600;
    padding: 2px 5px;
    color: #FF6600;
    background: #3F4040;
    height: 24px;
    line-height: 22px;
    font-size: 1.8em;
    margin-top: 15px;
    font-weight: normal;
}

#columnC .jahiabox h3,
    #columnC .jahiabox .boxTitle {
    border-bottom: 1px solid #FF6600;
    padding: 2px 5px;
    margin-top: 5px;
    font-size: 1.4em;
    display: block;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.8em;
}

#columnC .jahiabox {
    margin-top: 6px;
    padding: 5px;
}

#columnC .jahiabox ul {
    margin-top: 0;
    padding-left: 5px;
    border: 0;
    background-color: inherit;
}

#columnC .jahiabox li span.link {
    line-height: 22px;
    list-style: none;
    background: url( ../images/link.gif ) no-repeat left;
    margin-bottom: 3px;
    padding-left: 15px;
}

#columnC .jahiabox li span.externallink {
    line-height: 22px;
    list-style: none;
    background: url( ../images/extlink.gif ) no-repeat left;
    margin-bottom: 3px;
    padding-left: 15px;
}

/* Misc codes template */

/* serach results */
#resultslist {
    margin-top: 12px;
}

#resultslist ul {
    list-style-type: none;
}

#resultslist ol {
    margin: 0 0 0 15px;
}

#resultslist ol li {
    margin-left: 1.4em;
    padding-left: 0;
    list-style-type: decimal;
}

#resultslist li {
    line-height: 1.4em;
    padding-left: 25px;
}

#resultslist ul.nomarker li {
    background: none;
    padding-left: 0;
}

dl {
    margin: 0 0 5px 0;
}

dt {
    font-weight: bold;
    margin-top: 1em;
}

dl dl {
    margin: 0 0 15px 20px;
}

/*FAQ Template */

.question {
    color: #FF6600;
    margin-top: 15px;
}

.answer {
}

/* Forms */

.loginform {
    margin-top: 12px;
}

.loginform fieldset {
    padding: 5px 0 0 0 !important /*Non-IE6*/;
    padding: 0 /*IE6*/;
    margin: 0 0 10px 0;
    border: solid 1px rgb( 220, 220, 220 );
}

.loginform {
    padding: 0 10px 0 10px;
    border: solid 1px rgb( 200, 200, 200 );
    background-color: rgb( 240, 240, 240 );
}

.loginform label.left {
    float: left;
    width: 80px;
    margin: 0 0 0 3px;
    padding: 2px;
    color: #FF6600;
    font-size: 11px;
}

.loginform input.field {
    width: 80px;
    padding: 2px;
    border: solid 1px rgb( 200, 200, 200 );
    font-size: 11px;
}

.loginform input.button {
    float: right;
    width: 9.0em;
    margin: 5px 20px 10px 0;
    padding: 1px !important /*Non-IE6*/;
    padding: 0 /*IE6*/;
    background: rgb( 230, 230, 230 );
    border: solid 1px rgb( 150, 150, 150 );
    text-align: center;
    color: rgb( 150, 150, 150 );
}

.loginform input.button:hover {
    cursor: pointer;
    border: solid 1px rgb( 80, 80, 80 );
    background: rgb( 220, 220, 220 );
    color: rgb( 80, 80, 80 );
}

fieldset legend {
    color: rgb( 80, 80, 80 );
    font-weight: bold;
}

.searchform {
    margin-top: 12px;
}

.searchform fieldset {
    padding: 5px 0 0 0 !important /*Non-IE6*/;
    padding: 0 /*IE6*/;
    margin: 0 0 10px 0;
    border: solid 1px rgb( 220, 220, 220 );
}

.searchform {
    padding: 0 10px 0 10px;
    border: solid 1px rgb( 200, 200, 200 );
    background-color: rgb( 240, 240, 240 );
}

.searchform label.left {
    float: left;
    width: 60px;
    margin: 0 0 0 3px;
    padding: 2px;
    color: #FF6600;
    font-size: 11px;
}

.searchform input.field {
    width: 140px;
    padding: 2px;
    border: solid 1px rgb( 200, 200, 200 );
    font-size: 11px;
    float: right;
    margin-right: 3px;
}

.searchform input.button {
    float: right;
    width: 9.0em;
    margin: 5px 20px 10px 0;
    padding: 1px !important /*Non-IE6*/;
    padding: 0 /*IE6*/;
    background: rgb( 230, 230, 230 );
    border: solid 1px rgb( 150, 150, 150 );
    text-align: center;
    color: rgb( 150, 150, 150 );
}

.searchform input.button:hover {
    cursor: pointer;
    border: solid 1px rgb( 80, 80, 80 );
    background: rgb( 220, 220, 220 );
    color: rgb( 80, 80, 80 );
}

.contactform {
    margin: 2.0em 0 0 0;
    padding: 10px 10px 0 10px;
    border: solid 1px rgb( 200, 200, 200 );
    background-color: rgb( 240, 240, 240 );
}

.contactform fieldset {
    padding: 20px 0 0 0 !important /*Non-IE6*/;
    padding: 0 /*IE6*/;
    margin: 0 0 20px 0;
    border: solid 1px rgb( 220, 220, 220 );
}

.contactform fieldset legend {
    margin: 0 0 0 5px !important /*Non-IE*/;
    margin: 0 0 20px 5px /*IE6*/;
    padding: 0 2px 0 2px;
    color: rgb( 80, 80, 80 );
    font-weight: bold;
    font-size: 110%;
}

.contactform label.left {
    float: left;
    width: 100px;
    margin: 0 0 0 10px;
    padding: 2px;
    color: #FF6600
}

.contactform select.combo {
    width: 225px;
    padding: 2px;
    border: solid 1px rgb( 200, 200, 200 );
}

.contactform input.field {
    width: 325px;
    padding: 2px;
    border: solid 1px rgb( 200, 200, 200 );
    font-size: 11px;
}

.contactform textarea {
    width: 325px;
    padding: 2px;
    border: solid 1px rgb( 200, 200, 200 );
}

.contactform input.button {
    float: right;
    width: 9.0em;
    margin-right: 20px;
    padding: 1px !important /*Non-IE6*/;
    padding: 0 /*IE6*/;
    background: rgb( 230, 230, 230 );
    border: solid 1px rgb( 150, 150, 150 );
    text-align: center;
    color: rgb( 150, 150, 150 );
}

.contactform input.button:hover {
    cursor: pointer;
    border: solid 1px rgb( 80, 80, 80 );
    background: rgb( 220, 220, 220 );
    color: rgb( 80, 80, 80 );
}

/* Template Documents */

.list_docs {
    line-height: 22px;
}

.list_docs li {
    border-bottom: 1px solid #FF6600;
    list-style: none;
    margin-bottom: 3px;
}

.list_docs li a {
    padding-left: 22px;
}

.size {
    margin: 0 10px;
    padding: 0 5px;
    border-left: 1px solid #FF6600;
    border-right: 1px solid #FF6600;
    background: #FF6600;
}

span.markForDelete {
    text-decoration: line-through !important;
}

div.markForDeletedContent h1,
    div.markForDeletedContent h2,
    div.markForDeletedContent h3,
    div.markForDeletedContent h4,
    div.markForDeletedContent h5,
    div.markForDeletedContent td,
    div.markForDeletedContent table,
    div.markForDeletedContent div,
    div.markForDeletedContent {
    background-color: #ddc !important;
    background-image: none !important;
    text-decoration: line-through !important;
}

/* Home Page Slideshow Overrides */
div.slideshowHome {
    width: 675px;
}
div.slideshowHome div.slideshow-content div#controls {
    display: none;
}
div.slideshowHome div#slideshow {
    width: 100% !important;
}
div.slideshowHome div.slideshow-content {
    border: none;
    margin: 0px;
}
div.slideshowHome div.slideshow-content div#slideshow span.image-wrapper {
    padding: 0px;
}
div.slideshowHome div.caption-container div.photo-index {
    float: right;
}
div.slideshowHome div.caption-container {
    background-color: white;
    height: 68px;
    opacity: 0.7;
    filter:alpha(opacity=70);
    padding: 0 10px;
    margin-top: -78px;
    width: 629px;
}
div.slideshowHome div.caption-container div.caption {
    padding: 0 20px 5px;
}
div.slideshowHome div#slideshow span.image-wrapper a {
    line-height: 0px;
}
div.slideshowHome div#slideshow span.image-wrapper img {
    width: 649px;
}
div.slideshowHome div.navigation-container {
    margin: 0px;
}
div.slideshowHome div.navigation-container div.thumbsNavigation {
    display: none !important;
}
div.slideshowHome div.navigation-container div.thumbsEdit {
    display: block !important;
}
