/* 
    Document   : passeports
    Created on : 26-avr.-2012, 15:32:46
    Author     : jmeuriss
    Description:
        - Stylesheet specifically dedicated to the "Passeports pour le bac" web site
        - These styles augment or override base minisite stylesheets
        - Usage:
            - "site-specific" : elements that exist only in this website
            - "o.p" : overriden property
 */

html {  
    text-align: justify;
}

body {    
   background-color: #777777; 
     /*background-color: #3A4856;  o.p. */
    font: 100% Verdana, Arial, FreeSans, sans-serif;
}

/* site-specific : div added through javascript to handle gradient effect in banner*/
div#banner-gradient {
    position: absolute;
    left : 0;
    top: 0;
    width: 100%;
    height: 205px;
/*    background-image: url("img/bantop.png");
    background-position:center top;
    background-repeat:no-repeat;*/
    background-image: linear-gradient(left , rgb(196,0,29) 0%, rgb(255,255,187) 71%);
    background-image: -o-linear-gradient(left , rgb(196,0,29) 0%, rgb(255,255,187) 71%);
    background-image: -moz-linear-gradient(left , rgb(196,0,29) 0%, rgb(255,255,187) 71%);
    background-image: -webkit-linear-gradient(left , rgb(196,0,29) 0%, rgb(255,255,187) 71%);
    background-image: -ms-linear-gradient(left , rgb(196,0,29) 0%, rgb(255,255,187) 71%);
    background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgb(196,0,29)),
    color-stop(0.71, rgb(255,255,187))
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#C4001C', endColorstr='#FFFFBB', GradientType=1);/*  for IE */

    }

/* div giving size and position of page content 
   it contains the header (portal-top), main content (portal-columns) and footer (unnamed div)
*/
#visual-portal-wrapper {
    width: 968px; /* o.p. */
    margin-top: 0px;  /* o.p. */
}

#visual-portal-wrapper .row {
    padding-top: 1%;  /* o.p. */
    padding-left: 1%;  /* o.p. */
    padding-right: 1%;  /* o.p. */
}

/* div containing banner, main navigation bar, personal tools and siteactions  these are embedded
   into 2 other divs ".cell width-full position-0" (doesn't seem to be usefull) > #portal-header 
*/
#portal-top {
    background-color: transparent;  /* o.p. */
}

/********************************************************
*  BANNER                                               *
********************************************************/
/* div containing banner, main navigation bar, personal tools, siteactions divs, it is embedded
   into 2 other divs ".cell width-full position-0" (doesn't seem to be usefull) < #portal-top
*/
#portal-header {
    background-image: url("img/bonhomme_passeport_rouge_3.png") ;
    background-position: top left;
    background-repeat: no-repeat;
    height: 170px;
}

/* div containing the login/logout utility */
#portal-personaltools-wrapper {   
/* TODO : move to better place */
    position: absolute;
    right : 0px;
    top: 0px;
}
#portal-personaltools {
    margin: 0; /* o.p. */
    background-color: #FFFFBB; /* o.p. */
}
#portal-personaltools dt {
    background: none;
    padding: 5px; /* o.p. */
}
#portal-personaltools dd {
    background: #FFCC66; /* o.p. */
    padding: 5px; /* o.p. */
    margin-top: 3px;
    min-width: 95%;
    width: auto;
    border-radius: 5px 5px 5px 5px;
}
#portal-personaltools a {
    color: #777777 /* o.p. */
}

#personaltools-logout a:hover {
    background-color: #FFCC66 !important;
    border-radius: 5px 5px 5px 5px;
    font-weight: bold;
   
}

/* horizontal list containing frequent links in website top zone (contact, sitemap).
   They are hidden here*/
#portal-siteactions {
    display : none;
}

/* div containing usual searchbox, not useful here and therefore hidden */
#portal-searchbox {
    display : none;
}

/* placeholder for site-specific logo, not used here since the logo is embedded in the 
   background-image of #portal-header */
#portal-logo {
}

/* placeholder for title of website, not used here since the title is embedded in the 
   background-image of #portal-header */
#minisite-title {
    display: none;
}

/* horizontal list containing main navigation items :
   items are dynamically generated according to site sections and preferences */
