/*----------------------------------------------------------*/
/* HTML elements
/*----------------------------------------------------------*/
pre
{
  border: 1pt dashed black;
  white-space: pre;
  overflow: auto;
  padding: 1em 1em;
  margin-bottom: 1em;
	background : white;
	color : black;
	font-size: medium
}

.nicetable
{
  border: 1px solid black;
  padding: 2px;
  vertical-align: top
}
a
{
  text-decoration: underline;
  color: white
}
a:visited
{
  text-decoration: underline;
  color: white
}
a:hover
{
  text-decoration: underline;
  color: #FFCA05
}

a.black
{
  text-decoration: underline;
  color: black
}

p
{
color: black
}

p.white
{
color: white
}

.td_blue
{
  color: #ffffff;
  background-color:#4C78BA;
}

ul
{
  list-style-image: url("../images/arrow.gif")
}

/*----------------------------------------------------------*/
/* Main boxes
/*----------------------------------------------------------*/

#he_main
{
  clear: both;
  /*border: 1px solid white*/
}

#search
{
  /*border: 1px solid white;*/
  float: left;
  width:192px;
  height: 600px;
  padding-top: 10px
}

#middle
{
  background-color: #ffffff;
  float: left;
  /*border: 1px solid red;*/
  width: 748px;
  padding: 10px
}

#he_map
{
  float: left;
  width:500px; 
  height: 650px;
  padding: 0px
}

#inst_details
{
  /*border: 1px solid red;*/
  width:220px; 
  float: left;
  height: 650px;
  padding: 10px
}

#footer
{
background-color: white;
width: 748px;
margin-left: 192px;
padding: 10px
}

#search_result
{
  border:1px solid #000000;
  overflow: auto;
  width: 95%;
  height: 400px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-color: #7F9DB9
}

/*----------------------------------------------------------*/
/* Other elements
/*----------------------------------------------------------*/

h3#head_search
{
  margin-bottom: 5px;
  color: white
}

#txtSearch
{
  width: 95%
}

#cboSearch
{
  width: 95%;
  margin-bottom: 5px
}

#txt_from
{
  font-size:100%
}

#go_button
{
  width: 40px;
  font-size:100%
}
