/* BOXES */
	
.mceContentBody .sidebox {
	margin: 22px 0;
	padding: 20px;
	-webkit-border-radius: 8px; -moz-border-radius: 8px; -khtml-border-radius: 8px; border-radius: 8px;
	-webkit-box-shadow: 0 6px 8px rgba(0,0,0,.9); -moz-box-shadow: 0 6px 8px rgba(0,0,0,.9); -khtml-box-shadow: 0 6px 8px rgba(0,0,0,.9); -pie-box-shadow: 0 6px 8px #003; box-shadow: 0 6px 8px rgba(0,0,0,.9);
	behavior: url(/js/PIE.htc);
}

.mceContentBody .mainbox {
	margin: 20px 8px;
	-webkit-border-radius: 20px; -moz-border-radius: 20px; -khtml-border-radius: 20px; border-radius: 20px;
	padding: 35px 30px;
	-webkit-box-shadow: 0 6px 8px rgba(0,0,0,.9); -moz-box-shadow: 0 6px 8px rgba(0,0,0,.9); -khtml-box-shadow: 0 6px 8px rgba(0,0,0,.9); -pie-box-shadow: 0 6px 8px #003; box-shadow: 0 6px 8px rgba(0,0,0,.9);
	behavior: url(/js/PIE.htc);
}

.mceContentBody .sidebox:first-of-type, .mceContentBody .mainbox:first-of-type {
	margin-top: 0;
}

.mceContentBody .mainbox.tmsClearBlue {
	padding: 35px 45px;
}


/* SIDEBAR NOOKS */
/*
#sidebar .nook_top {
	background: transparent url(/images/nook_top_sidebar.png) top center no-repeat;
	height: 30px;
}

#sidebar .nook_middle {
	background: transparent url(/images/nook_middle_sidebar.png) center repeat-y;
}

#sidebar .nook_bottom {
	background: transparent url(/images/nook_bottom_sidebar.png) top center no-repeat;
	height: 31px;
	margin-bottom: 30px;
}

#sidebar .nook_bottom.half-fill {
	background: transparent url(/images/nook_bottom_sidebar_half-fill.png) top center no-repeat;
	height: 31px;
	margin-bottom: 30px;
	margin-top: -16px;
}
*/


#miracle-vid-icon {
	position: absolute;
	top: 27px;
	left: 230px;
}

/* MEMBER LOGIN BUTTON ON SIDEBAR */
/*
#sidebar #member_login {
	text-align: center;
	margin: 20px 20px 30px 0;
}

#sidebar #member_login .member_login {
	background-color: #575FA1;
	border: 1px solid #575FA1;
	border-top: 1px solid #6F7BD7;
	-moz-border-radius: 8px; -webkit-border-radius: 8px; -khtml-border-radius: 8px; border-radius: 8px;
	-moz-box-shadow: 0 5px 8px rgba(0, 0, 0, .5); -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, .5); -khtml-box-shadow: 0 5px 8px rgba(0, 0, 0, .5); box-shadow: 0 5px 8px rgba(0, 0, 0, .5);
	padding: .3em .5em;
	font: bold italic 14px Times, "Times New Roman", serif;
	text-shadow: 0 1px 1px #6F7BD7;
	position: relative;
	top: 0;
	-moz-transition-property: top, -moz-box-shadow, text-shadow;
	-moz-transition-duration: .1s, .1s, .2s;
	-webkit-transition-property: top, -webkit-box-shadow, text-shadow;
	-webkit-transition-duration: .1s, .1s, .2s;
	-o-transition-property: top, box-shadow, text-shadow;
	-o-transition-duration: .1s, .1s, .2s;
	transition-property: top, box-shadow, text-shadow;
	transition-duration: .1s, .1s, .2s;
}

#sidebar #member_login .member_login:hover {
	top: 2px;
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, .5); -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, .5); -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, .5); box-shadow: 0 3px 6px rgba(0, 0, 0, .5);
	text-shadow: 0 -1px 0 #008;
}

#sidebar #member_login a:link, #sidebar #member_login a:visited {
	text-decoration: none;
	color: #004;
	-moz-transition: color .2s ease; -webkit-transition: color .2s ease; -o-transition: color .2s ease; transition: color .2s ease;
}

#sidebar #member_login a:hover, #sidebar #member_login a:active {
	color: #d6c673;
}
*/

/* PINK NAV */

