/* Global */
/* ------------------------------------------------- */
html {
    font-family: 'Roboto', sans-serif;
}

img{
	border: none;
	vertical-align:middle;
}

img.icon{
	margin-right: 4px;
}

a {
    text-decoration: none;
    cursor: pointer;
	border: none;
	color: #007BFF;
    transition: color 0.3s ease;
}

a:hover {
	color: #0056b3;
    font-weight: bold;
}

input,textarea{
	border-radius: 5px;
}

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;
	border-radius: 5px;
}

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: #dddddd;
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

*.label{
	font-weight: bold;
}

*.important{
	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{
	border-radius: 5px;
	font-weight: bold;
	background-color: #606c3825;
	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;
}

input.button:hover {
	background-color: #4e5a30;
	color: #ffffff;
}

span.buffer{
	display: inline-block;
	margin: 20px;
}

/* ------------------------------------------------- */
/* Help Text Pop Up Lightbox (jQuery Colorbox) */
/* ------------------------------------------------- */
div.help-text {
	color: #333333;
	margin: 5px;
}

div.help-text-header{
	border-width: 1px;
	border-style: solid;
	background-color: #dddddd;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	border-radius: 5px;
}

/* ------------------------------------------------- */
/* 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;
	border-radius: 5px;
}

table.tutorial tr.tutorial-title td{
	background-color: #ffffaa;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
}

/* ------------------------------------------------- */
/* Reports */
/* ------------------------------------------------- */

*.report-header{
	 background-color: #dddddd;
	 font-weight: bold;
	 text-align: center;
	 border-color: #000000;
	 border-style: groove;
	 border-width: 1px;
	 padding: 3px;	
	 border-radius: 5px;
 }

 *.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 th.report-label{
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	font-weight: bold;
	white-space: nowrap;
}

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;
}

table tr td.label{
	font-weight: bold;
}

table tr td{
	padding:3px;
}

/* ---------------------------------------------------- */
/* Main Site Frame that holds all the pages */
/* ---------------------------------------------------- */

table.main-table-frame{
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	width:100%;
}

tr.main-table-frame-dark{
	background-color: #55557720;
	text-align: center;
	font-weight: bold;
}

td.main-table-frame-first-bar{
	font-size: 30px;
}

td.main-table-frame-second-bar{
	font-size: 16px;
}

td.main-table-frame-second-bar span{
	margin-left: 25px;
}

td.main-table-frame-second-bar span.logged-in-user{
	color: #990000;
	margin-left: 0px;	
	margin-right: 4px;
}

tr.main-table-frame-menu-bar{
	background-color: #414141;
	text-align: center;
	font-size: 14px;
	color: white;
	font-weight: bold;
	font-style: Verdana;
}

td.main-table-frame-menu-bar a, a:active, a:visited{
	color: white;
}

td.main-table-frame-menu-bar a:hover{
	color: black;
	background-color: white;
}

td.main-table-frame-left{
	vertical-align: top;
	background-color: #55557720;
	width:125px;
}

td.main-table-frame-left div{
	color: blue;
	font-weight: bold;
	text-align: center;
}

td.main-table-frame-right{
	vertical-align: top;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
}

td.main-table-frame-right a, a:active, a:visited{
	color: blue;
}

