/* Generic Tags */

body {
	background-color: #e5e0ca;
	background-image: url(/images/page-bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#424242;
}
p,
h1,
h2,
h3,
h4 {
	margin:0px;
}
h1,
h2,
h3,
h4 {
	font-weight:bold;
}
h1 {
	font-size:1.2em;
}
h3 {
	font-size:1.1em;
}
a {
	color:#656565;
	text-decoration:underline;
}

hr	{
	border: 0px;
}
/* Generic Classes */

.off {
	display:none;
}
.hide {
	visibility:hidden;
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}

/* Specific Classes */

.errorAlert {
	text-align:center;
	background-color:#c51d10;
	border:2px solid #ffffff;
	color:#ffffff;
	font-weight:bold;
	padding:10px 25px;
}
.successAlert {
	text-align:center;
	background-color:#9bbc27;
	border:2px solid #ffffff;
	color:#ffffff;
	font-weight:bold;
	padding:10px 25px;
}
.tab {
	color:#aeaa9a;
	background-color:#e3deca;
}
.errors {
	text-align:center;
	background-color:#c51d10;
	border:2px solid #ffffff;
	color:#ffffff;
	font-weight:bold;
	padding:10px 25px;
}
ul.pagination {
	margin:15px;
}
ul.pagination li {
	display:inline;
	padding:2px 5px;
	border:1px solid #E5E0CA;
	background-color:#f6f3ee;
}
ul.pagination li a {
	text-decoration:none;
}
ul.pagination li a:hover {
	text-decoration:underline;
}
ul.pagination li.current {
	font-weight:bold;
	border:0px;
	background-color:inherit;
}

hr.header	{
	color: #f0eadc;
	background-color: #f0eadc;
	height: 1px;
}

/* Specific Elements */

#mainContainer {
	margin:0px auto;
	width:1024px;
}

#headerContainer {

}
#headerContainer #topNavigation {
	margin:5px 0px 0px 0px;
	color:#f6f3ee;
}
#headerContainer #topNavigation ul {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-weight:bold;
	text-align:right;	
	margin:8px 17px 7px 0px;
	font-size:.95em;
}
#headerContainer #topNavigation li.rightPartition {
	padding-right:10px;
	border-right:1px solid #f6f3ee;
	margin-right:7px;
}
#headerContainer #topNavigation a:link,
#headerContainer #topNavigation a:visited {
	color:#ffce00;
	text-decoration:none;
}
#headerContainer #topNavigation a:hover {
	color:#ffce00;
	text-decoration:underline;
}
#headerContainer #topNavigation li {
	display:inline;
	margin-right:5px;
}
#headerContainer #logoContainer {
	background-image: url(/images/headerbkgrnd.gif);
	background-repeat: no-repeat;
	background-color:#ded8c1;
	margin:0px;
	height: 69px;
	padding:15px 25px 14px 25px;
}
#headerContainer #navigation {
	font-size:95%;
	background-color:#d6d1b8;
	background-image:url(/images/navbg.gif);
	border-top:1px solid #ccc6ae;
	border-left:1px solid #ccc6ae;
	border-right:1px solid #ccc6ae;
}
#headerContainer #navigation ul {
	padding:4px 23px 0px;
	list-style:none;
	height:26px;
}
#headerContainer #navigation li {
	float:left;
	background: url(/images/tabl.gif) no-repeat left top;
	color: #aeaa9a;
	font-weight:bold;
	margin-right:3px;
	padding:0 0 0 7px;
	height:26px;
}
#headerContainer #navigation a {
	display:block;
	float:left;
	background: url(/images/tabr.gif) no-repeat right top;
	padding: 7px 13px 0px 5px;	
	color: #aeaa9a;
	text-decoration: none;
	height:21px;
}
#headerContainer #navigation a:hover {
	color: #434c85;
	text-decoration:none;
}
#headerContainer #navigation #current {
	background-image:url(/images/tablselect.gif);
}
#headerContainer #navigation #current a {
	background-image:url(/images/tabrselect.gif);
	color:#656565;
	height:21px;
}
#headerContainer #navigation .dimmed {
	background-image:url(/images/graytabl.gif);
}
#headerContainer #navigation .dimmed a {
	background-image:url(/images/graytabr.gif);
	color:#bebaa8;
	height:21px;
	cursor:default;
}
#headerContainer #navigation .dimmed a:hover {
	color:#bebaa8;
}
#headerContainer #navigation .admin {
	background-image:url(/images/admintabl.gif);
	float:right;
}
#headerContainer #navigation .admin a {
	background-image:url(/images/admintabr.gif);
	color:#cab147;
	height:21px;
}
#headerContainer #navigation .admin a:hover {
	color:#434C85;
}
#headerContainer #navigation #current.admin {
	background-image:url(/images/admintabl.gif);
}
#headerContainer #navigation #current.admin a {
	background-image:url(/images/admintabr.gif);
}


