/* Styles for Containers  */

/* IMPORTANT - EACH CONTAINER MUST HAVE UNIQUE CSS CLASS NAMES FOR EACH CSS STYLE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */

/* IMPORTANT - CONTAINERS SHOULD BE SAVED WITH INTUITIVE FILENAMES!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!  */
.WStableborder  {
	border: 1px solid #dab379;
}
.WScontentmaster {
	background-image: url(brown_gradient.jpg);
	background-repeat:repeat-x;
	background-position:top left;
}
.WSActionscell {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  8pt;
	font-weight: normal;
	color: #333;
}
.WSContentpane {
	text-align: left;	
	vertical-align: top;
	background-image: url(WS_icon.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	width: 100%;
	height:50px;
	padding: 6px 6px 6px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10pt;
	font-weight: normal;
	color: #333333;
}
.WSContentpane a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10pt;
	font-weight: normal;
	color: #333333;
	text-decoration:underline;
}
.WSContentpane a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10pt;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
}
.WSContentpane a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10pt;
	font-weight: normal;
	color: #333333;
	text-decoration:underline;
}
.WSContentpane a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  10pt;
	font-weight: normal;
	color: #de412a;
	text-decoration:none;
}
