body {
	font-size: 11px;
	font-family: "Trebuchet MS", Trebuchet, "Lucida Sans Unicode", Arial, "Lucida Sans", Tahoma, Sans-Serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background: black;
}

#container {
  width:800px;
  position: relative;
  margin: 0 auto;
}

/* header */
div#topBar {
    /* Bar with personalized menu (user preferences, favorites etc) */
    border-bottom-color: #ddd3c7; 
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #FFFFFF;
    padding: 0.25em 30px 0.25em 30px;
} 

div#slogan {
  font-size: 9px;
  letter-spacing: 5px;
  float: left;
} 

div#slogan a {
  color: #FFFFFF;
  text-decoration: none;
}

div#slogan a:hover {
  color: #FF9988;
} 


div#menu {
  color: #728FA4;
  font-size: 9px;
  text-align: right;
}

div#menu a {
  color: #FFFFFF;
  text-decoration: none;
}

div#menu a:hover {
  color: #FF9988;
}  

/* end of header */

a {
  color: #7f7f7f;
  text-decoration: none;
}

a:hover {
  color: #f3b62f;
  text-decoration: underline;
}

.url {
  width: 650px;
  padding: 5px;
  font-size: 25px;
  letter-spacing: -1px;
  color: #0066CC;
  font-family:Monaco, monospace; text-align:left;
  font-weight: normal;
  text-align: left;
  border: 1px solid #c1c1c1;
  background-image: url(../images/bgurl.png);
  background-repeat: repeat-x;
  background-color: #FFFFFF;
}

.code {
  font-size: 20px;
  color: #0066CC;
  font-weight: normal;
  text-align: center;
  border: 1px solid #c1c1c1;
  background-color: #FFFFFF;
}

.result {
  font-size: 30px;
  letter-spacing: -1px;
  color: #0066CC;
  font-weight: normal;
  text-align: center;
}

table.top {
  border-top:1px solid #e5eff8;
  border-right:1px solid #e5eff8;
  border-collapse:collapse;
}

caption.top {
  color: #9ba9b4;
  font-size:.94em;
  letter-spacing:.1em;
  margin:1em 0 0 0;
  padding:0;
  caption-side:top;
  text-align:center; 
}	 

td.top {
  color:#678197;
  border-bottom:1px solid #e5eff8;
  border-left:1px solid #e5eff8;
  padding:.3em 1em;
  text-align:center;
}

div#footer{ 
  clear: both; 
  border-top: 1px solid #728FA4; 
  padding: 0; 
  margin: 0; 
  color: #AEAEAE;
  font-size: 9px;
  text-align: center;
}

div#footer a {
  letter-spacing: 2px;
  text-decoration: none;
  color: inherit;
}

div#footer a:hover {
  text-decoration: underline;
  color: #336699;
}

/* round corners */
div.rounded-box {
  position:relative;
  background-color: #FFFFFF;
  margin: 3px;
}

div.top-left-corner, div.bottom-left-corner, div.top-right-corner, div.bottom-right-corner {
  position:absolute; width:20px; height:20px; background-color:#000000; overflow:hidden;
}

div.top-left-inside, div.bottom-left-inside, div.top-right-inside, div.bottom-right-inside {
  position:relative; font-size:150px; font-family:arial; color:#FFFFFF; line-height: 40px;
}

div.top-left-corner { top:0px; left:0px; }
div.bottom-left-corner {bottom:0px; left:0px;}
div.top-right-corner {top:0px; right:0px;}
div.bottom-right-corner {bottom: 0px; right:0px;}

div.top-left-inside {left:-8px;}
div.bottom-left-inside {left:-8px; top:-17px;}
div.top-right-inside {left:-25px;}
div.bottom-right-inside {left:-25px; top:-17px;}

div.box-contents {
	position: relative; padding: 8px; color:#000000;
}

#dhtmltooltip{
	position: absolute;
	width: 150px;
	border: 2px solid black;
	padding: 2px;
	background-color: lightyellow;
	visibility: hidden;
	z-index: 100;
	/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}