#floater {
	position: relative;
}

#sidebar .tmsPink ul.plate_nav {
	list-style-type: none;
	border-top: 1px solid #5E0837;
	border-bottom: 1px solid #B489A8;
}

#sidebar ul.plate_nav a {
	text-decoration: none;
}

#sidebar .tmsPink ul.plate_nav li {
	border-top: 1px solid #B489A8;
	border-bottom: 1px solid #5E0837;
	padding: 10px 15px 5px 15px;
	font: bold italic 20px ArnoPro, Times, "Times New Roman", serif; //should be 20px ArnoPro;
	color: #5E0837;
	text-shadow: 0 1px 1px #D796BE;
	position: relative;
}

#sidebar ul.plate_nav li:hover {
	background: transparent url(../images/lighter.png) repeat;
	background: rgba(255,255,255,.1);
}

#sidebar .tmsPink ul.plate_nav li.selected {
	border-top: 1px solid #5E0837;
	border-bottom: 1px solid #A35D83;
	background: transparent url(../images/darker.png) repeat;
	background: rgba(0,0,0,.1);
	color: #EEE1EB;
	text-shadow: -1px -1px 0 #5E0837;
}

#sidebar .tmsPink ul.plate_nav li span.nav-pointer {
	display: none;
	background: transparent url(../images/pink-nav-pointer_16x22.png) top left no-repeat;
	width: 16px;
	height: 22px;
	position: absolute;
	left: 300px;
}

#sidebar ul.plate_nav li.selected span.nav-pointer {
	display: inline-block;
}


/* SEARCH FIELD ON SIDEBAR */

#sidebar #tms-search div.searchBarArea {
	padding: 0 10px 0 10px;
}

#sidebar #tms-search input#searchQuery {
	width: 63%;
	border-bottom: 1px solid #5063EB;
}
	
	
/* SIGNUP FORMS ON SIDEBARS */

#sidebar .hide {
	display: none;
}

#sidebar .list_su_top {
	background: transparent url(/images/nook_top_sidebar.png) top center no-repeat;
	height: 30px;
}

#sidebar .list_su_middle {
	background: transparent url(/images/nook_middle_sidebar.png) center repeat-y;
}

#sidebar .list_su_bottom {
	background: transparent url(/images/nook_bottom_sidebar_half-fill.png) top center no-repeat;
	height: 31px;
	margin-bottom: 30px;
	margin-top: -16px;
}

.opera #sidebar .list_su_bottom {
	background: transparent url(/images/nook_bottom_sidebar.png) top center no-repeat;
	margin-top: 0;
}

#sidebar div.list_su {
	padding: 0 15px;
	text-shadow: 0 -1px 0 #000;
}

#sidebar .nav .list_su div.member {
	display: none;
}

#sidebar .list_su div.member {
	position: absolute;
	top: -30px;
	left: 158px;
	background: #3A44A6 url(/images/nook_top_sidebar.png) top center;
	font: italic 12px Times, "Times New Roman", serif;
	padding: .3em .7em;
	-moz-border-radius: 0; -webkit-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
	-moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px;
	-khtml-border-radius-bottomleft: 8px; -khtml-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;
	-moz-transition: padding-top .4s ease-out; -webkit-transition: padding-top .4s ease-out; -o-transition: padding-top .4s ease-out; transition: padding-top .4s ease-out;
}

#sidebar .list_su div.member:hover {
	padding-top: .8em;
}

#sidebar .list_su a.member {
	color: #004;
	text-decoration: none;
	text-shadow: none;
	-moz-transition: color .5s ease; -webkit-transition: color .5s ease; -o-transition: color .5s ease; transition: color .5s ease;
}

#sidebar .list_su a.member:hover {
	color: #D6C673;
}

#sidebar .list_su h2 {
	color: #ECDB92;
	font-size: 26px;
	line-height: 115%;
	font-style: italic;
	font-variant: normal;
	margin-top: 0;
}

#sidebar .list_su h3 {
	color: #ECDB92;
	font-size: 22px;
	line-height: 115%;
}

#sidebar .list_su h3.subtitle {
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-bottom: .6em;
}

#sidebar .list_su h3.subtitle.underbridge {
	top: -.6em;
}

#sidebar .list_su h3.bridge {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin-top: -6px;
}

#sidebar .list_su p {
	font-size: 16px;
	text-align: justify;
}

