<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import url("font-awesome.css");*/

/*WCAG2.0 add hide label for some input/select that was built in code, as we need screen reader read out these info, but doesn't show out in browser*/
label.hidelabel, tr.hidelabel, div.hidelabel {  
	position: absolute;  
	top: -30000px;  
	left: -30000px;  
}

.an-line-float {
	display: block;
	float:left;
	clear: both;
}
span.new{
	font-weight:bold;
	color:#f3a545 !important;
}
/*div.an-line-float{
	margin:5px;
}
*/
div.an-line-float-left ul{
	margin:0;
	padding:0;
}
div.an-line-float-left ul li{
	list-style:none;
}

div.an-line-float-left span.error{
	color:red;
	margin-left:5px;
}

div.an-line-float-close span.error {
	color:red;
	margin-left:5px;
}

.an-div-clear-100{
    clear:both;
	 width:100%;
}

.an-line-float-close
{
    float: left;
}
html, body{
	height:100%;
	padding:0;
	margin:0;
}

body {
	margin: 0;
 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-size: 13px;
  	line-height: 18px;
  	color: #666;
  	background-color: #ffffff;
}

p {
    margin: 0 0 1.5em;
}

form {
    margin: 0;
    padding: 0;
}
a {
    color: #0088cc;
  text-decoration: none;
}

a:hover {
  color: #005580;
  text-decoration: underline;
}


a img {
    border: medium none;
}
a:focus {
    outline: medium none;
}
p {
  margin: 0 0 9px;
}

p small {
  font-size: 11px;
  color: #999999;
}

.lead {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 200;
  line-height: 27px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  color: #666;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999999;
}

h1 {
  font-size: 24px;
  line-height: 28px;
  float:left;
}
.h1clone {
  color: #333333;
  font-size: 24px;
  float:left;
  font-weight: normal;
  line-height: 1.2em;
  padding-top:20px;
  margin-left:-12px;
}

h1 small {
  font-size: 18px;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}

h2 small {
  font-size: 18px;
}

h3 {
  font-size: 18px;
  line-height: 27px;
}

h3 small {
  font-size: 14px;
}

h4,
h5,
h6 {
  line-height: 18px;
}

h4 {
  font-size: 14px;
}

h4 small {
  font-size: 12px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 11px;
  color: #999999;
  text-transform: uppercase;
}

.floatright {
    float: right;
    margin: 0 0 10px 15px;
}
.floatleft {
    float: left;
    margin: 0 15px 10px 0;
}
.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clear {
    display: inline-block;
}
* html .clear {
    height: 1%;
}
.clear {
    display: block;
}

.clearboth {
	clear: both;
}

.watermark{
	color: #999 !important;
}
select.error, select.error-inline, select.error-right, select.error-left, input.error, input.error-overlay-right, input.error-inline, input.error-right, input.error-left{
	border:1px solid #B94A48;
}
label.error { 
	float:none; 
	color:red; 
	padding-left:.5em; 
	vertical-align:top; 
}

label {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}

/*Alert Classes*/
.alert, div.error-container, .overlay-error-container, div.warning-container{
  padding: 12px;
  margin: 10px 0 10px 0;
  background-color: #F3C9C9;
  border: 1px solid #DA3C3C;
  clear:both;
  position:relative;
}
 
.alert h4 {
  margin: 0;
}
 
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}
 
.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
 
.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
 
.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
 
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
 
.alert-block &gt; p,
.alert-block &gt; ul {
  margin-bottom: 0;
}
 
.alert-block p + p {
  margin-top: 5px;
}
 

li.error-inline {
	color:#B94A48;
	font-family:Arial;
	font-size:12px;
	list-style:none;
	text-align:left;
}

li.error {
	color:#B94A48;
	float:right; 
	font-family:Arial;
	font-size:12px;
	list-style:none;
	margin-top:6px;
	padding:12px;
	text-align:left;
}

li.error-overlay-right {
	color:#B94A48;
	float:left; 
	font-family:Arial;
	font-size:12px;
	list-style:none;
	margin-top:18px;
	padding:0 0 0 10px;
	text-align:left;
}

li.error-right {
	color:#B94A48;
	float:right; 
	font-family:Arial;
	font-size:12px;
	list-style:none;
	margin-top:6px;
	padding:0 0 0 10px;
	text-align:left;
}
li.error-left {
	color:#B94A48;
	float:left; 
	font-family:Arial;
	font-size:12px;
	list-style:none;
	margin-top:6px;
	padding:0 0 0 5px;
	text-align:left;
}

li.error-left-deep {
	color:#B94A48;
	float:left; 
	font-family:Arial;
	font-size:12px;
	list-style:none;
	margin-left:22px;
	margin-top:22px;
	padding:0 0 0 5px;
	text-align:left;
}
div#error-msg{
	color:#B94A48;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  margin-left: 20px;
}

.container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

.row-fluid .span11 {
  width: 91.489361693%;
  *width: 91.4361702036383%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
  *width: 82.92553190663828%;
}

.row-fluid .span9 {
  width: 74.468085099%;
  *width: 74.4148936096383%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
  *width: 65.90425531263828%;
}

.row-fluid .span7 {
  width: 57.446808505%;
  *width: 57.3936170156383%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
  *width: 48.88297871863829%;
}

.row-fluid .span5 {
  width: 40.425531911%;
  *width: 40.3723404216383%;
}

.row-fluid .span4 {
  width: 31.914893614%;
  *width: 31.8617021246383%;
}

.row-fluid .span3 {
  width: 23.404255317%;
  *width: 23.3510638276383%;
}

.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.8404255306383%;
}

.row-fluid .span1 {
  width: 6.382978723%;
  *width: 6.329787233638298%;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

.thumbnail {
  padding: 4px;
  line-height: 1;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
	background: #FFF;
	margin: 5px;
}
#an-logo .thumbnail{
	border:0;
	box-shadow:none;
	max-height:80px;
	max-width:460px;
	padding: 0px;
	margin:0px;
}

/* --------------------------- Background and Top Nav --------------------------------- */
#an-background {
    /*background: url("../images/parksandrec/bg.jpg") no-repeat scroll center top transparent;*/
    min-height:100%;
    position: relative;
}

#an-wrapper {
    margin: 5px auto 0;
    width: 960px;
}
#an-header {
    margin: 5px 0 12px;
    position: relative;
	 min-height:20px;
}
#an-logo {
}
#an-toolbar {
	float: right;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
}
#an-toolbar a {
    font-weight: normal;
    padding: 0 4px;
    text-decoration: none;
}
#an-toolbar a:hover {
    text-decoration: underline;
}
#an-toolbar img {
    padding: 0 0 0 5px;
    vertical-align: middle;
}
#an-toolbar-account {
    color: #717171;
    float: left;
    padding: 0px 26px 0 0;
	font-size: 12px;
}
#an-toolbar-links{
    color: #999999;
    float: right;
    padding: 0px;
	font-size: 12px;
}
#an-toolbar-links a{
    color: #999999;
}
#an-toolbar-links a:active,#an-toolbar-links a:hover {
    color: #005580;
	text-decoration: underline;
}

/* Nav Bar */

#an-nav {
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5c5c5c;
	background: -moz-linear-gradient(
		top,
		#f7f7f7 0%,
		#dbdbdb);
	background: -ms-linear-gradient(
		top,
		#f7f7f7 0%,
		#dbdbdb);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f7f7f7),
		to(#dbdbdb));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dbdbdb',GradientType=0 );
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-bottom: 1px solid #ccc;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 1px 1px 0px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 1px 1px 0px rgba(255,255,255,1);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px 1px 0px rgba(255,255,255,1);

    clear: both;
    position: relative;
}

#an-nav ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;

}
#an-nav ul li {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#an-nav ul li a {
    display: block;
	padding: 8px 15px;
    text-decoration: none;
	color: #57585e;

}

#an-nav ul li a:hover {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #57585e;
	padding: 8px 15px;
	background: -moz-linear-gradient(
		top,
		#c7c7c7 0%,
		#dcdcdc);
	background: -ms-linear-gradient(
		top,
		#c7c7c7 0%,
		#dcdcdc);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#c7c7c7),
		to(#dcdcdc));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#dcdcdc',GradientType=0 );	
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 0px solid #c8cacd;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 10px rgba(168,168,168,1);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 10px rgba(168,168,168,1);
	text-shadow:
		0px -1px 3px rgba(255,255,255,0.8),
		0px 1px 0px rgba(255,255,255,0.3);
}



#an-nav ul li.ipf-active1 a {
	background: -moz-linear-gradient(
		top,
		#adadad 0%,
		#bcbcbc);
	background: -ms-linear-gradient(
		top,
		#adadad 0%,
		#bcbcbc);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#adadad),
		to(#bcbcbc));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#bcbcbc',GradientType=0 );	
	/*  border: 1px solid #cccccc;
	*/  *border: 0;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 6px 30px rgba(087,087,087,0.4);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 6px 30px rgba(087,087,087,0.4);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 6px 30px rgba(087,087,087,0.4);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	font-size: 14px;
	color: #ffffff;
	font-weight:bold;
}
#an-nav ul li.first a{
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #5c5c5c;
	background: -moz-linear-gradient(
		top,
		#f7f7f7 0%,
		#dbdbdb);
	background: -ms-linear-gradient(
		top,
		#f7f7f7 0%,
		#dbdbdb);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f7f7f7),
		to(#dbdbdb));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dbdbdb',GradientType=0 );
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-bottom: 0px solid #ccc;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 1px 1px 0px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 1px 1px 0px rgba(255,255,255,1);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		0px 1px 0px rgba(255,255,255,1);

}
#an-nav ul li.first a:hover {
 font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #57585e;
	padding: 8px 15px;
	background: -moz-linear-gradient(
		top,
		#c7c7c7 0%,
		#dcdcdc);
	background: -ms-linear-gradient(
		top,
		#c7c7c7 0%,
		#dcdcdc);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#c7c7c7),
		to(#dcdcdc));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c7c7c7', endColorstr='#dcdcdc',GradientType=0 );	
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 0px solid #c8cacd;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 10px rgba(168,168,168,1);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 10px rgba(168,168,168,1);
	text-shadow:
		0px -1px 3px rgba(255,255,255,0.8),
		0px 1px 0px rgba(255,255,255,0.3);
}
#an-nav ul li.ipf-active1.first a {
	background: -moz-linear-gradient(
		top,
		#adadad 0%,
		#bcbcbc);
	background: -ms-linear-gradient(
		top,
		#adadad 0%,
		#bcbcbc);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#adadad),
		to(#bcbcbc));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#bcbcbc',GradientType=0 );	
	/*  border: 1px solid #cccccc;
	*/  *border: 0;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 6px 30px rgba(087,087,087,0.4);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 6px 30px rgba(087,087,087,0.4);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 6px 30px rgba(087,087,087,0.4);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	font-size: 14px;
	color: #ffffff;
	font-weight:bold;

}
#an-nav ul li.an-nav-cart {
    border: medium none;
    position: absolute;
    right: 0;
    top: 0;
}
#an-nav ul li.an-nav-cart a#cartOpen {
    float:	right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 8px 10px;
	background: -moz-linear-gradient(
		top,
		#86a830 0%,
		#6e9037);
	background: -ms-linear-gradient(
		top,
		#86a830 0%,
		#6e9037);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#86a830),
		to(#6e9037));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86a830', endColorstr='#6e9037',GradientType=0 );
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 0px solid #a8a8a8;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.3);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.3);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0),
		-1px -1px 0px rgba(74,74,74,0.5);
	display:inline-block;
	padding:9px 10px 7px 10px;
	/*max-height: 21px;*/
	width: 120px;
}


#an-nav ul li.an-nav-cart a#cartDrop {
	float:	right;
    background: #89B35E; /* Old browsers */
    background: -moz-linear-gradient(top, #a3c689 0%, #6e9f32 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3c689), color-stop(100%,#6e9f32)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #a3c689 0%,#6e9f32 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #a3c689 0%,#6e9f32 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #a3c689 0%,#6e9f32 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3c689', endColorstr='#6e9f32',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #a3c689 0%,#6e9f32 100%); /* W3C */

    border-bottom: 3px solid #018CD2;

    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;

    color:#FFFFFF;
    font-size:16px;
	padding:8px 20px 4px 20px;
    min-height:	24px;
}


#an-nav ul li.an-nav-cart a#cartOpen:hover {
	background: -moz-linear-gradient(
		top,
		#86a830 0%,
		#6e9037);
	background: -ms-linear-gradient(
		top,
		#86a830 0%,
		#6e9037);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#86a830),
		to(#6e9037));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86a830', endColorstr='#6e9037',GradientType=0 );
	-moz-box-shadow:
		inset 0px 0px 17px rgba(65,97,9,1);
	-webkit-box-shadow:
		inset 0px 0px 17px rgba(65,97,9,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(56,56,56,0.5);
}

#an-nav ul li.an-nav-cart a#cartDrop:hover {
    background: #6e9f32;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

#an-nav img {
    vertical-align:middle;
    margin-bottom: 3px;
}

#an-nav ul li.an-nav-cart a #cart-icon{
	vertical-align:middle;
}
#an-nav ul li.an-nav-cart a #cart-arrow{
    padding-left:5px;

}

#an-contentarea {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-bottom: 40px;
    min-height:100%;
/*    border: 1px solid #dfdfdf;
    box-shadow: 0 0 15px #30A1E4;
    -moz-box-shadow: 0 0 15px #30A1E4;
    -webkit-box-shadow: 0 0 15px #30A1E4;

    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;*/
}

#an-pagetitle {
    color: #333333;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0;
    padding: 20px 20px 5px 20px;
}

#an-submenu {
    width:43%;
    float:right;

}
#an-suboption {
    font-size:14px;
    float:left;
    padding:10px 0 5px 20px;
}
#an-suboption a {
    color:#124669;
    text-decoration:none;

}
#an-suboption a:hover{
    border-bottom: 3px solid #1092D9;
    padding-bottom:2px;
}
#an-suboption-selected {
    font-size:14px;
    float:left;
    padding:10px 0 5px 20px;
}
#an-suboption-selected a {
    color:#124669;
    text-decoration:none;
    border-bottom: 3px solid #79A743;
    padding: 0 2px 2px 2px;
}
#an-suboption-selected a:hover {
    border-bottom: 3px solid #1092D9;
    padding-bottom:2px;

}
#an-path {
    border-top: 1px solid #DFDFDF;
    color: #333333;
	clear:both;
    font-size: 10px;
    margin-left: 20px;
	margin-right: 20px;
    padding: 0 0 5px 0;
}

#an-path a{
        text-decoration:none;
}
#an-pagelink a{
    float:right;
    padding: 5px 10px 0 0;
    text-decoration:none;
    font-size:11px;
}
#an-path-breadcrumb-arrow{
    padding:0 2px;
}

