body {
    background: #FFFFFF;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    /*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}
.screen #container {
    font: inherit;
    width: 960px;  /* this will create a container 80% of the browser width */
    background: #FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    border: 0px solid #000000;
    text-align: left; /* this overrides the text-align: center on the body element. */
}

#divsupportform img {
    clear: none;
    margin-bottom: -3px;
    margin-top: 8px;
}
.screen #container #mainContent #login{
    margin-top: 15px;
    width: 280px; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 30px; /* top and bottom padding create visual space within this div  */
    border: 1px dashed #1B6679;
    background-image: url(../images/SISO-HEADER-BG_20080417_V1.jpg);
    background-repeat: repeat;
}
.screen #header {
    /*padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    background-image: url(../public/images/layout/header_bg.jpg);
    background-repeat: repeat;
    font-size: 70%;
    color:#2F90A0;
}
.screen #mainContent #welcome{
    margin: 0 20px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
    float:left;
}
.screen #mainContent #login{
    margin-top: 15px;
    float: right;
    width: 250px; /* the background color will be displayed for the length of the content in the column, but no further */
    padding: 30px; /* top and bottom padding create visual space within this div  */
    border: 1px dashed #1B6679;
    background-image: url(../images/SISO-HEADER-BG_20080417_V1.jpg);
    background-repeat: repeat;
}
.screen #header p{
    margin: 2px 5px 2px 2px;
    padding: 0;
}
.screen #mainmenu {
    /*background: #006633;*/
    margin: 5px 0;
    padding: 5px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
    border: 1px solid #EAF8FB;
    clear: left;
    height: 30px;
    text-transform: uppercase
}
.screen #mainContent {
    padding: 10px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background: #FFFFFF;
}
.screen #mainContent #breadCrumb{
    font-size:70%;
}

.screen #mainContent #breadCrumb a{
    color: #1B6679;
    text-decoration: none;
    clear: none;
    float: none;
}
.screen #mainContent #contentBody{
    font-size: 12px;
}

.screen #mainContent #contentBody p{
    font-size: 12px;
    float: left;
    clear: both;
}

.screen #mainContent #contentBody ul{
    clear: both;
    float: left;
    line-height: 19px;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
}
.screen #mainContent #infoContent ul li{
    margin: 0;
    padding: 0 0 0 20px;
    border: none;
}

.screen #mainContent #contentBody li{
    border-bottom: 1px solid #D3DADE;
    list-style-type: none;
    padding: 8px 0 6px;
    text-decoration: none;
}

.screen #mainContent #contentBody ul li ul li{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color #F3F3F3;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    list-style-type: none;
    text-decoration: none;
}

.screen #mainContent #contentBody ul li ul li ul li{
    border: none;
    list-style-type: none;
    text-decoration: none;
}

.screen #mainContent #contentBody ul li ul li ul{
    list-style-type: none;
    text-decoration: none;
    border: none;
}

.screen #mainContent #contentBody #infoTree{
    clear: both;
    float: left;
    padding: 3px 10px 15px 0;
    width: 200px;
}
.screen #mainContent #contentBody #infoTree img{
    border: 0px solid #EAF8FB;
    margin: 0;
    float: none;
}
.screen #container #mainContent #contentBody #infoContent{
    clear: none;
    float: left;
    margin-left: 21px;
    margin-top: 0px;
    padding: 0 0 10px;
    width: 74%;
}
.screen #mainContent #contentBody img{
    border: 2px solid #EAF8FB;
    margin: 0 5px 5px 0;
    float:left;
}
.imgHome{
    border: 2px solid #EAF8FB;
    float: left;
    margin: 0 5px 5px 0;
}
.screen #footer {
    background-image: url("../public/images/layout/header_bg.jpg");
    background-repeat: repeat-x;
    clear: both;
    float: left;
    font-size: 0.8em;
    margin: 10px 0 0;
    padding: 0 10px;
    width: 100%;
}
.screen #footer p {
    float: left;
    font-size: 1em;
    margin: auto 0;
    padding: 13px 0 5px;
}

.screen #footer ul{
    float: right;
    list-style-type: none;
    margin: 1px 20px 0 0;
    padding-bottom: 10px;
    padding-left: 13px;
    padding-top: 3px;
}

.screen #footer ul li{
    color: #000000;
    display: inline-block;
    float: none;
    list-style-type: none;
}

.screen #footer ul li a{
    color: #000000;
    text-decoration: none;
}

.just-modal {
    padding: 10px;
    height:100%;
    background:#FFFFFF;
    border: 1px solid #CCC;
}
.modal {
    padding: 10px;
    height:100%;
    background:#FFFFFF;
    border: 1px solid #CCC;
}

