@import url(//fonts.googleapis.com/css?family=Dosis&subset=latin,latin-ext); /* FONT  FOR CSS3MENU */
@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, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

body {
	background: #ffffff;
	font-family: 'Inter', sans-serif;
  font-size: 0.9em;
  line-height: 1.4; /* Baseline grid of 21px */
	color:#666;
  top: 0px !important; /* this is for google translate */
}
#wrapper {
/*	background: #FFFFFF url(../images/bg.png) repeat-x 0 0;
  removed 2023-09-13 due to flex-wrapper moving it and not aligned */
	overflow:visible; 
}
.flex-wrapper {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
#outer {
	width:980px;
	position: relative;
	text-align:left;
	overflow:visible;
}
#branding {
	height:90px; /* height of the menu & logo */
	position:relative;
}
#logo {
  margin-top:29px;
  clear:both;
}
#branding p {
	position:absolute;
	right:10px;
	bottom:10px;
	text-align:right;
	font-size:0.92em;
	color:#666;
}
#branding p a {
	color:#000;
	text-decoration:underline;
}
#branding p a:hover {
	color:#999;
	text-decoration:none;
}
#language {
	position:absolute;
	top:0;
	right:0;
	color:black;
}
#language a {
	color:#000;
	text-decoration:underline;
}
#side_bar {
	width:184px;
	float:left;
	padding:8px 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;
	background:url(../images/nav_bg.png) no-repeat left bottom;
	padding-bottom:7px;
	cursor:pointer;
	overflow:hidden;
}
#side_bar li a span {
	display:block;
	width:167px;
	padding-top:7px;
	background:url(../images/nav_bg.png) no-repeat left top;
	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:747px; */
/*	background:url(../images/content_bg.png) no-repeat 0 0; */
	background-size: cover;
	float:left;
	padding:17px 20px;
	overflow:visible;
}
#content #inner a {
	color:#000;
	text-decoration:underline;
}
#content #inner a:hover {
	color:#666;
	text-decoration:none;
}
#breadcrumb {
	margin-bottom:10px;
}
#breadcrumb a {
	font-weight:bold;
	color:#000;
	text-decoration:underline;
}
#overlay {
    background-color: #fff;
    border: 2px solid #000;
    padding: 10px;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#breadcrumb a:hover {
	color:#666;
	text-decoration:none;
}
#content h1 {
	font-size:1.55em;
	color:#000;
	border-bottom:1px solid #ffa000;
	font-weight:normal;
	margin-bottom:1px;
	margin-top:1px;
}
#content h1 img {
	vertical-align:middle;
}
#content h3 a:visited {
	text-decoration:none;
	font-size:1.20em;
}

#content h3 img {
	vertical-align:middle;
}