/* ----------------------------------------------------------------- */
/* Display results and data like results of commands */
/* ----------------------------------------------------------------- */
pre.output{
	font-style: monospace;
	font-weight: bold;
	border: 1px solid black;
	border-radius: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

/* ----------------------------------------------------------------- */
/* Tables to display results and data like logs, captured data, etc. */
/* ----------------------------------------------------------------- */
table.results-table{
	border-width: 1px;
	border-color: #000000;
	border-style: solid;
	width:100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

/* -------------------------- */
/* Tables that make up forms  */
/* -------------------------- */
table tr td.form-header,
table tr th.form-header {
    font-weight: bold;
    background-color: #bc6c2550;
    text-align: center;
    border: 1px solid black;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
    border-radius: 5px;
    word-break: break-word;
    width: 500px;
}

/* ------------------------------------------------- */
/* Small embedded tables like HTML5 web storage*/
/* ------------------------------------------------- */

table tr td.sub-header{
	border-width: 1px;
	border-style: solid;
	background-color: #bc6c2550;
	text-align: center;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
}

table tr td.sub-body{
	border-width: 1px;
	border-style: solid;
	text-align: center;
	font-weight: bold;
}

/* ------------------------------------------------- */
/* Hints */
/* ------------------------------------------------- */

div.hint-wrapper-header{
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	width: 400px;
	margin-top: 5px;
	margin-bottom: 10px;
	cursor: pointer;
}

div.hint-wrapper-body{
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 10px;
}

a.hint-header{
	cursor: pointer;	
}

div.hint-header{
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	text-align: left;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	width: 400px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table.hint-table{
	margin: 0px;
}

table tr.hint-header td{
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	text-align: left;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
	width: 800px;
	margin-top: 5px;
	margin-bottom: 5px;
}

table tr td.hint-body{
	border-color: #999999;
	border-width: 1px;
	border-style: solid;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 5px;	
}

ul.hints li{
	margin-top: 7px;
}

ol.tutorial li, ul.tutorial li{
	margin-top: 7px;
}

/* ------------------------------------------------- */
/* Errors */
/* ------------------------------------------------- */

table tr td.error-header{
	border-color: #773333;
	border-width: 1px;
	border-style: solid;
	background-color: #ffcccc;
	text-align: center;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 3px;
	font-size: 14px;
	font-family: monospace;	
}

table tr td.error-label{
	border-color: #777777;
	background-color: #cccccc;
	border-width: 1px;
	border-style: solid;
	font-weight: bold;
	text-align: center;
	border-radius: 3px;
	font-size: 12px;
	font-family: monospace;
}

table tr td.error-detail{
	border-color: #777777;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	font-size: 12px;
	font-family: monospace;
}

*.error-message{
	border-color: #999999;
	border-width: 1px;
	border-style: dashed;
	background-color: #FFCCCC50;
	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;	
}

div.database-failure-message{
	text-align: center;
	width: 600px;
	text-align: left;
	font-weight: bold;
	color: #003300;
	padding: 3px;	
}

/* ------------------------------------------------- */
/* Success Messages */
/* ------------------------------------------------- */

table tr td.success-header{
	border-color: #009900;
	border-width: 1px;
	border-style: solid;
	background-color: #99FF99;
	text-align: center;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
}

*.success-message{
	border-color: #003300;
	border-width: 1px;
	border-style: dashed;
	background-color: #92a33230;
	text-align: center;
	font-weight: bold;
	color: #003300;
	padding-left: 30px;
	padding-right: 30px;
}

/* ------------------------------------------------- */
/* Informative Messages */
/* ------------------------------------------------- */

*.informative-message{
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	background-color: #ccccff;
	text-align: center;
	font-weight: bold;
	color: #000000;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 3px;
}

/* ------------------------------------------------- */
/* Warning Messages */
/* ------------------------------------------------- */

*.warning-message{
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	background-color: #ffffcc;
	color: #000000;
	text-align: center;
	font-weight: bold;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 3px;	
}

/* ------------------------------------------------- */
/* Messages for results of rebuilding the database   */
/* ------------------------------------------------- */

div.database-success-message{
	text-align: center;
	width: 600px;
	text-align: left;
	font-weight: bold;
	color: #003300;
	padding: 3px;	
}

div.database-informative-message{
	text-align: center;
	width: 600px;
	text-align: left;
	font-weight: bold;
	color: #000033;
	padding: 3px;	
}

div.database-warning-message{
	text-align: center;
	width: 600px;
	text-align: left;
	font-weight: bold;
	color: #999900;
	padding: 3px;	
}

/* ------------------------------------------------- */
/* Lab-specific styles							     */
/* ------------------------------------------------- */

div.lab-links{
	text-align: center;
}