@import url('//fonts.googleapis.com/css2?family=Inter&display=swap'); /* FONT  FOR BODY */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: top;
	background: transparent;
	text-decoration: none;
}

body {
	background: white;
  font-family: 'Inter', sans-serif;
  font-size: 0.9em;
  line-height: 1.5; /* Baseline grid of 21px */
	color:#666;
	height:100%;
  overflow: scroll; /* prevent shaking of screen*/
}
ol {
	margin-left:80px;
}

a img {
	vertical-align: bottom;
	text-decoration: none;
	/*display:block;*/
	visibility:visible;
}



#paymentarea {
	color: black;
	background: lightgreen;
	padding: 10px;
}
#payment-errors {
	color: red;
	padding: 10px;
    font-size:130%;
}
#payment-success {
	color: black;
	background: greenyellow;
	padding: 15px;
    font-size:150%;
    border-style: solid;
    border-width: 1px;
    border-color: black;
}
#submitBtn {
    background-color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius:4px;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    cursor: pointer;
    border:none;
    margin-left: 30px;
    padding: 3px 15px 3px 15px;
}
#submitBtn:hover {
    border: none;
    background: #fff;
    color: #000;
    box-shadow: 0px 0px 1px #777;
}
/* style the payment drop-down */

.payment-menu select {
   height: 34px;
   padding: 5px;
   font-size: 16px;
   line-height: 6;
   border: 0;
   border-radius: 0;
   height: 34px;
   margin-bottom: 5px;
   }
.payment-menu-small {
   font-size: 16px;
}
.payment-menu-small select {
   height: 34px;
   padding: 5px;
   font-size: 16px;
   line-height: 6;
   border: 0;
   border-radius: 0;
   height: 34px;
   margin-bottom: 5px;
   }

.payment-input-medium {
   height: 24px;
   padding: 5px;
   font-size: 16px;
   border: 0;
   border-radius: 0;
   height: 34px;
   }
.payment-input-medium input {
    width:300px;
    }

.payment-input-small {
   height: 24px;
   padding: 5px;
   font-size: 16px;
   border: 0;
   border-radius: 0;
   height: 34px;
   }
.payment-input-small input {
    width:75px;
}
/*START CSS MENU*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
border: 0 none;
  box-sizing: border-box;
  display: block;
  float:right;
  line-height: 1;
  list-style: none outside none;    /*edited by sarker*/
  margin: 0 30px 0 0;     /*edited by sarker*/
  padding: 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Inter', sans-serif;
  line-height: 1;
  background: #ffffff;     /*background color of menu*/
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #f26a21;       /*background color of hover bar*/
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding: 20px;
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: #3d5ba9;          /*font color of menu links*/
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color: #f26a21;   /*font color of active menu links*/
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 225px; /*width of submenu*/
  font-size: 12px;
  background: #666666;
  z-index: 4;
  text-decoration: none;
  color: #dddddd;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul li:first-child{margin-top:50px;}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
	background: none repeat scroll 0 0 #3D5BA9;   /*added by sarker*/
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}
 /*END CSS MENU*/
#wrapper {
/*	background: #f1f1f2 url(../images/bg.png) repeat-x 0 0; */
	width:100%;
	overflow:visible;
	position:relative;
}
#outer {
	width:100%;
	position: relative;
	text-align:left;
	overflow:visible;
}
#branding {
	min-height: 70px;