#index_two_columns {
	margin-top:20px;
}
#index_two_columns li {
	list-style-type:none;
	float:left;
	margin:0 10px 10px 0;
  border-radius: 4px;
	width:328px;
	background:#F0F0F0;
	padding-left:18px;
	height:65px !important;
	max-height:65px !important;
	overflow:hidden;
}
#index_two_columns li a { /*this is the first line of the box - link */
	font-size:1.1em;
	display:block;
	color:#333;
	padding-top:5px;
	padding-bottom:1px;
	cursor:pointer;
	overflow:hidden;
}
#index_two_columns li a span {
	display:block;
	width:328px;
	padding-top:1px;
}
#index_two_columns li a:hover {
	color:#999;
}
#index_two_columns span p.title { /*this is the description line of the box */
	font-size:1em;
	color:#666;
	margin:0;
	padding-top:0px;
	background:#F0F0F0;
	line-height:15px;
}
#index_two_columns img {
	vertical-align:middle;
}
#index_one_column {
	margin-top:25px;
}
#index_one_column li {
	list-style-type:none;
	margin:10px 5px 0 5px;
  border-radius: 4px;
	padding-top:10px;
	padding-left:10px;
	padding-bottom:5px;
	background:#F0F0F0;
	width:650px;
}
#index_one_column li a {
	font-size:1em;
	color:#333;
	padding-top:1px;
	padding-bottom:2px;
	cursor:pointer;
	overflow:hidden;
}
#index_one_column li a span {
	display:block;
	padding-top:1px;
}
#index_one_column li a:hover {
	color:#999;
}
#index_one_column li img {
	vertical-align:middle;
}
.indexCol {
/*  flex: 1; /* additionally, equal width */
/*  padding-top:0.4em; */
/*	padding-right:1em; */
/*  padding-bottom:0.4em; */
/*  padding-left:1em; */
/*  margin:8px 10px 2px 0; */
/*  border-radius: 4px; */
/*	width:328px; */
/*	background:#F0F0F0; */

}
.indexCol a { /*this is the first line of the box - link */
	font-size:1.1em;
/*	display:block; */
	color:#333;
	cursor:pointer;
	overflow:hidden;
}
.indexCol a:hover {
	color:#999;
}
.indexDescription { /*this is the description line of the box */
	font-size:1em;
	color:#666;
	margin-top:5px;
	margin-bottom:3px;
/*	background:#F0F0F0; */
	line-height:15px;
}
.indexCol img {
	vertical-align:middle;
}
#scheduleSearchBox {
    background-image: url('https://www.myconferencetime.com/images/search_icon32.png'); /* Add a search icon to input */
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: 2px center;
    font-size: 12px;
    padding: 4px 4px 4px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.description { /*this is the description line of the box */
	color:#000;
	font-size: 90%;
	line-height:10px;
}
.breakFlex {
  flex-basis: 100%;
  height: 0;
  width: 0;
}
.indexRow {
  display: flex; /* equal height of the children */
}
.small_80 { /*this is the schedule count*/
	font-size: 80%;
	line-height:10px;
}
form {
	margin-top:3px;
  margin-bottom:3px;
}
form li {
	list-style-type:none;
	clear:left;
	border-bottom:1px solid #f5f5f5;
	padding-bottom:8px;
	margin-bottom:8px;
}
li img {
	vertical-align:middle;
}
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;
}
/* SUMMARY SELECT DROP-DOWN MENU FORMATTING */
.select_summary {
  background:#696969;
	color:#FFFFFF;
  padding:10px;
  border-radius:4px;
	border:2px solid #fff;
}
.select_summary option {
  background: #fff;
  color: #000;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.select_summary optgroup{
  background:#fff;
  color:#000;
  font-style:normal;
  font-weight:bold;
}
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:1px;
	cursor: pointer;
	cursor: hand;
}
input.button_cancel {
	margin:0;
	padding:0;
	background-color:#666;
	color:#fff;
	font-size:1.08em;
	padding:7px 13px;
	margin-bottom:1px;
	margin-left:50px;
	cursor: pointer;
	cursor: hand;
}
input.button_delete {
	margin:0;
	padding:0;
	background-color:#333;
	color:#fff;
	font-size:1.08em;
	padding:7px 13px;
	margin-bottom:1px;
	margin-left:70px;
	cursor: pointer;
	cursor: hand;
}
/* button to add item */
.linkButton {
    background-color: #FFFF99; /* pale yellow - same as alert */
    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.linkButton:link {
    color: #000 !important;
    text-decoration: none !important;
}
/* visited link */
a.linkButton:visited {
    color: #000 !important;
    text-decoration: none !important;
}
/* mouse over link */
a.linkButton:hover {
    color: #000 !important;
    text-decoration: none !important;
}
/* selected link */
a.linkButton:active {
    color: #000 !important;
    text-decoration: none !important;
}
.linkButtonBorder {
    background-color: #FFFF99; /* pale yellow - same as alert */
    border: 1px solid #000;
    cursor: pointer;
    color: #000;
    margin: 1px;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    border-radius: 4px;
    display: inline-block;
}
button.greenButton {
	margin:5px;
	border: 2px solid #000;
  border-radius: 4px;
	background-color:#17A517;
	color:#fff;
	font-size:1.2em;
	padding:10px;
	cursor: pointer;
  width: 300px;
}
button.yellowButton {
	margin:5px;
	border:0;
  border-radius: 4px;
	background-color:#E4F20F;
	color:#000;
	font-size:1em;
	padding:7px;
	cursor: pointer;
  width: 300px;
}
button.redButton {
	margin:5px;
	border:0;
  border-radius: 4px;
	background-color:#FF0000;
	color:#000;
	font-size:1em;
	padding:7px;
	cursor: not-allowed;
  width: 300px;
}
button.grayButton {
	margin:5px;
	border:0;
  border-radius: 4px;
	background-color:#CCCCCC;
	color:#000;
	font-size:1em;
	padding:7px;
	cursor: pointer;
  width: 300px;
}
.groupWrapper {
  padding:3px;
  border-radius: 4px;
  margin:2px;
}
.isMember {
    background: LightGray;
}
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;
}
#content p.msg {
	margin:0;
}
h2 {
	font-size:1.30em;
	color:#000;
	margin:0;
	border-bottom:1px solid #999;
	margin-bottom:10px;
}
.msg {
	padding:5px 8px;
	margin-top:10px;
}
.error {
	background-color:red;
	color:#fff;
  padding:5px 8px;
  border-radius: 4px;
}
.adminRow {
	background-color: #FFFF99;
}
.adminSelfRow {
	background-color: #FFFF00;
}
.rowSelect {
	background-color:#D3D3D3;
}
.info {
	background-color:#009900;
	color:#fff;
}
.info strong {
	color:#FFFF99;
	font-weight:normal;
}
.alert {
	padding:5px 8px;
	background-color:#FFFF99;
	color:#333;
  border-radius: 4px;
}
#content #inner .info a {
	color:#FFFF33;
	text-decoration:underline;
}
#content #inner .info a:hover {
	color:fff;
	text-decoration:none;
}
#content #inner p.add_conference {
	margin-top:25px;
}
#content #inner p.add_conference a {
	font-size:1.38em;
	text-decoration:none;
}
#content p.add_conference img {
	vertical-align:middle;
}
#alert {
	padding:5px 8px;
	background-color:#FFFF99;
	color:#333;
  border-radius: 4px;
}
#alert img {
	vertical-align:middle;
}
.schedules {
	color:#333;
	border:1px solid black; 
	overflow:hidden; 
	border-spacing:0;
  border-radius:4px;
}
.schedules td {
	font-size:0.85em;
	overflow:hidden; 
	min-width: 175px;
  padding:4px;
	font-size:1.1em;
  border-radius:8px;
}
.scheduleTimeSlot {
	background:#f5f5f5 ;
	padding:5px;
	border-bottom: 1px dotted #606060;
}
.schedules span.closed a strong{
	color:#FF6600;
}
.schedules span.closed strong {
	color:#bebebe;
}
.schedules span.closed {
	color:#bebebe;
}
.schedules span.text {
	color:#999;
	vertical-align:middle;
}
.schedules span.text input {
	vertical-align:middle;
}
#content #inner .schedules a {
	color:#000;
	text-decoration:none;
	color:#000;
}
#content #inner .schedules a:hover {
	color:#999;
}
.schedules img {
	vertical-align:middle;
}
#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 #inner .schedule_tools a {
	color:#999;
	font-size:0.55em;
	text-decoration:none;
	color:#666;
}
#content #inner .schedule_tools a:hover {
	color:#000;
}
.schedule_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:top;
}
#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;
}
#content .conference img {
	vertical-align:middle;
}
.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;
}
#redbox {
	background-color:#009900;
	color:#fff;
	padding:5px 8px;
	margin:10px 0;
  border-radius: 4px;
}
#redbox img {
	vertical-align:middle;
}
.redbox {
	background-color:#009900;
	color:#fff;
	padding:5px 8px;
	margin:10px 0;
  border-radius: 4px;
}
.redbox img {
	vertical-align:middle;
}
#box {
	background-color:#FFFFFF;
	color:#000000;
	border:1px solid #000000;
  border-radius: 4px;
	padding:5px;
	margin:5px;
  max-width:700px;
}
#iFrameComment {
  max-width:680px;
}
.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;
	cursor: hand;
}
table form {
	margin:0;
	padding:0;
}

