/* --------------------------------------------------------------------------- basics */
#resources td {
	vertical-align: top;
	padding-bottom: 20px;
}
#resources img {
	padding-top: 5px;
	padding-right: 20px;
}
#resources .bottom td {
	padding-bottom: 0px;
}
#resources .pdf {
	margin-right: 45px;
	margin-left: 45px;
}
#resourceSearch {
	padding: 15px;
	border: 1px solid #CCCCCC;
	margin-bottom: 20px;
}
/* --------------------------------------------------------------------------- locations */
#locations td {
	vertical-align: top;
	padding-bottom: 40px;
}
#locations img {
	padding-top: 5px;
	padding-right: 20px;
}
#locations .bottom td {
	padding-bottom: 0;
}
/* --------------------------------------------------------------------------- logos */
#corplogos td {
	vertical-align: top;
	padding-bottom: 40px;
}
#corplogos img {
	padding-top: 5px;
	padding-right: 20px;
}
#corplogos .bottom td {
	padding-bottom: 0;
}
/* --------------------------------------------------------------------------- forms */
.inputWidth2 {
	width: 320px;
}
.inputWidth3 {
	width: 300px;
}
.inputWidth4 {
	width: 150px;
}
#emailSupport {
	padding: 10px;
	border: 1px solid #CCCCCC;
}
.emailSpace td {
	padding-top: 10px;
	vertical-align: top;
}
.halfWidth {
	width: 196px;
}
.fullWidth {
	width: 410px;
}
.checks {
	font-size: 11px;
}
.spacer td {
	padding-top: 10px;
	vertical-align: top;
}
/* --------------------------------------------------------------------------- connections */
#diagramSearch {
	border: 1px solid #CCCCCC;
	padding: 20px;
	margin: 30px 20px 0 20px;
}
#diagramContent {
	margin: 20px 0 30px 0;
	text-align: center;
}
/* --------------------------------------------------------------------------- technotes */
.technoteTable {
	border:1px solid #CCC;
}
.technoteTable td {
	padding:3px;
	border:1px solid #CCC;
}
.technoteTable th {
	padding:3px;
	background-color: #CCCCCC;
}
.technoteList {
	list-style-type: disc;
}
.technoteSubList {
	list-style-type: circle;
}
#librarySearch {
	border: 1px solid #CCCCCC;
	padding: 15px;
	margin-bottom: 20px;
}
#librarySearch .libraryFormWidth { width: 400px; display: block; margin-bottom: 10px; }