/*Edit Layout*/


/*Basics*/
a:active 
  {
	text-decoration: none;
	color: #4EA7FA;
	font-weight: bold;
  }
a:hover 
  {
	text-decoration: none;
	color: #4EA7FA;
	font-weight: bolder;
  }
a:link 
  {
	text-decoration: none;
	color: #4EA7FA; 
	font-weight: bold;
  }
a:visited 
  {
	text-decoration: none;
	color: #4EA7FA; 
	font-weight: bold;
  } 
p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF; 
  }
ul{
  list-style-position:inside;
	padding:0 0 0 9;
	}
li{
	padding:0 0 3 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color:white;
  }
blockquote{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF; 
  }
	
.red{
	color: #FFFFFF; 
	font-weight: bold;
	font-size: 16px; 
}	
.offsetcolor{
	background-color: #4A556D;/*dark silver*/
}
.offsetcolorminor{
	background-color: #4A556D;/*blue silver*/
}
.editbox{
	font-family: Arial, Helvetica, sans-serif;
	width: 99%; 
	font-size: 12px;
}
.minibutton{
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: lowercase;
}
.textbox{ 
	font-family: Arial, Helvetica, sans-serif;
	width: 99%; 
	font-size: 12px;
}
.tablebox{
	padding: 3px;
	border: thin solid #999999;
	border-radius:5px;
	-moz-border-radius:5px;
}
.tableboxcolored{
	padding: 3px;
	border: thin solid #0000FF;
	background-color: #4D628F;
	width:98%;
	border-radius:5px;
	-moz-border-radius:5px;
}
.subtitle{
	font-family:    Handel Gothic BT, SerpentineDBol, Impact, Franklin Gothic Heavy, Arial Black, Arial, Cooper Black, Shotgun BT, ShotgunBlanks BT,Showcard Gothic, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.subtitle_help{
	font-family:    Handel Gothic BT, SerpentineDBol, Impact, Franklin Gothic Heavy, Arial Black, Arial, Cooper Black, Shotgun BT, ShotgunBlanks BT,Showcard Gothic, Helvetica, sans-serif;
	font-size: 12pt;
	color: aqua;
	margin-bottom: 10px;
}
.title{
	font-family:    Handel Gothic BT, SerpentineDBol, Impact, Franklin Gothic Heavy,Arial Black, Arial, Cooper Black, Shotgun BT, ShotgunBlanks BT,Showcard Gothic, Helvetica, sans-serif;
	font-size: 18pt;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.title_help{
	font-family:    Handel Gothic BT, SerpentineDBol, Impact, Franklin Gothic Heavy,Arial Black, Arial, Cooper Black, Shotgun BT, ShotgunBlanks BT,Showcard Gothic, Helvetica, sans-serif;
	font-size: 18pt;
	color: aqua;
	margin-bottom: 15px;
}

.help_window{
  /*used for form titles*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	position:absolute; 
	visibility:hidden; 
	width:300px; 
	background-color:white; 
	padding:5px; 
	margin:0px; 
	border: solid 1px silver; 
	text-align:left;
	z-index:8001;
  }
	


/*extras*/
.destinationunknown{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-variant: small-caps;
	position: relative;
	top: 2px;
	text-align: center;
	font-size: 12px;
}
	
.boxtitle_standard{
	font-family: SerpentineDBol, Cooper Black, Franklin Gothic Heavy, Berlin Sans FB Demi, Arial Black, sans-serif;
	font-size: 15pt;
	color: #FFFFFF;
}
.buttonmini{
	height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-transform: lowercase;
}
.buttondownload{
	/*
	width: 165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	margin-top:3px;
	background-color:#444444;
	border-style:ridge;
	border-color:#333333;
	*/
}

.buttonflipper{
	font-size:10px;
	font-family:Arial,sans-serif;
	color:#FFFFFF;
	text-transform: lowercase;
	background-color:#444444;
	border-style:ridge;
	border-color:#333333;
	width: 93px; 
}
.groovybutton{
	font-size:9px;
	font-family:Arial,sans-serif;
	color:#FFFFFF;
	background-color:#444444;
	border-style:ridge;
	border-color:#333333;
	width: 100%; 
}
.title_tokenpurchase{
	font-family: SerpentineDBol, Cooper Black, Franklin Gothic Heavy, Berlin Sans FB Demi, Arial Black, sans-serif;
	font-size: 15pt;
	color: #FFFFFF;
	margin-left:7px;
	margin-top: -2px;
}