/* Footer */
#footer {
  clear: both;
  background: #f1f1f2 url(../images/footer_bg.png) repeat-x 0 0;
  text-align: left;
  color: #2b2f33; /* strong contrast on #f1f1f2 */
}

#footer .footer-inner {
  padding: 30px 19px 20px 19px;
}

#footer .footer-links,
#footer .footer-legal,
#footer .footer-meta,
#footer .footer-actions {
  margin: 0 0 10px 0;
}

/* Link styling (high contrast) */
#footer a {
  color: #1b4f72;
  text-decoration: underline;
}

#footer a:hover {
  color: #000;
  text-decoration: none;
}

/* Focus visibility for keyboard users */
#footer a:focus,
#footer a:focus-visible,
#footer button:focus,
#footer button:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* Keep the legal line readable */
#footer .footer-legal em {
  font-style: normal;
}

/* Slightly smaller metadata line, but still readable */
#footer .footer-meta small {
  font-size: 0.95rem;
}

/* If your theme or plugins ever set "muted" in the footer, override it */
#footer .text-muted {
  color: #2b2f33 !important;
}

.tools
{
	text-align:left;
}

.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 : 1px;
    background : #62B18D;
    width : 600px; 
	color: #000000;
	max-height:18px;
	height:18px;
}
p.clear {
	clear: both;
}
#header.floating {
    position: fixed;
    top: 29px;
    padding-left: 20px;
    background-color:#666666;
    width:747px;
}
/* corners of profile schedule icons sched_icon */
.rounded_corners {
  border-radius: 0.25rem; /* similar to boostrap rounded */
}
/* do not display image is no src
useful for blank sched_icon */
img[src=""] {
  display: none !important;
}
.menubar{ /* makes the menubar sticky */
  position:fixed;
  top:0;
  left:0;
  background-color:#666666;
  width:980px;
  height:29px;
  clear:both;
  z-index:1;}
