
/* - styles.css - */
@media all {
/* https://www.diendan.org/portal_css/styles.css?original=1 */
body {background: #ede7db url(bg.png) repeat-x fixed;}
div.row {
background-color: white;
}
#visual-portal-wrapper {
width: 1216px;
margin: 0 auto 15px auto;
background-color: white;
border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-box-shadow: 0px 5px 20px ;
-moz-box-shadow: 0px 5px 20px ;
box-shadow: 0px 5px 20px ;
}
#searchGadget {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border: 1px solid #C3C3C3;
padding: 3px;
}
/* */
#portal-globalnav {
clear: both;
font-size: 100%;
background: #0c7cae;
/* */
margin: 0 0 1em 0;
}
#portal-globalnav li a {
min-width: 4.5em;
background-color: #0c7cae;
color: #fff;}
#portal-globalnav li a:hover,
#portal-globalnav li.selected a,
#portal-globalnav li.selected a:hover {background-color: #ff6600;}
#collage .listingBar {display:none;}
#collage .collage-item .documentByLine {
display: block;
}
h1, h2, h3, h4, h5, h6 {
font-family: Times New Roman, Palatino, serif;
font-weight: bold;
line-height: normal;
letter-spacing: normal;
color: #227496;
}
h1 {
font-size: 160%;
color: #990000;
}
h2 {
font-size: 150%;
color: #ff6600;
}
h3 {
font-size: 125%;
}
h4 {
font-size: 110%;
}
h5 {
font-size: 100%;
}
h6 {
font-size: 85%;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
color: #227496; ! important;
text-decoration: none;
}
table.invisible {
margin-left: auto;
margin-right: auto;
}
table.invisible td,
table.invisible th {
padding: 1em;
vertical-align: top;
}

}

