div.tabs 
{             /*for border of page*/
	margin: 0;
	padding: 0 ;
	float: left;
	list-style: none;
	height: 31px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width:100%;
	
}
div.tabs li 
{
	float: left;
	margin: 0 ;
	padding: 0 ;
	height: 30px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 30px; /*--Vertically aligns the text within the tab--*/
	border: 1.5px solid #999;
	border-left:none;
	border-right:3px solid #999;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow:hidden;
	position: relative;
	background:#e0e0e0 ;/*grey 's code*/
	width:4.2em;
	
	
}
div.tabs li a 
{
	text-decoration:none;
	color: #000;
	display: block;
	font-family:"Garamond","serif";
	font-size: 0.85em;
	font-weight:bold;
	padding: 0;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
	text-align:center;
	
	
}
.tab_container
{
	border: 1px solid #999;
	border-top: none;
	overflow:hidden;
	width: 100%;
	clear: both;
	float: left;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 15px;
	
}

div.tabs li a:hover 
{
	background: #fff;
	color: #000;
}
 
body#home a#homenav,
body#download a#downloadnav,
body#support a#supportnav 
{
	color: #000;
	background:#fff;
	font-weight:bold;
	overflow:hidden;
	float: none;
}

body .a
{
	color: #0d3f86;
	background:#fff;
	font-weight:bold;
	overflow:hidden;
	float: none;
	width:100%;	
}

body
{
	background: #64798E;
	margin-bottom:90px;
	margin-right:12px;
	overflow:inherit;
	float:left;

}


 h1	
 {
	font-size:3.1em;
	font-family:"Garamond","serif";
	color:white;
	width:6em;
}

 h2	
 {
	font-size:2.0em;
	font-family:"Garamond","serif";
	color:#64798E;
	margin-left:20px;
	font-variant: normal;
	font-style: normal;
	
}

 h4
 {
	font-size:1.32em;
	font-family:"Garamond","serif";
	margin-left:20px;
	margin-top:0px;	
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:0px;
}

ul
 {
	font-size:20.1px;
	font-family:"Garamond","serif"; 
	margin-right:20px;
	padding-bottom: 0px;
	padding-top: 0px;
 }

 p	
 {
	margin-right:20px;
	font-size:	20.1px;
	font-family:"Garamond","sans-serif";
	margin-left:20px;	
	margin-top:0px;
 }

.thinborder
 {
	border:1px solid #999;	
	text-align: bottom;
 }

 li
 {
	padding-top:3px;
	padding-bottom:3px;
 }

td	
 {
	font-size:3.1em;
	font-family:"Garamond","serif";
	color:white;
	font-weight:bold;
}

p#desc
 {
	display:block;
	overflow:hidden; 
	word-wrap:break-word;
	color:green;
 }

 #imap
 {
	display:block; 
	width:260px;
	height:250px;
	margin-left:20px;
	background:url(images/word_prediction.png) 0 0 no-repeat; 
	position:relative; 
	border:1px solid #999;
	margin-right:20px;	
	
}
#imap a.candidate 
{
	width:258px;
	height:28px; 
	padding-top:9px;
	left:-1px; 
	top:47px; 
	position:absolute;
	cursor:hand;
	cursor:pointer;
	text-decoration:none;
	
}
	
#imap a.candidate span 
{
	margin-left:-999px;
	position:relative;
	font-family:"Garamond","sans-serif";
	font-size:0.7em; 
	float:left;
	overflow:inherit;
	color:#000;
	display:block;
}
#imap a.candidate:hover span 
{
	border-radius:5px 5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius: 5px; 
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow:5px 5px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
	font-family:"Garamond","sans-serif";
	position:absolute; 
	left:100px; 
	top:50px; 
	margin-left:0; 
	width:130px;
	height:63px;
	display:block;	
}
 
#imap a.firstword
{	
	width:39.5px;
	height:25px; 
	position:absolute;
	left:4px; 
	top:50px; 
	padding-top:2px;
	cursor:hand;
	cursor:pointer;
	text-decoration:none;
	float:left;
}

#imap a.firstword span 
{
	margin-left:-999px;
	position:relative;
	font-family:"Garamond","sans-serif";
	font-size:0.7em; 
	display:block; 
	float:left;
	overflow:inherit;
	color:#000;
}
#imap a.firstword:hover span 
{
	border-radius:5px 5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow:5px 5px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow:5px 5px rgba(0, 0, 0, 0.1);
	font-family:"Garamond","sans-serif";
	position:absolute; 
	left:7px; 
	top:50px; 
	margin-left:0; 
	width:200px;
	height:70px
}