#sidebar .list_su p.req_notice {
	font-size: 15px;
	text-align: center;
	font-style: italic;
	margin-bottom: 1em;
}

#sidebar .list_su a {
	text-decoration: none;
	color: #ECDB92;
}

#sidebar .list_su a:hover {
	color: #FAE99A;
}

#sidebar .list_su img.loader {
	position: absolute;
}

#sidebar .list_su div.message {
	margin: 0 10px 30px 10px;
	padding: 15px 20px;
	background: transparent url(../images/darker.png) repeat;
	background: rgba(0,0,0,.1);
	border-top: 1px solid #5063EB; border-right: 1px solid #114; border-bottom: 2px solid #225; border-left: 1px solid #114;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px;
	font: italic 16px/130% ArnoPro, Times, "Times New Roman", serif;
	color: #CC7;
	text-shadow: 3px 3px 8px #000;
	text-align: left;
	behavior: url(/js/PIE.htc);
}

#sidebar .list_su div.message ul {
	list-style-type: none;
	padding: 0;
}

#sidebar .list_su div.message li {
	margin-top: .5em;
}

#sidebar .list_su div.message li:first-child {
	margin-top: 0;
}

#sidebar .list_su div.message a {
	color: #ADA25A;
}

#sidebar .list_su_form {
	margin-bottom: 0; //corrects for default in Opera
}

#sidebar td.labels {
	text-align: right;
	width: 39%;
}

#sidebar td.fields {
	text-align: left;
}

#sidebar label, #sidebar span.label {
	font-size: 15px;
}

#sidebar input[type='text'] {
	border: none;
	border-top: 1px solid #777;
	border-bottom: 1px solid #5063EB;
	background: #FFFFFF url(../images/pink_form_gradient.png) repeat-x;
	font-size: 13px;
	color: #008;
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
	text-indent: 5%;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px;
	behavior: url(/js/PIE.htc);
}

#sidebar input[type='text']:focus {
	outline: none;
}

#sidebar select {
	width: 100%;
	font-size: 13px;
}

#sidebar ul.email_options {
	list-style-type: none;
}

#sidebar td.empty {
	display: none;
}

#sidebar td.checkbox {
	padding-right: 10px;
	padding-left: 42px;
	text-indent: -22px;
}

#sidebar .list_su_form a:link, #sidebar .list_su_form a:visited {
	color: #D6CA8C;
	text-decoration: underline;
}

#sidebar .list_su_form a:hover {
	color: #FAE99A;
}

#sidebar .button {
	text-align: center;
	margin-top: 20px;
}

#sidebar .list_su p.addendum {
	margin-top: 1em;
	font-size: 16px;
	font-style: italic;
	text-align: center;
	padding: 10px 12px 6px 12px;
	border-top: 1px solid #000040;
}

#sidebar .list_su p.addendum a:link, #sidebar .list_su p.addendum a:visited {
	color: #CDC397;
	text-decoration: underline;
}

#sidebar .list_su p.addendum a:hover {
	color: #FAE99A;
}

#sidebar .list_su .captcha_form {
	text-align: center;
}

#sidebar .list_su .ccm-captcha-image {
	border: none;
	border-top: 1px solid #000;
	border-bottom: 1px solid #5063EB;
	-moz-border-radius: 0; -webkit-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
	-moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;
	-khtml-border-radius-topleft: 8px; -khtml-border-radius-topright: 8px;
	border-top-left-radius: 8px; border-top-right-radius: 8px;
	margin: 30px auto 0 auto;
}

#sidebar .list_su .captcha_form input[type='text'] {
	width: 155px;
	font: bold 26px Times, "Times New Roman", serif;
	-moz-border-radius: 0; -webkit-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
	-moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px;
	-khtml-border-radius-bottomleft: 8px; -khtml-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;
	padding: 4px 10px;
	margin: 0 auto 20px auto;
}



/* SIGNUP FORMS IN MAINBOXES */

.mainbox.tmsPink div.list_su {
	border-top: 1px solid #E7ACCA; border-right: 1px solid #92667F; border-bottom: 1px solid #4A4A4A; border-left: 1px solid #92667F;
	-moz-border-radius: 30px; -webkit-border-radius: 30px; -khtml-border-radius: 30px; border-radius: 30px;
	padding: 20px 20px 25px 20px;
}

.mainbox .list_su h2 {
	font-size: 36px;
	font-style: italic;
	font-variant: normal;
}