position: relative;

}                  
#branding p {
	position:absolute;
	right:30px;
	bottom:10px;
	text-align:right;
	font-size:0.92em;
	color:#666;
}
#branding p a {
	color:#000;
	text-decoration:none;
	font-weight:none;
}
#branding p a:hover {
	color:#999;
	text-decoration:underline;
	font-weight:normal;
}
.flex-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
#facebook {
    position:absolute;
    top:0;
    left:375px;
    width:350px;
	z-index:0;
	border:0;
}
.fb-share-button span {
   top: -6px;
}
#language {
	position:absolute;
	top:10px;
	right:450px;
	color:black;
	z-index:1;
}
#language a {
	color:#000;
	text-decoration:underline;
}
#admin_area {
	position:absolute;
	top:10px;
	right:0px;
	background-color:white; 
	z-index:2;
}
#admin_area a{ color:#000;}
#side_bar {
	width:184px;
	float:left;
	padding:0px 0 0 9px;
}
#side_bar li {
	list-style-type:none;
	margin-bottom:2px;
	clear:left;
}
#side_bar li a {
	font-size:0.85em;
	color:#666;
	display:block;
	width:175px;
	padding-bottom:7px;
	cursor:pointer;
	overflow:hidden;
}
#side_bar li a span {
	display:block;
	width:167px;
	padding-top:7px;
	padding-right:8px;
}
#side_bar li a:hover {
	color:#000;
}
#side_bar li a strong {
	font-weight:normal;
	float:left;
	margin-left:5px;
	width:120px;
	padding-top:2px;
}
#side_bar li img {
	margin-left:7px;
	float:left;
}
#content {
	width:95%;
	float:left;
	padding:0 0 0 15px;
}
#content #inner a {
	color:#000;
}
#content #inner a:hover {
	color:#666;
	text-decoration:underline;
}
#breadcrumb {
	margin-bottom:10px;
}
#breadcrumb a {
	font-weight:bold;
	color:#000;
	text-decoration:none;
}
#breadcrumb a:visited {
	text-decoration:none;
}
#breadcrumb a:active {
	text-decoration:none;
}
#breadcrumb a:hover {
	color:#666;
	text-decoration:none;
}
#content h1 {
	font-size:1.5em;
	color:#000;
	border-bottom:1px solid #ffa000;
	font-weight:normal;
	margin-bottom:4px;
	margin-top:7px;
}
#clear_block {
/*	width: 760px;
	clear:both;
	display:block;
	*/    width: 100%;
    height: 1px;
    margin: 0 0 -1px;
    clear: both;

}
#schedule_name {
	margin-top:10px;
	width: 760px;
	float:left;
	clear:both;
}
#schedule_name li {
	list-style-type:none;
	float:left;
	margin:0 45px 30px 0;
	width:330px;
	height:40px;
}
#schedule_name li a {
	font-size:1.2em;
	color:#333;
	display:block;
	padding-bottom:1px;
	cursor:pointer;
	overflow:hidden;
}
#schedule_name li a span {
	display:block;
	padding-top:10px;
	padding-right:18px;
	padding-left:18px;
}
#schedule_name li a:hover {
	color:#999;
}
#mini_faq_heading {
	color:#ffff66;
	background-color:green;
	margin-top: 5px;
	width: 280px;
}
#mini_faq_question {
	color:green;
	background-color:#ffff66;
	margin-top: 15px;
	width: 280px;
}
#mini_faq_answer {
	color:#ffff66;
	background-color:green;
	width: 280px;
}
#folders {
	margin-top:10px;
	width: 760px;
	clear:both;
	display:block;
}
#folders li {
	list-style-type:none;
	float:left;
	margin:0 45px 30px 0;
	width:330px;
	height:40px;
}
#folders li a {
	font-size:1.2em;
	color:#333;
	padding-bottom:1px;
	cursor:pointer;
	overflow:hidden;
}
#folders li a span {
	padding-right:18px;
	padding-left:18px;
}
#folders li a:hover {
	color:#999;
}
#folders img {
	margin-right:0px;
	margin-left:6px;
	vertical-align:middle;
	clear:none;
	float:left;
}

form {
	margin-top:0px;
}
form li {
	list-style-type:none;
	clear:left;
	border-bottom:1px solid #f5f5f5;
	padding-bottom:8px;
	margin-bottom:8px;
}
form label {
	color:#000;
	display:block;
	width:auto;
}
form li span {
	display:block;
	font-size:0.77em;
}
input, select, textarea {
	font-family: 'Inter', sans-serif;
  font-size: 1.00em;
	color:#000;
}
input, textarea {
	background-color:#fafafa;
	border:1px solid #c6c6c6;
	padding:3px;
}
input.button {
	margin:0;
	padding:0;
	background-color:#333;
	color:#fff;
	font-size:1.08em;
	padding:7px 13px;
	margin-bottom:10px;
	cursor: pointer;
  border-radius: 4px;
}
input.button_cancel {
	margin:0;
	padding:0;
	background-color:#A9A9A9;
	color:#fff;
	font-size:1.08em;
	padding:7px 13px;
	margin-bottom:10px;
	margin-left:10px;
	cursor: pointer;
  border-radius: 4px;
}
input.button_delete {
	margin:0;
	padding:0;
	background-color:#333;
	color:#fff;
	font-size:1.08em;
	padding:7px 13px;
	margin-bottom:10px;
	margin-left:70px;
	cursor: pointer;
  border-radius: 4px;
}
.signUpButton {
	margin:0;
	background-color:black;
	color:#fff;
	font-size:1.2em;
	margin-bottom:10px;
	cursor: pointer;
  border-radius: 4px;
  filter:alpha(opacity=65);
  opacity: 0.65;
  font-weight:bold;
  border:1px solid black;
  padding:10px;
}
.signUpButtonCancel {
	margin:0;
	background-color:#ccc;
	color:#fff;
	font-size:1.2em;
	margin-bottom:10px;
	cursor: pointer;
  border-radius: 4px;
  filter:alpha(opacity=65);
  opacity: 0.65;
  font-weight:bold;
  border:0px solid ccc;
  padding:10px;
}
fieldset p {
}
fieldset li em {
	vertical-align:top;
	font-size:0.77em;
	color:red;
}
fieldset li strong {
	padding-bottom:5px;
	display:block;
}
#requestpassword p {
	display:inline;
}
h2 {
	font-size:1.05em;
	color:#000;
	margin:0;
	border-bottom:1px solid #999;
	margin-bottom:3px;
}
.error {
	background-color:red;
	color:#fff;
  padding:10px;
}
.error img {
	vertical-align: bottom;
}
.error a {
  color: black;
}

