/* COMMON SEMANTICS */
ACRONYM, ABBR { font-style: italic; border: none; text-decoration: none; }
STRONG { font-weight: bold; }
EM { font-style: italic; }
TABLE { border-collapse: collapse; }
TH {  text-align: right; }
TH, TD { padding: .5em; vertical-align: top; }
DT { margin-top: .5em; font-weight: bold; }
DD { margin-left: 0; padding-left: 0; margin-bottom: 1em; }
P  { margin: 1em 0; }
UL, OL { margin-left: 1em; padding-left: 1em; }
OL OL, UL UL { margin-top: 1em; }
PRE, CODE { display: block; background-color: white; border: 1px solid #999; padding: 0.5em; margin: 1em 0; color: #666; font: 1.2em monospace; }
BLOCKQUOTE { display: block; border-left: 1px dotted #666; }
H1, H2, H3 { margin: 0.5em 0; }

/* COMMON LINKS */
A {  }
A IMG { border: none; }

/* GENERAL CLASSES */
.left   { float: left; margin-right: 1em; }
.right  { float: right; margin-left: 1em; }
.center { text-align: center; margin-left: 1em; margin-right: 1em; }
.block  { text-align: justify; }
.small  { font-size: smaller; line-height: 1.3em; }
.large  { font-size: larger; line-height: 1.3em; }
.hide   { display: none; }
.clear  { clear: both; }

BODY { font-size: 12pt; font-family: Arial, Helvetica, sans-serif; line-height: 1.5em; }

/* OTHER */
#header   {}
#left     { display: none; }
#right    { display: none; }
#content  { clear: both; }
#footer   { display: none; }
#logo IMG { border: none; float: right; }
#nav_main { display: none; }

/* PAGINATION */
#pagination         { clear: both; list-style-type: none; margin: 15pt 0; }
#pagination LI      { float: left; margin-right: 15pt; }
#content #pagination A:after { content: ""; }

/* IMAGELIST */
#imglist     { list-style-type: none; margin: 0; }
#content #imglist A:after { content: ""; }
#imglist IMG { opacity: 0.4; filter: Alpha(opacity=40); }
#imglist .active IMG  { opacity: 1.0; filter: Alpha(opacity=100); }
#imglist.singlecol LI { float: right; padding: 0 22pt 12pt 0; }
#imglist.multicol LI  { float: left; padding: 0 22pt 12pt 0; }
