/*

									DiscNW base style sheet
			
	Contains styling for elements most commonly used in the DiscNW site.  Note: this file is broken
	down into two parts: "layout" and "look".  The layout section describes where elements appear
	on the page (eg: position, margin, padding, width, height) and the "look" section describes 
	their look-and-feel (eg: color, fonts, borders)

 */

/********************
		LAYOUT
 ********************/
table {
	width: 85%;
	margin: 5px auto 5px auto;
}
table td {
	padding: 4px 4px;
}

.formTable caption {
	width: 85%;
	padding: 3px;
	margin: 5px auto 0px auto;
} 
.formTable td {
	padding: 4px 4px;
}

/********************
		 LOOK
 ********************/
table {
	background-color: #EEEEDD;
	border-collapse: collapse;
	border: 2px solid #DDCCAA;
}
table td.span {
	text-align: center;
}
table td {
	vertical-align: middle;
}
table tr.headerRow td {
	font-weight: bold;
	border-bottom: 1px solid #DDCCAA;
	text-align: center;
}

.formTable caption {
	font-size: 1.2em;
	font-variant: small-caps;
	background-color: #CCCCCC;
} 
.formTable td.label {
	text-align: right;
}
.formTable td.value {
	text-align: left;
}


/********************
		SANDBOX
 ********************/