/*---------------------------- Hero -----------------------------------*/
#an-hero-background{
	width:960px;
	height:285px;
}
#hero-text-area{
	background-color: rgba(255,255,255,0.80);
	*background: #fff;
	*filter:alpha(opacity=80);
	padding: 0px 20px;
	float:	right;
	width: 304px;
	height: 100%;
	text-align:center;
	display:table;
}
#hero-text-area p{
	margin: 0px;
}
#hero-header1{
	color: #535353;
	text-align: center;
	font-size: 28px;
	line-height: 120%;
	padding-bottom:12px;
}
#hero-body{
	color: #666;
	font-size: 12px;
	line-height:160%;
}
#hero-body .an-button{
	width:175px;
	font-weight: bold;
	font-size:13px;
	display:block;
	margin: 12px auto 12px auto;
	padding:6px;
}
#hero-content-wrapper{
	display:table-cell;
	vertical-align:middle;
}
#an-home-searchbar{
	background-color: #ececec;
	padding:20px 0px;
	text-align:center;
}
.an-home-searchdiv{
	vertical-align:middle;
}
div.an-home-searchdiv ul{
	margin:0;
	padding:0;
	display: inline-block;
}
div.an-home-searchdiv ul li{
	list-style:none;
	float: left;
	margin-right:-4px;
}
.an-home-searchdiv .an-searchfilter-textfield{
	width: 322px;
	height:34px;
	line-height:34px;
	border:1px solid #ccc;
	background-color: #fff;
	padding: 0px 20px 0px 10px;
	font-size:14px;
	color:#666;
	font-weight:normal;
}

.an-home-searchdiv span{
	margin-left:-20px;
	margin-right:8px;
}
.an-home-searchdiv span i{
	font-size:12px;
	color: #cfcfcf;
	cursor: pointer;
}
.an-home-searchdiv #ddlSearchType{
	min-width:148px;
	width:162px;
	line-height: 36px;
	height:36px;
	font-size:14px;
	vertical-align:middle;
	margin-right:6px;
	color:#57585e;
	background:#fff;
	border-color:#ccc;
}
#ddlSearchTypeSelectBoxItContainer, #ddlSearchTypeSelectBoxItText{
	margin-left: 0px;
}
.an-home-searchdiv .selectboxit{
	width:auto!important;
	height: 34px;
	border-radius: 0px!important;
	padding:0px 20px 0 0px!important;
}
.an-home-searchdiv .selectboxit-container span{
	line-height: 36px;
}

.an-home-searchdiv li.styledSelect{
	background: -moz-linear-gradient(
		top,
		#f7f7f7 0%,
		#dbdbdb);
	background: -ms-linear-gradient(
		top,
		#f7f7f7 0%,
		#dbdbdb);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f7f7f7),
		to(#dbdbdb));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#dbdbdb',GradientType=0 );
}
.an-home-searchdiv .an-button{
	width:190px;
	margin-left: 6px;
	padding:8px 0!important;
	vertical-align:middle;
	font-weight:bold;
}
#an-home-modules i{
	font-size: 16px;
}
.an-three-module-wrapper{
	min-height: 250px;
	float: left;
	margin-top: 24px;
	margin-bottom: 24px;
}
.an-three-module{
	width: 304px;
	height: 100%;
	border: 1px solid #ccc;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
	background-color: #f8f8f8;
	float:left;
}
.an-three-module-spacing{
	margin-left: 21px;
	margin-right: 21px;
}
.an-module-image{
	width: 304px;
	height: 150px;
}
.an-module-content{
	font-size:12px;
	line-height:133%;
	padding: 15px;
	min-height:100px;
}
a.an-module-header{
	font-size: 18px;
	font-weight: bold;
	color: #08c;
	display:block;
	padding-bottom: 8px;
	line-height:120%;
}
a.an-module-header:active, a.an-module-header:hover{
	color: #005580;
	text-decoration: underline;
}
.an-single-module{
	height: 150px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	clear:both;
	box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.1);
	background-color: #f8f8f8;
	margin-top: 8px;
}
.an-campaign-module{
	height: 100px;
}
.an-campaign-module div.an-module-header{
	height: 100px;
}
.an-campaign-module .an-single-module-content{
	height: 100px;
}
.an-single-module-content{
	padding-left: 24px;
	padding-right: 44px;
	height:150px;
	width: 584px;
}
.an-single-module a.an-module-header {
		padding: 0px;
}
.an-campaign-module-title{
	padding: 0 0 0 15px;
	width: 291px;
	vertical-align: middle;
}
div.an-module-header{
	height:150px;
}
.an-display-table{
	display: table;
	float:left;
}
.an-display-table div{
	display:table-cell;
	vertical-align:middle;
}
/*------------------------------- Reservation/old Home Page buttons ----------------------------*/

/********** Home Updated Styles ************/
.an-Home_Main_1{
	float:left;
	width:100%;
	overflow:hidden;
	position:relative;
	padding: 15px 0 2px;
	/*border-top: 10px #dfdfdf solid;*/
}
.an-Home_Main_2{
	float:left;
	width:100%;
	position:relative;
	right: 31%;
	background: url(../images/parksandrec/column-right-level1-bg.gif) top right repeat-y;
}
.level1 #an-content{
	width:628px;
	padding:10px 20px 20px 20px;
	float:left;
	margin:15px 0;
	position:relative; 
	left: 31%;
}
#an-column-right{
	width:261px;
	padding:5px 12px;
	float:left;
	margin:3px 0; 
	position:relative; 
	left: 31%;
}

table.ip-calendar-maintable { 
	border:1px solid #cccccc;
	width:80%;
	border-collapse:collapse;
	float:left; 
}

#an-content {
    float: left;
    margin: 15px 0;
    padding: 10px 15px 0;
    width: 930px;
}
.level1 #an-content{
	width:628px;
	padding:0 20px 0 20px;
	float:left;
	margin:15px 0 0;
}
.level2.template-activities #an-content{
	width:710px;
	padding:10px 20px 20px 10px;
	float:left;
	margin:0;
	overflow:auto;
}
.an-block{
	margin:0 0 20px 0;
	text-align:left;
}
.an-block img{
	float:left;
	padding:0 5px 0 0;
}

.an-contact-description{
	padding:0 0 0 0;
}
.an-address-Line p{
	margin:0 0 1px 0;
}
.an-address-phone p{
	margin:20px 0 0 0;
}
.an-address-email{
	margin:0 0 1px 0;
	padding:0 0 0 0;
}
.an-address-Line .an-address-name p{
	font-weight:bold;
	margin:0 0 1px 0;
}
.an-block h2 p{
	font-size:14px;
	padding:5px 0 0 0;
}
ul.an-buttonlayout strong {
    color: #1A4572;
}


/****Note: These can be tweaked to allow for different sized photos... perhaps a setting in AN? ***/
.an-hero-photo-resize {
    width: 400px;
    height : auto;
}
.an-hero-photo-resize {
    width: auto;
    height: 229px;
}

ul.an-buttonlayout{
	margin:0;
	padding:0;
	list-style:none;
	color:#999;
}
ul.an-buttonlayout .an-home-description,#an-column-right .an-address-Line,#an-column-right .an-contact-description,#an-column-right .an-address-phone{
	color:#666666;
}
ul.an-buttonlayout li ul{
	margin:0;
	padding:0;
	list-style:none;
}

ul.an-buttonlayout li ul li{
	padding:0;
	margin:0;
	float:left;
}
ul.an-buttonlayout li ul li.an-buttonlayout-button{
	width:260px;
}

