html {
	height:100%;
}

body {
	background:#F0F8FF;
/*	background:#1014a5;*/
	color:#505050;
	margin:0 0 0 0;
	padding:10px;
}

.imp {
	color:red;
}

span.chair {
  font:80% "";
}

table.pro {
  width: 90%;
  border-top:1px solid #333333;
  border-left:1px solid #333333;
  border-right:1px solid #33333;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  margin: auto;
  text-align:left;
}


table.pro td{
  border-right:1px solid #333333;
  border-bottom:1px solid #333333;
  padding: 2px 5px ;
  margin: 0;
}


table.sc {
  width: 100%;
  border-top:1px solid #333333;
  border-left:1px solid #333333;
  border-right:1px solid #33333;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  margin: auto;
  text-align:left;
  font:85% "";
}

table.sc td{
  border-right:1px solid #333333;
  border-bottom:1px solid #333333;
  padding: 2px 5px ;
  margin: 0;
}

table.sc td.break {
  background:#ccf3f6;
  text-align:center;
}

table.sc td.duration {
  background:#c0d0dd;
}

table.sc td.shead {
  background:#d0d0d0;
  text-align:center;
}

table.sc td.oc {
  font:120% "";
  background:#a0ffa0;
  text-align:center;
}


table.hot {
  width: auto;
  border-top:1px solid #333333;
  border-left:1px solid #333333;
  border-right:1px solid #33333;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  margin: auto;
  float : left;
  text-align:center;
}

table.hot td{
  border-right:1px solid #333333;
  border-bottom:1px solid #333333;
  padding: 2px 15px ;
  margin: 0;
}

ul.hot {
  font : 85% "";
}

#container {
	width:750px;
	margin:0px auto;
	border:solid;
	border-width:2px;
	background-color:#1d2088;
	margin: 15px auto 10px auto ;
}

#headcontainer {
	width:100%;
	text-align:center;
}

#headtop {
	width:100%;
	height:60px;
	text-align:center;
	line-height:32px;
	color:#ffffff;
	backgroud-color: #330066;
/*	background-image:url(img/topedge.png);*/
	background-repeat:repeat-x;
}


#headbottom {
	width:100%;
	height:37px;
	text-align:center;	
	background-image:url(img/newmiddle.png);
	background-repeat:repeat-x;
	background-color:#f0f0f0;
	color:#ffffff;
}

#main {
	position:relative;
/*	background-color:#fcf7ec;*/
	background-color:#fffafa;
	width:750px;
	margin:0;
}

#menu{
  width : 129px;
  font : 85% "";
  list-style : none;
  padding: 0;
  margin: 25px 0 0 0;
/*  background-color:#f6ab00;*/
  background-image:url(img/newmiddle.png);
  background-repeat:repeat-x;
  float: left;
  color: #000000;
  border-right:1px solid #a0a0a0;
}

#menutop {
	text-align:center;
	height:32px;
	line-height:32px;
	color: #ffffff;
	background-color: #333399;
	font: 120% "";
	padding-top: 4px;
}

ul#menu li{
  font: 95% "";
  float: left;
  text-align: center;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #a0a0a0;
  color: #202020;
}

#menu a {
/*  background: #303030 bottom right no-repeat;*/
  color: #202020;
/*  border-right: 3px solid #292929;*/
/*  border-bottom: 3px solid #292929;*/
  display: block;
  margin: 0;
  text-decoration: none;
  padding: 8px 0px;
}

#menu a:hover {
	background: #4570A2;/* url("images/hover.gif") bottom center no-repeat;*/
	color: #ffffff;
	padding: 8px 0px;
}	

#content {
	float:right;
	width:570px;
	height:auto;
	margin:25px 25px 10px 25px;
/*	background-color:#ccffff;*/
}

#content h3 {
	width:85%;
	border-bottom:solid;
}

#footer{
	background-image:url("img/topedge.png");
	height:40px;
	background-color:#fffafa;
	position:relative;
	width:100%;
	text-align:center;
	font: 90% "";
	color:#A0A0A0;
	line-height:12pt;
	clear:both;
}

#tab{
  width: auto;
  border-top:1px solid #333333;
  border-left:1px solid #333333;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #FFFFFF;
  empty-cells: show;
  font: 120% "";
  margin: auto;
}

#tab td{
  border-right:1px solid #333333;
  border-bottom:1px solid #333333;
  padding: .25em 1em;
  margin: 0;
}

a.thumbnail {
	display: block;
	margin: 0.3em 10px 0.3em 0;
}

a.thumbnail img{
	position: relative;
}

a.thumbnail, a.thumbnail img{
	width: 120px;
	height: 100px;
}

a.thumbnail:hover {
	border: none;
	cursor: default;
}

a.thumbnail:hover img {
	width: 130px;
	height: 110px;
}
