html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
img {
	border: 0;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 32px;
	line-height: 36px;
	font-weight: normal;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	outline: none;
}
a:hover {
	outline: none;
}
a:active {
	outline: none;
}
p {
	margin: 0; 
	padding: 0;
}

#layout {
	height: 100%;
}

.required {
	color: #cc0000;
	font-weight: bold;
}

/* CLEAR FLOAT */
.clear_float {
	clear: both;
	height: 0;
	line-height: 0px;
	font-size: 1px;
}


/* navbar */
.nav li a {
	font-size: 14px;
	font-weight: bold;
}
.nav li li a {
	font-size: 12px;
	font-weight: normal;
}

#nav_bar {
	position: relative;
}
.nav, .nav * {
	position: relative;
	z-index: 90;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav ul {
	position: absolute;
	top: -999em;
	width: 200px;
}
.nav ul li {
	width: 100%;
}
.nav li:hover {
	visibility: inherit;
}
.nav li {
	float: left;
	position: relative;
	display: block;
}
.nav a {
	display: block;
	position: relative;
}
.nav li:hover ul {
	left: 0;
	top: 40px;
	z-index: 99;
}

.nav li a {
	display: block;
	position: relative;
	height: 40px;
	line-height: 40px;
	padding: 0 15px;
	color: #ffffff;	
}


.nav li ul li a {
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 15px;
	color: #ffffff;
	background: #666666;
}

.nav li ul li ul {
	display: none;
	position: absolute;
	left: 200px !important;
	z-index: 99;
}

.nav li ul li:hover ul {
	display: block;	
	margin-top: -48px !important;
}


/* BREADCRUMBS */
.breadcrumbs_html {
	font-size: 11px;
	margin: 0 0 20px 0;
}


/* SIDEBAR */
.sb_module {
	margin: 0 0 20px 0;
}


/* IMAGE GALLERY */
.image_gallery {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.image_gallery li {
	position: relative;
	float: left;
	display: block;
	width: 135px;
	height: 150px;
	overflow: hidden;
	margin: 0 20px 20px 0;
}
.image_overlay {
	position: relative;
	padding: 30px;
	background: #ffffff;
}
.image_overlay .next {
	position: absolute;
	top: calc(50% - 30px);
	right: 0;
	font-size: 30px;
	color: #999 !important;
}
.image_overlay .prev {
	position: absolute;
	top: calc(50% - 30px);
	left: 0;
	font-size: 30px;
	color: #999 !important;
	transition: color 0.25s ease;
}
.image_overlay .next:hover,
.image_overlay .prev:hover {
	color: #000 !important;
	transition: color 0.25s ease;
}
.image_overlay:hover .image_caption {
	display: block;
}
.image_caption {
	position: absolute;
	padding: 15px;
	color: #ffffff;
	background: url('http://thehoopla.com/profile/images/000000_80.png') top left repeat;
	display: none;
	bottom: 30px;
	font-size: 12px;
	line-height: 14px;
}
.hpla_slideshow_export {
	position: relative;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100px;
}
.hpla_slideshow_export_stage {
	position: relative;
	background: #000;
	width: 100%;
	height: 100%;
	margin: 0 0 15px 0;
}
.hpla_slideshow_export_stage img {
	width: 100%;
}
.hpla_slideshow_export_thumbs {
	position: relative;
	width: 87%;
	height: 90px;
	overflow: hidden;
	margin: 0 auto;
}
.hpla_slideshow_export_thumbs .inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1500%;
	height: 100%;
	z-index: 1;
}
.hpla_slideshow_export_thumbs a img {
	position: relative;
	width: auto;
	height: 100%;
	margin: 0 15px 0 0;
	opacity: 0.4;
	transition: opacity 0.25s ease;
	z-index: 2;
}
.hpla_slideshow_export_thumbs a:hover img, 
.hpla_slideshow_export_thumbs a img.selected {
	opacity: 1;
	transition: opacity 0.25s ease;
}
.hpla_slideshow_export_thumbs_wrapper {
	position: relative;
}
.hpla_slideshow_export_thumbs_wrapper .prev {
	position: absolute;
	top: 30px;
	left: -0;
	font-size: 30px;
	color: #333;
	z-index: 3;
}
.hpla_slideshow_export_thumbs_wrapper .next {
	position: absolute;
	top: 30px;
	right: 0;
	font-size: 30px;
	color: #333;
	z-index: 3;
}


/* BOTTOM */
#bottom {
	text-align: left;
	width: 980px;
}


