/**********

 Global effects

**********/

body
{

	margin: 0px;
	padding: 0px;
	font-family: tahoma, arial, trebuchet ms, verdana, sans-serif;
	font-size: 0.8em;
	background-color: white;
}

a:link
{
	color: #008AA3;
	background: transparent;
}

a:visited
{
	color: #008AA3;
	background: transparent;
}

a:hover
{
	color: #FF5200;
	background: transparent;
	text-decoration: none;
}

a:active
{
	color: #FF5200;
	background: transparent;
}

table
{
	background: #EEEEEE;
	margin: 2px;
	padding: 0px;
/*	border: solid #AAAAAA;
*/	border-width: 1px 0px 0px 1px;
	font-size: 0.9em;
}

td, th
{
	border: solid #AAAAAA;
	border-width: 0px 1px 1px 0px;
	padding: 1px 3px 1px 3px;
}

h1
{
	color: #008AA3;
	font-size: 3.0em;
	font-variant: small-caps;
	margin: 0.5em
}

h2
{
	color: #008AA3;
	font-size: 2.2em;
	font-variant: small-caps;
	margin: 0.5em
}

h3
{
	font-size: 1.7em;
	font-variant: small-caps;
	margin: 0.5em
}

textarea
{
	width: 100%;
}

pre
{
	font-size: 1.5em;
}

img
{
	border: 0px;
}

/**********

 Structural

**********/

div.popup_window {
  visibility: hidden;
  position: absolute;
  top: 50px;
  width: 600px;
  height: 300px;
  border: 3px outset gray;
  z-index: 10;
}

div.popup_title {
  position: absolute;
  top: 0px;
  height: 18px;
  width: 590px;
  background-color: #aaa;
  border-bottom: groove gray 2px;
  padding: 3px 5px 2px 5px;
  font: bold 11pt sans-serif;
}

div.popup_content {
  position: absolute;
  top: 25px;
  height: 265px;
  width: 590px;
  padding: 5px;
  overflow: auto;
  background-color: white;
}

div.sidebar
{
	margin: 0px;
	padding: 5px;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 250px;
	height: 1000px;
/*	border-right: dotted 1px #FF8000;*/
}

div.art_niche
{
	margin: 0px;
	padding: 0px 0px 5px 0px;
	position: relative;
	top: 0px;
	left: 0px;
	height: 100px;
/*	border-bottom: solid 1px #FF8000;*/
	background-image: url("/files/images/agiletourWiki.jpg");
	background-repeat: no-repeat;
	background-position: center;
}

div.actions
{
	margin: 0px;
	padding: 0px;
	border-top: solid 3px white;
}

div.mainbar
{
	margin: 0px;
	position: absolute;
	top: 0px;
	left: 280px;
/*	width: 87%;*/
}

div.header
{
	margin: 0px;
	padding: 5px;
	height: 100px;
	font-size: 2em;
/*	border-bottom: solid 1px #FF8000;*/
}

div.footer {
  margin: 0px;
  padding: 5px; /* Use same color as border color for div.header. */
  border-top: 3px solid #FF8000;
  font-size: 12px;
  text-align: center;
}

div.main
{
	margin: 0px;
	padding: 5px;
}
#execution-status,
  #stop-test {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 100px;
  height: 90px;
  margin: 5px;
  text-align: center;
}

#test-summary {
  width: 99%;
  top: 105px;
  padding: 2px 2px 2px 5px;
  margin: 0px 0px 5px 0px;
  font-size: 1.2em;
  border: solid black 1px;
}

#progressBar {
  margin: -2px -2px -2px -5px;
  padding: 2px 2px 2px 5px;
}

.actions a:link, .actions a:visited
{
	display: block;
	margin: 0px;
	line-height: 2.2em;
	text-indent: 1em;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF5500;
	text-decoration: none;
	border: solid 1px white;
	border-width: 0px 0px 2px 0px;
}

