@import "../../dojo/resources/dojo.css";

/*
body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	color: #292929;
	font-family: Myriad, Lucida Grande, Bitstream Vera Sans, Arial, Helvetica, sans-serif;
	*font-size: small;
	*font: x-small;
}

th, td {
	font-size: 13px;
	color: #292929;
	font-family: Myriad, Lucida Grande, Bitstream Vera Sans, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

* body {
	line-height: 1.25em;
}

table {
	border-collapse: collapse;
}
*/

#testLayout {
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border: 1px solid black;
	border: 0px;
}

.tabBody {
	margin: 0px;
	padding: 0px;
	/*
	border: 1px solid black;
	*/
	background-color: #DEDEDE;
	border: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px; 
	top: 0px;
	overflow: auto;
}

#logBody {
	padding-left: 5px;
	padding-top: 5px;
	font-family: Monaco, monospace;
	font-size: 11px;
	white-space: pre;
}

#progressOuter {
	background:#e9e9e9 url("http://svn.dojotoolkit.org/dojo/dijit/trunk/themes/tundra/dojoTundraGradientBg.png") repeat-x 0 0;
	/*
	border-color: #e8e8e8;
	*/
}

#progressInner {
	background: blue url("http://svn.dojotoolkit.org/dojo/dijit/trunk/themes/tundra/bar.gif") repeat-x 0 0;
	width: 0%;
	position: relative;
	left: 0px;
	top: 0px;
	height: 100%;
}

#play, #pause {
	font-family: Webdings;
	font-size: 1.4em;
	border: 1px solid #DEDEDE;
	cursor: pointer;
	padding-right: 0.5em;
}

.header {
	border: 1px solid #DEDEDE;
}

button.tab {
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	border-color: #DEDEDE;
	margin-right: 5px;
}

#testListContainer {
	/*
	border: 1px solid black;
	*/
	position: relative;
	height: 99%;
	width: 100%;
	overflow: auto;
}

#testList {
	border-collapse: collapse;
	position: absolute;
	left: 0px;
	width: 100%;
}

#testList > tbody > tr > td {
	border-bottom: 1px solid #DEDEDE;
	border-right : 1px solid #DEDEDE;
	padding: 3px;
}

#testListHeader th {
	border-bottom: 1px solid #DEDEDE;
	border-right : 1px solid #DEDEDE;
	padding: 3px;
	font-weight: bolder;
	font-style: italic;
}

#toggleButtons {
	float: left;
	background-color: #DEDEDE;
}

tr.inProgress {
	background-color: #85afde;
}

tr.success {
	background-color: #7cdea7;
}

tr.failure {
	background-color: #de827b;
}
