body { 
  margin-top: 0;
}

html,input,select { 
  font-family: Georgia, Times New Roman, Times, serif;  
}

a {
  color: #555555;
  text-decoration: none;
}

h1 {
  padding: 8px;
  margin: 0;
  color: #5241AD;
  font-weight: normal;
  font-size: 18pt;
  text-align: center;
}

h2 {
  padding: 5px; margin: 0;
  font-size: 18pt;
  color: #5241AD;
  font-weight: normal;
}

tr {
  text-align: left;
  font-size: 10pt;
}


#splashBg {
  position: absolute; 
  top: 0; 
  left: 0; 
  z-index: 2; 
  width: 100%; 
  height: 100%;
}

#splashMain {
  position: absolute; 
  padding: 15px; 
  border: 1px solid #555555; 
  background: #fff; 
  top: 30%; 
  left: 25%; 
  right: 25%;  
  z-index: 3; 
  width: 50%; 
}

#splashLineHeight {
  line-height: 18pt;
}

#splashCloseDiv {
  text-align: right;
}

#tooltip {
	position: absolute;
	display: none; 
	top: 0px; 
	left: 0px;
	width: 277px; 
	height: 57px; 
  z-index: 2; 
	background: url(images/tooltip_bg.png);
}

.tooltipText {
	font-size: 9pt; 
	margin-bottom: 8px; 
	padding: 5px; 
	line-height: 14pt;
	display: none;
}

#settingsToggler {
  display: block;
  border: 1px solid #cccccc; 
  background: #fff;
  position: absolute; 
  border-top: 0;
  right: 5%; 
  padding: 5px;
  z-index: 1;
}

#settings {
  display: none;
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  border: 1px solid #cccccc; 
  border-top: 0;
}

#copyright {
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: 7.5pt;
	padding: 5px;
	text-align: left;
	margin: 10px 0 0px 0;
}

#copyright a {
  color: #5241AD;
}

#copyright a:hover {
  color: #7766CE;
}

.coverBlock {
  margin-left: auto; 
  padding-top: 8px; 
  margin-right: auto; 
  display: block; 
  width: 465px;
}

.arrowBlock {
  float: left;
  width: 20px;
  padding: 6px;
  display: block;
}

.midBlock {
  float: left;
  width: 325px;
  text-align: center;
  padding: 6px;
  display: block;
}

.leftCol {
  width: 48%; 
  float: left;
  padding: 1%;
}

.rightCol {
  float: left;
  width: 48%;
  padding: 1%;
}

.settingsInputSmall {
  width: 50px;
  padding: 3px;
  border: 1px solid #999999;
}

.settingsInput {
  width: 90%;
  padding: 3px;
  border: 1px solid #999999;
}

.settingsSelect {
  width: 90%;
  padding: 3px;
  border: 1px solid #999999;
}

.settingsButtonDiv {
  width: 100%;
  padding: 10px;
  text-align: center;
}

.settingsButton {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 40px;
  padding-right: 40px;
  border: 1px solid #999999;
  background: #fff;
}

.trWhite {
  background: #ffffff;
}

.trGrey {
  background: #fafafa;
}

.trHighlight {
  background: #eeeeee;
}

.tdGrayText {
	color: #bbb;
}

#adsCover {
  width: 488px;
  margin: 0px auto;
  padding: 7px;
}

#adsDiv {
  padding: 7px;
  width: 488px;
  text-align: center;
  border: 1px solid #cccccc; 
}
