* {
	margin: 0;
	padding: 0;
}
body#body {
	background: url("./bg2.gif") repeat-y center #c6c6c6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;
}
ul, ul li {
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border: 0px;
}
td {
	vertical-align: top;
	padding: 0px;
}
div {
	display: block;
}
tbody {
	border: none;
}
a {
	color: #4FA702;
	outline: none;
	font-size: 12px;
	-webkit-text-size-adjust: none;
}
a:hover {
	text-decoration: none;
}
img, a img {
	border: 0;
}
h1 {
	display: block;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: normal;
	font-family: 'GOTHIC';
}
h2 {
	font-size: 22px;
	font-weight: normal;
	font-family: 'GOTHIC';
}
h2 span {
	font-size:26px;
	color:#8bc540;
}
h2.orange {
	color:#e3791b;
}
h2 span.questionMark {
	font-family: Arial, Helvetica, sans-serif !important;
	color:#e3791b !important;
	font-size:22px;
}
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

fieldset {
	border: 1px solid #d6dde2;
	overflow: hidden;
	position: relative;
}
fieldset legend {
	color: #4fa702;
}
html.js fieldset.collapsed legend {
	display: inline;
}
.wrap {
	clear: both;
	float: left;
	display: inline;
	width: 100%;
}
.floatleft {
	float: left;
	display: inline;
}
.floatright {
	float: right;
	display: inline;
}


input {
	font-family: Arial, sans-serif;
  border: 0;
  outline: 0;
}

.division_line {
	background: #b8b8b8;
	height: 1px;
	display: block;
}

.min-width {
		min-width: 980px;
}
#main {
	margin: 0 auto;
	width: 980px;
}
table.system-status-report th, thead th {
	border-bottom: 1px solid #d6dde2;
	color: #000000;
	font-size: 13px;
}
thead th, th, tr.even, tr.odd {
	padding: 0px;
	border-bottom: 1px solid #d6dde2;
}

.boxshade {
	-moz-box-shadow: 1px 1px 4px #AAA;
	-webkit-box-shadow: 1px 1px 4px #AAA;
	-o-box-shadow: 1px 1px 4px #AAA;
	-ms-box-shadow: 1px 1px 4px #AAA;
	box-shadow: 1px 1px 4px #AAA;
}


.input_field label {
	line-height: 30px;
	font-size: 14px;
	float: left;
	width: 120px;
	text-align: right;
	display: inline;
	clear: left;
	margin-right: 5px;
	margin-top: 15px;
}
.input_field label.tiny_label {
	font-size: 14px;
	display: inline;
	float: left;
	width: 70px;
	text-align: right;
	margin-top: 20px;
	clear: none;
}
.input_field label.option {
	margin-left: 0px;
	margin-right: 0px;
	width: auto
}
.input_field .promotion_options {
	list-style: none;
	line-height: 25px;
	display: inline;
	float: left;
	margin-top: 15px;
}
.input_field .promotion_options label.option {
	display: inline;
	float: none;
}
input.error {
	border: 1px solid red !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.input_field textarea {
	width: 388px;
	height: 80px;
	padding: 5px;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	outline: none;
	resize: none;
	margin-left: 5px;
	margin-top: 12px;
	color: #969696;
	font-family: Arial;
}
.input_field textarea.error {
	border: 1px solid red !important;
}
.input_field select.error {
	border: 1px solid red !important;
}
.input_field select.input_select {
	line-height: 25px;
}
.input_field select.input_select.error {
	border: 1px solid red !important;
}
.input_field label.inline_label {
	width: 88px;
}
input.form-text {
	outline: none;
	resize: none;
}

#TB_window .input_field label {
	font-size: 14px;
	text-align: left;
	float: left;
	width: 120px;
	margin-top: 20px;
	clear: left;
}


