@import url(base.css);

/* Breadcrumbs
---------------------- */
#content .breadcrumbs {background-color: #f0eef2; margin-bottom: 1.5em; padding: 0.3em}
#content .breadcrumbs li {display: inline}

#content .breadcrumbs li:before {content: '\00bb\00a0'}
#content .breadcrumbs li:first-child:before {content: ''}

/* Tables
---------------------- */
#content table {margin-bottom: 1em}
#content caption {text-align: center; background: #dcd6e1; font-weight: bold; padding: 3px 2px; font-size: 1.1em}
#content td,
#content th {background: #f3f1f4; border-bottom: solid 3px #fff; padding: 4px 10px 3px 22px; vertical-align: top}
#content th {text-align: left; font-weight: bold; font-size: 1.1em}
#content td.operation {font-weight: bold; text-transform: uppercase}

/* Anchors
---------------------- */
#content .anchors {border-left: solid 0.3em #3b3072}
#content .anchors li,
#content .sections .anchors li {margin-left: 2em}


html>body #content .anchors li,
html>body #content .sections .anchors li {list-style: none; margin-left: 1em}
html>body #content .anchors li:before {content: '\2023\00a0'; font-weight: bold; font-size: 1.3em}

/* Separators
---------------------- */
#content .separator {margin: 0.8em 0 1.2em 0; display: block; text-align: right; padding: 1px; background-color: #f0eef2}
#content .separator a {float: right; display: block; padding: 0.3em}


/* Clear floats
---------------------- */
#content .separator:after {content : ".";  display : block; height : 0; clear : both; visibility : hidden}
/* \*//*/
#content .separator {display : inline-block}
/* */
/* \*/
* html #content .separator {height : 1%}
/* */

/* IE fixes
---------------------- */
* html #content .breadcrumbs li {padding-left: 20px; background: url(i/breadcrumbs.gif) 2px 50% no-repeat}
* html #content .breadcrumbs li.first-child {padding-left: 0; background-image: none}