.mainbox div.connecting .list_su h2 {
	margin-top: .8em;
}

.mainbox .list_su h3.subtitle {
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	margin-bottom: .6em;
}

.mainbox .list_su h3.subtitle.underbridge {
	top: -.6em;
}

.mainbox .list_su h3.bridge {
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	margin-top: -9px;
}

.mainbox .list_su a {
	text-decoration: none;
	color: #FFF;
}

.mainbox.tmsPink .list_su a:hover {
	text-decoration: none;
	color: #E7ACCA;
}

.mainbox.tmsBlue .list_su a:hover {
	text-decoration: none;
	color: #9CB8E9;
}

.mainbox .list_su div.member {
	position: absolute;
	top: 10px;
	left: 375px;
	font: 12px Verdana, "Trebuchet MS", "Lucida Grande", sans-serif;
	padding: .4em .8em;
	background: transparent url(../images/lighter.png) repeat;
	background: rgba(255,255,255,.1);
	-moz-border-radius: 8px; -webkit-border-radius: 8px; -khtml-border-radius: 8px; border-radius: 8px;
	behavior: url(/js/PIE.htc);
}

.mainbox.tmsBlue .list_su div.member {
	top: -20px;
}

.mainbox.tmsBlue div.connecting .list_su div.member {
	top: -35px;
}

.mainbox .list_su a.member:link, .mainbox .list_su a.member:visited {
	color: #050505;
	text-shadow: 0 1px 1px #D796BE;
	text-decoration: none;
	-moz-transition-property: color, text-shadow; -moz-transition-duration: .2s, .2s;
	-webkit-transition-property: color, text-shadow; -webkit-transition-duration: .2s, .2s;
	-o-transition-property: color, text-shadow; -o-transition-duration: .2s, .2s;
	transition-property: color, text-shadow; transition-duration: .2s, .2s;
}

.mainbox.tmsBlue .list_su a.member:link, .mainbox.tmsBlue .list_su a.member:visited {
	color: #FFB0D4;
	text-shadow: 0 -1px 0 #004;
}

.mainbox.tmsPink .list_su a.member:hover, .mainbox.tmsPink .list_su a.member:active {
	color: #EEE3EC;
	text-shadow: 0 -1px 1px #91436B;
	text-decoration: none;
}

.mainbox.tmsBlue .list_su a.member:hover, .mainbox.tmsBlue .list_su a.member:active {
	color: #FFF;
	text-shadow: 0 -1px 0 #004;
	text-decoration: none;
}

.mainbox .list_su p.req_notice {
	text-align: center;
	font: italic 16px ArnoPro, Times, "Times New Roman", serif;
	color: #EEE3EC;
	margin-bottom: 1em;
}

.mainbox .list_su img.loader {
	position: absolute;
}

.mainbox .list_su div.message {
	margin-bottom: 30px;
	padding: 20px 30px 25px 30px;
	background: transparent url(../images/darker.png) repeat;
	background: rgba(0,0,0,.1);
	border-top: 2px solid #4A4A4A; border-right: 1px solid #92667F; border-bottom: 1px solid #E7ACCA; border-left: 1px solid #92667F;
	-moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; border-radius: 10px;
	font: bold italic 19px/130% ArnoPro, Times, "Times New Roman", serif;
	color: #CC7;
	text-shadow: 3px 8px 15px #000;
	behavior: url(/js/PIE.htc);
}

.mainbox.tmsBlue .list_su div.message {
	border-top: 2px solid #222; border-right: 1px solid #333; border-bottom: 1px solid #5063EB; border-left: 1px solid #333;
	color: #D796BE;
}

.mainbox .list_su div.message ul {
	list-style-type: none;
	padding: 0;
}

.mainbox.tmsPink .list_su div.message a {
	color: #ADA25A;
}

.mainbox.tmsBlue .list_su div.message a {
	color: #B880A2;
}

.mainbox .list_su td.labels {
	text-align: right;
	font: 13px Verdana, "Trebuchet MS", "Lucida Grande", sans-serif;
	color: #050505;
	text-shadow: 0 1px 1px #E7ACCA;
	width: 27%;
}

.mainbox.tmsBlue .list_su td.labels {
	color: #EEE3EC;
	text-shadow: 0 -1px 0 #003;
}

.mainbox .list_su td.fields {
	font: italic 17px ArnoPro, Times, "Times New Roman", serif;
}

