* {
   font-family: Tahoma, Verdana, Arial;
   font-size: 11px;
}

body {
   color: #1E4277;
   background-color: #ffffff;
   margin: 0px;
   font-family: Tahoma, Verdana;
   font-size: 11px;
}
h1 {
   color: #E6F1FC;
   font-family: Tahoma, Verdana, Arial, Times;
   font-size: 15px;
   font-weight: bold;
   padding: 0;
   margin: 0;
}
input, select {
   font-family: Tahoma, Verdana;
   font-size: 11px;
}
#dicBarCtrl {
   padding: 2px 2px 0px;
   margin: 0px;
}
#dicCtrl {
   border-bottom: solid 1 #808080;
   height: 20px;
}
#searchBar {
   border-bottom: solid 1 #808080;
   height: 20px;
}
.imgBttn {
   margin: 0px 1px;
   border-color: #d4d0c8;
}
.imgBttnOn {
   margin: 0px 1px;
   border-color: #0a246a;
   background-color: #babec8;
}
.imgBttnOver {
   border-color: #0a246a;
   background-color: #9aa1bf;
}
#tabCtrl {
   background-color: #ffffff;
   color: #000000;
   padding: 4px 7px 0px 7px;
   height: 25px;
   border-bottom: solid 1 #808080;
   display: none;
}
.tabOff {
   border-right: solid 1 #808080;
   padding: 4px;
   cursor: default;
}
.tabOn {
   background-color: #d4d0c8;
   font-weight: bold;
   border-left: solid 1 #ffffff;
   border-right: solid 1 #000000;
   padding: 4px;
   cursor: default;
}
.button {
   width: 80px;
   height: 20px;
}
.content {
   background-color: #fffff;
   text-align: left;
   font-size: 12px;
   font-family: Tahoma, Verdana, Arial, "Times New Roman";
   border: none;
   border-bottom: solid 1 #808080;
}
#translCtrl {
   padding: 2px 4px;
}
#listCtrl {
   list-style-type: none;
   padding: 2px 0px;
   margin: 0px;
}
li {
   cursor: default;
   padding: 1px 4px;
}
li.selected {
   background-color: #000080;
   color: #ffffff;
}
li.link {
   text-decoration: underline;
   color: #0000ff;
}
span.tip {
   background-color: #ffff7f;
   border: solid 1px black;
   padding: 0px 2px;
}
.phrasesBar {
   color: blue;
   text-decoration: underline;
   font-weight: bold;
   cursor: default;
}
.transcription {
   font-family: "Lucida Sans Unicode";
   font-weight: bold;
   color: #707070;
}
.langOn {
   color: #000000;
   font-weight: bold;
   padding-left: 2px;
}
.langOff {
   color: #0000ff;
   text-decoration: underline;
   cursor: default;
   padding-left: 2px;
}
.google {
   background-color: white;
   border: solid 1 blue;
}

.btn {
	border: 1 outset;	
	background:url(../images/btn-bg.gif);
	width: 90px;
	height: 21px;
}
.bg {
	background:url(../images/title-bg.gif);
}