ul.an-buttonlayout li ul li.an-buttonlayout-content{
	width:350px;
}
ul.an-buttonlayout li ul li.an-buttonlayout-content-long{
	width:650px;
}
ul.an-buttonlayout li ul li.an-buttonlayout-button table{
	border-collapse:separate;
    border-spacing:0;
    *border-collapse:collapse; /*hack for IE7*/
    margin: 0;
}
ul.an-buttonlayout li ul li.an-buttonlayout-button table tr td{
	height:36px;
	vertical-align:middle;
}
ul.an-buttonlayout li ul li.an-buttonlayout-button table tr td i{
	padding: 3px 0 0 0;
}
ul.an-buttonlayout li{
	list-style: none outside none;
	margin: 0;
	padding: 0 0 5px;
	overflow:hidden;
}
li.an-buttonlayout-button a{
	text-decoration:none;
}
ul.an-buttonlayout-small li{
	min-height:80px;
}
ul.an-buttonlayout-large-1button li{
	min-height:300px;
}
ul.an-buttonlayout-large-2buttons li{
	min-height:181px;
}
ul.an-buttonlayout-large-3buttons li{
	min-height:130px;
}
a.an-roundbutton{
font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #858585;
	padding: 8px 20px;
	background: -moz-linear-gradient(
		top,
		#f0f0f0 0%,
		#dbdbdb);
	background: -ms-linear-gradient(
		top,
		#f0f0f0 0%,
		#dbdbdb);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f0f0f0),
		to(#dbdbdb));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dbdbdb',GradientType=0 );
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #c2c2c2;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 1px 1px 0px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 1px 1px 0px rgba(255,255,255,1);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 1px 1px 0px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,1);
	display:inline-block;
	width: 200px;
}

a.an-roundbutton:hover {
	background: -moz-linear-gradient(
		top,
		#e0e0e0 0%,
		#c7c7c7);
	background: -ms-linear-gradient(
		top,
		#e0e0e0 0%,
		#c7c7c7);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#e0e0e0),
		to(#c7c7c7));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#c7c7c7',GradientType=0 );
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 4px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 4px rgba(255,255,255,0.5);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 4px rgba(255,255,255,0.5);
	
}
a.an-roundbutton-small{
	padding: 13px 20px;
}
a.an-roundbutton-large{
	padding: 38px 20px;
}
a.an-roundbutton img {
    margin: 0 10px 0 0;
    vertical-align: middle;
	float:left;
}
.an-buttontext{
	padding-top:10px;
	float:left;
}
.an-home-description-title{
	font-weight:bold;
	font-size: 13px;
	color:#4f4f4f;
	white-space: nowrap;
	overflow: hidden;
	padding-bottom:2px;
	line-height:1em;
}
.an-home-description{
	float:left;
}
.an-grad-t {
	background: url("../images/parksandrec/gradt.png");
	height:10px;
	position:absolute;
	bottom:0; 
   width:100%;
}

a.an-morelink{
	text-decoration:none;
}


/*----------------------- Facility Home Page -----------------------*/
/* updated styles */
.an-facility-content{
	float: left;
    margin: 15px 0;
    padding: 10px 15px 0;
    width: 930px;
	
}
ul.an-facility-buttonlayout{
	margin:0;
	padding:0 50px;
	list-style:none;color:#999;
}
ul.an-facility-buttonlayout strong{
	color:#1192da
}
ul.an-facility-buttonlayout li{
	margin:0;
	padding:0  0 15px 0;
	list-style:none;
	overflow:hidden;
}
ul.an-facility-1button li{
	min-height:350px;
}
ul.an-facility-2buttons li{
	height:167px;
}
ul.an-facility-3buttons li{
	height:118px;
}
ul.an-facility-4buttons li{
	height:87px;
}
ul.an-facility-5buttons li{
	height:68px;
}
ul.an-facility-buttonlayout li ul{
	margin:0;
	padding:0;
	list-style:none;
}

ul.an-facility-buttonlayout li ul li{
	padding:0;
	margin:0;
	float:left;
}
ul.an-facility-buttonlayout li ul li.an-facility-buttonlayout-button{
	width:280px;
}
a.an-facility-roundbutton{
	display:block;
	background:#289BE4;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
	
	-moz-box-shadow:0 2px 1px #666666;
	-webkit-box-shadow:0 2px 1px #666666;
	box-shadow:0 2px 1px #666666;
	width:200px;
	font-size:14px;
	height:30px;
}
a.an-facility-roundbutton-small{
	padding:15px 30px;
}
a.an-facility-roundbutton-large{
	padding:30px;
}
a.an-facility-roundbutton img{
	vertical-align:middle;
	margin:0 20px 0 0;
	float:left;
}
ul.an-facility-buttonlayout li ul li.an-facility-buttonlayout-content{
	width:515px;
	font-size:13px;
}
.an-facility-buttontext{
	padding-top:10px;
	float:left;
}
.an-facility-description-title{
	font-weight:bold;
	color: #1A4572;
	padding-bottom:5px;
}
.an-facility-description{
	float:left;
}
a.an-morelink{
	text-decoration:none;
}
.an-optionaltext-header{
	padding:20px 40px 0;
	font-size:13px;
	font-weight:bold;
}
.an-optionaltext-footer{
	padding:20px 40px 20px;
	font-size:13px;
	font-weight:bold;
}


/* Blue facility option buttons on facility home page*/
.an-facility-options{
    height:200px;
	padding-left: 30px;
}
.an-facility-onestep{
    height:180px;
    width:280px;
    float:left;
}
.an-facility-request{
    height:180px; 
    width:280px;
    float:left;
    padding:0 25px 0 25px;
}
.an-facility-browse{
    height:180px;
    width:280px;
    float:left;
}
.an-facility-button{
    background-color:#289BE4;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 1px #666666;
    height:180px;
    width:280px;
    color:#FFFFFF;
}
.an-facility-header{
    padding:15px 20px 10px 20px;
    font-size:14px;
    font-weight:bold;
}
.an-facility-header img{
    margin: 0 10px 0 0;
    vertical-align:middle;
}
.an-facility-description{
    padding:0 20px;
    font-size:13px;
    height: 85px;
    overflow:auto;
}
.an-facility-link {
    text-align:right;
    text-decoration:underline;
    padding:20px;
    font-weight:bold;
}
.an-facility-link a{
    color:#ffffff;
}

/* ---------------------- Search Page ----------------------------*/

/* Search Page buttons */
a.an-button {
border: 1px solid #c2c2c2;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.1);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.1);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,1);
	/*border:1px solid #707070;
	*/display:inline-block;
	font-family: Arial, Helvetica, sans-serif;
	
	color: #4f4f4f;
	background: -moz-linear-gradient(
		top,
		#f0f0f0 0%,
		#dbdbdb);
	background: -ms-linear-gradient(
		top,
		#f0f0f0 0%,
		#dbdbdb);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f0f0f0),
		to(#dbdbdb));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#dbdbdb',GradientType=0 );	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #c2c2c2;
padding: 3px 10px 3px 10px;
    border-radius: 3px 3px 3px 3px;

text-decoration:none;	 
}

a.an-button:hover {
	border: 1px solid #c2c2c2;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.1);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.1);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.1),
		0px 1px 0px rgba(255,255,255,1);
/*border:1px solid #707070;
*/display:inline-block;
font-family: Arial, Helvetica, sans-serif;
	color: #4f4f4f;
	background: -moz-linear-gradient(
		top,
		#e0e0e0 0%,
		#c7c7c7);
	background: -ms-linear-gradient(
		top,
		#e0e0e0 0%,
		#c7c7c7);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#e0e0e0),
		to(#c7c7c7));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#c7c7c7',GradientType=0 );	
	border-radius: 3px;
	border: 1px solid #c2c2c2;

text-decoration:none;	
}

a.an-button.an-buttontext-more {
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
}
	
a.an-button.an-buttontext-view {
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: normal;
    padding: 2px 21px 1px;
}
#an-table-listings-action-nobutton-text{
    font-weight:bold;
}
a.an-button.an-buttontext-action {
    font-size: 11px;
	font-weight: bold;
}
a.an-button.an-buttontext-action img {
    vertical-align:middle;
}

a.an-buttontext-clear {
	font-weight:normal;
	font-size: 11px;
}

a.an-button img {
    vertical-align: text-top;
}
a.an-button {
    display: inline-block;
	text-align:center;
}
* html a.an-button {
    display: inline;
}
* + html a.an-button {
    display: inline;
}

a.an-button.an-button-green {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	padding: 3px 8px;
	white-space: nowrap;
	background: -moz-linear-gradient(
		top,
		#86a830 0%,
		#6e9037);
	background: -ms-linear-gradient(
		top,
		#86a830 0%,
		#6e9037);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#86a830),
		to(#6e9037));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86a830', endColorstr='#6e9037',GradientType=0 );	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #368013;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	text-shadow:
		-1px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.2);
	line-height: 150%;

}

a.an-button.an-button-green-right {
    float:right;
}

a.an-button.an-button-left {
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
	
}
a.an-button.an-button-right {
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
	border-left: none;
	margin-left:-3px;
}
a.an-button.an-button-middle {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-right:#92BCE6 solid 1px;
	margin-left:-4px;
}
a.an-button.an-button-green:hover {
background: -moz-linear-gradient(
		top,
		#93b837 0%,
		#77993d);
background: -ms-linear-gradient(
		top,
		#93b837 0%,
		#77993d);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#93b837),
		to(#77993d));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93b837', endColorstr='#77993d',GradientType=0 );	
}
a.an-button.an-button-blue {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 150%;
	padding: 3px 10px;
	white-space: nowrap;
	background: -moz-linear-gradient(
		top,
		#299ce4 0%,
		#028dd3);
	background: -ms-linear-gradient(
		top,
		#299ce4 0%,
		#028dd3);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#299ce4),
		to(#028dd3));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#299ce4', endColorstr='#028dd3',GradientType=0 );		
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #006fab;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	text-shadow:
		-1px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.2);
}
a.an-button.an-button-blue:hover {
    background: -moz-linear-gradient(
		top,
		#43aff2 0%,
		#2aa2de);
    background: -ms-linear-gradient(
		top,
		#43aff2 0%,
		#2aa2de);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#43aff2),
		to(#2aa2de));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#43aff2', endColorstr='#2aa2de',GradientType=0 );
}

a.an-button.an-button-blue-right {
    float:right;
}

a.an-button.an-button-blue.an-button-active {
    background: none repeat scroll 0 0 #0070AB;
}
a.an-button.an-button-blue.an-button-inactive {
    border-right:#92BCE6 solid 1px;
    border-left: none;
}
a.an-button.an-button-orange {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	line-height: 150%;
	padding: 3px 10px;
	white-space: nowrap;
	background: -moz-linear-gradient(
		top,
		#ffb245 0%,
		#fea01b);
	background: -ms-linear-gradient(
		top,
		#ffb245 0%,
		#fea01b);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffb245),
		to(#fea01b));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb245', endColorstr='#fea01b',GradientType=0 );		
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #c17100;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 1px 0px rgba(255,255,255,0.5);
	text-shadow:
		-1px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.2);
}
a.an-button.an-button-orange:hover {
    background: -moz-linear-gradient(
		top,
		#ffc574 0%,
		#ffb347);
    background: -ms-linear-gradient(
		top,
		#ffc574 0%,
		#ffb347);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffc574),
		to(#ffb347));
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc574', endColorstr='#ffb347',GradientType=0 );
}

a.an-button.an-button-orange-right {
    float:right;
}

a.an-button.an-button-orange.an-button-active {
    background: none repeat scroll 0 0 #ffb245;
}
a.an-button.an-button-orange.an-button-inactive {
    border-right:#c17100 solid 1px;
    border-left: none;
}
a.an-button-active img{
    vertical-align:middle;
}

a.an-button-active {
	background: -moz-linear-gradient(
		top,
		#adadad 0%,
		#bcbcbc);
	background: -ms-linear-gradient(
		top,
		#adadad 0%,
		#bcbcbc);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#adadad),
		to(#bcbcbc));
			color: #ffffff;
			-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 6px 30px rgba(087,087,087,0.4);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#bcbcbc',GradientType=0 );
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 6px 30px rgba(087,087,087,0.4);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 6px 30px rgba(087,087,087,0.4);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	font-weight:bold;
}

.results-view-icon {
	padding: 0;
	position: relative;
	bottom: 13px;
}

a.align-link{
	padding-top: 4px;	
}

/* Filter Bar */
#an-search-column {
    padding: 0 10px 15px 10px;
	float: left;
	width: 160px;
}
#an-searchfilter {
  width:180px;
  min-height: 20px;
  /*padding: 10px 10px;*/
  /*margin: 0 10px 10px 0;*/
  /*background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);*/
	float: left;
    border:1px solid #DDDDDD;
    margin-top:30px;
    background-color:#f5f5f5;
}

#an-searchfilter .ui-corner-all {-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px;  }

#an-searchfilter .ui-state-default { font-weight: bold; color: #1c94c4; border: 1px solid #d3d3d3; background-color:#ffffff;}

.an-searchfilter-actions {
    margin: 5px 0;	
	padding:3px 0px 0px;
}
.an-searchfilter-actions  a{
	margin-right:10px;
}
.an-searchfilter-actions-bottom {
	clear:both;
    margin: 0 0 11px;
    padding-left:10px;
}
.an-searchfilter-actions-bottom a{
	margin-right: 10px;
}
.an-searchfilter-heading {
    font-size: 12px;
    margin-top:-30px;
    margin-bottom:12px;

}
.an-searchfilter-subheading {
    color: #333;
    font-weight: normal;
    margin: 10px 0 5px 0;
}
.an-searchfilter-subheading a{
    font-size:9px;
}
.an-searchfilter-textfield {
    color: #666666;
    font-size: 10px;
    width: 95%;
}

.an-searchfilter-textfield::-ms-clear{
	display:none;
}

ul.an-searchfilter-options {
    list-style: none outside none;
    padding: 0;
    margin-top:0px;
    margin-bottom:0px;
}
ul.an-searchfilter-options input {
    vertical-align: middle;
}
ul.an-searchfilter-options li {
    color: #9f9f9f;
    font-size: 12px;
    font-weight: bold;
    list-style: none outside none;
}
#an-searchfilter-availabilityheader{
    padding: 7px 0 4px 5px;
    color: #12486C;
    font-weight:bold;
    font-size:14px;
}
ul.an-searchfilter-options li.an-searchfilter-options-active {
    background: url("../images/parksandrec/icon-arrow-blue-down.png") no-repeat scroll 4px 4px transparent;
}
ul.an-searchfilter-options li a {
    color: #9f9f9f;
	font-size: 11px;
	line-height: 14px;
    display: inline-table;
    width:100%;
	text-decoration:none;
}
ul.an-searchfilter-options li ul {
    list-style: none outside none;
    margin: 5px 0 0;
    padding: 0;
}
ul.an-searchfilter-options li ul li {
    background: none repeat scroll 0 0 transparent !important;
    color: #000000;
    font-weight: normal;
    margin: 0 0 1px;
    padding: 1px 0;
}
ul.an-searchfilter-options li ul li:hover{
	/*text-decoration: underline;*/
}
ul.an-searchfilter-options li ul li.an-searchfilter-subsubheading {
    color: #333333;
    font-size: 11px;
    line-height: 1.2em;
    margin: 0 0 5px;
}
ul.an-searchfilter-options li ul li.an-searchfilter-options-active {
    font-weight: bold;
}
ul.an-searchfilter-options li ul li a {
    color: #000000;
    text-decoration: underline;
}
.an-searchfilter-advanced {
    margin: 0 0 10px;
}
.an-searchfilter-advanced a {
    color: #10486A;
    font-size: 10px;
}
.an-searchfilter-advanced-search-link{
	margin: 10px 0 10px 0;
	font-size:10px;
	font-weight:bold;
	color:#436f8A;
	clear: left;

}
.an-SearchContent {
    float: right;
    margin: 0;
	width: 730px;

}
.an-SearchContent-top {
    margin: 0;
    padding: 10px 0 0;
	width: 100%;
}
.level2.template-facilities .an-SearchContent {
    float: left;
    margin: 0;
    overflow: auto;
    padding: 10px 20px 20px 10px;
    width: 710px;
}
.an-table-listings-sortby{
	margin-left:10px;
	font-size:12px;
}
.an-table-listings-resultsview {
    font-size: 12px;
}
.an-table-listings-heading {
    font-size: 12px;
    margin: 0 0 8px 0;
    /*width: 70%;*/
}
.an-table-listings-heading strong {
    font-size: 12px;
    font-weight: normal;
}
.facilitytable-listings-heading{
	margin: 0 0 10px 5px;
	font-size: 12px;
}
.facilitytable-listings-heading strong{
	font-weight: normal;
}
.an-table-all-744, .an-table{
    border-bottom: #ECECEC 1px solid;
    border-collapse:separate;
    border-spacing:0;
    *border-collapse:collapse; /*hack for IE7*/
    margin: 0 0 10px;
    width: 100%;
}
.an-table-all-744 th #an-table-sorted {
    /*filter:none;*/
    background: url("../images/parksandrec/icon-arrow-blue-down.png") no-repeat scroll 92% 7px #F7F8FB;
    background-color: none;
}

.an-cart-item-header-cost {
	border-width:0;
	color:#ffffff;
	text-align:right;
	padding-right: 20px;
}
.an-table-all-744  a {
    font-weight:bold;
}

.an-table-all-744 th #an-table-sorted a {
    color: #DDD;
    font-weight:bold;

}
.an-table-all-744 th, .an-table th {
    border:none;
	
    color: #333333;
    font-size: 13px;
    padding: 6px 5px;
    /*text-align: left;*/
    *position: relative;
}

.an-activities-detailspanel {background-color:white;}

.an-activities-select an-activities-select-fullwidth {
	width:120px;
}

select.an-activities-select {
    border: 1px solid #CCCCCC;
    padding:5px;
}
.an-table-activity-listings-header {
    background: #E5E5E5; /* Old browsers */
	border:none;
	padding:10px;
	vertical-align:middle;
	text-align:left;
	font-size:12px;
	color:#6c6c6c;
}

.an-table-facility-listings-header {
	background: #E5E5E5; /* Old browsers */
	border:none;
	padding:10px;
	vertical-align:middle;
	text-align:left;
}

.an-table-all-744 th#an-table-activity-listings-activity {
    /*-moz-border-radius-topleft: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;*/
    font-weight:bold;
}
.an-table-all-744 th#an-table-activity-listings-number {
    width: 8%;
}
.an-table-all-744 th#an-table-activity-listings-days {
    width: 15%;
}
.an-table-all-744 th#an-table-activity-listings-times {
    width: 8%;
}
.an-table-all-744 th#an-table-activity-listings-dates {
    width: 20%;
}
.an-table-all-744 th#an-table-activity-listings-location {
    width: 15%;
}
.an-table-all-744 th#an-table-activity-listings-openings {
    width: 8%;
}
.an-table-all-744 th#an-table-activity-listings-price {
    width: 10%;
}
.an-table-all-744 th#an-table-activity-listings-action {
    width: 5%;
/*    -moz-border-radius-topright: 4px;
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;*/
    border-right:none;
}
.an-table-all-744 th a, .an-table th a {
    color: #FFFFFF;
    text-decoration: none;
}
.an-table td {
    font-size: 11px;
	line-height: 12px;
    padding: 7px 5px;
    vertical-align: middle;
}
.an-table-all-744 td {
    font-size: 11px;
	line-height: 12px;
    padding: 10px;
    height: 46px;
    vertical-align: top;
}
tr.an-table-webgrid-rowb td, tr.an-table-rowb td{
    background: none repeat scroll 0 0 #F9F9F9;
	border-bottom: #ECECEC 1px solid;
	border-top: #ECECEC 1px solid;
}
tr.an-table-notgrid-row td, table.an-table-notgrid td {
	border:0 !important;
}
a.an-activityName{
	font-size:13px;
    font-weight:normal;
	display:block;
	margin-bottom:8px;
	line-height: 130%;
}
a.an-activityName-quickview{
	max-width:70px;
	font-size:10px;
    font-weight:bold;
	color:#9a9a9a;
	display:block;
	margin-top:8px;
}
a.an-activityName-quickview:hover, i.icon-search:hover{
    color:#005580;
	text-decoration:none;
}
a.an-wishlist-remove{
	max-width:60px;
	font-size:10px;
    font-weight:bold;
	color:#bcbcbc;
	display:block;
	margin-top:8px;
}
a.an-wishlist-remove:hover{
    color:#005580;
	text-decoration:none;
}
i.icon-search{
	color:#6ea402;
}

a.an-viewmaplink{
    font-size:10px;
    color:#666666;
    line-height:2.5;
    padding-left:10px;
    text-decoration:none;
	display:block;
}
a.an-viewmaplink:hover{
    text-decoration:underline;
}
.an-table-listings td img{
    padding-left:3px;

}
.an-facilities-mini-calendar-year{
    float:left;
    margin: 0 2px 0 0;
    background:none;
}
#an-facilities-table-listings th.an-facilities-mini-calendar-year{
    background:none;
    border:none;
    color:#000000;
    font-weight:normal;
    padding: 0;
}
#an-facilities-table-listings td.an-facilities-mini-calendar-month{
        padding:0 0 3px 0;
        height:auto;

}
.an-facilities-mini-calendar ul{
    list-style: none outside none;
    margin: 0;
    padding: 0 0 3px;
}
.an-facilities-mini-calendar ul li{
    float: left;
    margin: 0 3px 1px;
    padding: 0;
}
.an-google-map{
    float: left;
    height: 600px;
    margin: 5px 5px 5px 3px;
    position: relative;
    width: 726px;
}
/* Google Maps v3 */
.ipf-gmap-tooltip{background-color: #FFFBF0;padding: 5px;width: 200px;}

#an-table-listings-pagination {
	margin-bottom:9px;
}
.an-table-listings-pagination {
    clear: both;
    color: #333333;
    font-size: 11px;
}
.an-table-listings-pagination-results-dropdown{
   margin: 0 5px 0 0;
}

.an-table-listings-pagination-page {
    float: left;
    margin-right:2px;
	font-size: 12px;
}
.an-table-listings-pagination-index {
    float: left;
    font-size: 12px;
    text-align: left;
    width: 70%;
}
.an-table-listings-pagination-index a {
    text-decoration: none;
}
.an-table-listings-pagination-results {
    float: left;
    text-align: right;
    width: 20%;
}

div.an-accordion
{ 
  border: 1px solid #DFDFDF; 
}

 .accordion-body{
   background: #FFF;
 }

div.an-accordion-border
{ 
  margin-top: 5px;
}

div.an-accordion .an-accordion-title
{ 
  border-bottom: 1px solid #DFDFDF; 
  padding: 10px 0 6px 10px; 
  color: #08C;
} 
div.an-accordion .an-accordion-title span{
	cursor: pointer;
}
div.an-accordion .an-accordion-title i{
	color: #000;
}
div.an-accordion .an-accordion-table{ 
  padding: 15px 25px 20px ; 
}


/* -------------------------------- footer ------------------------------------*/

#an-activefooter{
	font-size:11px;
	line-height:167%;
	color:#fff;
	background-color:#747474;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	position:absolute;
	left:0;
	min-height:198px;
}
#an-activefooter a, #an-activefooter p{
	padding:0px;
	color:#fff;
	margin:0px;
}

#an-activefooter_wrapper{
	width:960px;
    margin: 0 auto 0;
}
#an-activelogo{

    float: right;
    padding: 0 0px 10px 0;
}
#an-activelinks{
    float:left;
    color:#fff;
    font-size:10px;
    font-weight:bold;
    padding-top:6px;
    padding-bottom:12px;
    width:100%;
	border-top: 1px solid #ccc;
}
#an-footer-address{
	float:left;
	width:33%;
	padding-bottom:26px;
	overflow: hidden;
}
#an-footer-middle{
	float:left;
	width:32.5%;
	overflow: hidden;
	margin-left: 5px;
	margin-right: 5px;
}
#an-footer-payment{
	display:block;
	width:100%;
	padding-bottom:20px;
}
#an-footer-questions{
	display:block;
	width:100%;
	padding-bottom:26px;
}
#an-footer-connect{
	float:left;
    width:20%;
	overflow: hidden;
}
#an-footer-sitelink {
    float:right;
    width:13%;
    overflow:hidden;
}
#an-footer-sitelink span {
    padding-left:6px;
    display:inline-block;
    vertical-align:middle;
    padding-bottom:5px;
}
#an-footer-top{
	padding: 20px 0;
}
#an-activefooter .an-footer-subheading{
	font-size:14px;
	font-weight:normal;
	color:#ccc;
	display: block;
	padding-bottom: 3px;
}
#an-activelinks a{
    font:Arial, Helvetica, sans-serif;
    color:#fff;
    font-size:10px;
    font-weight:bold;
    text-decoration:none;
    padding-right:12px;
}
#an-activelogo a{
	padding: 0px;
}
@charset "UTF-8";
/* CSS Document */


