@import url(styles/docutils.css);

body {
	background: #ffffff;
	margin: 0px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
  	padding-right: 40px ;
}

h1, h2, h3, h4, h5, h6 {
	/*font-size: 10pt;*/
	/*font-size: 1.1em;*/
	color: #003366;
}

.topic-title {
	text-align: center;
	color: #003366;
}

div.topic {
    padding: 4px;
	background: #f0f0ff;
	border: 2px solid #003366;
}

h1 {
	/* title */
	font-size: 24pt;
}

h2 {
	/* subtitle */
	font-size: 18pt;
}

h3, h3 a {
	color: #003366;
	font-size: 18pt;
}

h4 {
}

img {
	border: 0;
}

em {
	text-decoration: none;
	font-style: normal;
	font-weight: bold; 
}

b {
	/* current open menu */
	color: #003366;
}

a { 
	color: #3366cc; 
	text-decoration: none; 
	font-weight: bold; 
}

dt {
	color: #003366;
	font-weight: bold;
}

a:hover { 
	/* text-decoration: underline; */
	background: #cfe4f8;
}

a:active { 
	color: #ff0000; 
}

/* override docutils table padding */
table {
  margin-top: 0px ;
  margin-bottom: 0px;
}

/* override docutils table header and cell padding */
td, th {
  padding-left: 2px ;
  padding-right: 4px ;
  vertical-align: top;
}

/* add a border to literal block (docutils) */
pre.literal-block, pre.doctest-block {
	border-style: solid;
	border-width: 1px;
}

/* remove sidebar when printing */
@media print{
	td.corner {
		display: none;
	}
	td.sidebar {
		display: none;
	}
	td.body {
		width: 100%;
	}
}

td.sidebar {
	width: 150px;
	top: 0px;
	right:0px;
	background-color: #f0f0ff;
	border: 1px dashed #c8ccc8;
	padding: 10px;
}

td.sidebar-separator {
	background-color: #f0f0ff;
	padding: 4px;
}

td.sidebar-entry {
    background-color: #8eb5c8;
	color: #3366cc; 
	text-decoration: none; 
	font-weight: bold; 
}

.img-right {
	float: right;
}

.flm, .flm-toc {
	font-family: Comic Sans MS, Arial, Helvetica, Verdana, sans-serif;
}

h2.flm {
	text-align: center;
	font-size: 18pt;
	color: #003366;
	font-weight: bold; 
}

.flm-toc {
	font-size: 10pt;
	color: #003366;
	font-weight: bold;
}

hr {
	color: #003366;
	height: 0;
	border: 1px solid #8eb5c8;
}