.mainbox .list_su input[type='text'], .mainbox .list_su input[type='password'] {
	border: none;
	border-top: 1px solid #555;
	border-bottom: 1px solid #E7ACCA;
	background: #FFF url(../images/pink_form_gradient.png) repeat-x;
	font-size: 20px;
	font-family: Times, "Times New Roman", serif;
	color: #445;
	width: 84%;
	padding-left: 3%;
	padding-right: 3%;
	text-indent: 3%;
	-moz-border-radius: 12px; -webkit-border-radius: 12px; -khtml-border-radius: 12px; border-radius: 12px;
	behavior: url(/js/PIE.htc);
}

.mainbox.tmsBlue .list_su input[type='text'], .mainbox.tmsBlue .list_su input[type='password'] {
	border-top: 1px solid #333;
	border-bottom: 1px solid #5063EB;
}

.mainbox .list_su input[type='text']:focus, .mainbox .list_su input[type='password']:focus {
	outline: none;
}

.mainbox .list_su select {
	width: 90%;
	font-size: 16px;
}

.mainbox .list_su ul.email_options {
	list-style-type: none;
	padding: 0;
}

.mainbox .list_su ul.email_options li {
	display: inline;
	margin-right: 1em;
}

.mainbox .list_su td.fields label {
	margin-left: .1em;
}

.mainbox .list_su td.checkbox {
	padding-right: 10%;
	padding-left: 28px;
	text-indent: -23px;
}

.mainbox .list_su_form a:link, .mainbox .list_su_form a:visited, .mainbox .list_su_form a:hover {
	color: #DDE;
	text-shadow: inherit;
	text-decoration: underline;
}

.mainbox .list_su .button {
	text-align: center;
	margin-top: 20px;
}

.mainbox .list_su p.question {
	margin-top: 1.5em;
	text-align: center;
	font: 13px Verdana, "Trebuchet MS", "Lucida Grande", sans-serif;
	color: #050505;
	text-shadow: 0 1px 1px #D796BE;
}

.mainbox.tmsBlue .list_su p.question {
	color: #EEE3EC;
	text-shadow: 0 -1px 0 #5068EB;
}

.mainbox .list_su p.question a:link, .mainbox .list_su p.question a:visited {
	color: #050505;
	-moz-transition-property: color, text-shadow; -moz-transition-duration: .2s, .2s;
	-webkit-transition-property: color, text-shadow; -webkit-transition-duration: .2s, .2s;
	-o-transition-property: color, text-shadow; -o-transition-duration: .2s, .2s;
	transition-property: color, text-shadow; transition-duration: .2s, .2s;
	
}

.mainbox.tmsBlue .list_su p.question a:link, .mainbox.tmsBlue .list_su p.question a:visited {
	color: #FFB0D4;
	text-shadow: 0 -1px 0 #004;
}

.mainbox.tmsBlue .list_su p.question a:hover, .mainbox.tmsBlue .list_su p.question a:active {
	color: #FFF;
	text-shadow: 0 -1px 0 #004;
}

.mainbox .list_su p.addendum {
	display: none;
}

.mainbox .list_su .captcha_form {
	text-align: center;
}

.mainbox .list_su .ccm-captcha-image {
	border: none;
	border-top: 1px solid #555;
	border-bottom: 1px solid #E7ACCA;
	-moz-border-radius: 0; -webkit-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
	-moz-border-radius-topleft: 8px; -moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px; -webkit-border-top-right-radius: 8px;
	-khtml-border-radius-topleft: 8px; -khtml-border-radius-topright: 8px;
	border-top-left-radius: 8px; border-top-right-radius: 8px;
	margin: 30px auto 0 auto;
}

.mainbox.tmsBlue .list_su .ccm-captcha-image {
	border-top: 1px solid #555;
	border-bottom: 1px solid #5063EB;
}

.mainbox .list_su .captcha_form input[type='text'] {
	width: 155px;
	font: bold 26px Times, "Times New Roman", serif;
	-moz-border-radius: 0; -webkit-border-radius: 0; -khtml-border-radius: 0; border-radius: 0;
	-moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px;
	-khtml-border-radius-bottomleft: 8px; -khtml-border-radius-bottomright: 8px;
	border-bottom-left-radius: 8px; border-bottom-right-radius: 8px;
	padding: 4px 10px;
	margin: 0 auto 20px auto;
}