/* 
 _________________________________________________________
|                                                         |
|    DESIGN + http://fullahead.org                        |
|      DATE + 2005.05.12                                  |
| COPYRIGHT + free use if this notice is kept in place    | 
|_________________________________________________________|
 
*/
 
/* -- Main layout styles -- */
 
body {
  margin: 1em 1em 1em 1em;
  padding: 0px;
  font-family: verdana, sans-serif;
  font-size: 1.0em;
  background-color: #000;  
}
 
#siteBox {
  float: left;
  width: 100%;
  color: #007;
}
 
/* -- Header layout/display styles -- */
 
#header {
  float: left;
  width: 100%;
  height: 100px;
  background: #25509F url(../images/hdrbg.png) top left;
  background-color: #EEE;
}
 
#header a {
  float: right;
  width: 8em;
  padding: 5px 10px 5px 10px;
  font-size: 0.6em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFF;
  background-color: #666;
  border-bottom: 2px solid #333;
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}
 
#header a:hover, #header a.active {
  padding-top: 10px;
  background-color: #333;
}
 
#header a.lastMenuItem {
  background-image: url(../images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
}
 
#header a.lastActive {
  background-image: url(../images/corner_tr.gif);
  background-repeat: no-repeat;
  background-position: top right;
  border-right: 0px;
  padding-top: 10px;
  background-color: #333;
}
 
a .desc {
  display: none;
  text-transform: lowercase;
  color: #0F0;  
}
 
a:hover .desc, .active .desc, .lastActive .desc {
  display: block;
}
 
/* -- Header title and subTitle layout/display styles -- */
 
.imgTitle {
  position: absolute;
  left: 1.2em;
  top: 1.1em;
}
 
 
.title {
  float: left;
  padding: 0.1em 30px 0px 3.5em;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  line-height: 0.75em;
  letter-spacing: -0.15em;
  color: #FFF;
}
 
/* -- Content layout/display styles -- */
 
#content {
  float: left;
  width: 100%;
  padding: 1em 0 1em 0;
  background-color: #EEE;
}
 
#contentLeft {
  float: left;
  width: 23.3%;
  margin-bottom: 1em;
  background: #DDD;  
  border-top: 1px solid #AAA;    
  border-right: 1px solid #AAA;    
  border-bottom: 1px solid #AAA;    
}
 
#contentRight {
  float: right;
  width: 75%;
  background: #EEE;
}
 
#contentLeft p {  
  margin: 1.2em 1.2em 2em 1.2em;
  font-size: 0.7em;
  line-height: 1.6em;
}
 
.para {
  margin: 1.2em 1.2em 3em 1.2em;
  font-size: 0.9em;
  line-height: 1.6em;
}

.para h6 {
  margin-top: 0em;
  margin-bottom: -1em;
  font-size: 0.7em;
  line-height: 0.8em;
  font-style: italic;
  font-weight:normal;
} 

#content a {  
  text-decoration: none;
  color: #0A0;
  border-bottom: 1px solid #080;
}
 
#content a:hover {
  color: #080;
  background-color: #BBB;
  border-bottom: 1px dashed #080;
}

#content a.blindtag {
  background: #DDD;  
  border: none;
}

h3, h4 {
  display: block;
  clear: both;  
  font-size: 1em;
  font-weight: bold;
  color: #00F;
  border-bottom: 1px solid #77F;    
  margin-bottom: 2px;
}

h4 {
  text-transform: lowercase;
}

.header {
  display: block;
  clear: both;  
  font-size: 1em;
  font-weight: bold;
  text-transform: lowercase;
  color: #00F;
  border-bottom: 1px solid #77F;    
  margin-bottom: 2px;
}
 
h2 {
  margin-top: 0em;
  font-size: 0.8em;
  font-weight: bold;
}

.schd td {
  background-color: #CCC;
  text-align: center;
}

.schd .h2 {
  font-size: 1.4em;
  line-height: 1.8em;
  font-weight: bold;
  font-style: italic;
  background-color: #060;
  color: #FFF;
}