.input_field .submit_btn, #submit_btn, #edit-submit, .oola_button, .submit_btn_wrap #edit-submit.form-submit.ajax-trigger {
	background: url("./bg_button.png") no-repeat scroll left 0 transparent;
	color: #FFFFFF;
	display: block;
	height: 43px;
	line-height: 40px;
	margin: 0px;
	text-transform: uppercase;
	width: 160px;
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;
	border: none;
	padding: 3px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	-webkit-text-size-adjust: none;
	zoom: 1;
}
.input_field .submit_btn:hover, #submit_btn:hover, #edit-submit:hover, .oola_button:hover, .submit_btn_wrap #edit-submit.form-submit.ajax-trigger:hover {
	background: url("./bg_button.png") no-repeat scroll left -45px transparent;
}

.input_field .submit_btn:active, #submit_btn:active, #edit-submit:active, .oola_button:active, .submit_btn_wrap #edit-submit.form-submit.ajax-trigger:active {
	background: url("./bg_button.png") no-repeat scroll left 0 transparent;
	color: #FFFFFF;
	display: block;
	height: 43px;
	line-height: 40px;
	margin: 0px;
	text-transform: uppercase;
	width: 160px;
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;
	border: none;
	padding: 3px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	-webkit-text-size-adjust: none;
	zoom: 1;
}

.green_button:hover {
  background: url("./bg_button_green.png") no-repeat scroll left -45px transparent;
}
.green_button, .green_button:active {
  background: url("./bg_button_green.png") no-repeat scroll left 0 transparent;
}

.hide_submit {
	cursor: default;
	float: left;
}
#TB_window a.tb_btn:hover {
	background: url("./bg_button.png") no-repeat scroll left -45px transparent;
}
#TB_window a.tb_btn, #TB_window a.tb_btn:active {
	background: url("./bg_button.png") no-repeat scroll left 0 transparent;
	color: #FFFFFF;
	display: block;
	height: 43px;
	line-height: 40px;
	margin: 0px;
	text-transform: uppercase;
	width: 160px;
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;
	border: none;
	padding: 3px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	-webkit-text-size-adjust: none;
	zoom: 1;
}
.tb_btn_wrap {
	position: relative;
	display: inline-block;
	left: 50%;
}
.tb_btn_wrap.alert {
	margin-left: -77px;
}
.tb_btn_wrap.confirm {
	height: 44px;
	margin-left: -154px;
}

.messages.status, .messages.error {
	background: none repeat scroll 0 0 #F2F2F2;
	border: 1px solid #D6D6D6;
	border-radius: 5px 5px 5px 5px;
	color: #444444;
	margin: 0px 0px 20px 0px;
	padding: 25px;
}
.messages.error {
	color: #EE5555;
}


.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover, #TB_window .jqTransformSelectWrapper ul a:hover, #TB_window .jqTransformSelectWrapper ul a.selected:hover {
	background-color: #6D84B4;
	color: #FFFFFF;
	text-decoration: none;
}

.jqTransformHidden {
	display: none;
}

.logo {
	margin: 27px 20px 0px 26px;
	float: left;
}
h1.site-name {
	font-size: 32px;
	padding: 40px 10px 0px 30px;
	font-family: "Trebuchet MS";
	text-transform: capitalize;
	font-weight: bold;
	display: none;
}
h1.site-name a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	line-height: 30px;
}
.slogan {
	padding: 4px 0px 0px 12px;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: none;
	float: left;
}
.slogan-img {
	margin: 71px 0px 21px 0px;
}
.pr-menu {
	overflow: hidden;
	padding: 1px 0 0 5px;
}
h4 {
	color: #000;
	font-size: 22px;
	font-weight: normal;
	padding-bottom: 10px;
	padding-top: 10px;
}
#cont {
	overflow: hidden;
	width: 100%;
}
#left-col {
	width: 189px;
	float: left;
}
.width {
	width: 100%;
	overflow: hidden;
}
#cont-col {
	overflow: hidden;
	height: 1%;
	padding: 0px;
}
#cont-col .ind {
	width: 100%;
}
#right-col {
	width: 207px;
	float: right;
}
div.block#block-oola_admin-0 {
	margin-bottom: 0px;
}
div.block#block-oola_admin-1 {
}
div.block#block-oola_admin-1 .content {
	padding-top: 0px;
}
div.block#block-oola_admin-1 .dashborad_menu {
	margin-top: 0px;
}
div.admin-dependencies, div.admin-required {
	color: #999999;
}
#info_area {
	min-height: 18px;
}
.dashborad_menu_top {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #DFDFDF;
	padding: 0 17px;
}
.small_tips {
	position: relative;
	float: right;
	top: -49px;
}
.inner {
	min-height: 600px;
}