/*--------------------------------- overlay ----------------------------------*/
.an-overlay-detailspanel{
    background-color:#ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding:5px;
    box-shadow: 0 0 15px #333333;
    -moz-box-shadow: 0 0 15px #333333;
    -webkit-box-shadow: 0 0 15px #333333;
    left: 213.5px;
    top: 2.5px;
}
.an-overlay-content{
	clear:both;
	width:100%;
	height:85%;
	margin:5px 0 5px 0;
	overflow-y:auto;
}
.an-overlay-waitpanel{
    height: 650px;
}
.an-wait-panel-content{
	margin: auto auto;
	position: relative;
	top: 50%; 
	width:50px;
	height:50px;
}
.an-package-column-left {
	float: left;
	padding-left:24px;
	width: 50%;
}

.an-package-detail-text {
	max-height:230px;
	overflow:auto;
}

.an-package-column-right {
	float: left;
	padding-left:24px;
	width: 38%;
	display: block;
	margin:0px auto;
}

.an-overlay-map-top-right{
	float:right;
	width: 100%;
	height:290px;
	overflow:hidden;
	overflow:hidden;
}
.an-overlay-share{
	margin:10px 0;
}
.an-overlay-header a{
	max-height:30px;
	float:right;
}
div.an-overlay-footer{
	clear:both;
	text-align:center;
	position:absolute;
	bottom:10px;
	width:100%;
}
.an-overlay-activity-title{
    font-size:20px;
    padding: 9px 20px 0 15px;
    float:left;
}
.an-overlay-title{
    color: #666;
    font-size: 24px;
    font-weight: normal;
    line-height: 30px;
    padding: 0px;
}
.an-grid-title{
    font-size:20px;
    padding: 0px 0px 10px 5px;
    float:left;

}
span.an-grid-listings-heading{
	display:block;
	padding: 4px 0px 4px 5px;
	font-size:12px;
}
span.an-grid-listings-heading strong{
	font-weight: normal;
}
.an-overlay-cartbutton{
    padding: 7px 0 0 0;
}
.an-nofloat-button{
	float:none !important;
}
a.an-button-large{
	font-size:14px;
	padding: 5px 10px 5px 10px;
}
.an-button-xlarge{
	font-size:14px;
	padding: 5px 15px;
	min-width: 120px;
}
.an-overlay-cartbutton a.an-button {
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    font-size: 14px;
    padding: 1px 14px 0px;
    position: relative;
    text-decoration: none;
    float:left;
}
a.an-button.an-button-gray {
	padding:3px 10px;
	color: #707070;
	line-height:150%;
	background: -moz-linear-gradient(
		top,
		#f5f5f5 0%,
		#e7e7e7);
	background: -ms-linear-gradient(
		top,
		#f5f5f5 0%,
		#e7e7e7);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#f5f5f5),
		to(#e7e7e7));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #cccccc;
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 0px rgba(255,255,255,0);
	text-shadow:
		0px 0px 0px rgba(000,000,000,0.4),
		1px 1px 0px rgba(255,255,255,1);
}

a.an-button.an-button-gray:hover {
	color: #707070;
	background: -moz-linear-gradient(
		top,
		#e7e7e7 0%,
		#e7e7e7);
	background: -ms-linear-gradient(
		top,
		#e7e7e7 0%,
		#e7e7e7);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#e7e7e7),
		to(#e7e7e7));	
}

a.an-button.an-button-gray-right {
	float: right;
}

a.an-link-padding{
	padding:0 10px;
	height:25px;
	line-height:25px;
}
.an-overlay-closetext{
    text-decoration:none;
    color:#063C58;
    padding: 4px 6px 0 0;
}
.an-overlay-top-details{
	display: inline;
	/*float:clear;*/
	padding:0px;
	overflow:auto;
	margin:0px;
}
.an-overlay-leftinfo{
	display: inline;
	float:left;
	padding:0px;
	overflow:auto;
	margin:0px;
	width: 60%;
}
.an-overlay-rightinfo{
	float:right;
	padding:0px;
	margin-left: 20px;
	width: 37%;
}
.an-facility-overlay-leftinfo{
	display: inline;
	float:left;
	padding:0px;
	overflow:auto;
	margin:0px;
	width: 47%;
}
.an-facility-overlay-rightinfo{
	float:right;
	padding:0px;
	overflow:hidden;
	margin-left: 20px;
	width: 50%;
}
.an-overlay-leftinfo-small{
	display: inline;
	float:left;
	padding:0px;
	overflow:auto;
	margin:0px;
}
.an-overlay-rightinfo-small{
	float:right;
	padding:0px;
	overflow:hidden;
	margin-left: 20px;
	max-width:364px;
}
.an-overlay-FullFacility-details{
    margin:0;
    padding: 10px 0 0 0;
    float:left;
    width: 800px;

}
.an-overlay-FullFacility-leftinfo{
    width:370px;
    float:left;
    padding: 0 0 0 24px;
    height:580px;
    overflow:auto;
}

.an-overlay-FullFacility-rightinfo{
    width:400px;
    float:left;
    padding: 0 3px 0 0;
    height:580px;
    overflow:auto;
}

.an-overlay-FullFacility-map{
    padding: 0 0 10px 0;
    height:auto;
    overflow:hidden;
}

.an-overlay-FullCenter-map {
    position:relative;
    text-align:center;
    height:100%;
    max-width:100%;
    margin:auto;
    margin-left:auto;
    margin-right:auto;
    margin-top:10px;
    /*border:solid 1px #999999;*/
    border:none;
    background-color:#ffffff;
    padding: 2px 2px 2px 2px;
    width:250px;
    height:160px;
    overflow:hidden;
}

.an-overlay-FullCenter-map img{
   display: block;
   position: absolute;
   max-width: 100%;
   height: 100%;
   margin: auto;
}

.an-overlay-resize-fullfacility {
    width: 295px;
    height : auto;
}
.an-overlay-resize-fullfacility {
    width: auto;
    height : 210px;
}
.an-overlay-fullfacility-subtable{
    float:left;
}
.an-overlay-fullfacility-subtable tr td{
    padding: 0 40px 8px 0;
}

.an-overlay-greentext{
    float:left;
    color:#2C861D;
}
.an-overlay-redtext{
    float:left;
    color:#CE2F0B;
}
.an-overlay-resize-activity {
    width: 295px;
    height : auto;
}

.an-overlay-resize-activity {
    width: auto;
    height : 190px;
}
.an-overlay-resize-meets {
    width: 300px;
    height : auto;
}

.an-overlay-resize-meets {
    width: auto;
    height : 220px;
}

.an-overlay-resize-instructor {
    width: 300px;
    height : auto;
}

.an-overlay-resize-instructor {
    width: auto;
    height : 200px;
}

.an-overlay-resize-facility {
    width: 300px;
    height : auto;
}

.an-overlay-resize-facility {
    width: auto;
    height : 170px;
}

.an-overlay-resize-center {
    width: 300px;
    height : auto;
}

.an-overlay-resize-center {
    width: auto;
    height : 225px;
}

.an-overlay-activityImage{
    float:right;
    width:295px;
    height:240px;
    overflow:hidden;
}

.an-overlay-activityImage img{
    float:right;
    /*border:solid 1px #999999;*/
    border:none;
    padding:0;
    background-color:#ffffff;

}

.an-overlay-share{
    margin: 0 0 9px 0 !important;
}
.an-overlay-activitydetailstable{
    margin:0px 0px 0px -2px;
}
.an-overlay-activitydetailstable td{
    padding: 0 0px 8px 0;
    vertical-align: top;  /*added JB 9-11-12*/
}

.an-overlay-activitymoreinfotable td{
    vertical-align: top;  
}

.an-overlay-activityinstructortable td{
    vertical-align: top;  
}

.an-overlay-activityinstructortable table{
    margin-left:-3px;  
}
.an-overlay-activitydetailstable td.tableLabel{
	font-weight:	bold;
	width:	25%;
	vertical-align:top;
}  
table.span5  td.tableLabel{
	width:	45%;
}
.an-overlay-activitydetailstable ul{
    padding: 0 0 0 26px;
    margin:0;

}
.an-overlay-centerdetailstable{
    table-layout:fixed;
    float:left;
    width: 200px;
    overflow:hidden;
}
.an-overlay-centerdetailstable td{
    padding: 0 20px 8px 0;

}
.an-overlay-centerdetailstable ul{
    padding: 0 0 0 26px;
    margin:0;
}

.an-overlay-bottom-details{
    float:left;
   margin-top: 20px;
}
.an-overlay-bottomnav{
    background: #1694DC; /* Old browsers */
    background: -moz-linear-gradient(top, #2b9ce5 0%, #028dd3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b9ce5), color-stop(100%,#028dd3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2b9ce5 0%,#028dd3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2b9ce5 0%,#028dd3 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #2b9ce5 0%,#028dd3 100%); /* IE10+ */
    background: linear-gradient(top, #2b9ce5 0%,#028dd3 100%); /* W3C */

    -webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
       -moz-border-radius-topright: 5px;
        -moz-border-radius-topleft: 5px;
            border-top-left-radius: 5px;
           border-top-right-radius: 5px;

    border:solid 1px #999999;
    border-bottom:none;

    clear: both;
    color: #FFFFFF;
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 16px;
    position: relative;
    width:798px;
    display: inline-block;
}

.an-overlay-bottomnav ul{
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.an-overlay-bottomnav ul li{
    border-right: 1px solid #92BCE6;
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.an-overlay-bottomnav ul li a {
    color: #FFFFFF;
    display: block;
    padding: 3px 20px 2px;
    text-decoration: none;
    font-size:11px;
    font-family:Arial, Helvetica, sans-serif;
}
.an-overlay-bottomnav ul li a:hover {
    color: #333333;
    background-color:#F4F6FC;
}
.an-overlay-bottomnav ul li.an-overlay-nav-active a{
    color: #333333;
    background-color:#F4F6FC;
    font-weight:bold;
}
.an-overlay-bottomnav ul li.an-overlay-nav-first.an-overlay-nav-active a{
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}
.an-overlay-bottomnav ul li.an-overlay-nav-first a:hover {
    color: #333333;
    background-color:#F4F6FC;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}
.an-overlay-bottom-content{
	-webkit-border-bottom-right-radius: 5px;
	 -webkit-border-bottom-left-radius: 5px;
	    -moz-border-radius-bottomright: 5px;
 	     -moz-border-radius-bottomleft: 5px;
	        border-bottom-right-radius: 5px;
	         border-bottom-left-radius: 5px;

	background:#F4F6FC;
	border:solid 1px #999999;
	border-top:none;
	width:768px;
	height:284px;

	float:left;
	padding:10px 10px 0 20px;
	overflow:auto;
}

.an-overlay-bottom-content-hidden {
	display:none;
}

.an-overlay-bottom-optionlist{
    float: left;
    overflow:hidden;
	 margin-top: 8px;
}
.an-overlay-bottom-optionlist ul{
    list-style: none outside none;
    margin: 0;
    padding: 0;
    display:block;
}
.an-overlay-bottom-optionlist ul li{
	padding: 0 0 10px 0;
}

.an-overlay-bottom-optionlist ul li.an-overlay-bottom-optionselected a{
    text-decoration:none;
    font-weight:bold;
}

li.an-overlay-optionselected a{
    text-decoration:none;
    font-weight:bold;
}
.an-overlay-bottom-header{
    font-size:16px;
    padding: 0 0 5px 0;
}

.an-overlay-meetlist{
    table-layout:fixed;
    float:left;
    width: 440px;
    overflow:hidden;
}
.an-overlay-meetlist tr td{
    padding: 0 10px 3px 0;
    overflow:hidden;
}
/*************************/
.an-overlay-bottom-right{
    float:right;
}
.an-overlay-bottom-right img{
    background:#ffffff;
    border:solid 1px #999999;
    padding:2px;
        height:250px;
        width:200px;
}
/*******************************/
.an-overlay-bottom-right-instructor{
    float:right;
    width: 280px;
    height: 280px;
    Overflow:hidden;
}
.an-overlay-bottom-right-instructor img{
    float:right;
    background:#ffffff;
    border:solid 1px #999999;
    padding:2px;
}
.an-overlay-bottom-right-center{

    width: 345px;
    height: 280px;
    Overflow:hidden;
}
.an-overlay-bottom-right-center img{
    float:right;
    background:#ffffff;
    border:solid 1px #999999;
    padding:2px;
    margin: 0 auto;
}
.an-overlay-bottom-right-meets{
    float:right;
    width: 310px;
    height: 280px;
    Overflow:hidden;
}
.an-overlay-bottom-right-meets img{
    float:right;
    background:#ffffff;
    border:solid 1px #999999;
    padding:2px;
}
.an-overlay-bottom-right-facility{
    float:right;
    width: 245px;
    height: 280px;
    Overflow:hidden;
}
.an-overlay-bottom-right-facility img{
    float:right;
    background:#ffffff;
    border:solid 1px #999999;
    padding:2px;
}

.an-overlay-Instructor-left{
    float:left;
    width: 430px;
    overflow:hidden;
}
.an-overlay-instructordetailstable{
    table-layout:fixed;
    float:left;
    width: 370px;
    overflow:hidden;
}
.an-overlay-instructordetailstable td {
    padding: 0 20px 8px 0;
}
.an-overlay-instructordetailstable ul {
    padding: 0 0 0 26px;
    margin:0;
}
.an-overlay-hourstable {
    float:right;
    width:206px;
}
.an-overlay-hourstable tr td {
    padding: 0 0 8px 16px;
}
.an-overlay-hourstable tr td.an-overlay-hourstable-times {
    padding: 0 0 8px 0;
}
.an-overlay-hourstable tr td.an-overlay-longtextheader {
    padding: 0 0 0 0;
}

.an-overlay-activity-facility-left {
    float: left;
    width: 40%;
}
.an-overlay-activity-facility-center {
	float: left;
	width: 30%;
}
.an-overlay-activity-facility-right {
	float: right;
}
.an-overlay-activity-center-left {
    float: left;
    width: 40%;
}
.an-overlay-activity-center-center {
	float: left;
	width: 30%;
}
.an-overlay-activity-center-right {
	float: right;
}

.an-overlay-Center-left {
    float: left;
}
.an-overlay-Center-details {
    clear: both;
}
td.an-overlay-longtextheader {
    padding: 0 0 0 0;
}

td.an-overlay-longtext {
    padding: 0 0 4px 0;
}

.an-overlay-line {
	display: block;
	clear: both;
	margin:0 3px 3px 3px;
}
.an-overlay-line-small-font {
	display: block;
	clear: both;
	margin:0 3px 3px 3px;
	font-size:10px;
}
.an-overlay-line-tall {
	display: block;
	clear: both;
	min-height:20px;
}

.an-overlay-line-more-bottom {
	display: block;
	clear: both;
	margin:0 3px 40px 3px;
}

.an-overlay-half-line-left {
	display: block;
	width: 50%;
}
.an-overlay-half-line-right {
	display: block;
	margin: 0px 0px 0 6px;
	float: left;
}
.an-overlay-longtextheader-div {
	display: inline;
	padding: 0 0 0 0;
	margin: 4px 5px 0 0;
	float: left;
}

.an-overlay-fullwidth {
    width:100%;
}

.an-overlay-longtextheader-div &gt; .signatureLabel {
    margin-top:5px;
    float:left;
    font-weight:bold;
}

.an-overlay-longtextheader-div &gt; .signature {
    padding-left:20px;
    padding-right:20px;
    padding-top:5px;
    border-bottom:1px solid #666;
    float:left;
    font-weight:bold;
}

.an-text-larger {
	font-size:larger;
}
.an-overlay-longtext-div {
	display: block;
	padding: 0 0 0 0;
	margin: 4px 0 0 0;
	float: left;
}
.an-magazine-longtext-div {
	padding: 0 0 0 0;
	margin: 4px 0 14px 16px;
	width:100%;
	clear:both;
}

.an-magazine-left{
	width:40%;
	float:left;
	height:30px;
}

.an-overlay-longtext-div-indent {
    padding: 0 0 8px 16px;
}
.an-overlay-longtext-div-indent-nopad {
    padding: 0 0 0 16px;
}

.an-label-required-div {
	display: inline-block;
	color: red;
	min-width: 10px;
}
.an-label-prompt-div {
	display: inline;
	margin-bottom: 4px;
}

.an-label-prompt-margin-div {
	display: inline;
	margin-bottom: 4px;
	margin-left: 10px;
}

.an-tb-div {
	display: block;
	margin-left: 10px;
	margin-bottom: 8px;
}

.an-valid-input{
	position:absolute; 
	width:0px;
	height:0px;
	left:-9999em;
}

.an-facilities-hours-list{
	/*float:left;*/
	width:250px;
}

.an-facilities-hours-list-header {
	width:100%;
	margin-bottom:10px;
	font-weight:bold;
}

.an-version-list-row {
	width:100%;
	padding-top:5px;
	padding-bottom:5px;
}
.an-version-list-row-left{
    width:45%;
    margin-left:16px;
    float:left;
}
.an-version-list-row-right{
    width:50%;
    margin-left:5px;
    float:right;
    display:inline;
}

.an-version-list-row-left-indent{
    width:40%;
    margin-left:30px;
    float:left;
}

.an-version-list-row-right-indent{
    width:50%;
    margin-left:5px;
    float:right;
    display:inline;
}


.an-facilities-hours-list-row {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

.an-facilities-hours-list-row-left{
    width:25%;
    margin-left:16px;
    float:left;
}

.an-facilities-hours-list-row-right{
    width:60%;
    margin-left:5px;
    float:right;
    display:inline;
}

.an-div-clear{
    clear:both;
}

ul.an-doubleFacility{
    width:295px;
    margin-bottom:20px;
    overflow:hidden;
}

li.an-doubleFacilityItem{
    line-height:1.5em;
    float:left;
    display:inline;
}

li.an-doubleFacilityItem{
    width:50%;
}

.an-login
{
    margin: 70px auto;
	padding: 10px 0;
	width: 355px;
}

.an-login-content
{
	width:350px;
	background-color: #DEF1F9;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
}

.an-login-content-title
{
   font-size: 14px;
   font-weight: bold;
	padding-left:10px;
	padding-top:10px;
	margin-bottom:5px;
}

.an-login-content-submit
{
	padding-left:40px;
}

.an-login-content-submit div
{
	margin-top:8px;
	margin-bottom:8px;
}

.an-login-content-username
{
	width:250px;
}

.an-login-content-password
{
	width:250px;
}

.form-actions {
  padding: 17px 20px 18px;
  margin: 18px 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.an-create-account
{
	width:350px;
	margin-top:5px;
	background-color: #DEF1F9;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;	
	text-align:center;
}

div.an-createaccount-content-title{
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
}
div.an-createaccount-content-info{
	border-top:4px solid #018CD2;
	background-color:#DEF1F9;
	margin-bottom:10px;
	padding:5px 0 5px 10px;
}
.an-create-account div
{
	margin-top:8px;
	margin-bottom:8px;
}
div.an-createaccount{
	margin: 0px 20px;
}
div.an-createaccount-img{
	text-align:center;
}
div.an-createaccount-content-label{
	margin:3px 0px 3px 10px;
	width:470px;
}
span.an-createaccount-label-required{
	color:#FF0000;
	font-size:16px;
	display:inline-block;
	vertical-align:middle;
	margin-left:1px;
	margin-right:3px;
}

div.an-createaccount-anotheremergency {
	clear:both;
}

#ctl05_ctlCreateAccountAdvancedLayout_pnlView li.error-right{
	margin-top: 24px;
}
#ctl06_ctlTeamGroupRegistrationLayout_pnlView li.error-right{
	float: left;
	margin-top:24px;
} 
#ctl06_ctlSelectTeamLayout_teamDetailLayout li.error-right{
	float: left;
	margin-top:24px;
} 

span.an-createaccount-label-img{
	clear:both;
	cursor:pointer;
	font-weight:bold;
	margin:0 3px;
	text-align:center;
}
div.an-createaccount-content-control{
	margin:3px 0px 3px 3px;
	width:450px;
}
div.an-createaccount-content-control textarea{
	width:450px;
	height:70px;
}
div.an-createaccount-content-control img{
	vertical-align:middle;
	cursor:pointer;
}
div.an-createaccount-agecategory{
	float: right;
	line-height: 44px;
	
}
div.an-createaccount-agecategory span{
	vertical-align: bottom;
	min-width:0;
}
.content-title{
	font-size:18px;
	font-weight:normal;
	margin-top:20px;
	color: #666;
}

.clear-margins {
	margin: 0px;	
}

.an-page-content{
	margin:0px;
}

.content-info{
	margin: 10px 0px 20px 0;
	min-height: 20px;
  padding: 19px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
div.an-createaccount-submit{
	border-top:1px solid #DFDFDF;
	clear:both;
	padding:10px 0;  
}
div.an-createaccount-submit-rigthfloat{
	float:right;
	margin:0 10px 0 0;
}
div.an-createaccount-submit-control{
	margin:0 5px 0 10px;
}
div.an-createaccount-submit-control a{
	margin:0 5px 0 5px;
}
div.an-createaccount-termofuse{
	height:130px;
	width:450px;
	overflow:auto;
	border:1px solid #aaa;
	margin:0 0 0 10px;
	padding:1px 2px;
	background-color:#EEEEEE;
}
a.an-createaccount-leftbutton{
	padding:5px 10px 5px 10px;
	margin:20px 0 20px 0;
	font-size:14px;
}
a.an-createaccount-rightbutton{
	margin:20px 0 20px 5px;
	font-size:14px;
}
.an-createaccount-info{
	color: green;
	font-weight: bold;
	padding: 4px;
}
.an-createaccount-error{
	color: #FF0000;
}
.an-createaccount-textbox{
	width:230px;
}

div.an-payment-plan-container {
	height:280px;
	overflow:auto;
}

div.an-payment-plan-option-title
{
	font-weight:bold;
	margin-left: 8px;
}

div.an-payment-plan-option-description
{
	margin-left: 30px;
}
div.an-payment-plan-options {
	margin-bottom:10px;
}

div.an-payment-plan-schedule
{
	margin-left: 25px;
}
table.an-noborder-table{
	border-collapse: collapse;
	border-spacing: 0;
	margin:0;
	padding:0;
}
table.an-payment-plan-schedule-table{
	border: 1px solid #CCCCCC;
    border-top: 1px solid #638FBC;
    border-collapse:separate;
    border-spacing:0;
    *border-collapse:collapse; /*hack for IE7*/
    margin: 0 0 10px;
    width: 100%;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}
table.an-payment-plan-schedule-table td{
	font-size:12px;
	padding: 4px 5px 2px 5px;
}
div.an-fees-payment-panel{
	border-top:solid 2px #018CD2;
	clear:both;
	min-height:50px;
	width:100%;
}
tr.an-payment-plan-row-odd{
	background-color: white;
}
tr.an-payment-plan-row-even{
	background-color: #DEF1F9;
}
div.an-fees-payment-plan-selected{
	margin-left: 30px;
}
div.an-fees-payment-plan-selected a{
	margin-left: 10px;
}

div.an-donation-title {
	font-weight: bold;
	border-bottom: solid 2px #018CD2;
	margin-top:15px;
	margin-left:10px;
	margin-right:10px;
}

div.an-donation-Description {
	margin-top:5px;
	margin-left:15px;
	margin-right:15px;
}

div.an-donation-option {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

div.an-donation-pannel {
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
}

div.an-donation-recurring {
    margin-left: 15px;
    margin-top: 5px;
}

div.an-donation-recurring-detail {
    margin-left: 20px;
    margin-top: 5px;
}
/*------------------------- shopping cart -------------------------*/

.an-cart-footer-label {
	color: #333333;
	width: 20%;
}

.an-cart-footer-link {
	color: #1192D9;
}
div#merchandise-panel{
	height:100%;
}
.an-cart-footer-box {
	border-left-style:solid;
	border-left-width:1px;
	font-size:medium;
	text-align:center;
}
.an-cart-footer-box-no-bar {
	font-size:medium;
	text-align:center;
}

.an-cart-empty {
	margin-top:40px;
	margin-left:0;
	margin-bottom:120px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:large;
}

.an-cart-item-header {
	background: #2b9ce5; /* Old browsers */
	background: -moz-linear-gradient(top, #2b9ce5 0%, #018cd2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b9ce5), color-stop(100%,#018cd2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2b9ce5 0%,#018cd2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2b9ce5 0%,#018cd2 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #2b9ce5 0%,#018cd2 100%); /* IE10+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b9ce5', endColorstr='#018cd2',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #2b9ce5 0%,#018cd2 100%); /* W3C */
	font-size:larger;
	color:#ffffff;
	height:30px;
	border-width:0;
}

.an-cart-item-header-bar {
	color:#ffffff;
	text-align:center;
	width: 100px;
	border-width:0;

}

.an-cart-item-header-desc {
	color:#ffffff;
	text-align:left;
	width:700px;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#ffffff;
}
.an-grid-item-header-desc {
	color:#ffffff;
	text-align:left;
	width:500px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#ffffff;
}
.an-grid-item-header-cost {
	color:#ffffff;
	text-align:right;
	padding-right:15px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#ffffff;
}


.an-participant-subtotal {
	float:right;
	text-align:right;
	padding-right:20px;
	height:25px;
	width:120px;
}

.an-participant-subtotal-label {
	float:right;
	text-align:right;
	width:250px;
	height:25px;
}

.an-payment-total-left-label {
	float:left;
	text-align:right;
	width:250px;
	height:25px;
}

.an-payment-right-label {
	float:right;
}

.an-receipt-subtotal-label {
	float:right;
	text-align:right;
	height:20px;
	background-color:#F0F0F0;
	padding-left:10px;
	padding-top:5px;
	min-width:110px;
}

.an-receipt-subtotal {
	float:right;
	text-align:right;
	padding-right:20px;
	padding-top:5px;

	height:20px;
	width:120px;
	background-color:#F0F0F0;
}
.an-giftcard-subtotal {
	float:right;
	text-align:right;
	padding-right:20px;
	height:25px;
	width:120px;
}
.an-giftcard-subtotal-label {
	float:right;
	text-align:right;
	width:500px;
	height:25px;
	white-space:nowrap;
}

div.an-due-now{
	clear:both;
	float:right;
	text-align:right;
	margin:5px 0;
	padding:5px;
	background-color:#DEF1F9;
	font-size:larger;
}

div.an-customquestion-answer{
	padding-left:10px;
}
span.required{
	color: red;
	margin-right: 3px;
}
div.an-page-progressbar-img{
	text-align:center;
	margin:5px;
}
div.an-total-page-title{
	font-size:14px;
	font-weight:bold;
}
div.an-subpage{
	margin:5px;
}
div.an-subpage-title{
	font-size:18px;
	font-weight:normal;
	margin-top:20px;
}
div.an-subpage-title-without-bottom{
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
}
div.an-subpage-header{
	margin: 10px 0px 20px 0;
	min-height: 20px;
  padding: 14px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	
}
div.an-subpage-with-underline{
	border-bottom: 3px solid #DFDFDF;
}
div.an-subsection-header{
	font-weight: 600;
	padding: 3px 0 1px;
}
div.an-sub-sections{
	margin-left: 20px;
}
div.an-page{
	margin: 0 20px 0 20px;
}
div.an-online-tips{
padding: 15px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
div.an-subpage-content{
	margin:10px 0 10px 0;
}
div.an-subpage-content-left{
	float:left;
}
div.an-subpage-content-right{
	float:right; 
}
div.an-page-button-panel{
	padding:10px 0;  
	border-top:1px solid #DFDFDF;
	margin:20px 0 26px 0;
	clear:both;
}
div.an-page-button-right{
	float:right;
}

/* 
div.error-container, .overlay-error-container{
	background:#FFFDDF;
	margin:10px 0 10px 0;
	border:1px solid #CCBB87;
	position:relative;
	clear:both;
}

div#error-msg, div#overlay-error-msg{
	background:url(/SharedSites/images/icon-error.png) no-repeat 12px 12px;
	padding: 12px 12px 12px 47px;
}
*/

div.warning-container{
	background:#FFFDDF;
	margin:10px 0 10px 0;
	border:1px solid #CCBB87;
	position:relative;
	clear:both;
}

div#message{
	padding: 12px;
	line-height:120%;
}
.an-dropdownlist{
	min-width:150px;
}
div.an-page-footer, div.an-page-header{
	margin:10px 0 10px 0;
	clear:both;
}

/*Progress bar*/
#bar{
	margin:40px auto 40px;
	height:45px;
	font-family:Arial, Helvetica, sans-serif;
}

#bar #line{
	width:100%;
	height:12px;
	border-bottom: solid 3px #ECECEC;
	position:relative;
	z-index:5;
	margin:0 0 17px 0
	
}

#bar #line .icon{
	width:26px;
	height:26px;
	position:absolute;
	top:0;
	display:inline-block;
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
	line-height: 24px;
	padding: 1px 1px;
	background-color: #999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

#bar #line .icon.active{
	background-color: #0099E5;
}

#bar #line .icon-step-1{
	left:0px;
	
}

#bar #line .icon-step-2{
	left: 200px;
	}

#bar #line .icon-step-3{
	left:425px
}

#bar #line .icon-step-4{
	left:630px
}
#bar #line .icon-step-5{
	left:920px
}

#step span{
	float:left;
	line-height:14px;
	font-size:14px;
	font-weight:400;
	text-transform: lowercase;
	color:#333;
	text-align:center;
	width:166px;
}

#step span.active{
	font-weight:700;
	color:#0099E5;
}

#step span.first{
	width:159px;
	margin:0 4px 0 0;
	position: relative;
	left: -60px;
}

#step span.last{
	width:159px;
	margin:0 0 0 2px;
	position: relative;
	right: -60px;
	
}