/* Show Hide */

#showHideElement,
#hideButton {
	display:none;
}




#bodyContainer {
	background-color:#f6f3ee;
	border-left: 1px solid #ccc6ae;
	border-right: 1px solid #ccc6ae;
	padding:25px 25px 1px 25px;
}
#bodyContainer #pageTitle {
	color:#7c7c7c;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:2px solid #f0eadc;
}
#bodyContainer #pageTitle h1 {
	margin:0px;
}
#bodyContainer #pageDescription {
	color:#aeaa9a;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:20px;
}
#bodyContainer #breadcrumbs {
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	color:#7c7c7c;
	font-size:.95em;	
	margin-bottom:20px;
	padding-bottom:15px;
	border-bottom: 1px dotted #7C7C7C;
}
#bodyContainer #breadcrumbs li {
	display:inline;
}
#bodyContainer #breadcrumbs li a {
	color:#7c7c7c;
	text-decoration:none;
}
#bodyContainer #breadcrumbs li a:hover {
	color:#656565;
	text-decoration:underline;
}
#bodyContainer #insideContent {
	width:1024px;
	height:auto;
}

#footerContainer {
	
}
#footerContainer #footer {
	background-image: url(/images/footer.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	height:27px;
	margin-bottom:25px;
}

/* Module Styles */

.module {
	background-color:#FFFFFF;
	margin-top:15px;
}
.module .header {
	background-color:#f0eadc;
	background-image:url(/images/module-tr.gif);
	background-repeat:no-repeat;
	background-position:top right;
	color:#7e7e7e;
	font-size:95%;
}
.module .header div {
	padding:8px 0px 0px 0px;
	height:19px;
	background-image:url(/images/module-tl.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
.module .header div.exception {
	padding:0px;
	height:inherit;
	background-image:none;
}
.module .footer {
	background-color:#f0eadc;
	background-image:url(/images/module-br.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.module .footer div {
	height:16px;
	background-image:url(/images/module-bl.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.module .content {
	border-left:1px solid #d5d0bb;
	border-right:1px solid #d5d0bb;
	padding:1px 16px;
}
.module p {
	margin:10px 0;
	font-size:.95em;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height:15px;
}
.module h3 {
	font-size:1.1em;
	font-weight:bold;
	margin-top:-2px;
}

/* Side Module */

.sideModule {
	background-color:#FFFFFF;
}
.sideModule .header {
	background-color:#f0eadc;
	background-image:url(/images/sidemodule-tr.gif);
	background-repeat:no-repeat;
	background-position:top right;
	color:#7e7e7e;
	font-size:1em;
}
.sideModule .header div {
	padding:8px 0px 0px 0px;
	height:10px;
	background-image:url(/images/sidemodule-tl.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
.sideModule .header div.exception {
	padding:0px;
	height:inherit;
	background-image:none;
}
.sideModule .footer {
	background-color:#f0eadc;
	background-image:url(/images/sidemodule-br.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.sideModule .footer div {
	height:15px;
	background-image:url(/images/sidemodule-bl.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
.sideModule .content {
	border-left:1px solid #d5d0bb;
	border-right:1px solid #d5d0bb;
	padding:0px 16px 10px 16px;
	background-color:#e5e0ca;
}
.sideModule p {
	color:#7e7e7e;
	margin:0px;
	font-size:1em;
	font-weight:bold;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
}
.sideModule h3 {
	font-size:1em;
	font-weight:bold;
	margin-top:-2px;
}

/* Side Navigation */

.sideNav {
	padding:16px 0px 16px 0px;
}
.sideNav li {
	color:#7e7e7e;
	font-weight:bold;
	list-style-type: disc;
	list-style-image:url(/images/bullet.gif);
	list-style-position: inside;
	margin:6px 0px 3px 0px;
}
.sideNav a:link {
	color:#434c85;
	font-weight:bold;
	text-decoration:none;
}
.sideNav a:hover {
	color:#7e7e7e;
}

/* Login Page */

#loginContainer {
	width: 440px;
	margin: 50px auto 0px auto;
	position:relative;
}

#loginContainer a {
	font-weight:bold;
}

#loginContainer li {
	margin-top:10px;
	text-align:left;
}
#loginContainer label {
	display:block;
	float:left;
	width:168px;
	text-align:right;
}
#loginContainer label.error {
	float:left;
	width:200px;
	text-align:left;
	color: #f00;
}
#loginContainer #loginForm_submit {
	margin-left:170px;
}

#loginContainer #topLogin {
	background-image:url(/images/logintop.gif);
	background-repeat:no-repeat;
	height:46px;
	padding:72px 0px 0px 248px;
}
#loginContainer #middleLogin {
	background-image:url(/images/loginmid.gif);
	background-repeat:no-repeat;
	height:126px;
	font-weight:bold;
	color:#656565;
	padding-top:18px;
}
#loginContainer #bottomLogin {
	background-image:url(/images/loginbottom.gif);
	background-repeat:no-repeat;
	height:115px;
	padding-top:40px;
}

#loginContainer #bottomLogin li {
	display:inline;
}
#loginContainer #bottomLogin label {
	display:inline;
	float:none;
	width:auto;
	text-align:left;
}
#loginContainer #bottomLogin #forgotPassword {
	float:left;
	margin:0px 0px 0px 60px;
	display:inline;
}
#loginContainer #bottomLogin #keepLoggedIn {
	margin-left:260px;
}