.info {
	background-color:#009900;
	color:#fff;
}
.info strong {
	color:#FFFF99;
	font-weight:normal;
}
.addTopMargin{
	margin-top: 15px;
}
.ttsualert {
	background-color:#FFFF99;
  border-radius: 4px;
  padding:8px 8px;
	color:#333;
}
.ttsualert a {
	text-decoration:none;
}
.ttsualert a:hover {
	text-decoration:underline;
}
.upgrade_alert {
 margin-top: 1px;
 margin-bottom: 5px;
 clear: both;
}
#box {
	background-color:#FFFFFF;
	color:#000000;
	border:1px dotted #000000;
	padding:5px;
	margin:5px;
}
.show_hide_button {
	margin:0;
	padding:0;
	background-color:#333;
	color:#fff;
	font-size:0.45em;
	padding:5px 5px;
	margin-bottom:5px;
	cursor: pointer;
}
#content #inner .info a {
	color:#FFFF33;
	text-decoration:underline;
}
#content #inner .info a:hover {
	color:fff;
	text-decoration:none;
}
#sign_up_sheet_block {
	position:relative;
	float:left;
	width: 3000px;
}
#content #sheet_options {
	position:relative;
	margin-top:10px;
/*	width:200px; */
	margin-bottom:5px;
	float:left;
	clear:none;
}
#content #sheet_options a {
	font-size:1.0em;
	text-decoration:none;
}
#content #sheet_options img {
	vertical-align:bottom;
}
#sign_up_sheet {
	position:relative;
	overflow:auto;
	float:left;
	clear:both;
/*	width: 2800px; */
}

#content #inner p.add_signupsheet {
/*	height: 145px;     */
	width: 100%;
	margin-top:5px;
	margin-bottom:5px;
	position: relative;
}
#content #inner p.add_signupsheet a {
	font-size:1.18em;
	text-decoration:none;
}
#content p.add_signupsheet img {
	position: relative;
}
#column_heading {
	padding:10px 8px;
