
*{
  margin: 0; padding: 0;
}
html, input, textarea, select{
  font-family: "Trebuchet MS", "Helvetica", "Verdana", "Arial", "sans-serif"; font-size: 13px; color: #696969;
}
h1.title{
	margin: 0.5em 0 0.2em 0; 
}	
h1,h2,h3{
  margin: 1.5em 0 0.3em 0; font-size: 1.8em;
  color: #484D98; font-weight: normal;
}
h2{
	font-size: 1.7em;
	border-bottom: 1px dashed #f18902; color: #f18902;
}
h3{
  font-size: 1.1em; font-weight: bold; color: #f18902;
}
h4{
	color: #a6a9d1;	margin: 0; font-size: 1.2em;
}
a{
  text-decoration: none; color: #f18902;
}
a:hover{
  text-decoration: underline; 
}
p,ul,address, table{
  margin: 0.5em 0; line-height: 1.5em;
}
ul{
  padding-left: 1.5em;
}
big{
  font-size: 1.2em;
}
small{
  font-size: 0.8em;
}
strong{
  font-weight: bold;
}
em{
  font-style: italic;
}


/* imgs */
img{
  border: none;
}
div.photo img{
  margin: 5px; background: #FFF; padding: 5px; border: 1px solid #C0C0C0;
}


/* tables */
table{
  border-collapse: collapse; border-spacing: 0; border: 1px solid #d8eaff;
  font-size: 1em;
}
th,td{
   padding: 0.3em 1em;
   text-align: left;
 }
tr.bg1{
   background: #d8eaff;
 }
tr.bg2{
   background: #FFF;
 }


#footer{
	padding: 0.5em 0; margin: 2em 0 0 0; border-top: 1px dotted rgb(100,100,100);
	}
 /* other */
 .dummy{
    clear: both;
}

p.message{
	background: rgb(230,230,230); border: 2px solid rgb(150,150,150);
	color: #000;
	padding: 0.5em;
}
p.error{
	background: rgb(255,230,230); border: 2px solid #F00;
}

#program{
	border: none;
}

#program tbody.invisible{
	display: none;
}

#program tbody tr{
	height: 2.5em;
}
#program td{
	padding: 0.5em 1em;
	border: 1px solid #e4e5f1;
}
#program td{
	color: #FFF;
}
#program td.white, #program th.white{
	 background: #FFF;
	 color: #484d98;
	 font-weight: bold; text-align: center;
}
#program td.grey{
  background: rgb(230,230,230);
  color: rgb(80,80,80);
  text-align: center;
}
#program td.orange{
	background: #f08801;
}
#program td.blue{
  background: #484d98;
}
#program td.empty{
background: #b6b8d6;
}
#program td.green{
  background: #6a9e33;
 }
 #program td.red{
   background: #FFFFA4; color: #000;
 }
 #program td.red:hover, #program td.green:hover, #program td.blue:hover, #program td.orange:hover, #program td.link:hover{
   opacity: 0.7; filter: alpha(opacity=70);
 }
 
 #program th.tab{
   background: url("../images/table/tab2.gif") top left no-repeat;
   width: 143px; height: 48px;
   padding: 0; text-align: center;
   color: #FFF; cursor: pointer;
 }
 #program th.tab.active{
   background: url("../images/table/tab1.gif") top left no-repeat;
   color: #484d98;
 }
 
 #program_detail{
   position: absolute; top: 50%; left: 50%; margin-left: -310px; margin-top: -160px;
   width: 600px; height: 300px;
   background: #FFF; border: 1px solid #000; padding: 10px;
 }
 #program_detail iframe{
   width: 600px; height: 280px; border: none;
 }
 
 #program_detail div a.schedule{
   float: left;
 }
 #program_detail div a{
   float: right; display: block;
 }
 #program_detail div{
   display: block; background: rgb(230,230,230); color: #000; padding: 0.2em 1em; height: 1.5em; line-height: 1.5em;
 }
