/* css for TMTAV :: Vanguard Web Studios Applications and Pages 

FOR NETSCAPE

*/

#spacer {
	height: 10px;	
	}
	
#smallSpacer {
	height: 5px;	
	}
	
#formLabel {
	float: left;
	padding-top: 5px;
	width: 30%;
	}

#formInput {
	width: 400px;
	}
	
#formBody {
	font-size: 12px;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
	background-color: #F7F7F7;
	border: 1px #7B7B7B dotted;
	width: 80%;
	}

#adminIndex {
	vertical-align: middle;
	text-align: center;
	display: block;
	height: 48px;
	}

#adminIndexText{
	vertical-align: middle;
	text-align: left;
	display: block;
	height: 48px;
	padding-top: 15px;
	margin-bottom: auto;
	margin-left: 55px;
	}
	
td.heading {
	font-size: small;
	font-weight: bold;
	}
	
.spacer {
	height: 10px;
	line-height: 10px;
	}				 