@charset "utf-8";
body  {
	font: 100% Helvetica, Verdana, sans-serif;
	background: #666666;
	background-image: url(images/leather.gif);
	background-attachment: fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p  {
	Font: 100% Helvetica, Verdana, sans-serif;
}
.style a:link {
	color:#000000;
	text-decoration: underline;
	font-weight:bold;
}
.style a:visited {
	text-decoration: underline;
	color:#000000;
	font-weight:bold;
}
.style a:hover {
	text-decoration:none;
	color: #000000;
	font-weight:bolder;
}
.style a:active {
	text-decoration: underline;
	color: #000000;
	font-weight:bolder;
}
.style #container {
	background-color:#000000;	
	width: 700px;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.style #top a{
	color:#666666;
	font-size:12px;
	
}
.style #header {
	background:none;
	padding: 0;
}
.style #picture{	
	padding: 0 0 10px 0;
	height: 115px;
}  
.style #maincontent{
	background-image:url(images/table.png);
	background-repeat:no-repeat;
	width: 700px;
}
.style #buscontent{
	background-image:url(images/table_bus.png);
	background-repeat:no-repeat;
	width: 700px;
	empty-cells:show;
	
}
.style #comcontent{
	background-image:url(images/table_com.png);
	background-repeat:no-repeat;
	width: 700px;
	empty-cells:show;
}
.style #evcontent{
	background-image:url(images/table_ev.png);
	background-repeat: no-repeat;
	width: 700px;
	empty-cells:show;	
}

.style #ns_evcontent{
	background:#c6a971;
	background-image:url(images/table_ev.png);
	background-repeat: no-repeat;
	width: 700px;
	empty-cells:show;	
}

.style #evcontent_p{
	background-image:url(images/table_ev_p.png);
	background-repeat:no-repeat;
	width: 700px;
	empty-cells:show;	
}
.style1 {
	font-size:10px;
}
.stylecal {
	font-size:9px;
}
.style #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color: #FFFFFF;
	font-size: 12px;	
} 
.style #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 12px;
}
.style #footer a {
	color:#FFFFFF;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#pup {
  position:absolute;
  z-index:200; /* aaaalways on top*/
  padding: 3px;
  margin-left: 10px;
  margin-top: 5px;
  width: 250px;
  border: 1px solid black;
  background-color: #777;
  color: white;
  font-size: 0.95em;
}