#portal-globalnav {   
    margin-top: 101px; /* o.p. */
    float: left;
    background: transparent; /* o.p. */
    text-align: center;
    font-size : 78% !important;    
    margin-bottom:0px !important;
    margin-left:-5px;
}
#portal-globalnav li a{
    background: none repeat scroll 00 #7E0011; /* o.p. */
    color: #EEEEEE; /* o.p. */
    min-width: 80px; 
    margin-left:5px;
   border-right: 0em solid !important;
    
    border-radius: 5px 5px 0 0;
}
#portal-globalnav li a:hover, #portal-globalnav .selected a, #portal-globalnav .selected a:hover{
    /*background: none repeat scroll 00 #C4001C; /* o.p. */
    /*color: #EEEEEE; /* o.p. */
    background: none repeat scroll 00 #FEFEFE; /* o.p. */
    color: #000000; /* o.p. */
    border-radius: 5px 5px 0 0;

}

#portal-globalnav li a.login{
    background: none ; /* o.p. */
    color: #EEEEEE; /* o.p. */
    min-width: 30px; 
    border: 0;
    padding: 0;
    vertical-align: -8px;
    /*border-right: 0.1em solid #EEEEEE;*/ /* o.p. */
}

/* site-specific rule for this tab in order to display buddy's arm over the tab */
#portaltab-index_html a {
    background-image: url("img/bras2.png") !important;
    background-position: -4px -3px !important;
    background-repeat: no-repeat !important;
    text-indent: 8px;
}
#portal-globalnav li.logimg a{
    background: none repeat scroll 00 #7E0011; /* o.p. */
    color: #EEEEEE; /* o.p. */
    min-width: 10px;
    width: 30px; 
    height: 26px;
    border-right: 0.1em solid #EEEEEE; /* o.p. */
    padding: 2px 0 2px 0;
    vertical-align: middle;
}

/********************************************************
*  BANNER END                                           *
********************************************************/

/********************************************************
*  MAIN CONTENT STRUCTURE                               *
********************************************************/
/* div containing main content, that is left navigation column and main content */
#portal-columns {
    position: relative;
    box-shadow: 5px 5px 5px #333333; 
    border-radius: 10px 10px 10px 10px;
    background: #FEFEFE;
}

/* div embedding main information content */
#portal-column-content {
}

/* div containing breadcrubs */
#portal-breadcrumbs {
    display: none;
}

/* div embedding navigation column */
#portal-column-one {
}

#portal-column-one .portletNavigationTree {
    margin: 0.5em 0 1em 0;
}

#portal-column-one div.managePortletsLink {
    background-color: #7E0011;
}
#portal-column-one div.managePortletsLink:hover {
    background-color: #C4001C;
}
#portal-column-one div.managePortletsLink a {
    color: #EEEEEE;
}
#portal-personaltools-wrapper a.managePortletsFallback, a.managePortletsFallback {
    background-color: #FFCC66;
    color: #777777;
    padding: 0 0.75em;
    text-align: left;
    font-size: 100%;
}
#portal-personaltools-wrapper a.managePortletsFallback:hover, a.managePortletsFallback:hover {
    background-color: #FFCC66;
    border-radius: 0 5px 5px 0;
    font-weight: bold;
}

#content {
    margin: 0.5em 0.25em 2em 0.25em;
}

#viewlet-below-content {
    position: relative;
    top: -15px;
    left: 4px;
}

#portal-columns #panneauxParent {
    background-image: url("img/bonhomme_index-fond.png")  ;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: #FEFEFE;
    height: 460px;
}

#panneauxParent {
    position: relative;
    top: 0px !important;
    left: 0px;
}

#panneaux {
    position: relative;
    top: 110px;
    left: 470px;
}

dl.portletNavigationTree dt.portletHeader {
    min-height: 53px;
    padding:0px;
    background-color: transparent; /* o.p. */
    background:url("img/topmen3.png")no-repeat; /* o.p. */ 
}

ul.navTree.navTreeLevel0 {
    background: url("img/bacmen.png")repeat-y; /* o.p. */  
    text-align:left !important;
    padding-left:10px;
}