/* Registration Page */

form#registrationForm {
	margin-top:30px;
}
form#registrationForm .required {
	font-weight:bold;
}
form#registrationForm dt {
	float:left;
	text-align:right;
	width:150px;
	margin-right:5px;
}
form#registrationForm dt.stack {
	display:inline;
}
form#registrationForm dd {
	margin:3px 0px;
}
form#registrationForm dd.stack {
	display:inline;
}
form#registrationForm input.text.medium {
	width:150px;
}
form#registrationForm input.text.small {
	width:70px;
}
form#registrationForm input.text.xsmall {
	width:20px;
}
form#registrationForm #registrationForm_submit {
	margin:10px 0px 3px 0px;
}

/* Dashboard Page */

.moduleTitle {
	margin-left:16px;
}
.dateAdded {
	text-align:center;
	width:145px;
}
.postedBy {
	margin-left:16px;
}
#dashboardContainer1 {
	clear:both;
}
#dashboardContainer2 {
	clear:both;
}
#dashboardContainer3 {
	width:460px;
}
#dashboardContainer4 {
	clear: both;
}
#specialModule {
	width:350px;
	float:left;
	margin:0px 20px 0px 0px;
}
#specialModule #specialContent {
	border-left:1px solid #d5d0bb;
	border-right:1px solid #d5d0bb;
	padding:15px;
}
#specialModule img {
	float:left;
	margin:5px 0px 0px 20px;
}
#specialModule .text {
	margin-top:0px;
	text-align:center;
	color:#656565;
	font-size:1em;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
}
#specialModule .date {
	text-align:center;
	font-weight:bold;
	color:#434c85;
	margin:2px auto;
	font-size:1.5em;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	line-height:19px;
}
#updatesModule {
	margin-left:370px;
}
#updatesModule #updatesContent {
	border-left:1px solid #d5d0bb;
	border-right:1px solid #d5d0bb;
	padding:20px;
	font-size:0.98em;
}
#updatesContent ul {
	margin-left:50px;
	height:36px;
	font-size:11px;
}
#updatesModule li {
	float:left;
	width:255px;
}
#updatesModule li a {
	color:#434c85;
	text-decoration:none;
}
#updatesModule li a:hover {
	color:#434c85;
	text-decoration:underline;
}
#updatesModule img {
	float:left;
}
.dates {
	color:#656565;
	font-size:12px;
	font-family:"Trebuchet MS",Helvetica, Arial, sans-serif;
	font-weight:bold;
}
.recent {
	border-left:1px solid #d5d0bb;
	border-right:1px solid #d5d0bb;
	padding:16px 0 16px 0;
}
.recent li {
	font-size:.98em;
	padding:3px 16px 3px 16px;
}
.recent td {
	font-size:.98em;
	padding:3px 0 3px 16px;
}
.recent tr {
	width:80px;
}
.recent a {
	color:#434c85;
	text-decoration:none;
}
.recent a:hover {
	text-decoration:underline;
}
.stripe {
	background-color:#f5f1e7;
}
.topic {
	font-weight:bold;
}
.posted {
	font-size:1.1em;
	font-weight:bold;
	text-align:center; 
	width:145px;
	float:right;
	margin-top:-1px;
}
.months, .months a, .months a:hover, .months a:visited {
	margin:0 3px 0 3px;
	color:#c0b896;
	text-decoration:none;
	font-weight:bold;
	display:block;
	margin-top:1px;
}

