html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}

html, body {
	color: #575859;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5;
	background: #f7f9fa;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}

h1{
	font-size: 44px;
}
h2{
	font-size: 28px;
	font-weight: 600;
}

h3{
	font-size: 26px;
	font-weight: 300;
}

h4{
	font-size: 22px;
	font-weight: 600;
}

h5{
	color: #878787;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}

table#review h5 {
	margin-top: 2px;
}

table#review h6 {
	margin:4px 0px 7px 0px;
}

table#review p {
	margin-bottom: 14px;
}

table#review td {
padding: 0px 0px 0px;
}

#setupContainer h5 {
	margin:10px 0px 5px 0px;
}

h6 {
	font-size: 10pt; margin:8px 0px 12px 0px; padding:0; color: #8e8e8e;
	text-transform: uppercase;
	font-weight: bold;
} 

.title {
	font-size: 14pt;
	color: #4d4d4d;
	font-weight: bold;
}

.gold {
	color: #DDB100;
}

.dark-green {
	color:#448635;
}

.green {
	color: #73BF61;
}

.gray {
	color: #999;
}

.orange-yellow {
	color: #F9A01D;
}

.purple {
	color: #70246C;
}

.brown {
	color: #4B4B4B;
}

.red {
	color: #ce4a41;
}

.box {
	border: 1px solid #ececec;
	background: #fff;
	padding: 1px 0 0;
}

#sbar {
	background: #ffffff url(../images/bg_sidebar.png) repeat-y right top;
}

#leftbar {
	background: #ffffff url(../images/bg_sidebar-left.png) repeat-y left top;
}

.box-pad {
	padding: 20px 30px 30px 30px;
}

.box-content {
	float: left;
	padding: 20px 30px 30px 30px;
	width: 655px;
}

.box-sidebar {
	float: right;
	padding-top: 30px;
	margin: 0 20px 10px 20px;
	width: 232px;
}

.box2 {
	border: 1px solid #BBBBBB;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 1);
	background: #fff;
	height: auto;
}

p.labels {
	float:left; 
	margin:14px 0 0 20px;
}

#m1 {
	float: left;
	padding: 10px 20px;
	width: 655px;
}

#m2 {
	float: left;
	padding: 10px 10px 0 0;
	width: 635px;
}

.separator2 {
	background: #CECECE;
	border-left:1px solid #F9F9F9;
	border-right:1px solid #F9F9F9; 
	width:1px; 
	margin:0 14px; 
	height:34px; 
	float:left;
}

#m3 {
	float: right;
	width: 278px;
	height: 20px;
	margin-top: 10px;
	padding: 6px;
}

#m4 {
	overflow: auto;
}

#progress {
	height: 33px;
	padding: 0 0 0 0;
}

#col1{
	width: 660px;
	float: left;
}

#col1 .box {
	padding: 25px;
}

#col2 .box {
	padding: 25px 25px 10px 25px;
}

#col2 {
	width: 292px;
	float: right;
}

#col2 h3 {
	margin: 0 0 8px 0;
}

#col2 p {
	margin-bottom: 18px;
}


.addthis_button_tweet {
	width: 90px;
}

.addthis_button_facebook_like {
	width: 90px;
}

.addthis_button_google_plusone {
	width: 80px;
}

#filter-results #mediumSelect {
	width: 140px;
	height: 28px;
	line-height: 28px;
}

#filter {
	background: #f5f5f5; 
	height: 25px; 
	border: 1px solid #BBBBBB;
	padding: 8px 15px;
	width: 120px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	float: left;
	margin: -1px 15px 0 -1px;
}

#filter-separator {
	border-left:1px dotted #ccc; 
	width:10px; 
	margin-left:10px; 
	height:28px; 
	float:left;
}

#table-head {
	background: #f5f5f5; 
	height: 23px; 
	border: 1px solid #BBB;
	padding: 8px 15px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(0, 0, 0, 0.1);
	margin: -1px -1px -36px -1px;
}

#table-headers {
	font-size: 13pt;
	color: #4d4d4d;
}

#table-headers tr th {
	padding: 6px 10px 12px;
}

.map {
	height: 450px;
	width: 990px;
	margin: 0 0 10px 0;
	border: 0 !important;
}

.mapfooter {
	display: none !important;
}

.lowercase {
	text-transform: lowercase;
}

.uppercase {
	text-transform: uppercase;
}

ul, ol {
  margin: 0 0 24px 45px;
  font-size: 10pt;
  line-height: 24px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 24px;
  color: #808080;
}
ul.unstyled {
  list-style: none;
  margin-left: 0;
}


dl {
  margin-bottom: 18px;
  font-size: 10pt;
  line-height: 24px;
}
dl dt, dl dd {
  line-height: 24px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 9px;
}

strong {
  font-style: inherit;
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}
.muted {
  color: #bfbfbf;
}
blockquote {
  margin-bottom: 18px;
  border-left: 5px solid #eee;
  padding-left: 15px;
}
blockquote p {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0;
}
blockquote small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #bfbfbf;
}
blockquote small:before {
  content: '\2014 \00A0';
}

a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

a {
  color: #73BF61;
  text-decoration: none;
  line-height: inherit;
  font-weight:bold;
}
a:hover {
  color: #367C2B;
  text-decoration: underline;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

img.prod-page-img {
	margin: 0 auto;
	border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}

p {
	margin:0 0 24px 0;
	font-size:9pt;
	line-height:24px;
	color:#4d4d4d;
}

.box-sidebar p {
	color: #3d3d3d;
	line-height: 22px;
	font-size: 10pt;
	margin-bottom: 20px;
}

p.right {
	text-align: right;
	margin-bottom: 0;
}



#topBarContainer{
	z-index:2;
	position:fixed;
	left:0;
	top:0; 
	width:100%; 
	padding:0;
	height:50px;
	overflow:hidden;
}

