body {
/*  margin: 0px;*/
  margin: 0;
  padding: 1px;
  background-image:  url(images/water.png);
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
}

#virtual_page {
  display: table;
  margin: 0 auto;
  width: 780px;
  border: 1px solid #0e4588;
  background-color: white;
  clear: both;
}

#body li{ 
  padding: 6px; 
}

#left_pane { 
  width:180px; 
  padding-right:5px;
  margin:5px; 
  float:left; 
  border-right:solid; 
  border-right-color:#CCCCCC; 
  border-right-width:1px
}
#mid_pane { 
  width:374px; 
  margin:5px; 
  padding-right:5px;
  float:left;
  border-right:solid; 
  border-right-color:#CCCCCC; 
  border-right-width:1px
}
#right_pane { 
  width:180px; 
  padding:5px;
  float:left;
  height: 100em;
}
#scrollable { 
  overflow-y: scroll;
  height: 100%;
}
#copyright { 
  font-size: 8px;
}
#flash { 
  position: fixed;
  color: white;
  background: red;
  border: 2px outset #0e4588;
  border-top: none;
  border-right: none;
  top: 0px;
  right: 0px;
  width: 20%;
  max-height: 200px;
  overflow: auto;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  padding:  5px;
  font-size: 9pt;
  text-align: justify;
}
#flash a {
  display: block;
  color: white;
  text-decoration: none;
}

#valid { 
  position: fixed;
  bottom: 10px;
  left: 10px;
}

#facebook { 
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #DFECEC;
  padding: 6px 10px 0 10px;
  border: solid 1px #0e4588;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
 }

#ingles, #teflinbcn { 
  float: right;
  margin: 5px;
  padding: 5px;
  border: solid 1px #0e4588;
  background: white;
  text-align: center;
 }

#ingles h3, #teflinbcn h3 { 
  display: inline;
}

#ingles a img, #teflinbcn a img { 
  vertical-align: middle;
  height: 30px;
 }

#rss { 
  background: #DFECEC; 
  border: solid 1px grey;
  width: 75%;
  margin: 5px auto;
  padding: 5px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
 }

#rss_scroll { 
  border: solid 1px grey;
  background: white;
  margin: 5px;
  padding: 5px;
  overflow-y: auto;
  height: 90px;
 }

#rss_strip { 
  font-size: 11pt;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  padding: 0;
  width: 780px;
  overflow: hidden;
  margin: 0 auto 3px;
  position: relative; /* Necessary for IE6/7, at least */
  background: #D90303;
 }

#rss_strip a{ 
  color: white;
  text-decoration: none;
}
#rss_hide { 
  font-size: 8pt;
  margin: -20px 0 0;
  text-align: right;
  padding: 2px;
  position: relative; /* Necessary for negative margins to work on IE6/7, at least */
}
#rss_hide a{ 
  -moz-border-radius-topright: 2px;
  -moz-border-radius-topleft: 2px;
  -webkit-border-radius-top-right: 2px;
  -webkit-border-radius-top-left: 2px;
  padding: 2px;
  background: #D90303;
  color: white;
 }

#rss_strip_scroll {
  font-size: 11pt;
  font-weight: normal;
  text-transform: none;
  overflow: hidden;
  white-space: nowrap;
  margin:  0;
  border: solid 1px #D90303;
}
#rss_strip_scroll a { 
  color: white;
 }
#rss_strip_scroll ul{ 
  padding: 0;
  margin: 0;
}
#rss_strip_scroll li { 
  display: inline;
  padding: 0 10px;
}
#rss_strip a:hover { 
  background: #800000;
}

.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #111111;
}
.text_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #003399;
}
.sitedesign {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.quote_shaded { 
  background-color:#DFECEC; 
  padding:3px;
}
.quote_unshaded { 
  background-color:#F0F0F0; 
  padding:3px;
}
#why_list ul {padding: 12px;} 
#why_list li {padding: 4px;}
.style1 {
  color: #CC0000
}
.style2 {
  color: #333333
}
.style2b {
  font-size: 11px; color: #CC0000; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style5 {
  color: #999999; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
.style6 {
  color: #990000
}
.style7 {
  color: #CC0000;
  font-weight: bold;
}
a.black:link { 
  color: black
}
a:link {
  color: #CC0000;
  text-decoration: none;
}
a:visited {
  color: #CC3300;
  text-decoration: none;
}
a:hover {
  color: #982407;
  text-decoration: underline;
}
a:active {
  color: #F15877;
  text-decoration: none;
}

.fr { 
  float: right;
 }

em { 
  font-size: larger;
 }

.warning { 
  background: pink;
  font-size: larger;
  width: 80%;
  margin: auto;
  padding: 1em;
 }

.honey { 
  position: absolute;
  margin-left: -20cm
}

#dialog-box-overlay {
  z-index: 99;
  width: 100%; 
  height:100%;
  background:#dddddd; 
  position:fixed; 
  top: 0;
  left: 0; 

  filter: alpha(opacity:0.7);
  KHTMLOpacity: 0.7;
  MozOpacity: 0.7;
  moz-opacity:.70;
  khtml-opacity:.70;
  ms-filter:"alpha(opacity=70)";
  ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  filter:alpha(opacity=70);
  opacity:.70;
  zoom:1 /* so the element "hasLayout"*/
}

#dialog { 
  z-index: 100;
  position: fixed;
 /* Centre horizontally */
  width: 400px;
  left: 0;
  right: 0;
  margin: 0 auto;

  /* Centre vertically */
  top: 50%;
  height: auto;
  margin-top: -150px; /* negative of half the height */
  overflow: auto;
  border: 1px solid #0e4588;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 0;
  background: white;
  color: black;
  font-size: 16pt;
 }

#dialog h2 { 
  background-color: #0e4588;
  color: white;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  padding: 2px 16px;
  width: auto;
  margin: 0 auto;
 }

#dialog p {
  padding: 15px 10px;
  }

.special { 
  background: #DFECEC;
  border: 1px solid #0e4588;
  padding: 12px;
  font-size: 16pt;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
 }