dl.portletNavigationTree dd.lastItem {
    background-color: transparent;
    background: url("img/botmen6.png")no-repeat; /* o.p. */  
    background-position:bottom;
    padding-bottom: 42px; /* o.p. */
}
dd.portletItem ul.navTreeLevel0 > .navTreeItem {
   border-bottom: 1px solid #000000; /* o.p. */
   border-color: transparent;
   padding-left: 0.5em; /* o.p. */
}
 
dd.portletItem ul.navTreeLevel0 .navTreeItem a {
    background: url("img/puce1.png") 0em 0.35em no-repeat; /* o.p. */   
    color: #000000; /* o.p. */
    padding-left: 20px !important; /* o.p. */
}
dd.portletItem ul.navTreeLevel0 .navTreeItem a:hover {
    background: url("img/puce2.png") 0em 0.35em no-repeat; /* o.p. */
    color: #000000 !important; /* o.p. */
    padding-left: 20px !important; /* o.p. */
}
dd.portletItem ul.navTree a.navTreeCurrentItem {
    color: #000000;
    border-left: 0em;
    margin-left: 0em;
    margin-right: 0em;
}

.state-private span {
    color: purple;
    padding: 3px;
}

.state-internal span {
    color: orange;
    padding: 3px;
}

.state-public span {
    color: black;/* o.p. */
    padding: 3px;
}

.state-missing-value span {
    color: black;/* o.p. */
    padding: 3px;
}

/********************************************************
*  EDIT BAR AND EDIT FORM BAR                                          *
********************************************************/
#edit-bar {
    margin: 0 1em 1em 1em;
    background-color: #7E0011;
    border: 0.25em solid #7E0011;
    border-bottom-style: none;
}

#content-views {
    background-color: #7E0011;
}

#content-views a {
    color: #EEEEEE;
}

#content-views li.selected a, #content-views li a:hover, li.formTab a.selected, li.formTab a:hover {
    background: none repeat scroll 0 0 #C4001C;
    color: white;
}

#contentActionMenus {
    background-color: #7E0011;
}

#contentActionMenus dl.actionMenu a {
    background-color: #7E0011;
    color: #EEEEEE;
    z-index: 5;
}

#contentActionMenus dl.actionMenu.activated dt a {
    background-color: #C4001C;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0 0.75em;
    font-weight: bold;
}

#contentActionMenus dl.actionMenu.activated dd {
    background-color: #C4001C;
    color: #EEEEEE;
    z-index: 5;
    border-bottom: 0.5em solid #C4001C;
    right: -3px;
}

#edit-bar dt.actionMenuHeader a:after {
    content: " ▼";
}

#edit-bar dt.actionMenuHeader .arrowDownAlternative {
    display: none;
}

#edit-bar dd.actionMenuContent a {
    background-color: #C4001C;
}

#edit-bar dd.actionMenuContent a:hover {
    background-color: #EE556A;
}

#plone-contentmenu-workflow span.state-private {
    background-color: purple;
    border: 0.1em solid purple;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    color: black !important;
    padding: 0 0.5em;
}

#plone-contentmenu-workflow span.state-internal {
    background-color: orange;
    border: 0.1em solid orange;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    color: black !important;
    padding: 0 0.5em;
}

#plone-contentmenu-workflow span.state-public {
    background-color: yellow;
    border: 0.1em solid yellow;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    color: black !important;
    padding: 0 0.5em;
}

#content ul.formTabs {
    background-color: #BBBBBB;
    border: 0.3em solid #BBBBBB;
    border-style: solid solid none solid;
}

#content li.formTab a.selected, #content li.formTab a:hover {
    background: #DDDDDD;
    color: #C4001C;
}

/********************************************************
*  EDIT BAR END                                         *
********************************************************/

/********************************************************
*  INFO BOX                                             *
********************************************************/
dl.portalMessage {
    border: 1px solid #7E0011;
    background-color: #FFFFBB;
    margin: 1em 0.25em;
    border-radius: 5px;
}

dl.portalMessage dt {
    background-color: #7E0011;
    padding: 3px;
    color: white;
}

dl.portalMessage dd {
    margin-left: 45px;
    text-align: justify;
}

dl.portalMessage dd a {
    color: #7E0011;
}

dl.portalMessage dd a:hover {
    color: #C4001C;
}
/********************************************************
*  INFO BOX END                                          *
********************************************************/

