body {
  background: url('../sogo/images/header.repeat.png') #4d4d4d repeat-x top;
  margin: 0;
  padding: 0;
  font-family: Tahoma, sans-serif;
  font-size: 12px;
  color: #666;
}

div#container {
  background: url('../sogo/images/background.png') #4d4d4d repeat;
}

img {
  border: none;
}

a:link, a:visited {
  color: #54b948;
  text-decoration: underline;
}

a:hover, a:active {
  color: #54b948;
  text-decoration: none;
}

#header {
  width: 800px;
  margin: 0 auto 5px;
}

#header img {
  padding-left: 125px;
  vertical-align: bottom;
}

#header ul {
  display: block;
  margin: 0 0 0 200px;
  padding: 0;
  height: 40px;
  n0border-left: 1px solid #3F2844;
}

#header ul li:first-child a {
  border-left: 1px solid #ddccb5;
  border-left: 1px solid #4d4d4d;
}

#header ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  height: 40px;
  n0border-right: 1px solid #2f2400;
  text-transform: uppercase;
}

#header ul li a:link, #header ul li a:visited, #header ul li a:active {
  display: block;
  height: 27px;
  color: #FFF;
  padding: 13px 15px 0;
  text-decoration: none;
  border-right: 1px solid #ddccb5;
  border-right: 1px solid #4d4d4d;
  white-space: nowrap;
  float: left;
}

#header ul li a:hover, #header ul li.active a {
  background-color: #54b948;
}

#content {
  padding: 23px 0;
  margin: 0 auto;
  width: 800px;
}

#content:after {
  content: "\A0";
  clear: both;
  display: block;
  height: 0px;
  overflow: hidden;
}

#left, #main, .box_nav ul, #newsbrief, #blogbrief {
  background-color: #FFF;
  border: 1px #DADADA;
  border-style: none solid;
  padding-top: 2px;
}

img.icon {
  float: left;
  margin: 0 7px 10px 0;
}

.box_home {
  width: 395px;
  padding: 0;
  margin: 0 5px 0 0;
  float: left;
  position: relative;
}

.box_home#right {
  float: right;
}

.box_full {
  position: relative;
  z-index: 5;
  width: 790px;
  padding: 0;
  clear: both;
  margin: 0 5px -137px 5px;
  margin: 0 5px;
}

.box_full p, .box_right p {
  line-height: 1.3em;
}

.box_full img.inline {
  float: right;
  margin: 5px 2px 0 24px;
}

.box_nav {
  width: 211px;
  padding: 0;
  margin: 0 5px 0 0;
  float: left;
}

.box_nav ul {
  display: block;
  padding: 17px 0 25px;
  margin: 0;
}

.box_nav ul li {
  font-size: 1.1em;
  display: inline;
  margin: 0;
  padding: 0;
}

.box_nav ul li:first-child a {
  border-top: 1px solid #EFEFEF;
}

.box_nav ul li:first-child a:link, .box_nav ul li:first-child a:visited, .box_nav ul li:first-child a:active {
  padding-top: 2px;
}

.box_nav ul li a:link, .box_nav ul li a:visited, .box_nav ul li a:active {
  display: block;
  padding: 3px 15px 2px;
  text-decoration: none;
  border-bottom: 1px solid #EFEFEF;
}

.box_nav ul li a:hover, .box_nav ul li.active a {
  background: url('../sogo/images/frame.nav.hover.gif') repeat-x top left;
}

.box_right {
  width: 580px;
  padding: 0;
  margin: 0 4px 0 0;
  float: left;
}

.box_home p {
  clear: both;
}

.box_download {
  padding: 0;
  margin: 0 0 20px;
}
.small.box_download {
  margin: 0 0px;
  padding: 0 0 10px 0;
}

.box_download p {
  border: 1px #cbc9c0;
  border-style: none solid;
  margin: 0;
  width: 487px;
  background-color: #efece6;
  line-height: 1.2em;
  padding: 12px 18px 0 18px;
}
.small.box_download p {
  width: 300px;
  width: 315px;
}

.box_download p.note {
  font-size: 1.0em;
  font-weight: normal;
  text-align: right;
}

.box_download p:first-child {
  padding: 18px 18px 0 18px;
  height: 50px;
  font-size: 1.2.em;
  /* francis */
}

.box_home:before, .box_full:before, .box_nav:before, .box_right:before {
  display: block;
  height: 9px;
  overflow: hidden;
}

.box_home:after, .box_full:after, .box_nav:after, .box_right:after {
  display: block;
  height: 17px;
  overflow: hidden;
}