.modal input {

    background:#EFEFEF;
    border: 1px solid #CCCCCC;
    width: 100px;
    height: 15px;
    font-size: 18px;
    margin: 5px 10px;
}
.modal:hover {
    /* background:url(submit-btn-bg-hover.gif)
         repeat-x 0 0;*/
    color:#ffffff;
    border:1px solid #5f5f5f;
    background-color: #00cccc;
}

.modals {
    padding: 10px;
    height:100%;
    background:#FFFFFF;
    border: 1px solid #CCC;
}

.modals input {

    background:#EFEFEF;
    border: 1px solid #CCCCCC;
    width: 200px;
    height: 50px;
    font-size: 18px;
    margin: 5px 10px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
    float: right;
    /*margin: 3px 0 0 8px;*/
}
.fltlft { /* this class can be used to float an element left in your page */
    float: left;
    /*margin-right: 8px;*/
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*LINKS*/

.screen #footer a:link{
    color: #1B6679;
    text-decoration: none;
}
.screen #header a:link{
    color: #1B6679;
}
.screen #mainContent a:link{
    clear: both;
    color: #1B6679;
    float: left;
    text-decoration: none; 
}
#showForm > img {
    clear: both;
    float: left;
}

.screen #mainContent #showForm a:link{
    clear: none;
    color: #1B6679;
    float: left;
    text-decoration: none; 
}
.screen #mainContent p a:link {
    clear: none;
    color: #1B6679;
    float: none;
    text-decoration: none;
    text-align: center;
}

.screen #mainContent .AccordionPanelContent a:link {
    clear: none;
    color: #1B6679;
    float: none;
    text-decoration: none;
}
.screen #header a:visited,
.screen #mainContent a:visited{
    color: #1B6679;
}
.screen #header a:hover,
.screen #mainContent a:hover,
.screen #footer a:hover{
    color: #1B6679;
}
.screen #header a:active,
.screen #mainContent a:active{
    color: #1B6679;
}
/*LINKS*/

/*TEXT STRYLES*/
h1{
    font-size: 120%;
    clear: both;
    float: left;
}

h4 {
    clear: both;
    float: left;
}

.clean-yellow{
    border:solid 1px #DEDEDE;
    background:#FFFFCC;
    color:#222222;
    padding:4px;
    text-align:center;
}


.clean-yellow-left{
    /*   border:solid 1px #DEDEDE;
       background:#FFFFCC;
       color:#222222;
       padding:4px;
       text-align:left;*/
}

.screen #div-infodetail{
    margin-left:30px;

}

.screen #div-infodetail h4{

    margin-bottom: 0px;
    margin-top: 25px;
}

.required {
    color: #ff0000;
}

a img { border: 0; } /* firefox */
address { font-style: normal; }
.v3, .v3 #container { font: 13px FreeSans, Arial, sans-serif; }
.v3 input { font-family: FreeSans, Arial, sans-serif; }
.v3 a { 
    color: #337799;
    cursor: pointer;
    text-decoration: none; }
.v3 #mainContent { clear: left; }
.v3 #mainContent #contentBody h1 { color: #222; font-size: 1.8em; }
.v3 #mainContent #contentBody h3 {
    clear: both;
    float: left;
    margin: 1em 0;
    padding: 0;
}

.v3 #mainContent #contentBody p#info{
    float: left;
    clear: none;
    width: 70%;
    margin-top: 1em;
}

.v3 #mainContent .acessibility { margin-top: 1em; clear: both; float: left; }
.v3 #mainContent #info { margin-top: 1em; }
.v3 #mainContent .acessibilitySymbol{
    clear: both;
    float: left;
    margin: 1em 0 3em;
}
.v3 form, .v3 #mainContent #contentBody form { margin: 0; padding: 0; }
.v3 #mainmenu { height: 30px; font-size: 1.2em; clear: left; text-transform: uppercase; }

.v3 table, .v3 #tbl_spry  { 
    border-collapse: collapse; 
    border: 0; 
    width: 100%; 
    margin-top: 1em; 
}
.v3 #ajuda{
    border: none;
    width: auto;
    margin-top: 1em;
}
.v3 thead tr, .v3 #tbl_spry thead th { 
    background: #d3dade; 
    color: #333; 
    border-right: 0; 
    cursor: text; 
}

.v3 tbody tr{ 
    color: #666; 
    border: 0; 
    background: #fafafa; 
    border-bottom: 1px solid #eee; 
}

.v3 #ajuda tbody tr{
    color: #000000;
    border: none;
    background-color: #ffffff;
}
.v3 tbody td{
    border-top: 1px solid #eee; 
} /* IE 6 */

.v3 #ajuda tbody td{
    border: none; 
}

