a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.bg {
	background-color: #CCCCCC;
}
.mainbg {
	background-color: #FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
hr {
	border:1px dashed #ccc;
	border-bottom:none;
	border-left:none;
	border-right:none;
	height:1px;
	margin:8px 0 8px 0;
}
h1, h2, h3 {
	font-weight:bold;
}
fieldset {
	padding:20px;
	border:1px solid #ccc;
}
legend {
	color:#5A829B;
}
.pagetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.menubg {
	background-color: #668606;
	background-image: url(images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	margin-left:25px;
	display:block;
}
.pageheading {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #5A829B;
	padding-left:25px;
	padding-top:15px;
	padding-bottom:15px;
}
.inputfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px inset #999999;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	text-decoration: none;
}
.message {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	padding: 5px;
}
.footerbg {
	background-color: #929292;
	border: 2px solid #6D6E72;
	width:792px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
.menuhr {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FFFFFF;
	border-bottom:none;
	border-left:none;
	border-right:none;
	margin-bottom:9px;
	margin-top:9px;
}
.adminlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
.adminlinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
.resourcebg {
	background-image: url(images/resource_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-top:4px;
}
.resourcetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	padding-bottom:5px;
	padding-top:5px;
}
#inputlabel,.inputlabel {
	float:left;
	text-align:left;
}
#inputcontainer,.inputcontainer {
	float:left;
	text-align:left;
}
.red {
	color:#CC0000;
}
.gray {
	color:#ccc;
}
.dkgray {
	color:#999;
}
.italic {
	font-style: italic;
}
.t10 {
	font-size:10px;
}
.t14 {
	font-size:14px;
}
.strike {
	text-decoration: line-through;
}
#workshopList, #featuredWorkshop {
	font-size:12px;
}
#workshopList .when, #featuredWorkshop .when {
	float:right;
	font-weight:bold;
	font-size:14px;
}
#workshopList p, #featuredWorkshop p {
	font-size:11px;
}
#workshopList .buttons, #featuredWorkshop .buttons {
	float:right;
}
#workshopList .buttons a, #featuredWorkshop .buttons a {
	display:inline-block;
	#display:inline;
	padding:5px 10px 5px 10px;
	font-size:14px;
	font-weight:bold;
	border:1px solid #ccc;
	background:#efefef;
	color:#333;
	margin:0 0 0 5px;
	text-decoration:none;
}
#workshopList .openSlots, #featuredWorkshop .openSlots {
	font-weight:bold;
	color:green;
	padding:6px 0 0 0;
	font-size:14px;
}
#infoBoxList {
	float:right;
	border:1px solid #ccc;
	background:#efefef;
	font-size:13px;
	padding:15px;
}
#infoBoxList h1 {
	font-size:15px;
	color:#5A829B;
	margin:0 0 10px 0;
	padding:0;
}
#infoBoxList ul {
	margin:0 0 0 15px;
	padding:0;
}
#infoBoxList li a {
	color:#0000ff;
}
#infoBoxList li.selected a {
	font-weight:bold;
}
dl {
	line-height: 2em;
	margin: 0em 0em;
	width: 60%;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 8em;
	margin-top: -2em;
	vertical-align: top;
	width:35em;
}
dl.confirmation {
	line-height: 1.5em;
	margin: 0em 0em;
}
dl.altrow {
	background: #f4f4f4;
}
dt {
	font-weight: bold;
	padding-left: 4px;
	vertical-align: top;
}
dd {
	margin-left: 12em;
	margin-top: -1.5em;
	vertical-align: top;
}
.registerButton {
	float:right;
}
.registerButton a {
	display:block;
	font-size:20px;
	color:#fff;
	text-decoration:none;
	border:1px solid #5F5F5F;
	padding:10px 15px 10px 15px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	background:#668606 url(thumb_gen.php?s=images/menu_bg.jpg&w=110&h=40&stretch=yes) 0 0 repeat-x;
}
#totalContainer {
	font-size:16px;
}
#totalContainer span {
	color:#CC0000;
	font-weight:bold;
	font-size:18px;
}
.adminTable {
	width:100%;
	border-collapse:collapse;
	border:1px solid #ccc;
}
.adminTable th {
	font-weight:bold;
	background:#efefef;
	text-align:center;
}
.adminTable td {
	text-align:center;
	overflow:hidden;
}
#videoContainer {
	background:#000;
	text-align:center;
	padding:1px;
}
#uploaderContainer {
	width:112px;
	height:30px;
	cursor:pointer;
}
#uploaderInfo {
}
#progressBar {
	background:#fff;
	border:#999;
	width:200px;
	height:10px;
}
#progressBar #innerProgressBar {
	background:#ff0000;
	height:10px;
	width:1px;
}
ol#retailAssessment {
	list-style: numeric;
	margin:15px 0 15px 25px;
	padding:0;
}
ol#retailAssessment li ol {
	margin:0 0 15px 15px;
	padding:0;
	list-style: lower-alpha;
}
.message_result {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5A829B;
	text-decoration: none;
	padding: 5px;
}