.box_home:before {
  content: url('../sogo/images/frame.home.top.gif');
}

.box_home:after {
  content: url('../sogo/images/frame.home.bottom.png');
}

.box_full:before {
  content: url('../sogo/images/frame.full.top.png');
}

.box_full:after {
  content: url('../sogo/images/frame.full.bottom.png');
}

.box_nav:before {
  content: url('../sogo/images/frame.nav.top.gif');
}

.box_nav:after {
  content: url('../sogo/images/frame.nav.bottom.png');
}

.box_right:before {
  content: url('../sogo/images/frame.right.top.gif');
}

.box_right:after {
  content: url('../sogo/images/frame.right.bottom.png');
}

.box_download:before {
  content: url('../sogo/images/frame.download.top.gif');
  display: block;
  height: 8px;
  overflow: hidden;
}
.small.box_download:before {
  content: url('../sogo/images/frame.download.small.top.gif');
}

.box_download:after {
  content: url('../sogo/images/frame.download.bottom.gif');
  display: block;
  height: 27px;
  overflow: hidden;
}
.small.box_download:after {
  content: url('../sogo/images/frame.download.small.bottom.gif');
}

#version {
  text-align: left;
  padding: 20px 0 28px 0;
  /*height: 100px;*/
  left: 36px;
  left: 20px;
  position: relative;
}

#logo {
  text-align: center;
}

#version .number {
  display: block;
  z-index: 10;
  top: -29px;
  left: 255px;
  position: relative;
}

no#download #logo {
  display: block;
  position: absolute;
  top: -6px;
  left: -86px;
}

#download {
  position: absolute;
  left: 101px;
  top: 157px;
  background-color: #FDC572;
  background: url('../sogo/images/block.middle.png') repeat-x top;
  border: 1px solid #FDC572;
  width: 320px;
}

#download, .box_download p {
  /* .box_download p:first-child */
  font-size: 1.2em;
  font-weight: bold;
}

#download .number, .box_download .number {
  font-size: 0.85em;
  font-weight: normal;
}

#download a img, .box_download img {
  float: left;
  margin-right: 6px;
}

#download a img {
  padding-bottom: 11px;
}

#download a {
  color: #515153;
  display: block;
  padding-left: 35px;
  padding-top: 8px;
}

#main, #blogbrief, #newsbrief {
  padding: 22px 25px 17px;
}

#left {
  padding: 22px 20px 17px;
}

#left p.tagline {
  margin: 0;
  padding: 0 25px 25px 25px;
  text-align: right;
}

#left blockquote {
    margin-top: 10px;
}

#main p.more {
  clear: both;
  text-align: right;
}

ul.condensed {
  margin: 26px 0 0 2px;
  width: 20%;
  float: left;
  padding-bottom: 38px;
}

h1 {
  color: #E66926;
    color: #df2823;
    color: #1fa7d5;
    color: #54b948;
    margin-top: 0;
  padding-top: 0;
  font-weight: normal;
  font-size: 2em;
}

h2 {
  font-size: 1.4em;
  background-color: #666;
  color: #fff;
  padding: 0 3px;
  display: inline;
}

h3 {
  /*font-size: 1.05em;*/
  /*font-weight: normal;*/
  /*font-style: italic;*/
  color: #333;
  font-size: 1.2em;
  font-weight: bold;
}

pre {
  white-space: normal;
}

#footer {
  position: relative;
  line-height: 35px;
  text-align: center;
}

#footer img {
  vertical-align: top;
}

#footer a {
  color: #666;
}

#lowblurb {
  font-family: "Trebuchet MS";
  font-size: 1.6em;
  width: 350px;
  clear: left;
  margin: 0 25px 18px;
  padding-top: 52px;
  color: #444;
}

#newsbrief {
  width: 343px;
  float: left;
  margin-right: 25px; 
}

#blogbrief {
  border-left: none;
}

#left .linkbar {
  position: relative;
  top: -6px;
  text-align: right;
  margin: -6px 26px 0 0;
}

#main img {
  max-width: 530px;
}

table {
  border: none;
  padding: 0;
  margin: 0;
}

th {
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #DADADA;
  margin: 0;
  background-color: #F6F6F6;
  padding: 4px;
}

td {
  padding: 4px;
  border-bottom: 1px solid #EEE;
  margin: 0;
}

td.date {
  white-space: nowrap;
  text-align: right;
}

img.linkExtImg {
 background: url(../images/external.gif) top left no-repeat;
}

img.linkIntImg,
a.internal-link img {
 background: url(../images/internal.gif) top left no-repeat;
}

img.linkBackImg {
 background: url(../images/back.gif) top left no-repeat;
}