#imap a.alternativeword
{
	display:block; 
	width:137.7px;
	height:19px; 
	padding-top:12.8px;
	position:absolute;
	left:52px; 
	top:50px;
	cursor:hand;
	cursor:pointer;
	text-decoration:none;
	float:left;
	
}
#imap a.alternativeword span 
{
	margin-left:-999px;
	position:relative;
	font-family:"Garamond","sans-serif";
	font-size:0.7em; 
	display:block; 
	float:left;
	overflow:inherit;
	color:#000;
}

#imap a.alternativeword:hover span
{
	border-radius:5px 5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow:5px 5px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow:5px 5px rgba(0, 0, 0, 0.1);
	font-family:"Garamond","sans-serif";
	position:absolute; 
	top:48px; 
	left:3px;
	margin-left:0; 
	width:150px;
	height:65px
}

#imap a.symbolkey
{
	width:36px;
	height:31px; 
	padding-top:6px;
	position:absolute;
	left:0px; 
	top:207px;
	cursor:hand;
	cursor:pointer;
	text-decoration:none;
	
}
#imap a.symbolkey span 
{
	margin-left:-999px;
	position:relative;
	font-family:"Garamond","sans-serif";
	font-size:0.7em; 
	display:block; 
	float:left;
	overflow:inherit;
	color:#000;
}

#imap a.symbolkey:hover span 
{
	border-radius:5px 5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow:5px 5px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow:5px 5px rgba(0, 0, 0, 0.1);
	font-family:"Garamond","sans-serif";
	position:absolute; 
	left:7px; 
	top:-81px; 
	margin-left: 0; 
	width:120px;
	height:60px
}

#imap a.smileykey
{
	width:40px;
	height:30px; 
	padding-top:6px;
	position:absolute;
	left:220px;
	top:207px; 
	cursor:hand;
	cursor:pointer;
	text-decoration:none;

}

#imap a.smileykey span 
{
	margin-left:-999px;
	position:relative;
	font-family:"Garamond","sans-serif";
	font-size:0.7em; 
	display:block; 
	float:left;
	overflow:inherit;
	color:#000;
}

#imap a.smileykey:hover span 
{
	border-radius:5px 5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow:5px 5px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow:5px 5px rgba(0, 0, 0, 0.1);
	font-family:"Garamond","sans-serif";
	position:absolute; 
	left:-144px; 
	top:-81px; 
	margin-left:0; 
	width:150px;
	height:60px
}

#imap a.settingkey
{
	width:24px;
	height:30px; 
	padding-top:6px;
	position:absolute;
	left:39px; 
	top:207px; 
	cursor:hand;
	cursor:pointer;
	text-decoration:none;
	
}

#imap a.settingkey span 
{
	margin-left:-999px;
	position:relative;
	font-family:"Garamond","sans-serif";
	font-size:0.7em; 
	display:block; 
	float:left;
	overflow:inherit;
	color:#000;
}

#imap a.settingkey:hover span 
{
	border-radius:5px 5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow:5px 5px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow:5px 5px rgba(0, 0, 0, 0.1);
	font-family:"Garamond","sans-serif";
	position:absolute; 
	display:block;
	left:15px; 
	top:-81px; 
	margin-left:0; 
	width:130px;
	height:60px
}
#imap a.spacekey
{
	width:74px;
	height:30px; 
	padding-top:6px;
	position:absolute;
	left:93px; 
	top:207px; 
	cursor:hand;
	cursor:pointer;
	text-decoration:none;
	
}

#imap a.spacekey span 
{
	margin-left:-999px;
	position:relative;
	font-family:"Garamond","sans-serif";
	font-size:0.7em; 
	display:block; 
	float:left;
	overflow:inherit;
	color:#000;
}

#imap a.spacekey:hover span 
{
	border-radius:5px 5px; 
	-moz-border-radius:5px; 
	-webkit-border-radius:5px; 
	box-shadow:5px 5px 5px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow:5px 5px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow:5px 5px rgba(0, 0, 0, 0.1);
	font-family:"Garamond","sans-serif";
	position:absolute; 
	display:block;
	left:8px; 
	top:-81px; 
	margin-left:0; 
	width:130px;
	height:60px
}

* html a:hover 
{
	background:transparent;
}
.classic 
{ 
	float:left;
	padding:5px;
	background:#9FDAEE; 
	border:2px solid #2BB0D7; 
}

			