#top-bar_m {
	height:50px;
}

*{outline: none;}

hr {
width: 700px;
background: url(../images/hr_shadow.png) no-repeat;
height: 10px;
margin: 40px 0 30px 0;
border: 0px;
}

.hr-dotted {
clear: both;
border-top: 1px dotted #D4D4D4;
margin: 30px 0px;
}

.hr_990 {
width: 990px;
background: url(../images/hr_shadow_990.png) no-repeat;
height: 10px;
margin: 40px 0 30px 0;
border: 0px;
}

.hr-sidebar {
width: 230px;
background: url(../images/hr_sidebar_shadow.png) no-repeat center;
height: 10px;
margin: 40px 0 30px 0;
border: 0px;
overflow: hidden;
}

.hr_page_shadow {
clear: both;
margin: 0 0 0 0;
width: 100%;
height:5px;
-webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15);
-moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15);
box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.15);
}

.container {
	width: 600px;
	padding: 0;
	margin: 30px auto 0 auto;
	  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#footer {
	margin: 0 auto;
	width: 600px;
}

#footer .seperator {
	height: 106px;
	width: 21px;
	background: url(../images/footer_shadow.png) no-repeat left center;
	float: left;
	margin: -15px 10px 0 20px;
}

#footer ul {
	margin: 10px 0 0 0;
}

#footer ul, #footer ul li {
	list-style: none;
	display: inline;
	line-height: 46px;
}

#footer ul li {
	margin: 0 15px 0 0;
}

#footer a {
	color: #666666;
	font-weight: bold;
}

#footer a:hover {
	color: #4d4d4d;
	text-decoration: none;
	}
	
a.darklink {
	color: #666666;
	font-weight: bold;
	-webkit-t-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	-moz-text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
	text-shadow: 0 1px 1px rgba(255, 255, 255, 1);
}

a.darklink:hover {
	color: #4d4d4d;
	text-decoration: none;
}
	
#footer p {
margin: -4px 0 0 0;
font-size: 8pt;
line-height: 24px;
color: #aaa;
}

.searchform {
	margin-bottom: 18px;
	float: right;
	width: 194px;
	margin-top: -14px;
	height: 46px;
	-webkit-box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.1), 0 1px 0px rgba(255, 255, 255, 0.2);
	-moz-border-radius: 2px 0 0 2px;
	-khtml-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}

.searchform input.s {
	background: #3A3A3A;
	margin: 20px 0 0 0;
	border: 0px solid #CCC;
	padding: 5px 8px 3px;
	color: #CCC;
	width: 144px;
	font-size: 10pt;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	-moz-border-radius: 2px 0 0 2px;
	-khtml-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
	border-image: initial;
}

input.search_submit {
	background: url(../images/button_search.png) 0 0 no-repeat;
	background-position: 0 0;
	width: 34px;
	float: right;
	height: 26px !important;
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
	border: 0px;
	margin-top: -26px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

input[type="button"].search_submit, input[type="reset"].search_submit, input[type="submit"].search_submit {
width: 34px;
height: 26px;
}

input.search_submit:hover {background-position:0 -40px;
}

input.search_submit:active {background-position:0 -80px;
}

/* @group Drop Shadows */


.drop-shadow {
            position:absolute;
            float:left;
            margin: 18px 0 0 0;
            width:100%;    
            padding:1.5em;
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;  
        }
        


.drop-shadow:before, .drop-shadow:after {
            content:"";
            position:absolute; 
            z-index:-2;
        }     
        
/* Lifted corners */

        .lifted {
            -moz-border-radius:4px; 
                 border-radius:4px;
        }
        
        .lifted:before,
        .lifted:after { 
            bottom:15px;
            left:10px;
            width:50%;
            height:20%;
            max-width:300px;
            -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);   
               -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
                    box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
            -webkit-transform:rotate(-3deg);    
               -moz-transform:rotate(-3deg);   
                -ms-transform:rotate(-3deg);   
                 -o-transform:rotate(-3deg);
                    transform:rotate(-3deg);
        }
        
        .lifted:after {
            right:10px; 
            left:auto;
            -webkit-transform:rotate(3deg);   
               -moz-transform:rotate(3deg);  
                -ms-transform:rotate(3deg);  
                 -o-transform:rotate(3deg);
                    transform:rotate(3deg);
        }
        
        /* Curled corners */

        .curled {
            border:1px solid #efefef; 
            -moz-border-radius:0 0 120px 120px / 0 0 6px 6px;    
                 border-radius:0 0 120px 120px / 0 0 6px 6px;
        }
      
        .curled:before,
        .curled:after {
            bottom:12px;
            left:10px;
            width:50%;
            height:55%;
            max-width:200px;
            -webkit-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5); 
               -moz-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5); 
                    box-shadow:0 8px 12px rgba(0, 0, 0, 0.5); 
            -webkit-transform:skew(-8deg) rotate(-3deg);
               -moz-transform:skew(-8deg) rotate(-3deg);
                -ms-transform:skew(-8deg) rotate(-3deg);
                 -o-transform:skew(-8deg) rotate(-3deg);
                    transform:skew(-8deg) rotate(-3deg);
        } 
      
        .curled:after { 
            right:10px; 
            left:auto;
            -webkit-transform:skew(8deg) rotate(3deg); 
               -moz-transform:skew(8deg) rotate(3deg);     
                -ms-transform:skew(8deg) rotate(3deg);     
                 -o-transform:skew(8deg) rotate(3deg); 
                    transform:skew(8deg) rotate(3deg);
        }
        
        /* Perspective */

        .perspective:before {
            left:80px;
            bottom:5px;
            width:50%;
            height:35%;
            max-width:200px;
            -webkit-box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
               -moz-box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
                    box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
            -webkit-transform:skew(50deg);
               -moz-transform:skew(50deg);
                -ms-transform:skew(50deg);
                 -o-transform:skew(50deg);
                    transform:skew(50deg);
            -webkit-transform-origin:0 100%;
               -moz-transform-origin:0 100%;
                -ms-transform-origin:0 100%;
                 -o-transform-origin:0 100%;
                    transform-origin:0 100%;
        }
        
        .perspective:after {
            display:none;
        }
        
        /* Raised shadow - no pseudo-elements needed */
        
        .raised {
            -webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }
        
        /* Curved shadows */

        .curved:before {
            top:10px;
            bottom:10px;
            left:0;
            right:50%;
            -webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
            box-shadow:0 0 15px rgba(0,0,0,0.6);
            -moz-border-radius:10px / 100px;
            border-radius:10px / 100px;
        }
        
        .curved-vt-2:before {
            right:0;
        }
        
        .curved-hz-1:before {
            top: 5px;
			bottom: 3px;
            left:10px;
            right:10px;
            -moz-border-radius:100px / 10px;
            border-radius:100px / 10px;
        }

        .curved-hz-2:before {
            top:0;
            bottom:0;
            left:10px;
            right:10px;
            -moz-border-radius:100px / 10px;
            border-radius:100px / 10px;
        }
        
        /* Rotated box */
        
        .rotated {
            -webkit-box-shadow:none;
               -moz-box-shadow:none;
                    box-shadow:none;
            -webkit-transform:rotate(-3deg);    
               -moz-transform:rotate(-3deg);   
                -ms-transform:rotate(-3deg);
                 -o-transform:rotate(-3deg);
                    transform:rotate(-3deg);
        }
        
        .rotated > :first-child:before {
            content:"";
            position:absolute;
            z-index:-1;
            top:0;
            bottom:0;
            left:0;
            right:0;
            background:#fff;
            -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
               -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
                    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
        }