/* Marketing Page */

.moduleTitle {
	margin-left:16px;
}
.dateAdded {
	text-align:center;
	width:115px;
}
.postedBy {
	margin-left:32px;
}
.specialContent {
	border-left:1px solid #d5d0bb;
	border-right:1px solid #d5d0bb;
	padding:15px;
}
.specialContent h1 {
	text-align:center;
	color:#656565;
	font-size:1em;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
}
.specialContent p {
	text-align:center;
	font-weight:bold;
	color:#434c85;
	margin:2px auto;
	font-size:1.5em;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
}
.updatesContent {
	border-left:1px solid #d5d0bb;
	border-right:1px solid #d5d0bb;
	padding:20px;
	font-size: .90em;
}
.updatesContent li a {
	color:#434c85;
	text-decoration:none;
}
.updatesContent li a:hover {
	color:#434c85;
	text-decoration:underline;
}
.dates {
	color:#656565;
	font-size:1em;
	font-family:"Trebuchet MS",Helvetica, Arial, sans-serif;
	font-weight:bold;
}
.marketing {
	border-left:1px solid #d5d0bb;
	border-right:1px solid #d5d0bb;
	padding:16px 0px 16px 0px;
	font-size:.95em;
}
.recentName li {
	padding:3px 16px 3px 16px;
}
.recentName td {
	padding:3px 0 3px 15px;
}
.marketing a {
	color:#424242;
	text-decoration:none;
}
.marketing a:hover {
	text-decoration:underline;
}
.stripe {
	background-color:#f5f1e7;
}
.marketingTopic {
	padding:3px 0px 3px 15px;
}
.posted {
	font-size:1em;
	font-weight:bold;
	text-align:center;
	width:115px;
	float:right;
	margin-top:-1px;
}
.months, .months a, .months a:hover, .months a:visited {
	margin:0 3px 0 3px;
	color:#c0b896;
	text-decoration:none;
	font-weight:bold;
	display:block;
	margin-top:1px;
}
.recentHeaderlabel {
	font-size:.95em;
	font-weight:bold;
	text-align:center;
	float:right;
	margin-top:-1px;
}
.thumbs {
	padding:10px 0px 8px 0px;
	text-align:center;
}
.thumbs li {
	display:inline;
	padding-right:0px;
}

/* Caldendar Page */

#calendarIndexAction #discussBody {
	padding:16px 0 16px 0;
	width:100%;
}
#calendarIndexAction #discussBody tr {
	width:100%;
}
#calendarIndexAction #discussBody a {
	color:#434c85;
	text-decoration:none;
}
#calendarIndexAction #discussBody a:hover {
	text-decoration:underline;
}
#calendarIndexAction .current  {
	color:#6c6c6c;
	font-weight:bold;
}
#calendarIndexAction .stripe {
	background-color:#eeeeee;
}
#calendarIndexAction .topic {
	font-weight:bold;
	font-size:1.1em;
	padding:8px 0px 0px 10px;
}
#calendarIndexAction .dateAdded {
	text-align:right;
	width:100px;
	padding-right:16px;
}
#calendarIndexAction .postedBy {
	color:#999999;
	font-size:.98em;
	padding:0px 0px 8px 10px;
}
#calendarIndexAction .discussModule {
	background-color:#FFFFFF;
	}
