/* ------------------------------------------------- */
/* Global */
/* ------------------------------------------------- */
html{
	font-family: sans-serif, tahoma, verdana, serif;
}

code{
	 margin-left:50px;
	 white-space: pre-wrap;
	 width: 400px;
	 font-family: monospace;
	 font-weight: bold;
}

*.important-code{
	font-family: monospace;
	font-weight:bold;
	color:#770000;
}

fieldset{
	margin-left:auto;
	margin-right:auto;
}

fieldset legend{
	font-size: 12pt;
	font-weight: bold;
}

div.page-title,span.page-title{
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
	background-color: #cccccc;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

div.footer{
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	background-color: #ccccff;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
}

*.label{
	font-weight: bold;
}

*.non-wrapping-label{
	font-weight: bold;
	white-space: nowrap;
}

div.click-jacking-button{
	border:1px dashed gray; 
	background-color: white; 
	/* for IE */ filter:alpha(opacity=55); 
	/* CSS3 standard */opacity:0.55;
	height: 200px;
	width: 400px;
	position: absolute;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
}

input.button{
	font-weight: bold;
	background-color: #ccccff;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	cursor: pointer;
	text-align: center;
}

span.version-header {
	position: relative;
	left: 0px;
	font-weight: bold;
}

span.logged-in-user-header {
	position: absolute;
	right: 20px;
	font-weight: bold;
}

/* ------------------------------------------------- */
/* Tutorials */
/* ------------------------------------------------- */
table.tutorial{
	width:95%;
}

table.tutorial tr{
	 border-top-color: #000000;
	 border-top-style: groove;
	 border-top-width: 1px;
	 border-bottom-color: #000000;
	 border-bottom-style: groove;
	 border-bottom-width: 1px;
}

table.tutorial tr td{
	color: #000000;
	background-color: #ffffee;
	text-align: left;
	border: 1px solid black;
	padding-left: 15px;
	padding-right: 15px;
}

table.tutorial tr.tutorial-title td{
	background-color: #ffffaa;
	text-align: center;
	font-weight: bold;
}

/* ------------------------------------------------- */
/* Reports */
/* ------------------------------------------------- */

*.report-header{
	 background-color: #cccccc;
	 font-weight: bold;
	 text-align: center;
	 border-color: #000000;
	 border-style: groove;
	 border-width: 1px;
	 padding: 3px;	 
 }

 *.report-details{
	 background-color: #cccccc;
	 font-weight: bold;
	 border-top-color: #000000;
	 border-top-style: dashed;
	 border-top-width: 1px;
	 border-bottom-color: #000000;
	 border-bottom-style: dashed;
	 border-bottom-width: 1px;	 
}

table tr td.report-data{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	/*font-weight: bold;*/
}
/* ------------------------------------------------- */
/* Tables */
/* ------------------------------------------------- */

table{
	margin-left:auto;
	margin-right:auto;
}

td.header-menu-table{
	background-color: #414141;
}

table.header-menu-table{
	/*width: 80%;*/
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: auto;
}

table.header-menu-table tr{
	
}

table.header-menu-table tr td{
	text-align: center;
	background-color: #414141;
	color: #000000;
	font: bold 12px Verdana;
	padding: 0px;
}

table.header-menu-table tr td a{
	text-decoration: none;
	display: block;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.header-menu-table tr td a:link, table.header-menu-table tr td a:visited{
	color: white;
}

table.header-menu-table tr td a.selected{
	background: black; 
	color: white;
}

table.header-menu-table tr td a:hover{
	background: black;
	color: white;
}

table.main-table-frame{
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	width:100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

table tr td.label{
	font-weight: bold;
	/*color: white;*/
	/*background-color: #000099;*/
}

table tr td{
	padding:3px;
}

table tr td.form-header{
	font-weight: bold;
	background-color: #99FF99;
	text-align: center;
	border: 1px solid black;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
}

/* ------------------------------------------------- */
/* Sub-tables */
/* ------------------------------------------------- */

table tr td.sub-header{
	border-color: #000077;
	border-width: 1px;
	border-style: solid;
	background-color: #CCCCFF;
	text-align: center;
	font-weight: bold;
	color: #000077;
	padding-left: 30px;
	padding-right: 30px;
}

table tr td.sub-body{
	border-color: #000077;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	font-weight: bold;
}

/* ------------------------------------------------- */
/* Hints */
/* ------------------------------------------------- */

table.hint-table{
	width:90%;
}
table tr td.hint-header{
	border-color: #990000;
	border-width: 1px;
	border-style: solid;
	background-color: #FFCCCC;
	text-align: center;
	font-weight: bold;
	color: #990000;
	padding-left: 30px;
	padding-right: 30px;
}

table tr td.hint-body{
	border-color: #990000;
	border-width: 1px;
	border-style: solid;
	padding-left: 30px;
	padding-right: 30px;
}

ul.hints li{
	margin-top: 7px;
}

ol.tutorial li, ul.tutorial li{
	margin-top: 7px;
}

/* ------------------------------------------------- */
/* Errors */
/* ------------------------------------------------- */

table tr td.error-header{
	border-color: #990000;
	border-width: 1px;
	border-style: solid;
	background-color: #FFCCCC;
	text-align: center;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
}

table tr td.error-label{
	border-color: #990000;
	border-width: 1px;
	border-style: dashed;
	font-weight: bold;
	text-align: center;
}

table tr td.error-detail{
	border-color: #000000;
	border-width: 1px;
	border-style: dashed;
}

*.error-message{
	border-color: #990000;
	border-width: 1px;
	border-style: dashed;
	background-color: #FFCCCC;
	text-align: center;
	font-weight: bold;
	color: #990000;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
}
		
*.error-details{
	border-color: #990000;
	border-width: 1px;
	border-style: dashed;
	/*background-color: #FFCCCC;*/
	text-align: left;
	/*font-weight: bold;*/
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
}

span.big-asterik{
	font-size: 24pt;
	color: #990000;
	vertical-align: middle;	
}

/* ------------------------------------------------- */
/* Success */
/* ------------------------------------------------- */

*.success-message{
	border-color: #003300;
	border-width: 1px;
	border-style: dashed;
	background-color: #CCFFCC;
	text-align: center;
	font-weight: bold;
	color: #003300;
	padding-left: 30px;
	padding-right: 30px;
}

*.informative-message{
	border-color: #000033;
	border-width: 1px;
	border-style: solid;
	background-color: #ccccff;
	text-align: center;
	font-weight: bold;
	color: #000033;
	padding-left: 30px;
	padding-right: 30px;
}

div.database-success-message{
	text-align: center;
	width: 500px;
	border-color: #003300;
	border-width: 1px;
	/*border-style: dashed;*/
	text-align: left;
	font-weight: bold;
	color: #003300;
	padding: 3px;
	
}