.static-container {
  font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", "DejaVu Sans", Tahoma, "Luxi Sans", sans-serif;
  font-size: 12px;
  line-height: 150%;
  margin-left: 0.3em;
}

.static-container h1 {
  font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", "DejaVu Sans", Tahoma, "Luxi Sans", sans-serif;
  font-size: 18px;
  color: #243A76; /*EPP Dark Blue*/
  padding: 0.3em 0.0em 0.2em 0.0em;
  margin-bottom: 1em; 
  border-bottom:2px solid #243A76;
}

.static-container h2 {
  font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", "DejaVu Sans", Tahoma, "Luxi Sans", sans-serif;
  font-size: 16px;
  padding: 1.5em 0.0em 0.2em 0.0em;
  color: #243A76; /*EPP Dark Blue*/
}

.static-container h3 {
  font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", "DejaVu Sans", Tahoma, "Luxi Sans", sans-serif;
  font-size: 14px;
  padding: 1.0em 0.0em 0.2em 0.0em;
  color: #243A76; /*EPP Dark Blue*/
}

.static-container ul {
/*  list-style: square; */
  padding-left: 1em;
  margin-left: 1em;
  list-style-type: disc;
  margin: 1em 0 1em 1.5em;
}

.static-container ul.contents {
  list-style-type: none;
  margin: 0 0 0 1.5em;
}

.static-container table {
  border-spacing: 0;
  border-style: none;
}

.static-container tbody {
  font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", "DejaVu Sans", Tahoma, "Luxi Sans", sans-serif;
  font-size: 12px;
  border-style: none;
}

.static-container tr {
  height: 10px;
  border-style: solid;
  border-width: 0px 4px 0px 0px;
  border-style: none solid none none;
  border-color: #243A76;
}

.static-container th {
  text-align: left;
  background-color: #243A76; /*EPP Dark Blue*/
  color: #ffffff;
  border-style: none;
  padding: 0px 2px 2px 2px;
}

.static-container th.symbol {
  width: 50px;
}

.static-container th.group {
  /*background-color: #54A1D5;*/
}

.static-container th.meaning {
  width: 200px;
}

.static-container td {
  text-align: left;
  background-color: #ffffff;
  border-width: 0px 0px 3px 0px;
  border-style: none none solid none;
  border-color: #54A1D5;
  padding: 1px 2px 1px 2px;
}

.static-container td.meaning {
  text-align: left;
  background-color: #54A1D5;
  color: #ffffff;
  border-color: #243A76;
}

.static-container .gramcode {
  /*font-family: Century Gothic, URW Gothic L, Optima, Futura, sans-serif; */
  /*color: #CCDAE5;*/
  font-weight: lighter;
}

.static-container .hw {
  font-weight: bold;
  font-size: 130%;
  color: #243A76;
}

.static-container .pv {
  font-weight: bold;
  font-size: 120%;
  color: #243A76;
}

.static-container .phrase {
  font-weight: bold;
  color: #243A76;
}

.static-container .pos {
  font-weight: bold;
  text-transform: uppercase;
  /*background-color: #243A76;*/ /*color:#ffffff;*/
}

.static-container .cefr-a1 {
  background-color: #ff8000;
  color: #ffffff;
  font-size: 90%;
}

.static-container .cefr-a2 {
  background-color: #00a0a0;
  color: #ffffff;
  font-size: 90%;
}

.static-container .cefr-b1 {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 90%;
}

.static-container .cefr-b2 {
  background-color: #008040;
  color: #ffffff;
  font-size: 90%;
}

.static-container .cefr-c1 {
  background-color: #54A1D5; /*EPP Pale Blue*/
  color: #ffffff;
  font-size: 90%;
}

.static-container .cefr-c2 {
  background-color: #243A76; /*EPP Dark Blue*/
  color: #ffffff;
  font-size: 90%;
}

.static-container .gw {
  color: #243A76;
  font-weight: bold;
  font-size: 90%;
  text-transform: uppercase;
}

.static-container .pron {
  font-family: "Lucida Sans Unicode", "DejaVu Sans", "Microsoft Sans Serif", "Lucida Grande", sans-serif;
  font-size: 110%;
}

.static-container .lab {
  text-transform: uppercase;
  font-size: 75%;
}

.static-container .inf {
  font-weight: bold;
}

.static-container .var {
  color: #243A76;
  font-weight: bold;
}

.static-container .def {
}

.static-container .eg {
  font-style: italic;
}

.static-container .clc-help {
  background: #ffffd8;
  border-width: 1px;
  border-style: solid solid solid solid;
  border-color: #ffe000;
  font-style: italic;
}

.static-container .special-csw {
  color: #ff0000;
  font-weight: bold;
}

.static-container .sref-display {
  font-style: italic;
}

.static-container .sref-type {
  font-weight: bold;
}

.static-container .thanks_message {
  font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", "DejaVu Sans", Tahoma, "Luxi Sans", sans-serif;
  font-size: 12px;
  color: #243A76;
  text-align: center;
  margin: 100px 10% 0 0;
}

.static-container #external h1 {
  font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", "DejaVu Sans", Tahoma, "Luxi Sans", sans-serif;
  font-size: 18px;
  color: #243A76;
  margin: 0 0 0.3em;
  padding: 0 0 0.5em 0em;
  border-bottom: 0.15em solid #243A76 !important;
}
.static-container a:link
{
  color:#243A76;
  font-weight: bold;
}
.static-container a:visited
{
  color:#243A76;
  font-weight: bold;
}
.static-container a:hover
{
  color:#000000;
  font-weight: bold;
}
.static-container a[name]:hover
{
  color:inherit;
  font-weight:inherit;
}
.static-container a[name]:link
{
  color:inherit;
  font-weight:inherit;
}
.static-container a[name]
{
  color:inherit;
  font-weight:inherit;
}

/*
 * Contact form
 */

textarea#message {
  display: block;
}

.contactform-submit-btn {
  width: 6em;
  font-family: Tahoma, "DejaVu Sans Condensed", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  font-weight: bold;
  color: #FFF;
  margin: .4em 0 0 0;
  padding: 0;
  border: 0.1em solid #CCDAE5;
  background-color: #243A76;
  cursor: pointer;
}


/*
 * Tabs
 */


ul.tabNavigation {
	list-style: none;
    margin: 0;
	padding: 0;
}

ul.tabNavigation li {
	display: inline;
}

ul.tabNavigation li a {
	padding: 5px 5px;
    background-color: #ccc;
    color: #000;
    text-decoration: none;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

ul.tabNavigation li a.selected,
ul.tabNavigation li a:hover {
	background-color: #243A76;
	color: #fff;
	padding-top: 7px;
}

ul.tabNavigation li a:focus {
	outline: 0;
}


div.EPtabs > div {
    min-height: 275px;
	padding: 5px 20px 5px 20px;
	margin-top: 3px;
	border: 1px solid #ddd;
}

div.EPtabs > div p,
div.EPtabs > div h3,
div.EPtabs > div li {
    padding-bottom: 8px;
}

div.EPtabs > div h2 {
	margin-top: 0;
}



/*
 * Additional
 */




.static-container .exclamation { 
 background-color: #800000;
 color: #ffffff; 
 padding-left: 0.375em; 
 padding-right: 0.375em; 
 font-size: 80%; 
 font-weight: bold; 
} 


