/*
 * NoGray JavaScript Library v1.0
 * http://www.NoGray.com
 *
 * Copyright (c) 2009 Wesam Saif
 * http://www.nogray.com/license.php
 */
 .ng-unit-test {border:solid #cccccc 1px;
		width:100%;}
	
.ng-unit-test td {padding:5px;
	border:solid #efefef 1px;}
	
.ng-unit-test th {background:#75b2d1;
	padding:5px;
	color:#ffffff;
	text-align:left;}
	
.ng-unit-test .odd {background:#e1eff5;}

.ng-unit-test .func-name {font-weight:bold;
	font-size:12pt;
	text-align:center;
	border-right:solid #cccccc 1px;}

.ng-unit-test .success {background:#188c26;
	color:#ffffff;}
.ng-unit-test .fail {background:#cc0000;
	color:#ffffff;}
.ng-unit-test .unknown {background:#cccccc;
	font-style:italic;}
	
.ng-unit-test .divider {background:#75b2d;
	font-size:1px;
	padding:0px;}