/* CLOSE BUTTON */
.close_button {
	color: #979797;
	position: absolute;
	right: 12px;
	top: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.close_button_fa {
	color: #979797 !important;
	position: absolute;
	right: 15px;
	top: 15px;
	font-weight: bold;
	font-size: 20px;
}
.close_button_fa:hover {
	color: #535353 !important;
}

/* SUBMIT BUTTONS */
.btn_send, .btn_submit {
	border:0; 
	outline:none; 
	padding:3px 15px;
	border-radius: 5px;
	margin: 0;
}
.btn_submit_processing {
	display: none;
	text-align: center;
	padding: 3px 15px;
	border-radius: 5px;
	margin: 0;
}

/* LAYOUT DIVs */
#sidebar1, #sidebar2, #content {
	position: relative;
	z-index: 90;
}


/* MENU PAGES */
.menu_cascade {
    display:table;/*Webkit node fix*/
    margin:0;
    padding:0;
    list-style-type:none;
    text-align:left;
}
.menu_cascade li {
    display:-moz-inline-box;/* FF2 & under */
    display:inline-block;/* for modern browsers */
    vertical-align:top;
    word-spacing:normal;
    margin: 0 30px 30px 0;
	width: 260px;
	font-size: 12px;
	line-height: 15px;
}
* html .menu_cascade li {display:inline;}/*IE6*/
*+html .menu_cascade li {display:inline;}/*IE7*/

.menu_cascade li a {
/*    float:left;	*/
	line-height: 30px;
}
.menu_cascade li a img {
	max-width: 80px;
	max-height: 80px;
}
.m_title {
	font-size: 20px;
	line-height: 24px !important;
	font-weight: normal;
	margin: 0 0 3px 0;
	display: block;
}
.m_faq {
	font-size: 12px;
	line-height: 16px !important;
	font-weight: normal !important;
}
.m_view_all {
	display: block;
	font-size: 12px;
}

.menu_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.menu_list li {
	display: block;
	margin: 0 30px 30px 0;
	font-size: 12px;
	line-height: 15px;
	word-spacing: normal;
}
.menu_list li a {
	line-height: 30px;
}
.menu_list li a img {
	max-width: 80px;
	max-height: 80px;
}


/* FORMS */
form {
	margin: 0;
	padding: 0;
}
input, select {
	outline: none;
}

/* BLOGS */
.blog_post {
	font-size: 12px;
	line-height: 15px;
	margin: 30px 0 0 0;
}
.blog_post h1 {
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
}
.blog_post h2 {
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
}
.blog_menu_post {
	overflow: auto;
}
.blog_post_thumb {
	float: left;
	max-width: 150px;
	margin: 0 15px 15px 0;
}
.blog_post_thumb img {
	width: 100%;
}
.blog_menu_post_content {
	float: left;
	width: 435px;
}
.blog_post_comments {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;	
}
.blog_post_comments input[type=text] {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	outline: none;
	border: 0;
}
.blog_post_comments textarea {
	width: 400px;
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	overflow: auto;
	outline: none;
	resize: none;
	border: 0;
}
.blog_post_comments h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 25px;
	margin: 0 0 7px 0;
	padding: 0;
	font-weight: normal;
	color: #333333;
}
.blog_post_comments small {
	color: #666666;
}
.blog_comment {
	padding: 10px;
	margin: 0 0 10px 0;
	background: #cbcbcb;
}