/*	border-bottom:1px solid #333; */
	font-weight:normal;
	text-align:left;
	border-radius: 2px;
	border:1px solid #333; 
}
.column_heading {
	padding:10px 8px;
/*	border-bottom:1px solid #333; */
	font-weight:normal;
	text-align:left;
/*	color:#333; /* replaced by style_for_sheets.php */
	border-radius: 2px;
	border:1px solid #333;
}
.schedules {
	border:2px solid #333;
	
	color:#333; 
	border-radius: 4px;
}
.schedules th {
	padding:5px 8px;
/*	border:1px solid #999; */
	font-weight:normal;
	text-align:left;
	border-radius: 4px;
}
.schedules td {
/*	border:1px dashed #333; */
	border-radius: 4px;
}
.schedules td p.closed img {
  vertical-align:midddle;
}
.schedules td p.closed {
	font-weight:bold !important;
	font-size: 15px !important;
}
.schedules td p.open {
	font-weight:bold !important;
	font-size: 15px !important;
}
.schedules td span.closed img {
  vertical-align:midddle;
}
.schedules td span.closed {
	font-weight:bold !important;
	font-size: 15px !important;
}
.schedules td span.open {
	font-weight:bold !important;
	font-size: 15px !important;
}
.schedules span.closed a strong{
	color:#FF6600;
}
.item-min-height-70 {
	display:inline-block;
	min-height:70px;
	margin:6px;
}
/*
.schedules span.closed strong {
	color:#736F6E; 
	color:#bebebe;  
	
}
*/
.schedules span.closed {
/*	color:#736F6E;  */
/*	color:#bebebe;  */
	color:#898989; /* replaced by style_for_sheets.php */
}
.schedules span.text {
	font-size:.95em;
	vertical-align:middle;
  font-size: 12px !important;
	font-weight:normal !important;
}
.schedules span.text input {
	vertical-align:middle;
}
.schedules span.text img {
 vertical-align:middle;
}
#content #inner .schedules a {
	color:#000;
	font-size:0.85em;
	text-decoration:none;
}
#content #inner .schedules a:hover {
	color:#999;
}
.schedules img {
	vertical-align:bottom;
}
#content #inner .bottom_tools {
	line-height:2.5;
}
#content #inner .bottom_tools a {
	color:#999;
	font-size:0.85em;
	text-decoration:none;
	color:#666;
}
#content #inner .bottom_tools a:hover {
	color:#000;
}
.bottom_tools img {
	vertical-align:middle;
}
#content p.tip {
	font-size:0.92em;
	margin-bottom:10px;
}
#content p.tip em {
	font-style:normal;
}
#content #inner p.tip em a {
	font-size:1.00em;
	text-decoration:none;
	color:#999;
}
#content #inner p.tip em a:hover {
	color:#000;
}
#content p.tip img {
	margin-right:2px;
	vertical-align:bottom;
}
#content p.tip span {
	color:red;
}
#content fieldset li p.tip em {
	font-size:1.00em;
	color:#666;
}
#content .conference {
	background-color:#FFFFCC;
	border:1px solid #FFFF99;
	padding:5px 8px;
	color:#000;
	margin:0;
}
.conference_details {
	margin-top:20px;
}
#content .conference_details h2 {
	font-size:1.50em;
	color:#000;
	border-bottom:1px solid #999;
	margin-bottom:10px;
}
#content .conference_details h2 a {
	font-size:0.5em;
	text-decoration:none;
	color:#999;
}
#content .conference_details h2 a:hover {
	color:#000;
}
#content .conference_details h2 img {
	margin-right:0px;
	margin-left:6px;
	vertical-align:middle;
}
#content .conference_details strong {
	display:block;
	color:#000;
}
#content .conference_details p {
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	padding-top:8px;
}

#content .admin {
	font-size:0.80em;
	color:red;
	border-style:dotted;
	border-width:1px;
	border-color:red;
}
#content .admin2 {
	font-size:1.30em;
	color:red;
	border-style:dotted;
	border-width:1px;
	border-color:red;
}
#content .admin_comment {
	background-color:#FFFF99;
	border-style:solid;
	border-width:1px;
	border-color:black;
	padding:3px;
}
.green_box {
	background-color : #A6D785;
	border: 1px solid #008000;
	width: 180px;
}
.rowcolor {
background: #FFFF99;
}
/*this is for categories and items*/
.sortable-list {
	clear:both;
    list-style-type : none;
    margin : 00;
}
.sortable-list li {
    border : 1px solid #000;
    cursor : move;
    margin : 2px 0 10px 40px;
    padding : 3px;
    background : #62B18D;
    width : 400px;
	color: #000000;
}

/*this is for sign up sheets and reg forms*/
.sortable-list-sheet {
	width : 600px;
    list-style-type : none;
    margin : 00;
	display:block;
	clear:both;
}
.sortable-list-sheet li {
    float: left;
	border : 1px solid #000;
    cursor : move;
    margin : 2px 0 10px 40px;
    padding : 3px;
    background : #62B18D;
    width : 250px; /*determines width of a block*/
	color: #000000;
	clear: right;
}
#reg_form_option_links {
	position:relative;
	margin-top:10px;
	margin-bottom:5px;
	color: #000000;
}
#reg_form_option_links a {
	font-size:1.0em;
	color: #000000;
}
#reg_form_option_links a:hover{
	font-size:1.0em;
	color: #999999;
}
#reg_form_option_links img {
	vertical-align:middle;
}

