
/* better graphics exists in bold and italic */
@font-face {
	font-family: 'Libre Baskerville';
	src: url('fonts/Libre_Baskerville/LibreBaskerville-Regular.ttf');
}

@font-face {
	font-family: 'Libre Baskerville Bold';
	src: url('fonts/Libre_Baskerville/LibreBaskerville-Bold.ttf');
}
/* libre basker italic also */

@font-face {
	font-family: 'Boogaloo';
	src: url('fonts/Boogaloo/Boogaloo-Regular.ttf');
}

/* nice font for section title */
@font-face {
	font-family: 'Happy Monkey';
	src: url('fonts/Happy_Monkey/HappyMonkey-Regular.ttf');
}

/*html,*/
body {
	/* origibnal 
	font-family:Tahoma,Arial,Verdana,sans-serif;
	font-family: Arial,sans-serif;
	font-size:24px;
	height:100%;*/
	
 	/*font-family: 'Libre Baskerville', Verdana, sans-serif;*/
/* 	font-family: Arial,sans-serif; */ 
	font-family: Verdana,sans-serif; 
	font-size: 13pt;
	
	background-image:url('images/hits_01.jpg');
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	padding: 15px;
	width:90%;
	/* width 900 */
	margin-left:50px;
	margin-right:50px;
}

hr {
height: 3px;
/*background-color: Black;*/
color: Black;
}

h3 {
	padding: 10px;
}

/* Nice looking title section */
.section_title {
	font-family: 'Happy Monkey', sans serif, cursive;
	font-size: 14pt;
/* 	margin-left: 25px; */
	padding-top: 20px;
	padding-left: 50px;
	font-weight: bold;
}

.expandable_title {
	font-family: 'Happy Monkey', sans serif, cursive;
	font-size: 14pt;
	padding-left: 50px;
	font-weight: bold;
	background-color:#DCDCDC;
}

/* for FAQ */
.faq_question {
	font-family: 'Boogaloo', cursive;
	font-size: 12pt;
	padding:15px;
	margin-bottom:5px;
}

.faq_answer {
	font-size: 12pt;
	padding:10px;
}

/** For input.html, but could apply to other */
.code_block {
	font-size: 12pt;
/* 	line-height: 50%; */
}

code {
	font-size: 12pt;
/* 	line-height: 50%; */
}

li {
  padding: 3px;
}

.not_a_group li {
	list-style-type: none;
}
.block_parameter {
/* 	font-family: Tahoma; /*sans-serif; ,Arial,Verdana,*/
	/*border: 2px solid;*/
	border-width: 3px;
	padding: 15px;
}

/* For each input keyword, [type].(default value) */
.variable_key, .variable_enum_values {
	/* do not think to be necessary bold seemes identical */ 
	/*font-family: 'Libre Baskerville Bold';*/
	font-weight: bold;
	/*font-style: normal;*/
}

.variable_type {
	font-style: normal;
	font-weight: normal;
}

.variable_default {
	font-weight: normal;
	font-style: italic;
}

.variable_text {
	font-weight: normal;
	font-style: normal;
}

/** For examples.html table */ 
#desc_table table {
	width: 100%; 
	text-align: left;
	border: 2px;
	/*cellpadding: 2px;*/
	/*cellspacing: 2px;*/
}

/* replace cellpadding in html5 */
#desc_table th, td { padding: 5px; }

/* replace cellspacing in html5 */
#desc_table table { border-collapse:separate; border-spacing: 3px; } /* cellspacing="3" */
/* #desc_table table { border-collapse:collapse; border-spacing: 0; }    cellspacing="0" */

/*
// valign
th, td { vertical-align: top; }

// align (center)
table { margin: 0 auto; }
*/

/*
#desc_table td {
	vertical-align: top;
}
*/

#desc_table td.first_entry {
	font-weight: bold;
	width: 10%;
}

/**  Specific for examples, may have same design */
#desctab_examples table {
	width: 100%; 
	text-align: left;
	border: 2px;
	/* cellpadding: 2px; not valid HTML5 
	cellspacing: 2; */
}

#desctab_examples th, td { padding: 5px; }
#desctab_examples table { border-collapse:separate; border-spacing: 3px; }

#desctab_examples td {
	vertical-align: top;
}

#tabs_examples {
	border-width: 3px;
}
