.liquid_bubble {
	border: 1px solid #CCCCCC;
}
/*
stats table
*/

/*table top button*/

#table_top_button_div {
	width:93%;
	margin:15px auto 0px auto;
}
.table_top_button {
	background-color: #003366;
	background-image: url(/images/table-top-button.png);
	height: 26px;
	font-size: 13px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	float:left;
	margin:0px 10px 0px 0px;
	padding:12px 10px 0px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: white;
	cursor: pointer;
}
.table_top_button_hover {
	background-color: #003399;
}
.table_top_button a, .table_top_button a:hover, .table_top_button a:visited, .table_top_button a:active {
	text-decoration: none;
	color: white;
}
.table_top_button_active {
	background-color: #009900;
	background-image: url(/images/table-top-button-selected.png);
	cursor:hand;
	display:block;
}
.table_top_button_deactivated {
	background-color: gray;
}
/*table top button*/

.liquid_stats_table {
	width: 96%;
	margin:0px auto 20px auto;
	background-color:#CCCCCC;
}
.liquid_stats_table td {
}
#stats_table_total_1 td {
	font-weight:bold;
	color:#FFFFFF;
	background-color: #7F7F7F;
}
#stats_table_total_2 td {
	background-color: #5B5B5B;
	font-weight:bold;
	color:#FFFFFF;
}
#stats_table_total_3 td {
	background-image: url(/images/drop-down-menu/nav-bg-reg.png);
	background:#009900;
	font-weight:bold;
	color:#FFFFFF;
}
.liquid_stats_table thead td {
	background-color:#333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding:4px;
}
.liquid_stats_table tbody td {
	font-size:13px;
	padding:4px;
}
.liquid_stats_table tbody .even {
	background-color:#f5f5f5;
}
.liquid_stats_table tbody .odd {
	background-color:#E8E8E8;
}
.liquid_stats_table tbody a:link {
	font-weight: bold;
}
.liquid_stats_table a:link, .liquid_stats_table a:hover, .liquid_stats_table a:visited, .liquid_stats_table a:active {
	text-decoration:underline;
	font-weight:bold;
}
#liquid_stats_table_head {
	text-align: center;
	font-weight: bold;
}
#calendarBoxes {
	float:right;
	clear:right;
	margin-right:20px;
}
#calendarBoxes img {
	margin-bottom:-8px;
}
#date_select table {
	float:right;
	clear:both;
	margin-right:20px;
}
/*
stats table
*/

#liquid_affiliate_nav {
	border: 1px dashed blue;
	font-size: 14px;
	font-weight: bold;
}
#liquid_affiliate_nav a, #liquid_affiliate_nav a:visited, #liquid_affiliate_nav a:hover, #liquid_affiliate_nav a:active {
	color: white;
}
#liquid_overview_small_bubble_row {
	margin:6px auto;
	width:98%;
}
#liquid_overview_small_bubble {
	float: left;
	margin:1% 10px 1% 10px;
	width:31%;
}
#liquid_bubble_heading {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	background-color: #003366;
	color: #ffffff;
	background-image: url(/images/drop-down-menu/nav-bg-reg.png);
	background-repeat: repeat-x;
	padding:6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#liquid_bubble_heading_gr {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	background-color: #009900;
	color: #ffffff;
	background-image: url(/images/drop-down-menu/nav-bg-reg.png);
	background-repeat: repeat-x;
	padding:6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#liquid_bubble_content {
	text-align: left;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	padding:6px;
	background-color:#FFFFD7;
}



#wizard_template {

	padding: 0px;
	padding-bottom: 20px;
}

#wizard_template .wiz_form_wrapper {

	float:left;
	width:100%;
	margin:auto;
}
#wizard_content table {

}
#wizard_template h2 {
	margin: 0px;
	padding: 0px;
}

#wizard_header {
	padding: 8px;
	background-color: #F5F5F5;
	margin-bottom: 6px;
	border-bottom:#666666 solid 1px;
}
#wizard_header_left {
	width: 30%;
	float: left;
	font-size: 18px;
	font-weight: bold;
}
#wizard_header_right {
	float: right;
	margin-top:4px;
}
#wizard_header_right a {
	color:#FFFFFF;
	background-color:#666666;
	text-decoration:none;
	padding:4px 4px 2px 4px;
	font-size: 12px;
	font-weight: bold;
	border:solid #333333 1px;
}
.wizard_main_current_settings {
	margin:20px 10px 0px 10px;
	text-align:center;
	font-size:14px;
}
#wizard_steps {

	font-size: 12px;
	margin:auto;
	width:20%;
	text-align:center;
	float:left;
}


/* WIZARD SIDE LINKS */

.wiz_form_link {

	clear:both;
	text-align:left;
	height:33px;
	margin-bottom:1px;
	cursor:pointer;
		margin-left:3px;
	font-size:14px;


}

.wiz_form_link a{

	color:white;
text-decoration:none;
}

.wiz_form_link .left {

	width:7px;
	background-image:url(/images/wizard_nav/left.png);
	height:33px;
	float:left;

}

.wiz_form_link .right {

	width:18px;
	height:33px;
	background-position:left;
	background-repeat:no-repeat;
	background-image:url(/images/wizard_nav/right.png);
	float:right;
}

.wiz_form_link .middle {

	margin-right:18px;
	margin-left:7px;
	background-color:#012f60;
	height:33px;
	line-height:33px;
	text-indent:5px;
}



/**************************/


.wiz_form_link_sel {

	clear:both;
	text-align:left;
	height:33px;
	margin-bottom:1px;
	cursor:pointer;
		margin-left:3px;
	font-size:14px;

}