/* CSS3MENU *******************************************************/
ul#css3menu1,ul#css3menu1 ul{ /* color of entire menu is here */
	margin:0;list-style:none;padding:0;background-color:#666666;border-width:0;border-style:solid;border-color:;}
ul#css3menu1 ul{ /* submenu color */
	visibility:hidden;position:absolute;left:0;top:100%;background-color:#EF7E4C;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;-moz-box-shadow:0 -8px 16px -4px #ec662b inset;-webkit-box-shadow:0 -8px 16px -4px #ec662b inset;box-shadow:0 -8px 16px -4px #ec662b inset;padding:0 7px 7px;}
ul#css3menu1 li:hover>ul{
	visibility:visible;}
ul#css3menu1 li{
	position:relative;display:block;white-space:nowrap;font-size:0;float:left;}
ul#css3menu1 li:hover{
	z-index:1;}
ul#css3menu1{
	font-size:0;width:100%;z-index:999;position:relative;display:float;zoom:1;padding:0;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;
	*display:inline;}
* html ul#css3menu1 li a{
	display:inline-block;}
ul#css3menu1>li{
	margin:0;}
ul#css3menu1 a:active, ul#css3menu1 a:focus{
	outline-style:none;}
ul#css3menu1 a{ /* main menu options */
	display:block;vertical-align:middle;text-align:left;text-decoration:none;font:16px Dosis,Arial,sans-serif;color:#000000;cursor:pointer;padding:5px 20px;background-color:;background-repeat:repeat;border-width:0px;border-style:none;border-color:;}
ul#css3menu1 ul li{
	float:none;margin:7px 0 0;}
ul#css3menu1 ul a{ /* sub menu options */
	text-align:left;padding:5px 15px;background-color:transparent;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;font:14px Dosis,Arial,sans-serif;color:#FCE3D8;text-decoration:none;text-shadow:0 1px 1px #EC6A30;}
ul#css3menu1 li:hover>a,ul#css3menu1 li a.pressed{
	border-style:none;color:#FFFFFF;}
ul#css3menu1 img{
	border:none;vertical-align:middle;margin-right:17px;}
ul#css3menu1 > li.switch{
	display:none;cursor:pointer;width:25px;height:20px;padding:17px 20px;}
ul#css3menu1 > li.switch:before{
	content:"";position:absolute;display:block;height:4px;width:25px;border-radius:4px;background:#000000;-moz-box-shadow:0 8px #000000, 0 16px #000000;-webkit-box-shadow:0 8px #000000, 0 16px #000000;box-shadow:0 8px #000000, 0 16px #000000;}
ul#css3menu1 > li.switch:hover:before{
	background:#FFFFFF;-moz-box-shadow:0 8px #FFFFFF, 0 16px #FFFFFF;-webkit-box-shadow:0 8px #FFFFFF, 0 16px #FFFFFF;box-shadow:0 8px #FFFFFF, 0 16px #FFFFFF;}