#calendarIndexAction .discussModule .header {
	background-color:#f0eadc;
	background-image:url(/images/discussmodule-tr.gif);
	background-repeat:no-repeat;
	background-position:top right;
	color:#7e7e7e;
}
#calendarIndexAction .discussModule .header div {
	padding:8px 0px 0px 0px;
	background-image:url(/images/discussmodule-tl.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
#calendarIndexAction .discussModule .header div.exception {
	padding:0px;
	height:inherit;
	background-image:none;
}
#calendarIndexAction .discussModule .footer {
	background-color:#ffffff;
	background-image:url(/images/discussmodule-br.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
#calendarIndexAction .discussModule .footer div {
	height:16px;
	background-image:url(/images/discussmodule-bl.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}
#calendarIndexAction .discussModule .content {
	border-left:1px solid #d5d0bb;
	border-right:1px solid #d5d0bb;
	padding:14px 16px 10px 16px;
	background-color:#ffffff;
}
#calendarIndexAction .discussModule p {
	color:#7e7e7e;
	padding:16px 0px 0px 10px;
	font-size:1em;
	font-weight:bold;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
}
#calendarIndexAction .discussModule h3 {
	font-size:1em;
	font-weight:bold;
	margin-top:-2px;
}
#calendarIndexAction .pageNumbers {
	float:right;
	margin:16px 0px 0px 0px;
}
#calendarIndexAction .pageNumbers a {
	color:#434c85;
	text-decoration:none;
	font-weight:bold;
}
#calendarIndexAction .pageNumbers a:hover {
	text-decoration:underline;
}
#calendarIndexAction .pageNumbers ul, .pageNumbers li {
	display:inline;
}
#calendarIndexAction .read {
	background-image: url(/images/readicon.gif);
	width:14px;
	height:14px;
	margin:-10px 0px 0px 16px;
}
#calendarIndexAction .unread {
	background-image: url(/images/unreadicon.gif);
	width:14px;
	height:14px;
	margin:-10px 0px 0px 16px;
}
#calendarIndexAction .calendarDate {
	float:left;
	width:122px;
	height:100px;
	border-right:1px solid #928d79;
	border-bottom:1px solid #928d79;
	padding:3px 8px;
	font-size:11px;
}
#calendarIndexAction .calendarDate.dimmed {
	background-color:#f6f3ee;
}
#calendarIndexAction .calendarDateHeader {
	float:left;
	width:122px;
	border-right:1px solid #928d79;
	border-bottom:1px solid #928d79;
	padding:1px 8px;
	font-size:11px;
	text-align:center;
}
#calendarIndexAction #calendarContainer {
	border:0px;
	border-left:1px solid #928d79;
	border-top:1px solid #928d79;
}
#calendarIndexAction .calendarDate li {
	list-style-type:disc;
	list-style-position:inside;
	overflow:hidden;
	height:14px;
}
#calendarIndexAction .dayNumber {
	float: right;
	
}

.expandCalendarEvent {width: 100%;
					  background: #fff;
					  position: absolute;
					  *position: relative;
					  width: auto;
					  overflow: visible;
					  margin: -3px -8px 0px -8px;
					 }
.expandCalendarEvent li	{padding: 3px;
						 overflow: visible;
						 border-bottom: 1px solid #ccc;
						 border-left: 1px solid #ccc;
						 border-right: 1px solid #ccc;
						 *border-left: 0px; // dirty
						 *border-right: 0px;
								}
.expandCalendarEventHeader {background: #ddd;
							padding: 2px 5px;
						}

/* Dashboard Page */

#indexIndexAction .calendarDate {
	float:left;
	width:61px;
	height:46px;
	border-right:1px solid #928d79;
	border-bottom:1px solid #928d79;
	padding:2px 4px;
	font-size:8px;
}
#indexIndexAction .calendarDate.dimmed {
	background-color:#f6f3ee;
}
#indexIndexAction .calendarDateHeader {
	float:left;
	width:53px;
	border-right:1px solid #928d79;
	border-bottom:1px solid #928d79;
	padding:1px 8px;
	font-size:11px;
	text-align:center;
}
#indexIndexAction #calendarContainer {
	border:0px;
	border-left:1px solid #928d79;
	border-top:1px solid #928d79;
}
#indexIndexAction .calendarDate li {
	overflow:hidden;
	height:10px;
}
#indexIndexAction .calendarDayNumber {
	float:right;
}
#indexIndexAction .posted2 {
	font-weight:bold;
	text-align:center; 
	float:right;
	margin:-1px 16px 0px 0px;
}
#indexIndexAction .updated2 {
	font-weight:bold;
	text-align:center; 
	float:right;
	margin:-1px 37px 0px 37px;
}

/* Authenticate Page */

