/* Special CSS for Staging */

/*Alternate Tabs */
.ou { 
margin: 0px 5px;
padding: 10px;
}
/* Variable Debug Tab */
#debug .silver{
	border: solid 1px #f47c20;
	background: #FFF;
	background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#CDCDCD));
	background: -moz-linear-gradient(bottom,  #CDCDCD,  #FFFFFF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDCDCD', endColorstr='#FFFFFF');
}
#debug dd{
	color: rgb(236, 86, 27);
	font-weight: bold;	
}
#debug .ou h5 {
line-height: 20px;
color: #444444;
}
#debug .ou h5 span{
	color: red;
}

/* Info and Help Tab */
#info .silver{
	border: solid 1px rgb(31, 34, 116);
	background: #bbbbbb;
	background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(#CDCDCD));
	background: -moz-linear-gradient(bottom,  #CDCDCD,  #FFFFFF);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#CDCDCD', endColorstr='#FFFFFF');
}
		
#info h1{
color: rgb(31, 34, 116)
}
#info h2, #info h3, #info h4, #info h5, #info h6{
font-size:14px;
color: rgb(148, 0, 0);
}
#info hr
{
border-bottom: 1px solid rgb(31, 34, 116);
}

#info li{
color:inherit;
}