.c3m-switch-input{
	display:none;}
ul#css3menu1 li:hover>a,ul#css3menu1 li > a.pressed{
	border-style:none;color:#FFFFFF;text-decoration:none;}
ul#css3menu1 ul li:hover>a,ul#css3menu1 ul li > a.pressed{
	background-color:#E76F3A;color:#ffffff;text-decoration:none;text-shadow:0 1px 1px #EC6A30;}
ul#css3menu1 li.topmenu>a{ /* top menu color and options */
	-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;background-color:#666666;border-radius:0px;-moz-border-radius:0px;-webkit-border-radius:0px;color:#FFFFFF;margin:0;}
ul#css3menu1 li.topmenu:hover>a,ul#css3menu1 li.topmenu > a.pressed{
	-moz-box-shadow:inset 0 8px 12px -2px #ec662b;-webkit-box-shadow:inset 0 8px 12px -2px #ec662b;box-shadow:inset 0 8px 12px -2px #ec662b;background-color:#EF7E4C;color:#FFFFFF;}
/* CSS3MENU *******************************************************/
@media screen and (max-width: 769px) {
	ul#css3menu1 > li {
		position: initial;}
	ul#css3menu1 ul .submenu,ul#css3menu1 li > ul {
		left: 0; right:auto; top: 100%;}
	ul#css3menu1 .submenu,ul#css3menu1 ul,ul#css3menu1 .column {
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;padding-right: 0;width: 100% !important;}
}
@media screen and (max-width: 768px) {
	ul#css3menu1 {
		width: 100%;}
	ul#css3menu1 > li {
		display: none;		position: relative;		width: 100% !important;}
	ul#css3menu1 > li.switch,.c3m-switch-input:checked + ul#css3menu1 > li + li {
		display: block;}
	ul#css3menu1 > li.switch > label {		position: absolute;cursor: pointer;top: 0;left: 0;right: 0;bottom: 0;}}

@media all and (max-width: 450px) and (min-width: 300px) {
	.resp #outer {
width:100%;
position: relative;
text-align: left;
overflow: hidden;
}
	.resp #content {
/*width:95%; */
background: url(../images/content_bg.png) no-repeat 0 0;
float: left;
padding: 17px 10px;
overflow: auto;
clear:both;
}
.resp #index_one_column li {
list-style-type: none;
margin: 10px 5px 0 5px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 5px;
background: url(../images/schedule_name_bg.png) repeat left bottom;
width:90%;
}

.resp #logo a img{ max-width:100%}
.resp .schedules td {
border: 1px solid #999;
font-size: 0.85em;
width: 90% !important;
float: left;
 margin: 10px 0px;
}
.resp .schedules {
border-collapse: collapse;
border: none;
color: #333;
}
		
}
@media all and (max-width: 680px) and (min-width:500px) {
	.resp #outer {
width:100%;
position: relative;
text-align: left;
overflow: hidden;
}
	.resp #content {
width:95%;
background: url(../images/content_bg.png) no-repeat 0 0;
float: left;
padding: 17px 10px;
overflow: auto;
clear:both;
}
.resp #index_one_column li {
list-style-type: none;
margin: 10px 5px 0 5px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 5px;
background: url(../images/schedule_name_bg.png) repeat left bottom;
width:90%;
}
.resp #logo a img{ width:100%}	
.resp .schedules td {
border: 1px solid #999;
font-size: 0.85em;
width: 90% !important;
float: left;
 margin: 10px 0px;
}
.resp .schedules {
border-collapse: collapse;
border: none;
color: #333;
}
}
@media all and (max-width: 1000px) and (min-width: 700px) {
		.resp #outer {
width:100%;
position: relative;
text-align: left;
overflow: hidden;
}
	.resp #content {
width:95%;
background: url(../images/content_bg.png) no-repeat 0 0;
float: left;
padding: 17px 10px;
overflow: auto;
clear:both;
}
.resp #index_one_column li {
list-style-type: none;
margin: 10px 5px 0 5px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 5px;
background: url(../images/schedule_name_bg.png) repeat left bottom;
width:90%;
}
	
}