body#authenticateIndexAction {
	background-color:#f0eadc;
	background-image:url(/images/loginbkgrnd.gif);
	background-position:center 168px;
}
#authenticateIndexAction input.text {
	width:150px;
}
#authenticateIndexAction #mainContainer {
	width:auto;
}
#authenticateIndexAction #bodyContainer {
	background-color:transparent;
	border:none;
	padding:0px;
}
#authenticateIndexAction .formMessage {
	margin:22px 0px;
	text-align:center;
	font-weight:bold;
	position:absolute;
	left: 4px;
	top: 131px;
	width: 380px;
	padding-top: 16px;
	padding-bottom: 16px;
}

/* Administration Page */

#adminIndexAction dl {
	margin:15px 20px;
}
#adminIndexAction dt {
	float:left;
	width:100px;
	text-align:right;
	padding: 3px;
}
#adminIndexAction dd	{
	width: 385px;
	padding: 3px;
	float: left;
}
#adminIndexAction .medium {
	width:370px;
}

/* CEA Administration Page */

#ceaAdminIndexAction dl {
	margin:15px 20px;
}
#ceaAdminIndexAction dt {
	float:left;
	width:100px;
	text-align:right;
	margin-right:5px;
	height:15px;
}
#ceaAdminIndexAction dt,
#ceaAdminIndexAction dd {
	margin:3px;
	clear:right;
}
#ceaAdminIndexAction .medium {
	width:370px;
}
#ceaAdminIndexAction .medium {
	width:370px;
}
#ceaAdminIndexAction .large {
	width:710px;
}

/* Registration Page */

body#authenticateRegisterAction {
	background-color:#f0eadc;
	background-image:url(/images/loginbkgrnd.gif);
	background-position:center 168px;
}
#authenticateRegisterAction a {
	font-weight:bold;
}
#authenticateRegisterAction #mainContainer {
	width:auto;
}
#authenticateRegisterAction #bodyContainer {
	background-color:transparent;
	border:none;
	padding:0px;
}
#authenticateRegisterAction #formContainer {
	width:490px;
	margin:54px auto 0px auto;
	background-image:url(/images/registration-bg-plate-bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
#authenticateRegisterAction #formContainerBG {
	padding:45px 50px 40px 50px;
	background-image:url(/images/registration-bg-plate-top.jpg);
	background-repeat:no-repeat;
}
#authenticateRegisterAction #backLink {
	margin-left:20px;
}
#authenticateRegisterAction .errors {
	padding-left:65px;
	padding-right:65px;
	margin-bottom:-8px;
}


/* Engle Talk Page */

#engleTalkPostAction .post_title	{
	background: #596891;
	height: 30px;
}
#engleTalkPostAction .post_title #left	{
	background-image: url(/images/discussion_banner_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height: 30px;
}
#engleTalkPostAction .post_title #right	{
	background-image: url(/images/discussion_banner_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 30px;
}
#engleTalkPostAction .post_title h2	{
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	padding-left: 10px;
}
#engleTalkPostAction .topic_details	{
	margin: 5px 0px 0px 10px;
}

#engleTalkPostAction hr.dotted{
	color: #fff;
	background-color: #fff;
	border-bottom: 1px dotted #7c7c7c;
	margin: 0px 10px 0px 10px;
	height: 1px;
}

#engleTalkPostAction .reply	{
	margin: 10px;
}

#engleTalkPostAction .reply_details {
	background: #e4e6f0;
	padding: 4px;
}
#engleTalkPostAction .reply_body {
	margin: 10px 0px 30px 10px;
}
#engleTalkPostAction .content {
	padding-top: 0px;
}


/* My Account Page */

#userIndexAction .content	{
	padding: 15px;
}

#userIndexAction dl	{
	width: 300px;
	display: block;
}

#userIndexAction dt	{
	width: 110px;
	float: left;
	padding: 5px;
	text-align: right;
}

#userIndexAction dd {
	width: 150px;
	float: left;
	clear: right;
	padding: 5px;
	}
	
/* Store  */

#storeViewProductAction dl {
	margin:15px 20px;
}
#storeViewProductAction dt {
	float:left;
	width:40px;
	text-align:right;
	padding: 3px;
	clear: left;
}
#storeViewProductAction dd	{
	width: 200px;
	padding: 3px;
	float: left;
	clear: right;
}

#orderProductForm label {
	display:block;
	float:left;
	width:168px;
	text-align:right;
}
#orderProductForm label.error {
	float:left;
	width:200px;
	text-align:left;
	color: #f00;
}


/* User Account Request Management Page */
.dupeUserAcct	{color: #f00;}