div.card {
  border: 1px solid #ccc;
  float: left;
  margin: 4px;
  padding: 8px;
}

div.card h3 {
  font-size: normal;
  font-style: normal;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0.5em 0;
}

div.card p {
  padding: 0;
  margin: 0;
  line-height: 1.5em;
}

hr {
  border: 0px;
  border-top: 3px solid #eee;
  width: 50px;
}

div.divider hr,
hr.clear {
  clear: both;
  border: 0;
}

a.button {
  background: transparent url('../images/button/bg_button_a.gif') no-repeat scroll top right;
  color: #444;
  display: block;
  float: right;
  font: normal 12px arial, sans-serif;
  height: 24px;
  margin-right: 6px;
  padding-right: 18px; /* sliding doors padding */
  text-decoration: none;
}

a.button span {
  background: transparent url('../images/button/bg_button_span.gif') no-repeat;
  display: block;
  line-height: 14px;
  padding: 5px 8px 5px 18px;
}

a.button:active {
  background-position: bottom right;
  color: #000;
  outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
  background-position: bottom left;
  padding: 6px 8px 4px 18px; /* push text down 1px */
}

/* sp_bettercontact */

div#sp_bettercontact_info {
 padding-bottom: 10px;
}

div.sp_bettercontact_msg {
 font-weight: bold;
}
p.tx_spbettercontact_message {
 margin: 0;
}

P.csc-frame-frame1 {
  font-family: monaco, courier, monospace;
}

DIV.csc-textpic {
  clear: left;
}

DIV.csc-textpic-text {
  /*clear: right;*/
}

DIV.csc-textpic-above {
  padding-top: 6px;
}

DIV.csc-textpic-clear {
  height: 12px;
}

/* tt_news */

DIV.news-catmenu {
  float: left;
  padding: 1.2em 0;
}

DIV.news-catmenu > a {
  display: none;
}

DIV.news-catmenu DIV.news-catmenu-ACT A {
 font-weight: bold;
 text-decoration: none;
}

DIV.news-search-form {
 float: right;
 padding-top: 1.2em;
}

DIV.news-search-form INPUT {
 font-size: smaller;
}

DIV.news-list-container {
  padding: 0px;
}

DIV.news-list-container,
DIV.news-single-item,
DIV.news-search-emptyMsg {
  clear: both;
  padding-top: 10px;
}

DIV.news-list-container DIV.news-catRootline {
  font-size: 1.4em;
}

DIV.news-list-container UL {
  margin: 0;
  padding: 0;
}

DIV.news-list-container UL LI {
  list-style-position: inside;
  list-style-type: square;
}

DIV.news-list-item H2 A {
  color: white;
}

DIV.news-single-item H2 {
  margin: 0;
}

SPAN.news-list-item-categories,
SPAN.news-header-list-categories,
DIV.news-single-category {
  color: #999;
}

SPAN.news-list-item-categories A,
SPAN.news-header-list-categories A,
SPAN.news-list-morelink A,
DIV.news-single-category A {
  color: #999;
}

DIV.news-header-list-title {
  border-bottom: 1px solid #eee;
  font-size: 0.95em;
  margin-bottom: 3px;
  padding-bottom: 5px;
}

DIV.news-header-list-title A {
  text-decoration: none;
}

SPAN.news-header-list-categories A {
  background-color: #aaa;
  border-radius: 5px;
  -moz-border-radius: 5px;
  color: #fff;
  font-size: 0.95em;
  padding: 0px 4px 1px 4px;
  text-decoration: none;
  text-transform: lowercase;
  white-space:nowrap;
}

SPAN.news-header-list-categories A:hover {
  background-color: #888;
}

DIV.news-single-item SPAN.news-header-list-categories {
  display: block;
  margin-top: 2px;
}

DIV.news-single-timedata {
  color: #999;
  text-align: right;
}

DIV.news-search-emptyMsg {
  padding: 0;
  margin: 0;
}

DIV.news-single-item TABLE
{ padding-left: 20px; }

DIV.news-single-item TABLE P
{ margin: 0; padding: 0; }

n0DIV.news-single-img
{ border: 1px solid #ccc;
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px; }

/* felogin */
div.tx-felogin-pi1
{ float: right;
  border-left: 2px solid #ccc;
  padding-left: 20px;
  margin-left: 10px;
  width: 200px; }

div.tx-felogin-pi1 fieldset
{ margin-top: 1em;
  border: 0px solid #eee; }
 
div.tx-felogin-pi1 fieldset legend
{ display: none; }

div.tx-felogin-pi1 label
{ display: inline; }