.second-step{
	position: relative;
	left: -30px;	
}

.third-step{
	position: relative;
	left: 30px;
}
/*waiver*/
table.an-waiver-table{
	width:860px;
	margin:0 auto;
}
table.an-waiver-table th{
	background: #1694DC; /* Old browsers */
    background: -moz-linear-gradient(top, #2b9ce5 0%, #028dd3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b9ce5), color-stop(100%,#028dd3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2b9ce5 0%,#028dd3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2b9ce5 0%,#028dd3 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #2b9ce5 0%,#028dd3 100%); /* IE10+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b9ce5', endColorstr='#028dd3',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #2b9ce5 0%,#028dd3 100%); /* W3C */
    color: #FFFFFF;
    font-size: 11px;
    padding: 4px 5px 2px 5px;
    text-align: left;
}
table.an-waiver-table td{
	padding: 2px 5px;
}
tr.an-waiver-row-odd{
	background-color:#DEF1F9;
}
/*Fees section*/
div.an-fees-row-right{
	float:right;
	clear:both;
	margin:5px 0 5px 0;
}
div.an-fees-feesrow{
	clear:both;
	width:100%;
}
div.an-fees-payment-panel{
	border-top:solid 2px #018CD2;
	clear:both;
	min-height:50px;
	width:100%;
}
table.an-fees-table{
	border: 1px solid #CCCCCC;
    border-top: 1px solid #638FBC;
    border-collapse:separate;
    border-spacing:0;
    *border-collapse:collapse; /*hack for IE7*/
    margin: 0 0 10px;
    width: 100%;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}
table.an-fees-table th{
	border-right:1px solid #92BCE6;
	border-bottom:1px solid #638FBC;
	color:white;
	font-size:11px;
	padding: 4px 5px 2px 5px;
}
table.an-fees-table thead{
	background: #1694DC; /* Old browsers */
    background: -moz-linear-gradient(top, #2b9ce5 0%, #028dd3 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b9ce5), color-stop(100%,#028dd3)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2b9ce5 0%,#028dd3 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2b9ce5 0%,#028dd3 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #2b9ce5 0%,#028dd3 100%); /* IE10+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b9ce5', endColorstr='#028dd3',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #2b9ce5 0%,#028dd3 100%); /* W3C */
}
table.an-fees-table td{
	font-size:12px;
	padding: 4px 5px 2px 5px;
}
table.an-fees-table td .an-fees-feesrow{
	padding:1px 0px 0px 20px;
	margin :0;
	width:auto;
}
table.an-fees-table td .an-fees-feesrow  .an-fees-row-left{
	margin: 2px 0 0 0;
}
.an-border{
	font-weight:bold;
}
table.an-inner-table {
	border-collapse:separate;
    border-spacing:0;
    *border-collapse:collapse; /*hack for IE7*/
    margin: 0;
    width: 100%;
}
div.an-fees-payment-type{
	float:left;
}
div.an-fees-row-left{
	margin:5px;
}
span.an-fees-add-link strong{
	font:#018CD2;
}
.an-email-add-link {
	text-decoration:none;
}
.an-email-add-link a{
	color:#000000;
}

div.an-fees-payment-amount{
	float:right;
	font-weight:bold;
	margin:10px 2px;
}
div.an-merchandise-item{
	clear:both;
}
div.an-merchandise-item-left{
	float:left;
	display:inline;
	width:100px;
	padding:5px;
}
div.an-merchandise-item-right{
	float:left;
	display:inline;
	max-width:420px;
	min-width:330px;
}
div.an-merchandise-item-image{
	overflow:hidden;
	width:90px;
	height:120px;
}
div.an-merchandise-item-line{
	clear:both;
	margin:5px;
}
div.an-merchandise-item-line-fee{
	background-color:#DEF1F9; 
	height:50px; 
	padding-top:10px;
}
div.an-fees-payment{
	float:right;
	background-color: #DEF1F9;
	height:70px;
	width:450px;
}

tr.an-fee-row-odd{
	background-color: white;
}
tr.an-fee-row-even{
	background-color: #DEF1F9;
}

/*------------------------- shopping cart -------------------------*/
.an-cart-footer {
	line-height: 1.0em;
	margin-bottom:30px;
	margin-top:20px;
	padding: 14px 0 14px;
	bottom:0;
	border-style:solid;
	border-width:1px;
	min-height:14px;
	display:table;
	width:100%;
}

.an-cart-footer span 
{
    display:table-cell;
    text-align:center;
}

.an-cart-footer-link {
	color: #1192D9;
}
div#merchandise-panel{
	height:100%;
}

.an-cart-item-header {
	background: #2b9ce5; /* Old browsers */
	background: -moz-linear-gradient(top, #2b9ce5 0%, #018cd2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2b9ce5), color-stop(100%,#018cd2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #2b9ce5 0%,#018cd2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #2b9ce5 0%,#018cd2 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #2b9ce5 0%,#018cd2 100%); /* IE10+ */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b9ce5', endColorstr='#018cd2',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #2b9ce5 0%,#018cd2 100%); /* W3C */
	font-size:larger;
	color:#ffffff;
	height:30px;
	border-width:0;
}

.an-cart-item-header-bar {
	color:#ffffff;
	text-align:center;
	width: 100px;
	border-width:0;

}

.an-cart-item-header-desc {
	color:#ffffff;
	text-align:left;
	width:700px;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#ffffff;
}
.an-grid-item-header-desc {
	color:#ffffff;
	text-align:left;
	width:500px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#ffffff;
}
.an-grid-item-header-cost {
	color:#ffffff;
	text-align:right;
	padding-right:15px;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#ffffff;
}


.an-participant-subtotal {
	float:right;
	text-align:right;
	padding-right:20px;
	height:25px;
	width:120px;
}

.an-participant-subtotal-label {
	float:right;
	text-align:right;
	width:250px;
	height:25px;
}

.an-receipt-subtotal {
	float:right;
	text-align:right;
	padding-right:20px;
	padding-top:5px;

	height:20px;
	width:120px;
	background-color:#F0F0F0;
}


.an-cart-total {
	background-color:#DEF1F9;
	clear:both;
	float:right;
	font-size:larger;
	height:25px;
	padding-right:20px;
	padding-top:8px;
	text-align:right;
	width:120px;
}

.an-cart-total-unclear {
	background-color:#DEF1F9;
	clear:none;
	float:right;
	font-size:larger;
	height:25px;
	padding-right:20px;
	padding-top:8px;
	text-align:right;
	width:120px;
}

.an-cart-total-label {
	background-color:#DEF1F9;
	float:right;
	font-size:larger;
	height:25px;
	padding-top:8px;
	text-align:right;
	width:80px;
}

.an-cart-total-left-label {
	background-color:#DEF1F9;
	float:left;
	font-size:larger;
	height:25px;
	padding-top:8px;
	text-align:right;
	width:80px;
}

#pnlPayment #ccHelpLink
{
    padding-top:20px;
}

#bar-seperator{
	margin:15px 0 0 0;
	height:5px;
	clear:both;
}

#bar-seperator #line-seperator{
	width:100%;
	border-bottom: solid 2px #018CD2;
	position:relative;
	margin-bottom:5px;
}