.wiz_form_link_sel a{

	color:white;
	text-decoration:none;

}

.wiz_form_link_sel .left {

	width:7px;
	background-image:url(/images/wizard_nav/sel_left.png);
	height:33px;
	float:left;

}

.wiz_form_link_sel .right {

	width:18px;
	height:33px;
	background-position:left;
	background-repeat:no-repeat;
	background-image:url(/images/wizard_nav/sel_right.png);
	float:right;
}

.wiz_form_link_sel .middle {

	margin-right:18px;
	margin-left:7px;
	background-color:#009200;
	height:33px;
	line-height:33px;
	text-indent:5px;
}

/**********************************/


.wiz_form_link_over {

	clear:both;
	text-align:left;
	height:33px;
	margin-bottom:1px;
	cursor:pointer;
	margin-left:3px;
	font-size:14px;

}

.wiz_form_link_over a{

	color:white;
text-decoration:none;
}

.wiz_form_link_over .left {

	width:7px;
	background-image:url(/images/wizard_nav/over_left.png);
	height:33px;
	float:left;

}

.wiz_form_link_over .right {

	width:18px;
	height:33px;
	background-position:left;
	background-repeat:no-repeat;
	background-image:url(/images/wizard_nav/over_right.png);
	float:right;
}

.wiz_form_link_over .middle {

	margin-right:18px;
	margin-left:7px;
	background-color:#07509d;
	height:33px;
	line-height:33px;
	text-indent:5px;
}


/* END WIZARD SIDE NAV */




.wizard_main_link {
	text-align: center;
	margin:10px auto auto auto;
}
.wizard_main_link a {
	color:#FFFFFF;
	background-color:#003366;
	text-decoration:none;
	padding:10px 10px 6px 10px;
	font-size: 18px;
	font-weight: bold;
	border:solid #009900 1px;
}
.wizard_error {
	text-align: center;
	padding: 6px;
	font-size: 18px;
	font-weight: bold;
	color: red;
}






.wizard_table {
	width: 96%;
	margin:0px auto 20px auto;
}
.wizard_table thead td {
	background-color:#333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding:4px;
}
.wizard_table thead td {
	background-color:#333333;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding:4px;
}
.wizard_table tbody td {
	font-size:13px;
	padding:4px;
}
.wizard_table tbody .even {
	background-color:#f5f5f5;
}
.wizard_table tbody .odd {
	background-color:#E8E8E8;
}
.wizard_table tbody a:link {
	font-weight: bold;
}






#liquid_row_list_overview {
}
#liquid_row_list_overview .l {
	text-align: right;
}
#liquid_row_list_overview .r {
	text-align: left;
}
.liquid_click_edit {
	padding-right: 100px;
	border: 1px solid red;
	background-image: url(/images/spacer.gif);
	cursor: pointer;
}
.liquid_click_edit:hover {
	background-image: url(/images/mh_header.jpg);
}
.px10 {
	font-size:10px;
}
.px12 {
	font-size:12px;
}
.px14 {
	font-size:14px;
}
.px16 {
	font-size:16px;
}
.px18 {
	font-size:18px;
}
.bold {
	font-weight:bold;
}
.tabable_container {
	width: 900px;
	margin:auto;
}
/* stats crumbs */
#statscrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	float:left;
	clear:both;
	height:18px;
	padding:0px;
	margin:-5px 0px -4px 12px;
	width: 600px;
}
#statscrumb .statscrumb a, #statscrumb .statscrumb a:visited, #statscrumb .statscrumb a:active {
	color: #666666;
}
#statscrumb .startcrumb {
	background-repeat: no-repeat;
	width:1px;
	float:left;
}
#statscrumb .endcrumb {
	background-repeat: no-repeat;
	width:0px;
	float:left;
	margin-left:-7px;
}
#statscrumb .statscrumb {
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 10px;
	float:left;
	background-position: right;
}
/* stats crumbs */

.step_error_container {
	text-align: center;
	margin: 10px;
}
.step_error {
	background-image: url(/images/icons/error_icon.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	color: red;
	margin: auto;
	text-align: left;
	border: 1px solid red;
	width: 600px;
	padding: 4px;
	padding-left: 40px;
}

.step_message {
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-color: lightblue;
	color: darkblue;
	margin: auto;
	text-align: left;
	border: 1px solid blue;
	width: 600px;
	padding: 4px;
	padding-left: 40px;
}

.statsMargin {
	margin:15px 0px 20px 0px;
}

/* OFFER OVERVIEW STUFF*/

.offer_overview_store_link {

	font-size:12px;
	position:relative;

}

.offer_overview_store_link .preview_hover {

	cursor:pointer;

}

.offer_overview_store_link .preview_div {

		float:right;
		position:relative;
}

.offer_overview_store_link .preview_img_div {

	position:absolute;
	display:none;
	width:215px;
	height:117px;
	left:30px;
	top:-46px;
}
.offer_overview_store_link .preview_img_div .preview_img_div_wrapper {


	position:relative;

}
.offer_overview_store_link .preview_img_div .preview_img_div_wrapper .preview_img {

	position:absolute;
	border:1px solid #000000;

}

.offer_overview_store_link a {



}

.eye {
	cursor: pointer;
}

.preview_eye {
	display: none;
	background-image: url(/images/offers_site_preview_bg_flipped.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 191px;
	height: 127px;
	z-index: 999;
	margin-left: -190px;
	margin-top: -52px;
	padding-left: 10px;
	padding-top: 12px;
}

#oversight_crumb {
	padding: 3px;
}

.hiderow {
	display: none;
}

#link_wrapper {
	vertical-align: middle;
}

#hot_link {
	vertical-align: bottom;
	padding-left: 4px;
}