.v3 td strong                        { font-size: 1.3em; display: block; color: #222; }
.v3 th, .v3 td, .v3 #tbl_spry td     { border: 0; border-right: 1px dotted #ccc; padding: 5px 8px; }
.v3 #tbl_spry tbody th               { background: none; border: 0; color: #444; }
.v3 th a { cursor: pointer; }

caption {
    text-align:left;
    background: #16647a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.01,rgba(255,255,255,.03)), color-stop(.99,rgba(0,0,0,.03)));
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    font-weight: bold;
    padding: 0 8px;
    line-height: 30px;
}

caption a {
    float: right;
    margin-top: 8px;
}

tfoot { font-weight: bold; }

.v3 #container {
    text-align: left; /* this overrides the text-align: center on the body element. */
    font: inherit; }

.v3 #header { height: 135px; }
.v3 #footer { 
    font-size: 1em;
}
.v3 #footer p {  
    font-size: 1em;
    padding: 13px 0 5px;
}
/*.v3 #header {
    color: #222;
    margin:0;
    background: #b5dce5 url('../images/h.jpg') repeat-x;
    border: 0;
    height: 25px;
    text-align: left;
    padding: 7px 10px 0; }

.v3 #header h1 {
  text-align: left;
  margin: 0 1em 0 0;
  padding: 0;
  font-size: 13px;
  float: left;
}

.v3 #navMenu { height: 30px; border-bottom: 1px solid #d8e3e6; border-top: 1px solid #eef4f7; }
.v3 #navMenu a:hover { background-color: #eef4f7; color: #558495; }

#auth { float: right; }

.v3 ul.MenuBarVertical, .v3 ul.MenuBarVertical li { width: auto; height: 30px; background: #e1ecef; }
.v3 ul.MenuBarVertical li { float: left; background: #e1ecef; }
.v3 ul.MenuBarVertical li a {
  float: left;
  border: 0;
  border-left: 1px solid #cadcdf;
  border-right: 1px solid #edf4f5;
  width: auto;
  background: #e1ecef url('../images/sprites.bi.nav.gif') no-repeat 0 30px;
  padding: 8px 12px 8px 25px;
  font-weight: bold;
  color: #558495;
}*/
#n-vistasglobais a { background-position: -83px 7px; }
#n-adesoes a { background-position: -52px -23px; padding-left: 32px; }
#n-cheques a { background-position: -23px -54px; padding-left: 27px; }
#n-proteses a { background-position: 7px -84px; padding-left: 29px; }

.v3 .icon-error { background-color: #f5efe9; border-color: #be8787; color: #be8787; padding: 0; }
.v3 #mainContent #contentBody .icon-error h2 {
    background: #be8787; color: #f5efe9;
    margin: 0; padding: 7px 0 7px 15px; text-shadow: 1px 1px 2px #9e6767; border-bottom: 1px solid #9e6767; }
.v3 #mainContent #contentBody .icon-error h2 + * { border-top: 1px solid #fff; }
.v3 #mainContent #contentBody .icon-error p { color: #ad6e6e; margin: 0; padding: 1em; }

.button { background: #16647a; color: #fff; border: 0; padding: 5px 10px; font-weight: bold; -webkit-border-radius: 3px;
          background-image: -webkit-gradient(linear, left top, left bottom, color-stop(.01,rgba(255,255,255,.03)), color-stop(.99,rgba(0,0,0,.03)));
}
input[type='button']:hover, .button:hover { background-color: #36849a; }
.button:active { background-color: #222; }

.v3 .clean-blue, .v3 .clean-yellow-left { margin-bottom: 15px; padding: 1em; }
.v3 .clean-yellow { 
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #F5EFDC;
    border-color: -moz-use-text-color -moz-use-text-color #D8D3C2;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 1em;
    text-align: left;
    width: 100%;
}

/* Candidaturas - 2011/05/30 */

.clear {clear: both; }
.sortable li { cursor: move; }
.sortable li:hover { background: #eef; }
.sortable li:active { background: #cdf; }
.aside { float: right; width: 460px; margin-left: 20px; }

input[type='text'], input[type='password'], input[type='email'], textarea {
    border: 1px solid #eeeeee;
    border-top-color: #cccccc;
    border-right-color: #cccccc;
    padding: 3px; }

.button, input[type='button'], input[type='submit'], button {
    background: none repeat scroll 0 0 #00738A;
    border: 0 none;
    border-radius: 3px 3px 3px 3px;
    color: white !important;
    font-family: FreeSans,Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: -4px;
    padding: 0.5em 1em;
    vertical-align: bottom;
}

.button:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover{
    background-color: #36849a;
/*    padding: 0.5em 1em;*/
}

span#btcontainer {
    clear: both;
    float: right;
    margin-top: 3em;
}

.button:disabled,
input[type='button']:disabled,
input[type='submit']:disabled,
button:disabled {
    opacity: .5;
}

.button.big { font-size: 1.5em; }
.button.inline, input[type='button'].inline, input[type='submit'].inline, button.inline {
    display: inline-block;
    padding: 0.25em 0.75em; }
.half { 
    clear: none;
    float: left;
    margin-right: 20px;
    width: 460px;}

#cta { text-align: center; position: relative; top: 3.5em; }
#splash { padding: 2em 0 1em; overflow: hidden; }


#studyDetails p{
    clear: both;
    float: left;
    font-size: 12px;
    margin-bottom: 4px;
    margin-top: 2px;
    padding: 9px;
}

#studyDetails #title{
    font-size: 14px;
    font-weight: bold;
}

#studyDetails #publicationsList{
    clear: both;
    float: left;
    font-size: 12px;
    margin-bottom: 2px;
    margin-top: 0;
}

#studyDetails #publicationsList li{
    list-style-type: decimal;
    padding-bottom: 3px;
    padding-top: 4px;
}