#bar-seperator{
	width:100%;
	border-bottom: solid 0px #666666;
	position:relative;
	margin-bottom:5px;
}

#receipt-bar-seperator{
	margin:-2px 0 0 0;
	height:5px;
	clear:both;
}
#receipt-line-seperator{
	width:100%;
	border-bottom: solid 2px #666666;
	position:relative;
	margin-bottom:5px;
}

tr.an-cart-row-odd{
	background-color: white;
}
tr.an-cart-row-even{
	background-color: #DEF1F9;
}

.an-cart-pricegrid{
	margin-left:115px;
	margin-right:115px;
}

.an-customquestion-hint{
	color:gray;
}

.an-customquestion-line {
	margin-top: 3px;	
}

.an-arrow-down {
	float:left;
	height:16px;
	background-image:url("../images/parksandrec/Arrow-Down.png");
	background-repeat:no-repeat;
	background-position:left top;
	/*cursor:hand;*/
	cursor:pointer;
}
.an-arrow-right {
	float:left;
	height:16px;
	/*cursor:hand; */
	cursor:pointer;
}
.an-no-results{
	padding:0 0 0 5px;
}
.ui-datepicker-trigger{
	vertical-align: middle;
}

/* ----- Active Advantage ----- */
.an-advantage-heading-offer{
	margin-left:0px;
	margin-bottom:10px;
	clear:both;
}

/* ----- Magazine ----- */
.an-magazine-top-title{
	margin-top: 30px;
	margin-bottom: 15px;
	clear: both;
	padding-top: 30px;
}
.an-magazine-top-title-text{
	font-size: 19px;
	float: left;
}
.an-magazine-top-title-line{
	border-bottom: solid 3px #ECECEC;
	float: left;
	width: 740px;
	padding-top: 9px;
	margin-left: 10px;
}
.an-magazine-heading-wrapper{
	margin-bottom:20px;
	clear:both;
}
.an-magazine-heading-left{
	float:left;
}
.an-magazine-heading-right{
	float:right;
}
.an-magazine-heading{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size:10pt;
	color:black;
}
.an-magazine-heading-red{
	font-family:Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:8pt;
	color:red;
	font-style:italic;
	clear:both;
}
.an-magazine-title{
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	font-size:8pt;
	color:black;
	clear:both;
	margin-left:15px;
}
.an-magazine-free{
	font-family: Arial,Helvetica,sans-serif;
	font-size:8pt;
	color:black;
	font-style:italic;
	clear:both;
	margin-left:42px;
}
.an-magazine-issues{
	font-family: Arial,Helvetica,sans-serif;
	font-size:8pt;
	color:black;
	clear:both;
	margin-left:42px;
}

.an-magazine-heading-prompt{
	margin-left:20px;
	padding-bottom:10px;
}

.an-magazine-colmask{
	padding-top:20px;
	clear:both;
}
.an-magazine-colmid{ 
	right:25% 
}
.an-magazine-colin{ 
	right: 25% 
}
.an-magazine-colleft{ 
	right: 25% 
}
.an-magazine-col1{
   width: 23%;
   left: 101%
}
.an-magazine-col2{
   width: 23%;
   left: 53%
}
.an-magazine-col3{
   width: 23%;
   left: 80%
}
.an-magazine-col4{
   width: 23%;
   left: 82%
}

.an-magazine-colmask{
   clear: both;
   overflow: hidden;
   position: relative;
}
.an-magazine-colmid{
   float: left;
   width: 100%;
   position: relative;
}
.an-magazine-colin{
   float: left;
   width: 100%;
   position: relative;
}
.an-magazine-colleft{
   float: left;
   width: 100%;
   position: relative;
}
.an-magazine-colleft img {
    vertical-align: middle;
    height: 100%;
}
.an-magazine-col1{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
	margin-bottom:15px;
}
.an-magazine-col2{
   padding: 0px 0px 1em 0px;
   overflow: hidden;
   float: left;
   position: relative;
}
.an-magazine-col3{
   padding:0px 0px 1em 0px;
   overflow:hidden;
   float:left;
   position:relative;
	margin-bottom:15px;
}
.an-magazine-col4{
   padding:0px 0px 1em 0px;
   overflow:hidden;
   float:left;
   position:relative;
	margin-bottom:15px;
}