/* @end */

/* @group Top Bar */

.top_social {
	margin: 9px 10px 0 3px;
	float: left;
}

.social_icons {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0), 1px 1px 0px rgba(255, 255, 255, 0.2);
	-moz-box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0.5), 1px 1px 0px rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 0px rgba(0, 0, 0, 0), 0px 1px 0px rgba(255, 255, 255, 0.2);
}





/* @end */


.content_700 {
	width: 700px;
	float: left;
	margin: 40px 0 0 0;
	padding: 0 30px 0 0;
	border-right: 1px solid #EAE5D8;
}

.content_990 {
	width: 990px;
	margin: 40px 0 0 0;
	padding: 0 0 0 0;
}

.sidebar {
	width: 230px;
	float: left;
	margin: 40px 0 0 29px;
}

.gallery {
	padding: 0 0 0 0;
}

.gal {
	width: 150px;
	height: 100px;
	margin: 25px 0 0 25px;
	float: left;
	background-color: #ececec;
}

/* @group Buttons */


[class*="btn"],
a[class*="btn"] {
	display: inline-block;
	padding: 7px 30px;
	border-radius: 2px;
	background-color: #65a854;
	background-image: -webkit-linear-gradient(top, #6dbf5c 0%, #549b36 100%);
	background-image: -moz-linear-gradient(top, #6dbf5c 0%, #549b36 100%);
	background-image: -o-linear-gradient(top, #6dbf5c 0%, #549b36 100%);
	background-image: -ms-linear-gradient(top, #6dbf5c 0%, #549b36 100%);
	background-image: linear-gradient(top, #6dbf5c 0%, #549b36 100%);
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.06), 0 0 0 26px rgba(255,255,255,0) inset;
	box-shadow: 0 2px 1px rgba(0,0,0,.06), 0 0 0 26px rgba(255,255,255,0) inset;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
	text-align: center;
	-webkit-transition: .2s -webkit-box-shadow;
	-moz-transition: .2s -moz-box-shadow;
	-o-transition: .2s box-shadow;
	-ms-transition: .2s box-shadow;
	transition: .2s box-shadow;
	margin-bottom: 8px;
}

[class*="btn-"].btn-large{
	font-size: 18px;
	padding: 12px 56px;
}
[class*="btn-"].btn-small{
	font-size: 12px;
	padding: 5px 17px;
}

[class*="btn-"].btn-block{
	display: block;
	text-align: center;
}

[class*="btn-"].btn-aloe{
	background-color: #65a854;
	background-image: -webkit-linear-gradient(top, #6dbf5c 0%, #549b36 100%);
	background-image: -moz-linear-gradient(top, #6dbf5c 0%, #549b36 100%);
	background-image: -o-linear-gradient(top, #6dbf5c 0%, #549b36 100%);
	background-image: -ms-linear-gradient(top, #6dbf5c 0%, #549b36 100%);
	background-image: linear-gradient(top, #6dbf5c 0%, #549b36 100%);
}

[class*="btn-"].btn-grass{
	color: #4d4d4d;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	background-color: #95e385;
	background-image: -webkit-linear-gradient(top, #95e385 0%, #73bf61 100%);
	background-image: -moz-linear-gradient(top, #95e385 0%, #73bf61 100%);
	background-image: -o-linear-gradient(top, #95e385 0%, #73bf61 100%);
	background-image: -ms-linear-gradient(top, #95e385 0%, #73bf61 100%);
	background-image: linear-gradient(top, #95e385 0%, #73bf61 100%);
}

[class*="btn-"].btn-blue, [class*="btn-"].btn-sky{
	background-color: #3daccc;
	background-image: -webkit-linear-gradient(top, #51bede 0%, #289aba 100%);
	background-image: -moz-linear-gradient(top, #51bede 0%, #289aba 100%);
	background-image: -o-linear-gradient(top, #51bede 0%, #289aba 100%);
	background-image: -ms-linear-gradient(top, #51bede 0%, #289aba 100%);
	background-image: linear-gradient(top, #51bede 0%, #289aba 100%);
}

[class*="btn-"].btn-water{
	background-color: #0099dc;
	background-image: -webkit-linear-gradient(top, #0099dc 0%, #0062cf 100%);
	background-image: -moz-linear-gradient(top, #0099dc 0%, #0062cf 100%);
	background-image: -o-linear-gradient(top, #0099dc 0%, #0062cf 100%);
	background-image: -ms-linear-gradient(top, #0099dc 0%, #0062cf 100%);
	background-image: linear-gradient(top, #0099dc 0%, #0062cf 100%);
}

[class*="btn-"].btn-grape{
	background-color: #9876bb;
	background-image: -webkit-linear-gradient(top, #9876bb 0%, #72539b 100%);
	background-image: -moz-linear-gradient(top, #9876bb 0%, #72539b 100%);
	background-image: -o-linear-gradient(top, #9876bb 0%, #72539b 100%);
	background-image: -ms-linear-gradient(top, #9876bb 0%, #72539b 100%);
	background-image: linear-gradient(top, #9876bb 0%, #72539b 100%);
}

[class*="btn-"].btn-dark, [class*="btn-"].btn-clay{
	text-shadow: 0 -1px 0 #000;
	background-color: #4a4a4a;
	background-image: -webkit-linear-gradient(top, #575757 0%, #3c3c3c 100%);
	background-image: -moz-linear-gradient(top, #575757 0%, #3c3c3c 100%);
	background-image: -o-linear-gradient(top, #575757 0%, #3c3c3c 100%);
	background-image: -ms-linear-gradient(top, #575757 0%, #3c3c3c 100%);
	background-image: linear-gradient(top, #575757 0%, #3c3c3c 100%);
}


[class*="btn-"].btn-gold{
	color: #4d4d4d;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	background-color: #f1cd2d;
	background-image: -webkit-linear-gradient(top, #fce05a 0%, #e5b900 100%);
	background-image: -moz-linear-gradient(top, #fce05a 0%, #e5b900 100%);
	background-image: -o-linear-gradient(top, #fce05a 0%, #e5b900 100%);
	background-image: -ms-linear-gradient(top, #fce05a 0%, #e5b900 100%);
	background-image: linear-gradient(top, #fce05a 0%, #e5b900 100%);
}

[class*="btn-"].btn-sun{
	background-color: #f89d39;
	background-image: -webkit-linear-gradient(top, #f89d39 0%, #e77c28 100%);
	background-image: -moz-linear-gradient(top, #f89d39 0%, #e77c28 100%);
	background-image: -o-linear-gradient(top, #f89d39 0%, #e77c28 100%);
	background-image: -ms-linear-gradient(top, #f89d39 0%, #e77c28 100%);
	background-image: linear-gradient(top, #f89d39 0%, #e77c28 100%);
}

[class*="btn-"].btn-fire{
	background-color: #ef5e56;
	background-image: -webkit-linear-gradient(top, #ef5e56 0%, #c73c31 100%);
	background-image: -moz-linear-gradient(top, #ef5e56 0%, #c73c31 100%);
	background-image: -o-linear-gradient(top, #ef5e56 0%, #c73c31 100%);
	background-image: -ms-linear-gradient(top, #ef5e56 0%, #c73c31 100%);
	background-image: linear-gradient(top, #ef5e56 0%, #c73c31 100%);
}

[class*="btn-"].btn-light{
	color: #4d4d4d;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #c0c0c0;
	background-color: #eee;
	background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #e2e2e2 100%);
	background-image: -moz-linear-gradient(top, #f9f9f9 0%, #e2e2e2 100%);
	background-image: -o-linear-gradient(top, #f9f9f9 0%, #e2e2e2 100%);
	background-image: -ms-linear-gradient(top, #f9f9f9 0%, #e2e2e2 100%);
	background-image: linear-gradient(top, #f9f9f9 0%, #e2e2e2 100%);
}

[class*="btn-"].btn-outline{
	color: #4d4d4d;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #c0c0c0;
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0), 0 0 0 26px rgba(255,255,255,0) inset;
	box-shadow: 0 2px 1px rgba(0,0,0,0), 0 0 0 26px rgba(255,255,255,0) inset;
}

[class*="btn-"].btn-outline-strong{
	color: #4d4d4d;
	text-shadow: 0 1px 0 #fff;
	border: 2px solid #c0c0c0;
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0), 0 0 0 26px rgba(255,255,255,0) inset;
	box-shadow: 0 2px 1px rgba(0,0,0,0), 0 0 0 26px rgba(255,255,255,0) inset;
}

[class*="btn-"].btn-outline:hover,
a[class*="btn-"].btn-outline:hover,
[class*="btn-"].btn-outline-strong:hover,
a[class*="btn-"].btn-outline-strong:hover{
	background-color: #fff;
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,0.02), 0 0 0 26px rgba(255,255,255,0) inset !important;
	box-shadow: 0 2px 1px rgba(0,0,0,0.02), 0 0 0 26px rgba(255,255,255,0) inset !important;
}

[class*="btn-"].btn-outline:active,
a[class*="btn-"].btn-outline:active,
[class*="btn-"].btn-outline-strong:active,
a[class*="btn-"].btn-outline-strong:active{
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.1) inset, 0 0 0 28px rgba(0,0,0,.03) inset !important;
	box-shadow: 0 1px 5px rgba(0,0,0,.1) inset, 0 0 0 28px rgba(0,0,0,.03) inset !important;
	border-color: rgba(0,0,0,.3) !important;
}

[class*="btn"]:hover,
a[class*="btn"]:hover{
	-webkit-box-shadow: 0 2px 1px rgba(0,0,0,.06), 0 0 0 28px rgba(255,255,255,.15) inset;
	box-shadow: 0 2px 1px rgba(0,0,0,.06), 0 0 0 28px rgba(255,255,255,.15) inset;
}

[class*="btn"]:active,
a[class*="btn"]:active{
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3) inset, 0 0 0 28px rgba(0,0,0,.05) inset;
	box-shadow: 0 1px 5px rgba(0,0,0,.3) inset, 0 0 0 28px rgba(0,0,0,.05) inset;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	-ms-transition: none;
	transition: none;
}

[class*="btn"].btn-light:active,
a[class*="btn"].btn-light:active{
	border-color: rgba(0,0,0,.2);
}

[class*="btn-"].btn-right{
	float: right;
	margin-left: 40px;
}

[class*="btn-"].btn-left{
	float: left;
	margin-left: 40px;
}

.container .btn-outline {
	text-transform: uppercase;
	font-size: 12px;
	padding: 8px 15px 6px;
	color: #7C7C7C;
	border: 1px solid #D3D3D3;
}

.content-nav [class*="btn-"].btn-outline:active,
.content-nav a[class*="btn-"].btn-outline:active{
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,.1) inset, 0 0 0 28px rgba(0,0,0,.03) inset !important;
	box-shadow: 0 1px 5px rgba(0,0,0,.1) inset, 0 0 0 28px rgba(0,0,0,.03) inset !important;
	border-color: rgba(0,0,0,.2) !important;
}
	.content-nav .btn-outline {
		width: 100%;
		padding: 15px 15px 13px;
	}

/* @end */



.headbox {
	width: 990px;
	margin:0 auto;
	padding:0;
	}

#identifier {
	float:left;
	margin:0 15px 0 0;
	}

#identifier a{
	font-size:14pt;
	color: #675933;
	padding:8px 19px 1px 18px;
	letter-spacing: -1px;
	}
	
#identifier a:hover{
	color:#675933; text-decoration:none;
	}


/* @group Forms */


form {
  margin-bottom: 18px;
}
fieldset {
  margin-bottom: 18px;
  padding-top: 18px;
}
fieldset legend {
  display: block;
  padding-left: 150px;
  font-size: 19.5px;
  line-height: 1;
  color: #404040;
  *padding: 0 0 5px 145px;
  /* IE6-7 */

  *line-height: 1.5;
  /* IE6-7 */

}
form .clearfix {
  margin-bottom: 18px;
  zoom: 1;
}
form .clearfix:before, form .clearfix:after {
  display: table;
  content: "";
  zoom: 1;
}
form .clearfix:after {
  clear: both;
}
label,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: normal;
}
label {
  padding-top: 6px;
  font-size: 13px;
  line-height: 18px;
  float: left;
  width: 130px;
  color: #404040;
}
form .input {
  margin-left: 150px;
}
input[type=checkbox], input[type=radio] {
  cursor: pointer;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  color: #808080;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
select {
  padding: initial;
}
input[type=checkbox], input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */

  line-height: normal;
  border: none;
}
input[type=file] {
  background-color: #ffffff;
  padding: initial;
  border: initial;
  line-height: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=button], input[type=reset], input[type=submit] {
  width: auto;
  height: auto;
}
select, input[type=file] {
  height: 28px;
  *height: auto;
  line-height: 28px;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

}
select[multiple] {
  height: inherit;
  background-color: #ffffff;
}
textarea {
  height: auto;
}

select.speaker-bank {
	padding: 8px 0 8px 8px;
}

#current-speakers h6 {
	margin: 0px 0px 15px 0px;
}

ul#current-speakers {
	margin-left: 20px;
}

#current-speakers ul li, ul#current-speakers li {
	border-bottom: 1px dotted #ebebeb;
	padding-top: 5px;
	padding-left: 10px;
}

#current-speakers label {
	margin-top: 12px;
	margin-right: 10px;
}

#current-speakers p {
	margin-bottom: 8px;
}

.uneditable-input {
  background-color: #ffffff;
  display: block;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
:-moz-placeholder {
  color: #bfbfbf;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
input, textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
  outline: 0;
  border-color: rgba(115,191,97,0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(115, 191, 97, 0.6);
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}
form .clearfix.error > label, form .clearfix.error .help-block, form .clearfix.error .help-inline {
  color: #b94a48;
}
form .clearfix.error input, form .clearfix.error textarea {
  color: #b94a48;
  border-color: #ee5f5b;
}
form .clearfix.error input:focus, form .clearfix.error textarea:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
form .clearfix.error .input-prepend .add-on, form .clearfix.error .input-append .add-on {
  color: #b94a48;
  background-color: #fce6e6;
  border-color: #b94a48;
}
form .clearfix.warning > label, form .clearfix.warning .help-block, form .clearfix.warning .help-inline {
  color: #c09853;
}
form .clearfix.warning input, form .clearfix.warning textarea {
  color: #c09853;
  border-color: #ccae64;
}
form .clearfix.warning input:focus, form .clearfix.warning textarea:focus {
  border-color: #be9a3f;
  -webkit-box-shadow: 0 0 6px #e5d6b1;
  -moz-box-shadow: 0 0 6px #e5d6b1;
  box-shadow: 0 0 6px #e5d6b1;
}
form .clearfix.warning .input-prepend .add-on, form .clearfix.warning .input-append .add-on {
  color: #c09853;
  background-color: #d2b877;
  border-color: #c09853;
}
form .clearfix.success > label, form .clearfix.success .help-block, form .clearfix.success .help-inline {
  color: #468847;
}
form .clearfix.success input, form .clearfix.success textarea {
  color: #468847;
  border-color: #57a957;
}
form .clearfix.success input:focus, form .clearfix.success textarea:focus {
  border-color: #458845;
  -webkit-box-shadow: 0 0 6px #9acc9a;
  -moz-box-shadow: 0 0 6px #9acc9a;
  box-shadow: 0 0 6px #9acc9a;
}
form .clearfix.success .input-prepend .add-on, form .clearfix.success .input-append .add-on {
  color: #468847;
  background-color: #bcddbc;
  border-color: #468847;
}
.input-mini,
input.mini,
textarea.mini,
select.mini {
  width: 60px;
}
.input-small,
input.small,
textarea.small,
select.small {
  width: 135px;
}
.input-medium,
input.medium,
textarea.medium,
select.medium {
  width: 150px;
}
.input-large,
input.large,
textarea.large,
select.large {
  width: 210px;
}
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
  width: 270px;
}
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
  width: 645px;
}
textarea.xxlarge {
  overflow-y: auto;
}
input.span1, textarea.span1 {
  display: inline-block;
  float: none;
  width: 30px;
  margin-left: 0;
}
input.span2, textarea.span2 {
  display: inline-block;
  float: none;
  width: 90px;
  margin-left: 0;
}
input.span3, textarea.span3 {
  display: inline-block;
  float: none;
  width: 150px;
  margin-left: 0;
}
input.span4, textarea.span4 {
  display: inline-block;
  float: none;
  width: 210px;
  margin-left: 0;
}
input.span5, textarea.span5 {
  display: inline-block;
  float: none;
  width: 270px;
  margin-left: 0;
}
input.span6, textarea.span6 {
  display: inline-block;
  float: none;
  width: 330px;
  margin-left: 0;
}
input.span7, textarea.span7 {
  display: inline-block;
  float: none;
  width: 390px;
  margin-left: 0;
}
input.span8, textarea.span8 {
  display: inline-block;
  float: none;
  width: 450px;
  margin-left: 0;
}
input.span9, textarea.span9 {
  display: inline-block;
  float: none;
  width: 510px;
  margin-left: 0;
}
input.span10, textarea.span10 {
  display: inline-block;
  float: none;
  width: 570px;
  margin-left: 0;
}
input.span11, textarea.span11 {
  display: inline-block;
  float: none;
  width: 630px;
  margin-left: 0;
}
input.span12, textarea.span12 {
  display: inline-block;
  float: none;
  width: 690px;
  margin-left: 0;
}
input.span13, textarea.span13 {
  display: inline-block;
  float: none;
  width: 750px;
  margin-left: 0;
}
input.span14, textarea.span14 {
  display: inline-block;
  float: none;
  width: 810px;
  margin-left: 0;
}
input.span15, textarea.span15 {
  display: inline-block;
  float: none;
  width: 870px;
  margin-left: 0;
}
input.span16, textarea.span16 {
  display: inline-block;
  float: none;
  width: 930px;
  margin-left: 0;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.actions {
  background: #f5f5f5;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 150px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.actions .secondary-action {
  float: right;
}
.actions .secondary-action a {
  line-height: 30px;
}
.actions .secondary-action a:hover {
  text-decoration: underline;
}
.help-inline, .help-block {
  font-size: 13px;
  line-height: 18px;
  color: #bfbfbf;
}
.help-inline {
  padding-left: 5px;
  *position: relative;
  /* IE6-7 */

  *top: -5px;
  /* IE6-7 */

}
.help-block {
  display: block;
  max-width: 600px;
  clear: both;
  padding-top: 8px;
}
.inline-inputs {
  color: #808080;
}
.inline-inputs span {
  padding: 0 2px 0 1px;
}
.input-prepend input, .input-append input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .add-on, .input-append .add-on {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #ccc;
  z-index: 2;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 4px 4px 5px;
  margin-right: -1px;
  font-weight: normal;
  line-height: 18px;
  color: #bfbfbf;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .active, .input-append .active {
  background: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */

}
.input-append input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-right: 0;
  margin-left: -1px;
}
.inputs-list {

}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
  line-height: 20px;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  margin-left: 20px;
  line-height: 18px;
  text-align: left;
  white-space: normal;
}
.inputs-list label strong {
  color: #808080;
}
.inputs-list label small {
  font-size: 11px;
  font-weight: normal;
}
.inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list li + li {
  padding-top: 2px;
}
.inputs-list input[type=radio], .inputs-list input[type=checkbox] {
  margin-bottom: 0;
  margin-left: -20px;
  float: left;
}
.form-stacked {
  padding-left: 20px;
}
.form-stacked fieldset {
  padding-top: 9px;
}
.form-stacked legend {
  padding-left: 0;
}
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}
.form-stacked .clearfix {
  margin-bottom: 9px;
}
.form-stacked .clearfix div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.form-stacked div.clearfix.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}


/* @end */


/* @group Tables */


table {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  font-size: 13px;
  border-collapse: collapse;
}
table th, table td {
  padding: 10px 10px 9px;
  line-height: 18px;
  text-align: left;
}

table#sortTableListing td {
	padding: 8px 10px 8px;
}

table th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
}
table td {
  vertical-align: top;
}

table tbody th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}
.condensed-table th, .condensed-table td {
  padding: 5px 5px 4px;
}
.bordered-table {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.08);
}
.bordered-table th + th, .bordered-table td + td, .bordered-table th + td {
  border-left: 1px solid #ddd;
}
.bordered-table thead tr:first-child th:first-child, .bordered-table tbody tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.bordered-table thead tr:first-child th:last-child, .bordered-table tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.bordered-table tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.bordered-table tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
table .span1 {
  width: 20px;
}
table .span2 {
  width: 60px;
}
table .span3 {
  width: 100px;
}
table .span4 {
  width: 140px;
}
table .span5 {
  width: 180px;
}
table .span6 {
  width: 220px;
}
table .span7 {
  width: 260px;
}
table .span8 {
  width: 300px;
}
table .span9 {
  width: 340px;
}
table .span10 {
  width: 380px;
}
table .span11 {
  width: 420px;
}
table .span12 {
  width: 460px;
}
table .span13 {
  width: 500px;
}
table .span14 {
  width: 540px;
}
table .span15 {
  width: 580px;
}
table .span16 {
  width: 620px;
}
.zebra-striped tbody tr:nth-child(even) td, .zebra-striped tbody tr:nth-child(even) th {
  background-color: #f9f9f9;
}
.zebra-striped tbody tr:hover td, .zebra-striped tbody tr:hover th {
  background-color: #f5f5f5;
}
table .header {
  cursor: pointer;
}
table .header:after {
  content: "";
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: hidden;
}
table .headerSortUp, table .headerSortDown {

}
table .header:hover:after {
  visibility: visible;
}
table .headerSortDown:after, table .headerSortDown:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
table .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/* @end */

.clear {
	clear: both;
	height: 0;
	line-height: 0;
}

.clear5 {
	clear: both;
	height: 5px;
	line-height: 5px;
}

.clear10 {
	clear: both;
	height: 10px;
	line-height: 10px;
}

.clear20 {
	clear: both;
	height: 20px;
	line-height: 20px;
}

.clear30 {
	clear: both;
	height: 30px;
	line-height: 30px;
}

.clear40 {
	clear: both;
	height: 40px;
	line-height: 40px;
}


/* @group Media Grid  */


.media-grid {
  margin-left: -20px;
  margin-bottom: 0;
  zoom: 1;
}
.media-grid:before, .media-grid:after {
  display: table;
  content: "";
  zoom: 1;
}
.media-grid:after {
  clear: both;
}
.media-grid li {
  display: inline;
  float: left;
}
.media-grid img {
  
  padding: 4px;
  margin: 0 0 18px 20px;
  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);
}
.media-grid a img {
  display: block;
}
.media-grid img:hover {
  border-color: #73BF61;
  -webkit-box-shadow: 0 1px 4px rgba(123,189,94,0.45);
  -moz-box-shadow: 0 1px 4px rgba(123,189,94,0.45);
  box-shadow: 0 1px 4px rgba(123,189,94,0.45);
}

.media-grid li p {
	margin: -12px 0 18px 26px
}



/* @end */

.well {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 19px;
  min-height: 20px;
  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);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

code {
  background-color: #fee9cc;
  color: rgba(0, 0, 0, 0.75);
  padding: 1px 3px;
}

/* @group Labels */

.label {
  padding: 2px 4px 3px;
  font-size: 11.049999999999999px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.label:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #3d3d3d;
}
.label.important {
  background-color: #b94a48;
}
.label.important:hover {
  background-color: #953b39;
}

.label.featured {
	background-color: #DDB100;
}

.label.featured:hover {
	background-color: #af921e;
}

.label.warning {
  background-color: #f89406;
}
.label.warning:hover {
  background-color: #c67605;
}

.label.success {
  background-color: #46a546;
}
.label.success:hover {
  background-color: #356635;
}
.label.info {
  background-color: #3a87ad;
}
.label.info:hover {
  background-color: #2d6987;
}

/* @end */

/* @group Pagination */


.pagination {
  height: 36px;
  margin: 18px 0;
}
.pagination ul {
  float: left;
  font-size: 10pt;
  margin: 0;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 1);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 1);
	background: #fff;
	float:right;
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 1px 14px 0px 14px;
  line-height: 34px;
  border-right: 1px solid;
  border-right-color: #ddd;
  border-right-color: rgba(0, 0, 0, 0.15);
  *border-right-color: #ddd;
  /* IE6-7 */

  text-decoration: none;
}
.pagination a:hover, .pagination .active a {
  background-color: #D8EAC9;
}
.pagination .disabled a, .pagination .disabled a:hover {
  background-color: transparent;
  color: #bfbfbf;
}
.pagination .next a {
  border: 0;
}

/* @end */

/* @group Tabs */


.tabs, .pills {
  list-style: none;
  zoom: 1;
}
.tabs:before,
.pills:before,
.tabs:after,
.pills:after {
  display: table;
  content: "";
  zoom: 1;
}
.tabs:after, .pills:after {
  clear: both;
}
.tabs > li, .pills > li {
  float: left;
}
.tabs > li > a, .pills > li > a {
  display: block;
}
.tabs {

}
.tabs > li {
  position: relative;
  margin-bottom: -1px;
}
.tabs > li > a {

}
.tabs > li > a:hover {
  text-decoration: none;
}

.tabs .active > a, .tabs .active > a:hover {
  cursor: default;
}

.tabs .pricing.active > a, .tabs .pricing.active > a:hover {
  cursor: default;
}

.tabs .menu-dropdown, .tabs .dropdown-menu {
	
}
.tabs a.menu:after, .tabs .dropdown-toggle:after {
  border-top-color: #999;
  margin-top: 15px;
  margin-left: 5px;
}
.tabs li.open.menu .menu, .tabs .open.dropdown .dropdown-toggle {
  border-color: #999;
}
.tabs li.open a.menu:after, .tabs .dropdown.open .dropdown-toggle:after {
  border-top-color: #555;
}
.pills a {
  margin: 5px 3px 5px 0;
  padding: 0 15px;
  line-height: 30px;
  text-shadow: 0 1px 1px #ffffff;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pills a:hover {
  color: #ffffff;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #00438a;
}
.pills .active a {
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #0069d6;
}
.pills-vertical > li {
  float: none;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane,
.tab-content > div,
.pill-content > div {
  display: none;
}
.tab-content > .active, .pill-content > .active {
  display: block;
}

/* @end */

/* @group Alerts */


.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert, .alert-heading {
  color: #c09853;
  margin-top: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success, .alert-success .alert-heading {
  color: #468847;
}
.alert-danger, .alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
}
.alert-danger,
.alert-error,
.alert-danger .alert-heading,
.alert-error .alert-heading {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info, .alert-info .alert-heading {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 18px;
}
.alert-block > p, .alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}

/* @end */

/* @group Modals */


.modal-backdrop {
  background-color: #000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop, .modal-backdrop.fade.in {
  filter: alpha(opacity=80);
  -khtml-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.modal {
  position: fixed;
top: 50%;
left: 50%;
z-index: 11000;
width: 750px;
margin: -250px 0 0 -375px;
background-color: white;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.3);
-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;
border-image: initial;
}
.modal .close {
  margin-top: 7px;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -ms-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 50%;
}
.modal-header {
  border-bottom: 1px solid #eee;
  padding: 8px 20px;
}
.modal-header h3 {
  margin-top: 12px;
  font-size: 16pt;
}
.modal-body {
  padding: 20px;
}
.modal-body form {
  margin-bottom: 0;
}
.modal-footer {
  background-color: #f5f5f5;
  padding: 14px 15px 15px;
  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;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
  margin-bottom: 0;
}
.modal-footer:before, .modal-footer:after {
  display: table;
  content: "";
  zoom: 1;
}
.modal-footer:after {
  clear: both;
}
.modal .popover, .modal .twipsy {
  z-index: 12000;
}

.hide {
  display: none;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}


.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}

/* @end */

/* @group Icons */


[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  *margin-right: .3em;
}
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}
.icon-white {
  background-image: url(../images/glyphicons-halflings-white.png);
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}

.icon-question-sign {
	margin: 2px 0 0 5px;
	opacity: 0.5;
}


.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}

/* @end */

table#event-details {
	margin: 0;
}

/* @group Tooltips + Popovers */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}
.popover.top {
  margin-top: -5px;
}
.popover.right {
  margin-left: 5px;
}
.popover.bottom {
  margin-top: 5px;
}
.popover.left {
  margin-left: -5px;
}
.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover-inner {
  padding: 3px;
  width: 280px;
  overflow: hidden;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -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);
}
.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 14px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover-content p,
.popover-content ul,
.popover-content ol {
  margin-bottom: 0;
}

/* @end */

table#event-details a {
	color: #4d4d4d;
	font-weight: bold;
}

table#event-details a:hover {
	color: #2d2d2d;
	font-weight: bold;
	text-decoration: none;
}

table#event-details td {
	vertical-align: top;
	border: 0;
	padding: 5px 10px 4px 0;
}

table#event-details td#det {
	font-size: 12pt;
	font-style: italic;
	line-height: 28px;
	color: #666;
}

table#event-details td#var {
	font-size: 14pt;
	line-height: 26px;
}

#speakers h3 {
	margin: 5px 0 2px 0;
	color: #2d2d2d;
	font-size: 12pt;
}

#speakers h5 {
	margin: 0px 0 30px 0;
	color: #bfbfbf;
	font-style: italic;
	font-size: 10pt;
}

ul#speakers {
	list-style: none;
	margin: 20px 0 0 0;
}

ul#speakers li {
	list-style: none;
	display: inline;
	margin: 0 20px 0 0;
	float: left;
	width: 130px;
}

ul#speakers li a{
	text-decoration: none;
}

ul#speakers li#last {
	margin: 0 0 0 0;
}

ul#speakers img {
	width: 130px;
	height: auto;
}

ul#progressnav {
	list-style: none;
	margin: -2px 0 0 0px;
	position: relative;
	z-index: 1;
	background-color:transparent;
	overflow: hidden;
}

ul#progressnav li {
	list-style: none;
	display: inline;
	padding: 0 19px 0 20px;
	float: left;
	width: 144px;
	color: #4D4D4D;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	background: transparent url(../images/btn_progress.png) no-repeat 0 1px;
	background-color:transparent;
	height: 36px;
	line-height: 36px;
	z-index: 1;
	position: relative;
	margin-left: -14px;
}

ul#progressnav li a {
	color: #4D4D4D;
}

ul#progressnav li a:hover {
	color: #000;
	text-decoration: none;
}

ul#progressnav li.last {
	
	margin: 0 0 0 -14px;
	width: 117px;
}

ul#progressnav li.first {
	padding-left: 22px;
	width: 143px;
}

ul#progressnav li:hover, ul#progressnav li.active {
	background: transparent url(../images/btn_progress.png) no-repeat 0 -49px;
	position: relative;
	z-index: 20;
	background-color:transparent;
}

ul#progressnav li a:hover, ul#progressnav li.active a {
	color: #fff;
	-webkit-t-shadow: 0 -1px 0px rgba(0, 0, 0, 0.6);
	-moz-text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.6);
	text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.6);
}

#setupContainer {
	width: 600px;
}

#formfloats {
	float:left; 
	margin-right:6px;
}


.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}

ul#terms li {
	margin-left:30px; 
	color:#4d4d4d;
	padding: 10px 0;
}

.green-bg {
	
background-color: #63a652;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#63a652), to(#367525));
background-image: -moz-linear-gradient(top, #63a652, #367525);
background-image: -ms-linear-gradient(top, #63a652, #367525);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #63a652), color-stop(100%, #367525));
background-image: -webkit-linear-gradient(top, #63a652, #367525);
background-image: -o-linear-gradient(top, #63a652, #367525);
background-image: linear-gradient(top, #63a652, #367525);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63a652', endColorstr='#367525', GradientType=0);
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 1px 0px 3px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 1px 0px 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 1px 0px 3px rgba(0, 0, 0, 0.3);
}

#dsq-pagination, .dsq-global-toolbar-dropdown-container {
	display: none;
}

#veges {
	background: #ffffff url(../images/veges.png) no-repeat center top;
}
