/* g70db.css */


*
{
	box-sizing: border-box; /* 100%=100%, padding and margins included... */
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 400;
	line-height: 1.4em;
}

strong, b
{
	font-weight: 600;
}

/* Common */

body
{
	padding:0px;
	margin: 0px;
	background: white;
	font-size: 16px;
}



tbody
{
	vertical-align: top;
}


h1, h2, h3
{
	font-weight: bold;
	margin-top: 1em;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
	padding-bottom: 0.3em;
	color: #666666
}

p
{
	text-align: left;
	margin-bottom: 1em;
}


a
{
	text-decoration: none;
	color: #0052c6;
	border: none;
}

a:hover
{
	text-decoration: underline;
}


a img
{
	border-width: 0px; /* prevent blue border for images in links */
}


.offscreen
{
	position: absolute;
	left: -9999px;
	overflow:hidden;
}


.hot
{
	font-weight: bold;
	color: #ff9600;
}
.important
{
	color: #d41013;
}

/* layout skeleton */


div#page
{
	padding:0px;
	margin: 0px;
}


/* ugly hack, only read by IE */
* html div#headerarea
{
	height: 120px;
	background-color: #DDD;
	z-index: 10;
}


div#headerarea
{
	background: rgba(255,255,255,0.85) repeat;
	box-shadow: 0 2px 20px #BBB;
	-webkit-box-shadow: 0 2px 20px #BBB;
	-moz-box-shadow: 0 2px 20px #BBB;
	z-index: 10;
  /* for fixing header */
  position: fixed;
  top: 0;
  width: 100%;
}



div#headercontent
{
	padding: 10px;
}


div#contentarea
{
	z-index: 20;
  /* for fixing header */
  margin-top: 70px; /* note: only a default, we re-calulate this dynamically to match actual header height */
}


div#content
{
	padding: 10px;
}


div#footer
{
	font-style: italic;
	padding: 20px;
	padding-top: 130px;
	background: #FFF;
}


div#footercontent
{
	border-top-style: solid;
	border-top-width: 2px;
	border-top-color: #DDD;
}


/* page style (normal, wide) modifying classes */

div.page
{
/*
	margin-right: auto;
	margin-left: auto;
	max-width: 800px;
	min-width: 320px;
*/
}

div.widepage
{
/*
	margin-right: 20px;
	margin-left: 20px;
	min-width: 800px;
*/
}



/* elements of layout */

div#title
{
	font-style: italic;
	color: #666666;
	font-size: 18px !important;
	text-align: left;
	float: left;
}

div#title h1
{
	margin: 0;
	padding: 0;
}


div#title h1 a
{
	font-family: Helvetica, Arial, sans-serif !important;
	font-weight: bold;
	color: #666666;
}



form#login_form
{
	display:inline;
}

div#login_info
{
	top: 9px;
	right: 0px;
	height: 20px;
	line-height: 15px;
	font-style: italic;
	color: #555;
	font-size: 12px !important;
	text-align: right;
	float: right;
}



div#login_panel
{
	right: 0px;
	width: 300px;
	max-width: 80vw;
	padding: 7px;
	background-color: #faeb5f;
	font-style: italic;
	color: #555;
	font-size: 12px !important;
	text-align: left;
	box-shadow: 0 2px 20px #BBB;
	-webkit-box-shadow: 0 2px 20px #BBB;
	-moz-box-shadow: 0 2px 20px #BBB;
	z-index: 1;
  /* for fixing header */
  position: absolute;
	top: 60px;

}


div#login_panel p.closebox
{
	text-align: right;
	margin: 0px;
}

div#login_panel p
{

}


div#login_panel label
{
	margin-top: 5px;
	margin-bottom: 5px;
}

div#login_panel input
{
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
}




div#subtitle
{
	height: 130px;
	line-height: 23px;
	z-index: 20;
	display: none;
}

div#subtitle h2
{
	color: #000;
	font-size: 24px !important;
	margin-top: 0px;
	padding-top: 32px;
	text-align: right !important;
	z-index: 20;
}




div#mainmenu
{
	font-size: 14px;
	line-height: 20px;
 	top: 71px;
	left: 0px;
	text-align: left;
	clear: both;
}

div#mainmenu *
{
	font-family: Helvetica, Arial, sans-serif !important;
}


div#mainmenu ul
{
	padding: 0px;
	margin-bottom: 0px;
}

div#mainmenu li
{
	padding: 0px;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	list-style: none;
	display: inline;
	margin-right: 8px;
	margin-left: 0px;
}



div#mainmenu a
{
	color: #0052c6;
	text-decoration: none !important;
}


div#mainmenu a.selected
{
	color: #0068ff;
	/* text-decoration: underline !important; */
	font-weight: bold;
}


div#mainmenu a:hover
{
	text-decoration: underline !important;
}



div#footer p
{
	text-align: center;
	line-height: auto;
}


/* specific */
/* ======== */


/* login/register page */

div#login_section
{
}


div#register_section
{
	border-top-style: solid;
	border-top-color: gray;
	border-top-width: 1px;
}


div#login_section td.labelcell, div#register_section td.labelcell
{
	background-color: #f5f5f5;
	color: #999999;
	margin: 0px 2px 2px 0px;
	padding: 5px 5px 5px 5px;
	vertical-align:middle;
}

div#login_section td.inputcell, div#register_section td.inputcell
{
	background-color: #f5f5f5;
	margin: 0px 2px 2px 0px;
	padding: 5px 5px 5px 5px;
	vertical-align:middle;
}

div#login_section input, div#register_section input
{
	display: block;
	width:100%;
	max-width: 400px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid grey;
}

div#login_section button, div#register_section button
{
	margin-top: 5px;
	width:100%;
	max-width: 400px;
	margin-bottom: 5px;
	border-radius: 5px;
	border: 2px solid black;
}


/* page list */

p.pagelist_title * { font-weight: bold; }
p.pagelist_title { padding-top: 8px; margin-left: 15px; margin-bottom: 0px;}
p.pagelist_desc { margin-left: 15px; padding-left: 1em; margin-top: 3px; }


/* box on the right */
div.box_right
{

	float: right;
	margin: 8px;
}