.scale-down {
    height:150px;
	 clear:both;
	 text-align:center;
	 margin-bottom:10px;
}

.an-magazine-autorenew-heading{
	font-family: Arial,Helvetica,sans-serif;
	font-size:10pt;
	float:left;
	clear:left;
}
.an-magazine-autorenew-text{
	font-family:Arial,Helvetica,sans-serif;
	font-size:8pt;
	float:left;
}
.an-magazine-terms{
	float:left;
	clear:both;
	margin-bottom:10px;
	font-size:13px;
	color:black;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
.an-magazine-footer{
	margin-left:20px;
	margin-bottom:15px;
}
.an-magazine-link{
	margin-bottom:15px;
}

/*Payment section*/
div.an-payment-item-line{
	clear:both;
	/*margin:10px 0 10px 0;*/
}
div.an-payment-item-line .an-waivers-text-right{
	width:630px;
	float:right;
}
div.an-payment-item-line .an-waivers-text-left{
	width:220px;
	float:left;
}
div.an-payment-item-line  .an-waivers-textright{
	padding:6px 0 0;
	text-align:right; 
	clear:both;	
}
div.an-payment-item-line .an-waivers-text,div.an-payment-item-line  .an-waivers-content #waiver-text-tiptext{
	text-align:left;
	height:80px;
	overflow:auto;
	border:1px solid #aaa;
}
div.an-payment-item-line .an-waivers-text{
	padding:0 10px;
}
div.an-payment-item-line  .an-waivers-content #waiver-text-tiptext{
	background: none repeat scroll 0 0 #FFFFCC;
	padding:0px 15px;
}
div.an-payment-item-line .an-waivers-content{
	margin: 10px 0 5px;
    width: 100%;
}
div.an-payment-item-line-right-1{
	text-align:right;
	float:right;
	width:120px;
	padding: 1px 5px 1px 30px;
}
div.an-payment-item-line-right-2{
	float:right;
}
div.an-payment-total {
	float:right;
	text-align:right;
	padding-top:8px;
	height:25px;
	width:250px;
	margin-bottom: 25px;
	background-color:#DEF1F9;
	font-size:larger;
}

/*Security code overlay*/
div.an-security-code-help-line{
	clear:both;
	margin:10px;
	padding:10px
}
div.an-security-code-help-line-left{
	float:left;
}
div.an-security-code-help-line-right{
	width:200px;
	float:left;
	margin-left:10px;
}
/*ECheck Introduction*/
div.an-echeck-overlay-line{
	clear:both;
	margin:5px;
}
/*Billing Information*/
div.an-billing-backup-payment-title {
	font-size:14px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}
div.an-billing-info-customer{
	float:left;
	margin-bottom:10px;
}
div.an-billing-info-address{
	float:right;
	background:#F2F1EF;
	padding:5px;
	width:500px;
	border: #D8D5D0 1px solid;
	margin:0 0 15px 0;
}
/* ----- Receipt ----- */
.an-receipt-table-header{
	color:white;
	background-color:#666666;
	height:14px;
}
.an-receipt-table-description{
	padding-left:8px;
	text-align:left;
}
.an-receipt-table-next-due-header{
	text-align:center;
}
.an-receipt-table-next-due{
	padding-left:8px;
	text-align:left;
}
.an-receipt-table-amount-header{
	text-align:center;
}
.an-receipt-table-amount{
	padding-right:8px;
	text-align:right;
}

.an-receipt-buttons {
	float:right;
	margin-top:15px;
	margin-bottom:15px;
}

.an-receipt-left-text {
	color:#2b9be5;
	font-size:150%;
	width:50%;
	float:left;
}

.an-receipt-indent{
	margin-left:8px;
}
.an-receipt-right-fade {
	float:right;
	width:50%;
	background-color:#F0F0F0;
	padding: 8px 8px;
}
.an-receipt-full-fade {
	width:100%;
	background-color:#F0F0F0;
}

.an-receipt-left-logo {
	width:40%;
	float:left;
	background-color:#F0F0F0;
}
.an-receipt-left-logo .thumbnail {
	height: 100px;
	max-width: 350px;
}
.an-receipt-right-address {
	float:right;
	width:55%;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	height:100px;
}

.an-receipt-section-header{
	color:white;
	background-color:#666666;
}
.an-receipt-fade{
	background-color:#F0F0F0;
	padding-left: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear:both;
	display:inline-block;
	margin-top:8px;
	margin-bottom:8px;
	width:100%;
}

table.an-receipt-item-header {
	width:100%;
	margin-top:6px;
	border-collapse: collapse;
}

table.an-receipt-item-header th {
	padding: 1px;
	border-right:1px solid #F0F0F0;
	color:white;
	background-color:#666666;

}
table.an-receipt-item-header td {
	padding: 1px;
	border-right:1px solid #666666;
	border-left:1px solid #666666;
}

.left20 {
	padding-left: 20px;
}

.an-receipt-item-header-desc {
	background-color:#666666;
	color:white;
	text-align:left;
	width:90%;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#F0F0F0;
	padding-left:12px;
	margin-top:12px;
}
.an-receipt-waiver-due-date {
	width:15%;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#F0F0F0;
}
.an-receipt-waiver-item-description {
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#F0F0F0;
}
.an-receipt-waiver-item-status {
	width:15%;
}


.an-receipt-item-header-cost {
	background-color:#666666;
	color:white;
	text-align:center;
	border-width:0;
	}

tr.an-receipt-row-odd{
	background-color: white;
	color:black;
}
tr.an-receipt-row-even{
	background-color: #F0F0F0;
	color:black;
}
.an-receipt-heading{
	font-size:150%;
	font-weight:700;
	margin-top:20px;
}
.an-receipt-total {
	float:right;
	text-align:right;
	padding-right:20px;
	padding-top:4px;
	height:16px;
	width:120px;
	font-size:larger;
	clear:both;
}

.an-receipt-total-label {
	float:right;
	text-align:right;
	width:330px;
	padding-top:4px;
	height:16px;
	font-size:larger;
}

.an-errorfield{
	background-color:#FA8072;
}

/*div.an-error-container{
	background:#FFFDD3;
	margin-top:5px; 
	padding:3px;
	border:1px solid #E9D775;
}

div.error-container, .overlay-error-container{
	background:#FFFDDF;
	margin:10px 0 10px 0;
	border:1px solid #CCBB87;
	position:relative;
	clear:both;
	color:#FF0000;
	font-size:14px;
}*/

div.an-error-icon{
	float:left;
	margin: 3px 12px;
	bottom:0px;
	top:0px;
}


div#an-error-msg{
	float:left;
	margin-top: 4px;
}
div.an-receipt-error-container{
	background:#FFFDD3;
	margin-top:5px; 
	padding:3px;
	border:1px solid #E9D775;
	height:20px;
}

div.an-magazine-error-container{
	background:#FFFDD3;
	margin-top:5px; 
	padding:3px;
	border:1px solid #E9D775;
	height:20px;
	margin-bottom:20px;
}

#public_sdi_main_content{
	box-shadow:none !important;
}

.progress-bar {
	padding: 0px;
	margin: 0px auto;	
}


.progress-bar li {
	list-style: none inside;
	display: inline-block;
	margin: 0px auto;
	padding: 0 25px 0 0px;
	width: 125px;
	vertical-align: top;
}	
*ul.progress-bar li {
	zoom:1;
	*display: inline;
}
*+html #bar-bg{
	margin-top: 0px;
}

.progress-button {
	width:26px;
	height:26px;
	font-size: 14px;
	font-weight:bold;
	color: #ffffff;
	line-height: 24px;
	padding: 3px 1px 0px 1px;
	background-color: #999;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	margin: 0 auto;
	text-align: center;
}

.progress-button.active {
	background-color: #0099E5; 
}

.progress-button.completed {
	background-color: #CCC; 
}

a:hover .progress-button.completed{
	-moz-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 13px rgba(51,51,51,0.5);
	-webkit-box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 13px rgba(51,51,51,0.5);
	box-shadow:
		0px 0px 0px rgba(000,000,000,0),
		inset 0px 0px 13px rgba(51,51,51,0.5);
	text-decoration: none;	
	
}

.progress-name.active {
	color: 	#0099E5;
	font-weight: bold;
}

.progress-name.completed {
	color: 	#CCC;
	font-weight: normal;
	text-decoration: none;	

}

a:hover .progress-name.completed{
	text-decoration: none;
	color: 	#A4A4A4;
}

.progress-name {
	margin-top: 5px;
	font-size: 14px;
	font-weight: 400;
	text-transform: lowercase;
	color: #666;
	text-align: center;	
}

#bar-bg {
	text-align: center;
	margin:40px auto 85px;
	height:12px;
	width: 800px;
	border-bottom: solid 3px #ECECEC;
	z-index:5;
}

div.an-empty-line{
	padding:0px;
	margin:9px 0;
	
}
.an-ul-vertical{
	list-style:none;
	padding : 0px;
	margin: 0px;
}

div.an-popup-div-header{
	margin: 10px 15px 5px 20px;
}
div.an-popup-div-content{
	margin:0;
	padding: 10px 15px 20px 20px;
	font-size: 13px;
	color:#666;
	height:550px;
	overflow: auto;
}
div.an-popup-div-header  .an-overlay-close{
	float: right;
}
div.an-popup-div-header .an-overlay-header-title {
	font-size: 22px;
	padding: 9px 0 5px;
	float: left;
	color: #666;
}
div.an-popup-div-content .an-popup-div-content-left{
	float:left;
	width:440px;
}
div.an-popup-div-content .an-popup-div-content-right{
	float:right;
	width:300px;
}
div.an-popup-div-content .an-popup-div-content-info{
	padding: 0 0 10px 0;
	clear: both;
}
div.an-popup-div-content .an-popup-div-content-info-title strong{
	font-size:14px;
	font-weight:800;
}
div.an-popup-div-content .an-popup-div-content-info-text{
	display:inline-block;
	padding: 0 0 0 5px;
}
div.an-popup-div-content  .an-popup-div-content-info-left{
	float:left;
	width:210px;
}
div.an-popup-div-content .an-activities-bookmark{
	padding:0 0 10px 0;
}
div.an-popup-div-content .an-popup-div-content-map{
	padding:3px;
	border: 1px solid #DFDFDF;
}
.an-popup-div-content-map img{
	width:100%;
	height:auto;
}

.accordion {
	margin-top:10px;
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.modal-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: black;
}

.modal-open .modal .dropdown-menu {
  z-index: 2050;
}

.modal-open .modal .dropdown.open {
  *z-index: 2050;
}

.modal-open .modal .popover {
  z-index: 2060;
}

.modal-open .modal .tooltip {
  z-index: 2080;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1050;
  margin: -300px 0 0 -450px;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.1);
  *border: 1px solid #CCC;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 50%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header-no-bottom{
  padding: 9px 15px;
}
.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  max-height: 500px;
  padding: 15px;
  overflow-y: auto;
  clear:both;
}
.modal-body-without-scrollbar{
  padding: 15px;
  clear:both;
}
.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close, a.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.activity-group-well {
  margin-bottom: 15px;  
  padding: 5px 6px;
}

.activity-group-accordian {
  margin-bottom: 0px; 
  margin-top: 0px;
  }
  
.activity-group-accordian .accordion-heading .accordion-toggle{
  padding: 5px 15px 3px 15px; 
  background: #FFF;
}

.activity-group-accordian .accordion-inner{
  background: #FFF;
}

.an-overlay-general-info {
  border: medium #F00;  
}

.an-overlay-activity-registration-options{
  width: 100%;
  }

.an-overlay-activity-registration-options td{
      border-bottom: #ECECEC 1px solid;
}

.an-overlay-activity-registration-options td.tableLabel{
  width: 30%;
  vertical-align: top;
  
}

.an-overlay-activity-registration-options td.tableInfo{
  width: 70%;
}

.meeting-times {
  padding-left: 5px;  
}

.tableLabel {
  vertical-align: top;  
}

.location-map {
  float: right;
  max-width: 200px; 
}

hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

.accordian-right-img{
  float: right;
  margin-left: 5px; 
}

.overlay-description-text {
  margin-top: 15px; 
}
.div-periodstable{
	max-height:280px;
	overflow-y:auto;
}

/*Tabs*/

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav &gt; li &gt; a {
  display: block;
}

.nav &gt; li &gt; a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav &gt; .pull-right {
  float: right;
}


.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs &gt; li,
.nav-pills &gt; li {
  float: left;
}

.nav-tabs &gt; li &gt; a,
.nav-pills &gt; li &gt; a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs &gt; li {
  margin-bottom: -1px;
}

.nav-tabs &gt; li &gt; a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs &gt; li &gt; a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs &gt; .active &gt; a,
.nav-tabs &gt; .active &gt; a:hover {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

div.dynamic-panel{
	background:white; 
	padding:9px 15px;
	-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
	border:1px solid #E5E5E5;
	margin-bottom: 2px;
}
ul.facility-list{
	list-style:none;
	padding-left:0;
}
ul.facility-list li{
	padding-left:5px;
}
ul.facility-list li.selected{
	background-color:#08C;
}

ul.facility-list li.selected a{
	color:white;
}

div.an-content{
	padding:0 20px;
}
div#days table{
	color: #000;
}

div.an-manager-view {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #D8D5D0;
    float: left;
    margin: 0 0 15px;
    padding: 5px;
    width: 700px;
}

div.an-manager-label {
	display: inline-block;
	width: 115px;
}

div.powered-by {
	display: block;
	padding: 12px;
	padding-left:0px;
}

div.credit-card-callout {
	color: #959595;
	display: block;
	font-size:12px;
	line-height: 1.25;
	margin: 3px 0 5px 10px;
	padding: 0 4px 4px 0;
}
#ddl___dd___cardTypes{
	display:block;
	margin: 0px 0px 8px 10px;
}
#ddl___dd___savedCards, #ddl___dd___savedCheques{
	display:block;
	margin: 0px 0px 2px 10px;
}
div.an-payment-saved-cards-seperator{
	margin-left: 10px;
}


div.an-package-title{
	font-weight: bold;
	font-size:14px;
	padding:5px 0;
}

div.an-package-sub-title{
	font-weight: bold;
	font-size:12px;
	padding:5px 0;
}

.an-bold-text{
	font-weight: bold;
}