.schd .h3 {
  background-color: #0A0;
  color: #FFF;
  font-weight: bold;
}

.bquote {
  margin: 2em 0em 3em 3em;
  font-size: 0.8em;
}

td.sesall {
  background-color: #9CCFFF;
  color: #000;
}

td.sesint {
  background-color: #FFFF9C;
  color: #000;
}

td.sesapp {
  background-color: #FFCF9C;
  color: #000;
}

td.sesdev {
  background-color: #31CF63;
  color: #000;
}

td.seslan {
  background-color: #FF9CCF;
  color: #000;
}

td.sesxyz {
  background-color: #FFF;
  color: #000;
}

#content a.session {
  color: #000;
  border-bottom: none;
}

#content a:hover.session { 
  background-color: #000;
  color: #FFF;
  border-bottom: none;
}

/* -- Content left site links (large plus icon) -- */
 
#content a.menuItem {
  display: block;  
  padding: 5px 0 5px 25px;
  background: url(../images/icn_plus.gif) no-repeat center left;
  border: 0px;
}
 
#content a:hover.menuItem { 
  color: #FFF;
  background: #AAA url(../images/ptrani.gif) no-repeat center left;
  border: 0px;
}
 
#content a.menuActive {
  display: block;  
  padding: 5px 0 5px 25px;
  background: url(../images/icn_plusact.gif) no-repeat center left;
  border: 0px;
}
 
/* -- Footer layout/display styles -- */
 
#footer {
  float: left;
  width: 100%;
  height: 3em;
  font-size: 0.6em;
  text-transform: lowercase;
  line-height: 1.5em;
  color: #66E;
  margin-bottom:1em;
  background:  url(../images/ftrbg.png) repeat top left;
}
 
#footerLeft {
  float: left;
  width: 80%;
  height: 3em;
  text-align: left;
  background: url(../images/corner_bl.gif) no-repeat bottom left;
}
 
#footerRight {
  float: right;
  width: 15%;
  height: 3em;
  text-align: right;
  background: url(../images/corner_br.gif) no-repeat bottom right;
}

.copyhint {
  margin-top: 1em;
  font-size: 1em;
}

#footer a {
  color: #44D;
}
 
#footer a:hover {
  color: #FFF;
}
 
/* -- Display formatting styles -- */
 
.ubahn {
  color: #FFF;
  background-color: #00A;
}
 
.mwayd {
  color: #FFF;
  background-color: #00A;
  padding: 0px 4px 0px 4px;
}
 
.mwaye {
  color: #FFF;
  background-color: #0A0;
  padding: 0px 4px 0px 4px;
}
 
.grey {
  font-size: 0.9em;
  color: #AAA;
}
 
.white {
  color: #FFF;
}
 
acronym {
  cursor: help;
  border-bottom: 1px dotted #F00;
}
 
.sizehead {
  font-size: 0.8em;
  background-color: #999;
  color: #000;
  padding: 0.2em;
  text-align: center;
}
 
.htmlbox {
  border: 1px dashed #000;
  background-color: #DDD;
  margin: 1em 1em 2em 1em;
  overflow:hidden;
}
 
.htmlsrc {
  font: 0.7em Courier, Sans-Serif;
  color: #000;
}
 
.picdata {
  font-size: 0.8em;
  padding: 0.5em;
  
}
 
/* -- <ul> tag styles -- */
 
ul {
  font-size: 0.8em;
  padding-bottom: 5px;
  list-style-image: url(../images/li_bullet2.gif);
}
 
li {
  margin-left: 16px;
  margin-bottom: 8px;
  margin-right: 1em;
}
 
/* -- Image alignment classes -- */
 
.imgLeft, .imgRight {
  margin: 5px;
}
 
.imgLeft {
  float: left;
  margin-left: 0px;
}
 
.imgRight {
  float: right;
  margin-right: 0px;
}
 
.footflag {
  border: 0px;
  margin-top: 10px;
  margin-right: 10px;
}
 
/* -- Utility classes to create the bottom rounded corners -- */
 
.bottomCorner {
  text-align: right;
}
 
.vBottom {
  vertical-align: bottom;
}