/********************************************************
*  MAIN CONTENT STRUCTURE END                           *
********************************************************/

/********************************************************
*  STYLES FOR TABLES AND DLS                            *
********************************************************/

table.dataTable {
    width: 100%;
}

.dataTable td, .dataTable th {
    padding: 10px;
    border-bottom: 1px solid #EEEEEE;    
    vertical-align: top;
}

.dataTable tbody tr:nth-child(even) {
    background: #EEEEEE;       
}

.dataTable th {
    text-align: left;
    border-bottom: 1px solid #BBBBBB;
    background-color: #CCCCCC;    
}

#resultTable th {
    text-align: center;
}

.dataTable tr:first-child th:first-child {
    border-radius: 6px 0 0 0;  
}

.dataTable tr:first-child th:last-child {
    border-radius: 0 6px 0 0;
}

.dataTable tr:first-child th:only-child {
    border-radius: 6px 6px 0 0;
}

.dataTable tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
    border-bottom: none;
}

.dataTable tr:last-child td {
    border-bottom: none;
}

.dataTable tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
    border-bottom: none;
}

.dataTable .botBordered {
    border-bottom: 1px solid #C4001C;
}

.dataTable .noBorder {
    border: none;
}

#passportDetails dt, #adminDataForm dt, #resultForm dt {
    background: none repeat scroll 0 0 #3A4856;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    color: white;
    float: left;
    margin: 0 0 0.4em 0;
    padding: 5px;
    text-align: right;
    width: 30%;
}

#passportDetails dd {
    background: none repeat scroll 0 0 #F3F5F7;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin: 0 0 0.4em 0.4em;
    padding: 5px;
    width: 67%;
}

#resultForm dd span {
    color: #3A4856;
}

#adminDataForm, #resultForm, #authForm {
    background: none repeat scroll 0 0 #FEFEFE;
    border-radius: 5px 5px 5px 5px;
    color: black; 
    padding: 0px;
}

#adminDataForm fieldset, #resultForm fieldset, #authForm fieldset {
    border-style: none none none none;
    margin:0px;
    padding:0px;
}

#adminDataForm legend, #resultForm legend {
    display: none;
}

#adminDataForm dd, #resultForm dd {
    background: none repeat scroll 0 0 #F3F5F7;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin: 0 0 0.4em 0.4em;
    padding: 5px;
    width: 67%;
}

#authForm {
    width: 40%;
    margin: auto;
    padding-top: 15px;
}

#authForm dt {
    background: none repeat scroll 0 0 #3A4856;
    border-radius: 5px 5px 5px 5px;
    clear: both;
    color: white;
    float: left;
    margin: 0 0 0.4em 0;
    padding: 5px;
    text-align: right;
    width: 40%;
}

#authForm dd {
    background: none repeat scroll 0 0 #F3F5F7;
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin: 0 0 0.4em 0.4em;
    padding: 5px;
    width: 45%;
}

#skillEditList li
{
    padding: 1px 0;
}

#button-line
{
    text-align: center;
}

#button-line input {
    padding: 3px;
}

.markRequired:before {
    content: '* ';
    color: #C4001C;
}

.instance {
    color: #C4001C;
}

.hidden {
    display: none;
}

.assessment0, .assessment1, .assessment2, .assessment3 {
    text-align: center;
    vertical-align: text-top;
}

.assessment0:after {
    content: url('img/greylight.png');
}

.assessment1:after {
    content: url('img/greenlight.png');
}

.assessment2:after {
    content: url('img/yellowlight.png');
}

.assessment3:after {
    content: url('img/redlight.png');
}

div.manageLink {
    text-align: center;
    background-color: #7E0011;
    border-radius: 0.5em 0.5em 0.5em 0.5em;
    margin: 0 auto 1em;
    padding: 0.25em 0.5em;
    text-align: center;
    float: left;
}

div.manageLink:hover {
    background-color: #C4001C;
}

#myContent div.manageLink a:link, #myContent div.manageLink a:visited, #myContent div.manageLink a:hover {
    color: #EEEEEE !important;
    text-decoration: none;
}

#myContent a {
    text-decoration: none;
}

#myContent dt {
    font-weight: bold;
}

