/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}

.sendButton {
  display: block;
  font-size: 16pt;
}

/** Most GWT widgets already have a style name defined */
.gwt-DialogBox {
  width: 400px;
}

.dialogVPanel {
  margin: 5px;
}

.Error {
  color: red;
}

.contentTable {
  background-color:#E5ECF9;   
  width: 400px;
 height:200px;
 text-align: center;
 vertical-align:middle;
}

.chinese {
 width: 400px;
 height:100%;
 text-align: center;    
 font-size:4.0em !important;    
}

.english {
 width: 400px;
 height:100%;
 text-align: center;
 font-size:28px !important;     
}

.toolbar {
 height:100%;
}

.flipButton {
	 width: 50px;
}
.pinyin {
 width: 400px;
 height:100%;
 text-align: center;
 font-size:3.0em !important;     
}

.progressbar-inner {
    border: 1px solid #CCCCCC;
    margin: 1px;
}

.progressbar-bar {
    width: 2px;
    height: 10px;
    margin: 1px;
}

.titleLabel {
	display: inline;
}
.progressbar-fullbar {
    background: green;
}

.progressbar-blankbar {
    background: #eee;
}

.word {
     font-size:130%;	
}

table.radicaltable {
    margin: 0 0 0 0;
    background: #ffffff;
    border: 1px #E6E6E6 solid;
    border-collapse: collapse;
}
.radicaltable td, .radicaltable tr { border: 1px #E6E6E6 solid;text-align:left;padding: 0.2em;
}

.radicaltable th {
	font-size:75%;
	border: 1px #E6E6E6 solid;text-align:center;padding: 0.1em;
    font-family: Helvetica,Arial,STXihei,STHeiti,SimSun,SimHei,"Arial Unicode MS",Sans-Serif;
}

.radicaltable td {
	
    font-family: Helvetica,Arial,STXihei,STHeiti,SimSun,SimHei,"Arial Unicode MS",Sans-Serif;
}
.radicaltable a:link {
	text-decoration:none;
}
.radicaltable a:hover {
	text-decoration:none;
	background-color:#66FFFF;
}