.v3 #mainContent #contentBody .about h1{
    color: #222; font-size: 1.8em; 
}

.v3 #mainContent #contentBody .about{
    clear: both;
    float: left;
    width: 100%;
}
.v3 #mainContent #contentBody #links{
    float: left;
    margin-top: 45px;
    width: 30%;
}
.v3 #mainContent #contentBody #tablenews{
    clear: both;
    float: left;
    width: 100%;
}
.v3 #mainContent #contentBody #links li a{
    background-color: #FFFFFF;
    border-bottom: 1px solid #EAF8FB;
    color: #2F90A0;
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding: 7px;
    text-decoration: none;
    text-transform: uppercase;
}

.v3 #mainContent #contentBody #links li a:hover{
    background-color: #2F90A0;
    border-bottom: 1px solid #EAF8FB;
    color: #ffffff;
    cursor: pointer;

    font-size: 14px;
    /*padding: 7px;
    display: block;
    text-transform: uppercase;*/
    text-decoration: none;

}

#onsoStudies{
    margin-top: 25px;
}

#tableStudies {
    clear: both;
    float: left;
}

/*loading in studies onso*/
#contentTable{
    margin: 0 auto;
    width: 960px;
}
p#loading{
    clear: both;
    margin-top: 60px;
    text-align: center;
}
P#loading span{
    display: block;
    margin-top: 20px;
}

/*uxp.core outubro de 2012*/
#supportform > div {
    clear: both;
    float: left;
    font-family: helvetica,arial,sans-serif;
    font-size: 15px;
    margin-top: 20px;
}

#divsupportform tr {
    border: medium none;
    line-height: 30px;
}

#supportform > table {
    clear: both;
    float: left;
}

#contentBody ol li {
    clear: both;
    float: left;
}

#onsoStudies > p {
    clear: both;
    float: left;
}

h2 {
    clear: both;
    float: left;
}

#contentBody #spryregion2 {
    clear: both;
    float: left;
    margin-top: -25px;
    width: 103%
}

.screen #mainContent #contentBody h2 a:link {
    clear: none;
    color: #1B6679;
    float: none;
    text-decoration: none;
}

#contentBody > #spryregion1 {
    clear: both;
    float: left;
}

#spryregion1 > p {
    clear: both;
    float: none;
    text-align: center;
}

#contentBody > #spryregion1 p{
    clear: both;
    margin: 0 auto;
    text-align: center;
    width: 945px;
}

.spryAccordianBottomP{
    clear: both;
    margin: 10px auto 0;
    text-align: center;
    width: 945px;
}


.half > p {
    clear: both;
}


#welcome > p {
    clear: both;
}

#divsupportform #formAjuda{
    background-color: #ffffff;
    border: none;
}

.v3 #formAjuda td {
    background: none repeat scroll 0 0 white;
    border: medium none;
}

#mainContent #contentBody .clean-blue > a:link {
    clear: none;
    float: left;
    font-size: 14px;
    margin-top: 9px;
}

#pagamentosSiso tbody tr{
    background-image: url("../images/SISO-HEADER-BG_20080417_V1.jpg");
    background-repeat: repeat;
    border: medium none;
    color: #000000;
    font-size: 15px;
}

.v3 #pagamentosSiso tbody td {
    border: medium none;
}

.fltrt > span {
    clear: both;
    float: right;
    margin-top: 2em;
}

.screen #mainContent #footer a:link {
    clear: none;
    color: #1B6679;
    float: none;
    text-decoration: none;
}

.aclear{
    clear: none;
    float: none;
}

.screen #mainContent .icon-yellow .clean-blue:link {
    clear: none;
    float: none;
    padding: 1px;
    width: auto;
}
.screen #mainContent #tablenews > a:link {
    clear: none;
    float: none;
}

#stp1.clean-blue, 
#stp2.clean-blue, 
#stp3.clean-blue {
    float: none;
    padding: 4px;
}