/********************************************************
*  STYLES FOR RESULT CARD                               *
********************************************************/
#globalScore {
    background-color: #3A4856;
    margin: auto;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 5px;
    color: white;
    padding: 3px 7px;
    width: 200px;
}

#foreword {
    margin-top: 5px;
}

#resultsBox {
    background-color: #DDDDDD;
    padding: 10px;
}
#resultsBox .feedbackTable { 
    border-spacing: 5px; 
    border-collapse: separate;
    border: 1px solid #CCCCCC; 
    width: 90%;
    margin: auto;
    margin-top:5px;
    margin-bottom:25px;
    padding: 0px;
}

#resultsBox .feedbackTable td { 
    background-color: #FEFEFE; 
    padding: 3px; 
}

.pass, #resultsBox td.pass
{
    background-color: LimeGreen;
}

.partial, #resultsBox td.partial
{
    background-color: orange;
}

.fail, #resultsBox td.fail
{
    background-color: crimson;
}

.passBordered
{
    padding: 3px;
    border: 1px solid limeGreen;
}

.partialBordered
{
    padding: 3px;
    border: 1px solid orange;
}

.failBordered
{
    padding: 3px;
    border: 1px solid crimson;
}

.final-message 
{
    width: 500px;
    margin: auto;
    margin-top: 15px;
    margin-bottom:15px;
    padding: 5px;
    background: #3B3B3B;
    color: #EEEEEE;
    font-weight: bold;
    text-align: center;
}
/******************MISE EN FORME DES STYLES***********************/
/*****************************************************************/
/*****************************************************************/

/*image*/
img {
    border : none !important;
}

/*Paragraphe standard*/
p {
    font: 100% Verdana, Arial,FreeSans,sans-serif !important;
    /*couleur de la police par defaut*/
    color: Black;
    padding-left:0.5em;
    padding-right:0.5em;
}

/*Titre principal de la page*/
h1 {
    font-family: 'century gothic' !important;
    color: #FFFFFF;
    font-size: 140%;
    background-color: rgb(196,0,29);
    margin-top: 1.2em;
    margin-bottom: 1em;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    line-height: 1.5em;
}

/* Description du document present sous le Titre principal*/
#content .documentDescription {
    padding: 0.7em;
    margin-top: 0.3em;
    border-left: 0.2em solid rgb(196,0,29);
}

/*Titre*/
h2 {
    font-family: 'century gothic' !important;
    color: white;
    font-size: 130%;
    font-weight: normal;
    margin-top: 1.2em;
    margin-bottom: 1em;
    border-left: 30px solid #E16628;
    border-right: 30px solid #E16628;
    border-radius: 5px 5px 5px 5px;
    padding-left: 10px;
    background-color: #E16628;    
}

/*Sous-titre*/
h3 {
    font-family: 'century gothic' !important;
    color: black;
    font-size: 115%;
    font-weight: normal;
    margin-top: 1em;
    margin-bottom: 0.5em;
    padding-left: 10px;
    border-left: 30px solid #ffcc33;
    border-right: 30px solid #ffcc33;
    border-radius: 5px 5px 5px 5px;
    background-color: #ffcc33;
}

#content a:link, #content a:visited {
    color: #C4001C;
    /*font-style:italic;*/
}
#content a:hover {
    color: #C4001C !important;
    text-decoration:underline;
    /*font-style:italic;*/
}

/*Litteral*/
#content pre {
    background-color: rgb(255,255,187);
    color: black;
    font-family: "Courrier New";
}

/*Mise en exergue*/
#content .pullquote{
    float: right;
    width: 50%;
    clear: right;
    letter-spacing: -0.08em !important;
    font-weight: lighter;
    line-height: 1.25em;
}

/*Citation*/
#content .callout{
    padding: 1em;
    background-color: #FFFFbb;
    clear: both;
    border-left: 10px solid #ffcc33;
    border-radius: 5px 5px 5px 5px;
   /* background-image: url("./img/guillemet.png") ;
    background-repeat: no-repeat;*/
}

/*Discret*/
#content .discreet, #sidebar .discreet{
    font-size: 85%;
    color: rgb(102,102,102);
}

/*Surlignage*/
#content .visualHighlight {
    background-color: #FFE577;
}

