/* ==============================================================
 * bellum.css
 *
 * A CSS (cascading style sheet) for top-level Bellum web pages.
 *
 *
 * ==============================================================
 */


H3 {
	color:	#005A9C;
	text-indent:	10pt;
}

H4 {
	color:	#005A9C;
	text-indent:	10pt;
}

P {
	background:  white;
	margin-left:  4%;
	margin-right: 2%;
  	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #222222;
}

P.indent {
  	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color: #222222;
	background:   white;
        padding: 5px;
        margin:  5px 30px 5px 40px;
}
  
P.quote {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
        line-height:	1.2em;
	color:		#44566A;
	background:	#f0f0f0;
        padding: 5px;
        margin:  5px 30px 5px 40px;
        border-top:    1px solid #778493;
        border-bottom: 1px solid #778493;
}

blockquote p {
	line-height: 1.2em;
	padding: 0;
	margin:  1em 0;
}

P.code {
	background:   white;
	margin-left:  8%;
	margin-right: 4%;
  	font-family: Courier, sans-serif; 
	color: #000000;
}

P.sidebar {
	background:  #e0e0e0;
	font-style:  italic;
}

div.content {
	font-size: 8pt; 
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	min-height: 300px;
}

ul {
        margin-top: 5px;
        margin-bottom: 5px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 100%;
        color: #222222;
        list-style-type: square;
}

ol {
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #222222;
}

li {
        margin-left:  2%;
        margin-right: 2%;
	margin-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #222222;
}

img.logo {
        padding-top: 0;
        padding-bottom: 0;
}
                                                                                                                                                       
img.left {
        float: left;
	padding-right: 10;
	padding-top: 10;
	padding-bottom: 10;
}
img.right {
	float: right;
	padding-left: 10;
	padding-top: 10;
	padding-bottom: 10;
}

th {
        font-size: 8pt;
        font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

td {
        font-size: 8pt;
        font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

table.indent {
  margin-left: 4%;
}

table.notice td {
  padding-top: 25;
  padding-bottom: 25;
}

table.space td {
  padding-left: 10;
  padding-right: 10;
  padding-top: 4;
  padding-bottom: 4;
}
                                                                                                           
table.space th {
  padding-left: 10;
  padding-right: 10;
  padding-top: 4;
  padding-bottom: 4;
}
                                                                                                           
td.space {
  padding-left: 10;
  padding-right: 10;
  padding-top: 4;
  padding-bottom: 4;
}

td.code {
	font-family: Courier, sans-serif;
	color: #000000;
}

td.transit {
        font-family: Courier, sans-serif;
        color: #847220;
}

TABLE.summary {
  text-indent:	40pt;
  cellpadding:	0;
  cellspacing:	0;
}

DIV.fcns {
    text-indent:	19pt;
}

.expl {
    text-align:         justify;
}   

p img {
	vertical-align: middle;
}

img.wide {
        clear: both;
}

input.submit {
        height:        20;
        padding-left:  10;
        padding-right: 10;
        color:         #ffffff;
        background:    #700017;
        text-align:    center;
        font-weight:   bold;
        font-size:     8pt;
        font-family:   Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
        border:        none, solid, 0
        margin:        0;
}

td.spotlight {
        border: medium solid #700017;
}

/* ------------ Navigation - Top Buttons ------------- */
td.navnot {
        height:     20;
        padding-left:  10;
        padding-right: 10;
	color:         #ffffff;
        background:    #700017;
        text-align:    center;
        font-weight:   bold;
        font-size:     8pt;
	font-family:   Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
td.navsel {
        height:     20;
        padding-left:  10;
        padding-right: 10;
        background:    #2d3437;
        border-left: thin solid white;
        border-right: thin solid white;
        text-align:    center;
        font-weight:   bold;
        font-size:     8pt;
	font-family:   Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
td.navnot a:link {
        color: #ffffff;
        text-decoration: none; 
}
td.navnot a:hover {
        color: #ffffff;
        text-decoration: none; 
}
td.navnot a:visited {
        color: #ffffff;
        text-decoration: none;
}
td.navsel a:link {
        color: #ffffff;
        text-decoration: none;
}
td.navsel a:hover {
        color: #ffffff;
        text-decoration: none;
}
td.navsel a:visited {
        color: #ffffff;
        text-decoration: none;
}


/* --------- Text markings ---------- */
EM.proper {
    color:		#700017;
    font-style:		normal;
    font-weight:	bold;
}

EM.pginfo {
    color:		green;
    font-style:		normal;
    font-size:		-1;
}

EM.fcns {
    font-style:		normal;
    font-weight:	bold;
}

EM.args {
    color:		green;
    font-weight:        normal;
    white-space:        pre;
}   

EM.opts {
    color:              brown;
    font-weight:        normal;
    white-space:        pre;
}

EM.descr {
    font-weight:        normal;
    font-style:		normal;
    white-space:	pre;
}       

EM.values {
    color:              red;
    font-weight:        bold;
    font-style:		normal;
    white-space:        pre;
}   

DIV.notes { 
    text-align:		justify;
}  


DIV.codenote {
    text-indent:	20pt;
}

EM.code {
    color:	 #348424;
    font-family: "Courier New";
    font-style:	 normal;
    font-size:   10pt;
}


div.kiosk { 
	/* min-height: 200px; */
	border: 1px solid #999999; 
	margin: 5px 4px 5px 4px;
	padding: 1px 1px 1px 1px;
	/*line-height: 20px;*/
}

div.kiosk h1 {
	width: 97%; 
	height: 18px; 
	background-color: #700017;
	font-size: 10px;
	font-weight: bold; 
	color: #fff; 
	/*text-indent: 25px; */
        text-align: center;
	padding-top: 4px;
	padding-left: 4px;
	border-bottom: 2px solid #000;
	margin: 0;
}

div.kiosk h2 {
	font-size: 10px;
	font-color: #000000;
	font-style: normal;
	font-weight: bold;
}

#sp100 {
	min-height: 100px;
}

/* For debugging: highlight unrecognized elements: */
.unrecognized {
  color: red; 
  background: green;
}

/* EOF */
