/* content styles */

/* Basic */
body {font: 81.25% Georgia, serif; color: #000; line-height: 1.462; }

h1, h2, h3, h4, h5, h6, caption { margin: 1em 0 0.25em; color: #e91566; font-weight: normal; }

h1 { font-size: 230.769%; margin: 0px 0 5px; }
h2 { font-size: 130.770%; margin: 1em 0 0.25em; }
h3, caption { font-size: 16px; margin: 0.5em 0 0.25em;  }
h4, h5, h6 { font-size: 100%; margin: 0.5em 0 0.25em; }

h2 em { font-variant: normal; font-style: normal; color: #404040; }

.rbox h1, .rbox h2, .rbox h3, .rbox h4, .rbox h5, .rbox h6, .rbox caption { color: #fff; }
.rbox .content h2 { font-size: 115.385%; font-weight: bold; margin: 1em 0 0.25em; }

p, li { margin-top: 0; }
p, ul, ol, dl, table { margin-top: 0; margin-bottom: 1.462em; }
p.no-margin { margin: 0; }

ul { margin: 0 0 1.462em 0; padding: 0; list-style: none; }
ul li {margin: 0.2em 0 0.2em 0; padding: 0 0 0 15px; background: url(../img/bullet-default.png) no-repeat 0 8px; _position: relative; }
ol { margin: 0 0 1.462em 2em; padding: 0;  }
ol li, .content ol li { background: none; }

ol.decimal { list-style: decimal; }
ol.lower-alpha { list-style: lower-alpha; }
ol.upper-alpha { list-style: upper-alpha; }
ol.lower-roman { list-style: lower-roman; }
ol.upper-roman { list-style: upper-roman; }

ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; }

blockquote { background: #5399BF; color: white; margin: 0 0 1.6em 0; padding: 15px 20px 1px 20px; }

hr { display: block; width: 100%; height: 1px; font-size: 1px; overflow: hidden; border: 0; color: #E9E8E5; background: #E9E8E5; margin: 10px 0; clear: both; }

a:link { color: #002564; }
a:visited {color: #002564;}
a:hover {color: #e3001a; }

.rbox .content a:hover { color: #e3001a; }

a.ext { background: url(../img/ico-ext.png) no-repeat 100% 2px; padding-right: 13px; }

/* Misc */
.fl { display: inline; float: left; }
.fr { display: inline; float: right; }
.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }

.out { position: absolute; left: -2000px; top: -2000px; }
.break { height: 0px; font-size: 1px; clear: both; overflow: hidden; visibility: hidden; display: block; }
.small { font-size: 84.615%;}
.suppress { color: #666666; font-weight: normal; }
.hidden { display: none; }

.center { text-align: center; }
.left { text-align: left !important; }
.right { text-align: right; }

/* Tables */
table { margin: 0 0 1.6923em 0; background: none; border: 0px solid #004385; border-collapse: collapse; font-size: 100%; clear: both; width: 100%;  }
caption { text-align: left; padding-bottom: 5px; margin-bottom: 0; margin-top: 0; font-weight: bold;}
th, td {vertical-align: top; padding: 3px 10px; background: none; border: 1px solid #89B8D2; }
th { text-align: left; background: #89B8D2; color: white; }
th[align=right] { text-align: right; }
th[align=center] { text-align: center; }
tr.even td { background: #5399BF; }
table td p { margin: 0.1em 0; }

/* Plain table */
table.plain { background: none; border: none; margin: 0; }
table.plain tr td, table.plain tr { background: none; border: none; padding: 0; font-size: 100%;}
table.plain tr td { padding-right: 5px; }
table.plain h2 { margin-top: 10px; }

/* Half columns */
.col-h-l, .col-h-r {width: 47%; }
.col-h-l {float: left; display: inline;}
.col-h-r {float: right; display: inline;}

.col-third { width: 31%; float: left; margin-right: 2%; }

/* Images */
img { border: 0; padding: 0; margin: 0; }
img.left, img.right {margin: 0 15px 15px 15px; border: 1px solid #fff; }
img.left {margin-left: 0; float: left; clear: left;}
img.right {margin-right: 0; float: right; clear: right;}
img.plain {margin: 0; padding: 0; border: 0; display: inline; vertical-align: middle;}