/* FAQ */
.faq {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.faq_question {
	margin: 0 0 5px 0;
}
.faq_answer {
	margin: 0 0 22px 0;
	display: none;
	font-size: 12px;
	line-height: 15px;
}

/* FILE CABINET */
#fc_wrapper {
	border: 1px solid #d4d4d4;
	padding: 5px;
	min-height: 400px;
}
#fc_admin {
	padding: 10px;
	height: 66px;
}
#fc_admin_btns {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	height: 66px;
	width: 196px;
}
#fc_admin_btns li {
	float: left;
}
#fc_btn_upload {
	display: block;
	width: 58px;
	height: 66px;
	margin: 0 15px 0 0;
	background: url('http://thehoopla.com/profile/images/fc/upload.png') top left no-repeat;
}
#fc_btn_add_folder {
	display: block;
	width: 58px;
	height: 66px;
	margin: 0 15px 0 0;
	background: url('http://thehoopla.com/profile/images/fc/add_folder.png') top left no-repeat;
}
#fc_btn_refresh {
	display: block;
	width: 35px;
	height: 66px;
	margin: 0 15px 0 0;
	background: url('http://thehoopla.com/profile/images/fc/refresh.png') top left no-repeat;
}
#fc_btn_upload:hover, #fc_btn_add_folder:hover, #fc_btn_refresh:hover {
	background-position: 0 -66px;
}
#fc_breadcrumbs {
	font-size: 11px;
	padding: 8px;
	background: #f7f7f7;
}

/* CALENDAR */
.calendar_grid {
	display: table;
    text-align:left;
	width: 100%;
}
.calendar_grid td {
    vertical-align:top;
    word-spacing:normal;
	margin: 0 2px 2px 0;
	padding: 0;
	width: 14%;
	font-size: 12px;
	line-height: 14px;	
}
* html .calendar_grid li {display:inline;}/*IE6*/
*+html .calendar_grid li {display:inline;}/*IE7*/

.calendar_grid td.day_label {
	height: 25px !important;
	min-height: 0 !important;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
}
.calendar_grid .day_wrapper {
	min-height: 100px;
	padding: 5px;
}
.calendar_grid td.day {
	background: #ebebeb;
}
.calendar_grid td.ed_day {
	background: #e7e7e7;
}
.calendar_grid td.preday {
	background: #f5f5f5;
}
.calendar_grid td.ed_preday {
	background: #f2f2f2;
}
.calendar_grid td .inner {
	padding: 5px;
}
.calendar_grid td .day_number {
	font-size: 10px;
	font-weight: bold;
	padding: 0 0 5px 0;
}
.calendar_grid td .event {
	padding: 10px 0;
	border-top: 1px solid #d4d4d4;
}
.calendar_grid td .ed_event {
	padding: 10px 0;
	border-top: 1px solid #d7d7d7;
}
.calendar_grid td .time {
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.calendar_month {
	font-size: 22px;
	line-height: 24px;
	font-weight: normal;
	text-align: center;
	margin: 0 0 15px 0;
}


/* SIDEBARS */
#sidebar1 input[type=text], #sidebar2 input[type=text] {
	width: 150px;
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	resize: none;
}

#sidebar1 textarea,  #sidebar2 textarea {
	width: 150px;
	height: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	resize: none;
}

/* CONTACT FORMS */
/*
.hoopla_form input[type=text], .hoopla_form textarea, .hoopla_form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	resize: none;
	outline: none;
	border: 1px solid #d4d4d4;
	padding: 3px;
	background: #ffffff;
}
.hoopla_form input[type=text] {
	height: 17px;
}
.hoopla_form textarea {
	height: 34px;
}
.hoopla_form input[type=text], .hoopla_form textarea {
	width: 175px;
}
*/
.hpla_input_text, .hpla_input_textarea, .hpla_input_select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: auto;
	resize: none;
	outline: none;
	border: 1px solid #d4d4d4;
	padding: 3px;
	background: #ffffff;
}
.hpla_input_text, .hpla_input_textarea {
	width: 175px;
}
.hpla_input_text {
	height: 17px;
}
.hpla_input_textarea {
	height: 34px;
}
.hoopla_form .short {
	width: 100px !important;
}
.hoopla_form .wide {
	width: 225px !important;
}
.hoopla_form .extra_wide {
	width: 300px !important;
}
.hoopla_form .tall {
	height: 100px !important;
}
.hoopla_form .extra_tall {
	height: 175px !important;
}