.view-oola-dream table {
	width: 100%;
}

.socials {
	float: left;
}
#header .head-row1 .col1 {
	width: 430px;
}
#userCtrl {
	height: 72px;
	float: left;
	display: block;
	padding-right: 5px;
}
#userCtrl li {
	font-size:14px;
	margin-top: 27px;
	float: left;
	color: #585858;
	line-height:37px;
}
#userCtrl li a {
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	height:42px;
	line-height:37px;
	display:block;
}

.input_field .submit_btn_wrap {
	width: 154px;
	margin: 0 auto;
	cursor: pointer;
}
#oola-admin-member-form {
	margin: 0 auto;
	width: 600px;
}
#oola-admin-member-form .form-item {
	float: left;
}
#oola-admin-member-form label {
	margin-top: 1em;
}
.member_search.statistics_line {
	border-radius: 5px;
	border: 1px solid #D6D6D6;
	background: #F2F2F2;
	padding: 20px;
	min-height: 200px;
	margin: 25px auto;
}
.member_search tr.odd {
	background-color: #DDD;
}
td.active {
	background-color: transparent;
}
.member_search td {
	line-height: 30px;
	padding-left: 3px;
}
.member_search td.address {
	line-height: 30px;
}

.landing_nav_wrap {
	height: 40px;
	margin-top: 6px;
}
.landing_nav_wrap .division_line {
	width: 96%;
	margin: 0 auto;
	color: #e0e0e0;
}
.landing_nav_wrap h2 {
	display: inline-block;
	width: 250px;
	padding-left: 15px;
	padding-bottom: 15px;
}
.landing_content h2 {
	font-size: 24px;
	padding-bottom: 20px;
}
em {
	font-weight: bold;
	font-style: normal;
}

table.sticky-enabled td {
  border-right: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  padding: 3px;
  font-size: 11px;
}
.discount .tableHeader-processed th {
  padding: 3px;
  border-right: 1px solid #D6DDE2;
  background-color: white;
}

@keyframes turn3d
{
  0% {
    transform: rotate3d(50,1,0,0deg);
  }
  100% {
    transform: rotate3d(50,1,0,360deg);
  }
}
@-ms-keyframes turn3d
{
0% {
    -ms-transform: rotate3d(50,1,0,0deg); }
100% {
    -ms-transform: rotate3d(50,1,0,360deg); }
}
@-o-keyframes turn3d
{
0% {
    -o-transform: rotateX(0deg); }
100% {
    -o-transform: rotateX(360deg); }
}

@-moz-keyframes turn3d
{
0% {
    -moz-transform: rotateX(0deg); }
100% {
    -moz-transform: rotateX(360deg); }
}

@-webkit-keyframes turn3d
{
0% {-webkit-transform: rotate3d(50,1,0,0deg); }
100% {-webkit-transform: rotate3d(50,1,0,360deg); }
}

.animate-turn3d-600ms{
  -webkit-animation: turn3d .6s linear 0s 1;
  -moz-animation: turn3d .6s linear 0s 1;
  -ms-animation: turn3d .6s linear 0s 1;
  -o-animation: turn3d .6s linear 0s 1;
  animation: turn3d .6s linear 0s 1;
}

@font-face {
	font-family: 'GOTHIC';
	src: url("http://oolalife.com/sites/all/themes/oolalife/font/GOTHIC.eot?") format('eot'), url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production/themes/2147874933/assets/gothic.ttf?1620591518069601") format('truetype');
}