/*image integre dans le texte a gauche*/
img.included-left{
    float: left;
    margin: 0 8px 0 0;
}
/*image integre dans le texte a droite*/
img.included-right{
    float: right;
    margin: 0px 0px 20px 10px;
}

/*fleche navigation gauche*/
a.previous {
    padding-top: 2.1em !important;
    padding-bottom: 1.7em !important;
    padding-left: 1.7em !important;
    background-image: url("./img/flecheg2.png") ;
    background-repeat: no-repeat;
    border-style: none !important;
}
/*fleche navigation droite*/
a.next {
    padding-top: 2.1em !important;
    padding-bottom: 1.7em !important;
    padding-right: 1.7em !important;
    background-image: url("./img/fleched2.png");
    background-position: right top;
    background-repeat: no-repeat;
    border-style: none !important;
}

/*************************************************
**************************************************
**************************************************
* STYLES FOR BACKEND                             *
**************************************************
**************************************************
*************************************************/
* {
    margin: 0;
    padding: 0;
}

#mainContainer {
    width: 1000px; 
    margin: 0px auto 0px auto;  
    
}

#mainContainer .row {
    padding: 1% 1%;  
}

#mainContainer > .row {
    padding: 1% 1%;  
    width: 94%;
}

#topContainer {
    background-color: transparent;
}

div.row {
    float: left;
    display: block;
    position: relative;
}

div.width-full-cell {
    position: relative;
    float: left;
    left: 100%;
    margin-left: -98.875%;
    width: 97.75%;
}

#banner {
    background-image: url('img/bonhomme_passeport_rouge_3.png');
    background-position: top left;
    background-repeat: no-repeat;
    height: 170px;
    position: relative;
    z-index: 4;
}

#subbanner {
    float: left;
    background: none;
    text-align: center;
    clear: both;
    margin: 147px 0 1em 0;
    list-style: none;
}

#subbanner {
    padding: 0.5em 1em;
    background-image: url('img/bras2.png');
    background-position: -4px -3px !important;
    background-repeat: no-repeat;
    background-color: #7E0011;
    height: 15px;
    color: #EEEEEE;
    border-bottom: none !important;
    width: 96%;
}

#subbanner li {
    
}

#columns {
    position: relative;
    box-shadow: 5px 5px 5px #333333;
    border-radius: 10px 10px 0 10px;
    background-color: white;
}

#columns #myContent {
    line-height: 1.5em;
    clear: both;
    font-size: 80%;
}

#myContent table {
    text-align: left;
    border-collapse: collapse;
    border-spacing: 0px;
    font-size: 90%;
}

#myContent ul {
    list-style-type: disc;
    margin-left: 2em;
}

#myContent #skillEditList {
    list-style-type: none;
    margin-left: 0;
}

#adminFormData select.error option, #adminDataForm input.error {
    background-color: white;
    border: 2px solid #C4001C;
    
}
label.error {
  /* supply height to ensure consistent positioning for every browser */
  /*height:15px;*/
  /*background-color:#C4001C;
  border:1px solid #E1E16D;*/
  font-size:11px;
  color: #C4001C;
  padding: 3px 10px;
  margin-left: -2px;
  font-weight:bold;
 

  /* CSS3 spicing for mozilla and webkit */
  
}

/* styling for result button */
.halfWidth {
    width: 50%;
    margin: auto;
}

#myButton {
    border: 1px solid lightgrey;
    padding: 5px;
    background-color: buttonface;
    border-radius: 5px;
    color: #3B3B3B !important;
    text-align: center;
    font-weight: bold;
}

#myButton a.external-link {
    color: #3B3B3B;
}

.mySpacer {
    clear: both;
}

#portal-footer{
    padding:0.2em;
    color : black;
    background : #EEEEEE;
    box-shadow: 5px 5px 5px #333333; 
    border-radius: 10px 10px 10px 10px;
    width:927px;
    margin-left:-30px;
    text-align:center !important;
    font-size: 65%;
    margin-bottom:25px;
}

a.popupLink:link, a.popupLink span{
color: black !important;
text-decoration: none;
}

a.popupLink:hover, a.popupLink:hover span {
color:white !important;
text-decoration: none !important;
}
