/* CSS Document for Learn>Controls>control diagram iframe */


	.specs a	{
		text-decoration: none;
		color: #990000;
	}
	
	.specs a:hover	{
		color: #000000;
	}
	.specs a:active	{
		color: #000000;
	}

	ul.list {
		list-style: none;
		margin: 5px 0px 0px 1px;
		padding: 0px;
		text-align: left;
		white-space: nowrap;
	}

	ul.list li {	
		padding: 0px 5px 0px 5px;
	}
		
	ul.list a	{
		text-decoration: none;
		color: #000000;
	}
	
	ul.list a:hover	{
		color: #FF0000;
	}
	ul.list a:active	{
		color: #FF0000;
	}
	
	
	td {
		vertical-align: top;
		text-align: left;	
	}
	
	.subhead {
		font-size: 16px;
		font-weight: bold;
		color: #91827e;
		border-bottom: solid 1px #91827e;
		padding: 2px 0px 0px 0px;
		margin-top: 10px;
		margin-bottom: 0px;
	}
	
	.leftColumn {
		width:240px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		float:left;
		padding: 10px;
		margin-right:10px;
		border: solid 1px #91827e;
	}
	
	.rightColumn {
		width:420px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		float:left;	
		padding: 10px;
		border: solid 1px #91827e;
	}