#redbox {
	background-color:#405bae;
	color:#fff;
	padding:5px 8px;
	margin: 2px 0px 2px 0px;
  border-radius: 4px;
}
#redbox img {
	vertical-align: middle;
}
#redbox a {
	color: black;
}
.redbox {
	background-color:#405bae;
	color:#fff;
	padding:6px 8px;
	margin: 2px 0px 2px 0px;
  border-radius: 4px;
}
.redbox img {
	vertical-align: middle;
}
.redbox a {
	color: black;
}
.userlist {
	border-collapse:collapse;
	border:1px solid #333;
}
.userlist td {
	padding:3px 6px;
	border:1px solid #333;
	vertical-align:top;
}
.userlist td input.button {
	margin:0;
	padding:0;
	background-color:#333;
	color:#fff;
	font-size:0.80em;
	padding:2px 7px;
	margin-bottom:10px;
	cursor: pointer;
}
table form {
	margin:0;
	padding:0;
}
/* button to view sign up sheet */
.viewSheetButton {
    background-color: #009900; /* Green */
    border: none;
    color: #fff;
    margin: 3px;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    display: inline-block;
}
/* unvisited link */
a.viewSheetButton:link {
    color: white !important;
    text-decoration: none !important;
}
/* visited link */
a.viewSheetButton:visited {
    color: white !important;
    text-decoration: none !important;
}
/* mouse over link */
a.viewSheetButton:hover {
    color: white !important;
    text-decoration: none !important;
}
/* selected link */
a.viewSheetButton:active {
    color: white !important;
    text-decoration: none !important;
}
/* button to add item */
.addItemButton {
    background-color: #FFFF99; /* pale yellow - same as ttsualert */
    border: none;
    color: #000;
    margin: 3px;
    padding: 5px 11px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
}
/* unvisited link */
a.addItemButton:link {
    color: #000 !important;
    text-decoration: none !important;
}
/* visited link */
a.addItemButton:visited {
    color: #000 !important;
    text-decoration: none !important;
}
/* mouse over link */
a.addItemButton:hover {
    color: #000 !important;
    text-decoration: none !important;
}
/* selected link */
a.addItemButton:active {
    color: #000 !important;
    text-decoration: none !important;
}
/* button to cancel */
.undoButton {
    background-color: #B0B0B0; /* Green */
    border: none;
    color: #fff;
    margin: 3px;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    display: inline-block;
}
/* button to clear */
.clearButton {
    background-color: #B0B0B0; /* Green */
    border: none;
    color: white !important;
    margin: 3px;
    padding: 2px 2px;
    text-align: center;
    text-decoration: none;
    font-size: 10px;
    border-radius: 4px;
    display: inline-block;
}
/* unvisited link */
a.undoButton:link {
    color: white !important;
    text-decoration: none !important;
}
/* visited link */
a.undoButton:visited {
    color: white !important;
    text-decoration: none !important;
}
/* mouse over link */
a.undoButton:hover {
    color: white !important;
    text-decoration: none !important;
}
/* selected link */
a.undoButton:active {
    color: white !important;
    text-decoration: none !important;
}
#footer {
	clear:both;
	background:#white;
	text-align:left;
}
#footer em {
	font-style:normal;
	display:block;
	height:0px;
	padding-bottom:5px;
}
#footer a {
	color:#225279;
	text-decoration:none;
}
#footer a:hover {
	color:#000;
	text-decoration:underline;
}
#footer address {
	padding:30px 19px 20px 19px;
	font-style:normal;
}

/* Added by Kent */
.item_name_text {
	display: none;
	width: 160px;
	height: 32px;
	font-size: 12px;
}

#waiting {
	position:absolute;
	width:150px;
	height:50px;
	background-color:white;
	top:50%;
	left:50%;
	margin-top:-25px;
	margin-left:-25px;
	display:none;
	text-align:center;
	padding-top:30px;
}

.clear {
	clear: both;
}
/*
#overlay {
	display:none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.3;
	filter: alpha(opacity = 0.3);
}
*/
#column_heading strong{ font-size:16px;}
.column_heading strong{ font-size:16px;}

 .my_logo_cls{  width:318px !important; height:70px !important }
 #facebook_cssmenu {margin-left: 10px;position: relative;top: -30px;vertical-align: middle;width: 80px;display: inline-block;right: 0px;}
 #twitter_cssmenu {margin-left: 10px;position: relative;top: -27px;vertical-align: middle;width: 80px;display: inline-block;right: 0px;}

@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
/* iPhone 5 or iPod Touch 5th generation */
input.button { height:auto !important}
}