div.list-urgency-message {
	color:#f29826;
	font-size:10px;
	font-weight:bold;
	line-height:115%;
	margin:auto;
	margin-left:-10px;
	padding-top:6px;
	text-align:center;
	width:110%;
}
input.an-textclear{
	margin:0 !important;
}
span.an-textclear{
	margin:0 0 0 -31px !important;
	width:30px !important;
	padding:0 !important;
	text-align : center !important; 
	z-index:2;
	cursor:pointer;
	font-weight:bold;
	display:inline-block;
	border  !important;
	border-left:1px solid #cbcbcb;
	font-size: 16px;
	line-height:41px;
}
div.activity-search-bar{
	clear:both;
	min-height: 25px;
	padding: 10px 15px;
	margin: 10px 0;
	background-color: #f5f5f5;
	border: 1px solid #eee;
	border: 1px solid rgba(0, 0, 0, 0.05);
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
          border-radius: 4px;
	-moz-box-shadow: 1px 2px 3px 0px rgba(186, 186, 186, 0.25);
	-webkit-box-shadow: 1px 2px 3px 0px rgba(186, 186, 186, 0.25);
	box-shadow: 1px 2px 3px 0px rgba(186, 186, 186, 0.25);
}
div.activity-search-bar ul{
	margin:0;
	padding:0;
}
div.activity-search-bar ul li{
	list-style:none;
	float:left;
	font-size:12px;
}
div.search-panel{
	padding:0 20px;
	margin-top:19px;
}
span.weight-label{
	font-weight: bold;
	color:#666666;
}
div.an-search-filter-group{
	background-color: #FFFFFF;
	border-radius: 0px;
    background-color:#f5f5f5;
}
div.an-search-filter-group-header{
	padding:8px 5px;
	border: none;
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f5f5 0%, #cdcdcd
	100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, colorstop(
	0%,#f5f5f5), color-stop(100%,#cdcdcd)); /* Chrome,Safari4+
	*/
	background: -webkit-linear-gradient(top, #f5f5f5 0%,#cdcdcd
	100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f5f5 0%,#cdcdcd 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f5f5 0%,#cdcdcd
	100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f5f5 0%,#cdcdcd
	100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(
	startColorstr='#f5f5f5', endColorstr='#cdcdcd',GradientType=0 );
	/* IE6-9*/
}

div.an-search-filter-group-header span{
	font-weight:bold;
	font-size:11px;
	color:#666666;
}

li.an-search-filter-group-row, li.an-search-filter-group-row-last {
    position:relative;
    padding:10px;

}

li.an-search-filter-group-row span.weight-label, li.an-search-filter-group-row-last span.weight-label {
    padding-top:2px;
    display:block;
}

li.an-search-filter-group-row{
	list-style:none;
	font: 11px;
	line-height:136%;
}
.an-search-filter-group-row-header{
	cursor:pointer;
}

div.an-activities-select #lblAgeRange {
    padding-bottom:5px;
}

.an-search-filter-group-row-header + ul.an-activities-select-flyout {
    display:block;
    position:absolute;
    left:180px;
    min-width:180px;
    top:-6px;
    border:1px solid #dddddd;
    background-color:rgb(255,255,255);
    padding:20px;
    z-index:2;
}

ul.an-activities-select-flyout.twoColumn {
    min-width:360px;
}

    ul.an-activities-select-flyout.twoColumn &gt; li {
        float:left;
        display:inline;
        width:50%;
    }

ul.an-activities-select-flyout.threeColumn {
    min-width:540px;
}

    ul.an-activities-select-flyout.threeColumn &gt; li {
        float:left;
        display:inline;
        width:33.3%;
    }



li.an-search-filter-group-row-last{
	list-style:none;
	font: 11px;
	line-height:136%;
}
li.an-search-filter-group-row label, li.an-search-filter-group-row-last label{
	font-size:11px;
	color:#666666;
    display: inline-table;
    max-width: 130px;
    line-height:140%;
}
li.an-search-filter-group-row label:hover{
	text-decoration: underline;
}
li.an-search-filter-group-row i.indicator, li.an-search-filter-group-row-last i.indicator{
    color:#000000;
	float:right;
}
div.an-search-filter-group-content{
	
}
div.an-search-filter-group-content ul{	
	padding-left:0;
	list-style:none;
}
input.calendar{
	border: 1px solid #CCCCCC;
	padding: 5px;
	padding-left: 25px;
}
i.icon-calendar{
	color: #b5b5b5;
    font-size: 14px;
    margin-top: auto;
    vertical-align: middle;
}
input.an-input-time{
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 5px;
	color:#666666;
}
span.an-norecords{
	display:block;
	clear:both;
	font-weight: normal;
	font-size: 18px;
	color: #f29832;
	margin-bottom:14px;
}
label.an-norecords{
	font-weight: normal;
	font-size: 14px;
	color: #666666;
}
div.slider-range{
	font-size:11px;
	color:#666666;
	margin:0 5px;
}
div.an-payment-creditcard-title {
	margin-bottom: 5px;
}
#an-cl-activity-category{
	margin-top:19px;
	width:447px;
	float:left;
}
#an-cl-activity-other{
	margin-top:19px;
	width:447px;
	float:right;
}
.an-cl-heading{
	font-size: 18px;
	font-weight: normal;
	color:#333;
	border-bottom:1px solid #f29828;
	width:100%;
	display:block;
}
.an-cl-column{
	margin: 18px 12px 0 0;
	width: 210px;
	float:left;
}
.an-cl-content a{
	font-size:13px;
	line-height:120%;
	display:block;
	margin-bottom:13px;
}
div.an-menu-cl-column{
	float:left;
}
#an-nav li:hover div.an-submenu-icon {
    display:block!important;
    z-index:100;
    position:relative;
    text-align: center;
    font-size:32px;
    height:0px;
    top:-2px;
    color:#c9c9c9;
    z-index:1001;
}

div.an-second-level-menu-middle{
    left:inherit!important;
}

div.an-second-level-menu, #an-nav ul li.ipf-active1 div.an-second-level-menu{
	position:absolute;
	top:34px;
	background:#fafafa;
	border:1px solid #ccc;
	font-size:12px;
	line-height: 133%;
	padding: 17px 14px 22px 24px!important;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    left:0;
    z-index:1000;
}
div.an-second-level-menu a, #an-nav ul li.ipf-active1 div.an-second-level-menu a{
	border-right:none!important;
	background:none;
	box-shadow:none;
	text-shadow:none;
	font-size:12px;
	font-weight:normal;
	color:#666;
}
#an-nav ul li div.an-second-level-menu a:hover, #an-nav ul li.ipf-active1 div.an-second-level-menu a:hover{
	background:none;
	border:none;
	box-shadow: none;
	text-shadow: none;
	font-size:12px;
	color:#005580;
	text-decoration: underline;
	padding:0 10px 10px 0;
}
#an-nav ul li div.an-second-level-menu a{
	width:190px;
	padding:0 10px 10px 0;
	color:#666;
	-text-shadow:inherit;
	-webkit-box-shadow:inherit;
	-moz-box-shadow:inherit;
	background:inherit;
	font-size:inherit;
}
#an-nav li:hover div.an-second-level-menu, div.an-tab-more:hover div.an-second-level-menu {
    display:block!important;
}
#an-nav div.an-second-level-menu a.an-menu-allcategories{
	color:#0088cc!important;
}
#an-nav div.an-second-level-menu a.an-menu-allcategories i{
	font-size:10px;
}
@-moz-document url-prefix(){
	.an-home-searchdiv #ddlSearchType{
		padding:0.6em;
	}
}

div.an-order-confirmation-block{
	border-bottom: 1px solid #DFDFDF; 
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

div.an-order-confirmation-block-small{
	border-bottom: 1px solid #DFDFDF; 
	padding-bottom: 20px;
}

div.an-order-confirmation-title{
	color: #000;
	font-size: 24px;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 10px;
}

div.an-order-confirmation-title-small{
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	padding-bottom: 5px;
}

div.an-order-confirmation-well{
	padding: 1px;
	margin-bottom: 1px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
}

#an-order-confirmation-share-button {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
div.an-wishlist-notes{
	background:#FFFDDF;
	padding: 12px;
	margin:20px 0;
	clear:both;
	color:#666;
	line-height:21px;
	font-size:13px;
}
div.an-wishlist-notes ul{
	list-style:none;
	margin-left:0;
	padding-left:0;
}
div.an-wishlist-grid{
	margin:16px 0 10px 0;
}
div.an-wishlist-option-link{
	margin-bottom:8px;
    float:left; 
	font-size:13px;
}
a.an-wishlist-show-option-selected{
	color:#666666;
	
}

div.an-activities-searchresults-links{
float:right;
}

div.an-activities-searchresults-links a{
margin:0px 0px 10px 8px;
}

div.an-overlay-rss{
	padding: 5px 0 5px 10px;
	margin-bottom: 3px;
}

div.an-overlay-rss img  {
	vertical-align:middle;
	padding-right:6px;
}

div.an-overlay-rss span  {
	vertical-align:middle;
	padding-right:6px;
	font-size:11px;
	text-transform:none;
	text-decoration:none;
	color:#7d7d7d;
}

#scheduleDetailsLayout {
	border: none;
	table-layout: fixed;
	padding-top:65px;
	padding-left:10px;
}

#scheduleDetailsLayout td {
	width: 100%;
}

#fixedheight td div {
	height: 40px;
	position:absolute; 
	top:50%; 
	margin-top:-20px;
	border: 1px solid black;

}
#public_sdi_main_content input[name="num_months"]{
	margin-top: 4px;
}

.an-activities-searchresults-linkpopup-img{
	margin-left: 15px;
}
.icon_selected {
    border: 3px inset #FFA500 !important;
}
.an-sublist-description {
	display: block;
	font-style: italic;
	margin-left: 14px;
}
@media \0screen{
#hero-text-area{
	background: #fff\9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=80)";
}
#hero-content-wrapper{
	position: relative;
}
}

/*ActiveNet calendar*/
.cui-event-yellow {
    border:1px solid #86a830 !important;
    background-color: #86a830 !important ;
}
.cui-event-blue {
    border:1px solid #299ce4 !important;
    background-color: #299ce4 !important ;
}

.an-flyout ul, .an-tab-more ul{
    list-style: none outside none;
    margin: 0;
    padding: 0 0 3px;
}

.an-flyout ul li{
    float: left;
    padding: 5px;
	width:100%;
	border-bottom: 1px solid #ddd;
}
.an-flyout span{
	display:block;
}
.an-tab-more{
	float:right!important;
	margin-top:17px;
}
.an-tab-more div{
	width:190px;
}
.an-tab-more a{
	display:block;
}
.an-sencond-level-menu-override{
	background-color:#ffffff !important;
}

.fc-header-left {
	padding-left:64px!important;
	padding-bottom: 20px!important;
	vertical-align: bottom!important;
}

.fc-header-title h2{
 	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  	font-size: 16pt;
	line-height: 18px!important;
	font-weight:normal;
}

.fc-header-title span{
    font-weight:bold;	
	white-space:normal;
}

.fc-header .fc-button {
	margin-bottom:0px!important;
}

.fc-header-center {
	text-align: left!important;
	padding-left:20px!important;
	padding-bottom: 20px!important;
}

.an-withdraw-no-refund {
    border:1px solid #DFDFDF;
	margin-top:20px;
	margin-left:0;
	margin-bottom:20px;
	font-family: Arial,Helvetica,sans-serif;
	font-size:xx-large;
    text-align:center;
	color:#DFDFDF;
    border-style:solid;
    padding-top:80px;
    padding-bottom:80px;
}

.an-withdraw {
    border:1px solid #DFDFDF;
	margin-top:20px;
	margin-bottom:20px;
    border-style:solid;
    padding:20px;
}

.an-withdraw-refund-table, .an-withdraw-final-table{
    border-collapse:separate;
    border-spacing:0;
    *border-collapse:collapse; /*hack for IE7*/
    margin: 0 0 10px;
    width: 100%;
}

.an-withdraw-refund-table td, .an-withdraw-refund-table th {
    font-size: 14px;
	line-height: 20px;
    padding: 10px 20px;
    vertical-align: middle;
}

.an-withdraw-refund-table tr.self td {
    font-weight:bold;
}

.an-withdraw-refund-table tr.dark-line td, .an-withdraw-refund-table tr.dark-line th {
    border-bottom : #000000 1px solid;
}

.an-withdraw-refund-table tr.light-line td {
    border-bottom : #ccc 1px solid;
}

.an-withdraw-refund-table tr.main-title td {
    line-height: 24px;
    padding-left: 10px;
    padding-bottom: 20px;
    font-size: large;
}

.an-withdraw-refund-table tr.total td {
    text-align: right;
    font-size: large;
    padding-top: 20px;
}

.an-withdraw-final-table td {
    font-size: 14px;
	line-height: 14px;
    padding: 6px 20px;
    vertical-align: middle;
}


a.no-underline:hover, a.no-underline:active, a.no-underline:visited {
   text-decoration:none;
}

div[id^="participants-col-"] &gt; ul {
   padding:0px;
   margin:0px;
}

div[id^="participants-col-"] &gt; ul &gt; li {
    margin-bottom:5px;
    text-decoration:none;
    list-style-type:none;
}

.an-action-column{
	text-align:center;
}

.an-social-wrapper{
    position:relative;
	margin-bottom: 10px;
}

.an-social-wrapper-facility{
  margin-bottom:2px;
}

button.close + .an-social-wrapper{
position:static;
}

.an-overlay-detailspanel .an-social-wrapper{
    min-height: 35px;
    margin-bottom: 4px;
    margin-top: -2px;
}

.an-overlay-detailspanel .an-social-wrapper-facility-overlay{
 margin-top: 0px;
 margin-bottom:0px;
}

.an-overlay-detailspanel .modal-body .an-social-wrapper-facility-overlay{
  margin-top:-10px;
}

.an-overlay-detailspanel .an-social-wrapper-facility-overlay .an-page-header{
 max-width:650px;
}

.an-social-wrapper +.warning-container{
   margin-top:0px;
}

.an-social-wrapper p{
    max-width:750px;
}

.an-social-content{
    position:absolute;
    right:0;
    bottom:-4px;
	display: table;
}

.floatright .an-social-content {
	position:static;
}

.an-facilities-calendarcolumn-right .an-social-content {
    float:right;
	bottom:0px;
	position:relative;
    right:30px;
}

.an-overlay-detailspanel .an-social-content {
	bottom:4px;
}

.an-social-icon{
display: table-cell;
    vertical-align: middle;
}

.an-social-icon  a{
    background: url(images/social-share-icons.png) 0 0;
    display: inline-block;
    height: 35px;
    text-indent: -9999px;
    width: 35px;
    margin-left:10px;
}

.an-social-facebook a{
    background-position: 0 0;
}

.an-social-twitter a{
        background-position: 0 -105px;
}

.an-social-email a{
        background-position: 0 -140px;
}

.an-social-google-plus a{
background-position: 0 -35px;
}

.an-social-pinterest a{
    background-position: 0 -70px;
}

table.fc-header td.fc-header-center {
    width: 100%
}

.fc-state-highlight { 
	background: #E7F0F5 !important;
	}

.an-flyout-link-button {
     color: #0088cc !important;
     font-weight:normal;
}</pre></body></html>