.actions a:hover
{
	color: #FFFFFF;
	background-color: #008AA3;
}

.header a:link
{
	font-weight: bold;
}

/**********

 Miscellaneous formatting

**********/

.note
{
	font-size: 0.75em;
	color: #999999;
}

.page_title
{
  	margin:0 20px; 
	color: #008AA3;
	font-size: 1.1em;
}

span.page_title
{
	text-shadow: 0px 0px 4px #2E2EB2;
}

.page_type
{
	font-size: 1.7em;
	font-variant: small-caps;
}

.caps, .resultsHeader
{
	font-size: 1.3em;
	font-variant: small-caps;
}

.resultsHeader, .resultsRow2
{
	background-color: #EFEFEF;
}

.resultsRow1
{
	background-color: #FFFFFF;
}

.centered
{
	margin: 5px;
	text-align: center;
}

.right
{
	float: right;
}

.left
{
	float: left;
}

.strike
{
	text-decoration: line-through;
}

.virtual
{
	background-image: url("/files/images/virtualPage.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}

.imported
{
	background-image: url("/files/images/importedPage.jpg");
	background-position: center top;
	background-repeat: no-repeat;
}

.meta
{
	color: #BF8660;
	font-style: italic;
}

.included, .setup, .teardown, .collapse_rim
{
	background: #F9F9F9;
	margin: 5px 0px 5px 0px;
	padding: 2px 2px 2px 2px;
	border: 1px dotted #909090;
}

.setup, .teardown
{
	background: #FFFFF0;
	border-color: #FF8000;
}

.included
{
	background: #F9F9FF;
	border-color: #2E2EB2;
}

.collapse_rim
{
	border-color: #BF8660;
}

.alternating_row_1, .alternating_row_2
{
	display: block;
	height: 1.5em;
	width: 100%;
}

.alternating_row_1, .alternating_block_1
{
	background-color: #EFEFEF;
}

.alternating_row_2, .alternating_block_2
{
	background-color: #FFFFFF;
}

.alternating_block_1, .alternating_block_2
{
	border: solid 1px #DFD4A7;
}

div.collapsable
{
	margin: 0px 0px 0px 15px;
	display: block;
}

.hidden
{
	display: none;
}

.toc1 ul
{
	list-style-type: disc;
	padding-left: 2em;
	color: black;
}

.toc2 ul
{
	list-style-type: circle;
}

.toc3 ul
{
	list-style-type: disc;
	color: gray;
}

.toc4 ul, .toc5 ul, .toc6 ul
{
	list-style-type: circle;
}

/**********

 Page Specific

**********/

div.edit_buttons
{
}

div.nav_break
{
	font-size: .3em;
}

div.merge_new
{
	float: left;
	font-size: 1.4em;
	width: 49%;
}

div.merge_old
{
	float: right;
	font-size: 1.4em;
	width: 49%;
}

.test_summary_link
{
	text-align: right;
}

.test_summary_results
{
	padding: 0px 5px 0px 5px;
	text-align: left;
}

.suite_summary
{
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.test_output_name
{
	margin-top: 10px;
	background-color: #DFD4A7;
	font-size: 1.5em;
	text-indent: 1em;
}

table.dirListing
{
	background: transparent;
	margin: 2px;
	padding: 0px;
	border: 0px;
	width: 99%;
	font-size: 1.0em;
}

.dirListing td, .dirListing th
{
	border: 0px;
	padding: 1px 3px 1px 3px;
}

/**********

 Used in FIT

**********/

.pass
{
	background-color: #AAFFAA;
}

.fail
{
	background-color: #FFAAAA;
}

.error
{
	background-color: #FFFFAA;
}

.ignore
{
	background-color: #CCCCCC;
}

.fit_stacktrace
{
	font-size: 0.7em;
}

.fit_label
{
	font-style: italic;
	color: #C08080;
}

.fit_grey
{
	color: #808080;
}

