/* Sign Example CSS */

#sign 
	{
		height: 180px;
		width: 360px;
		color: black;
		text-align: center;
		font-size: 48px;
		border: thin solid black;
	/*	display: table-cell;
		vertical-align: middle;*/
		overflow: hidden;
	}

.woodgrain
	{
		background-image:url(woodgrain.jpg);
	}

.mountingHide
	{
		display: none;
	}
.mountingShow
	{
	}
	
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
	
label {
	text-align: left;
	width: 150px;
	padding-right: 0px;
}

br {
	clear: left;
}
/*.rowWrapper {
	float: left;
	position: relative;
	left: 50%;
}
.row {
	border: 1px solid blue;
	position: relative;
	left: -50%;
}
*/



/* Subsection Tabs
--------------------*/
ul.subsection_tabs {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
	clear:both;
	border-bottom:1px solid #ccc;
	height:20px;
	clear:both;
}

ul.subsection_tabs li.tab {
	float:left;
	margin-right:7px;
	text-align:center;
}

ul.subsection_tabs li.tab a {
	display:block;
	height:20px;
	padding:0 6px 0 6px;
	background-color:#fff;
	color:#666;
	width:80px;
}

ul.subsection_tabs li.tab a:hover {
	color:#666;
}

ul.subsection_tabs li.tab a.active {
	background-color:#ddd;
}

ul.subsection_tabs li.source_code {
	float:right;
}