/* POPUP LAYER */
#popupLayer {
	padding: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: none;	
}
#popupLayer table {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
#popupLayer h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	color: #3d97db;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#popupLayer input[type=text], #popupLayer input[type=password], #popupLayer textarea {
	border: 1px solid #d4d4d4;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
.x_box_blue {
	display: block;
	width: 15px;
	height: 15px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3d97db;
	font-weight: normal;
	float: right;
	text-align: center;
}
.x_box_blue:hover {
	background: #3d97db;
	color: #ffffff !important;
}
#popupLayer .btn_save {
	border: 0;
	outline: none;
	background: #3d97db;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 24px;
	padding: 0 15px;
	line-height: 24px;
}
#popupLayer .btn_save:hover {
	background: #66b3ee;
}

/* IMAGE GALLERY FILMSTRIP */
.image_gallery_filmstrip {
	height: 600px;
	background: #fff;
	overflow: hidden;
	position: relative;
}
.image_gallery_filmstrip_s1, .image_gallery_filmstrip_s2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.image_gallery_filmstrip_s1 {
	z-index: 10;
}
.image_gallery_filmstrip_s2 {
	z-index: 9;
}

/* INLINE-BLOCK */
.inline-block
{
	display: inline-block;
    *display: inline;
    *zoom: 1;
	vertical-align: top;
}

/* POPUP LAYER */
#popupLayer .btn_close {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: url('//d3342ffrifklfk.cloudfront.net/profile/admin/images/btn_close.png') top left no-repeat;
}
#popupLayer .btn_close:hover {
	background-position: 0 -16px;
}

/* HID */
.hidden_field {
	display: none;
}

/* SITE LOGIN */
.hpla_site_login_wrapper {
	min-height: 500px;
	padding: 5%;
}
.hpla_site_login {
	position: relative;
	width: 100%;
	max-width: 370px;
	margin: 0 auto;
	background: #fff;
}
.hpla_site_login .inner {
	border: 1px solid #d4d4d4;
	border-radius: 8px;
	padding: 8%;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0px 0px 15px 0px rgba(0, 0, 0, 0.4);
	box-shadow:         0px 0px 15px 0px rgba(0, 0, 0, 0.4);	
}
.hpla_site_login h1 {
	font-size: 28px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: normal;
}
.hpla_site_login p {
	margin-bottom: 10px;
}
.hpla_site_login table {
	padding: 0;
	width: 100%;
}
.hpla_site_login table td {
	padding: 5px 0;
}
.hpla_site_login input[type=text],
.hpla_site_login input[type=password] {
    width: 91%;
    padding: 2.5% 2%;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
}
.hpla_site_login .error {
	display: none;
    border: 1px solid #c00;
    border-radius: 3px;
    padding: 2.5%;
    margin-bottom: 10px;
    background: #fad5d5;	
}
.hpla_site_login .fa,
.hpla_site_login span {
	display: inline-block;
	vertical-align: middle;
}
.hpla_site_login .fa {
    font-size: 18px;
    margin-right: 3px;
	color: #c00;
}
.hpla_site_login .extra_links {
	padding-top: 15px;
}
.hpla_site_login .extra_links a {
	font-size: 13px;
	line-height: 24px;
}

/* GENERIC BUTTON */
.btn {
	display: inline-block;
	vertical-align: top;
	border-radius: 5px;
	text-align: center;
	padding: 5px 25px;
	transition: background 0.25s ease;
}
.btn:hover {
	transition: background 0.25s ease;
}
.btn.inactive {
	opacity: 0.2;
}