body {
    margin: 0;
    padding: 0;
    background: #fff;
    text-align: left;
    font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
    font-size: 10pt;
}
	
A:link{
  font-weight: bold;
  text-decoration : none;
  color : #5f6983;
}

A:visited{
  font-weight: bold;
  text-decoration : none; 
  color : #5f6983;  
}

A:hover{
  font-weight: bold;
  text-decoration : none;
  color : #000000;
  font-style : normal;
  background : #FFFFFF;
}

A:active{
  text-decoration : none;
}
/* Header */
div#header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 5em;
    text-align: left; 
    color : #FFF;
    font-style : normal;
    background : #006a86;
    white-space: nowrap;
}
div#title {
     padding: 10px 16px 0px 16px;
     font-weight: bold;
     font-size: 16pt;
     /*overflow: none;*/
}

div#slogan {
     padding: 2px 16px 0px 16px;
     font-weight: bold;
     font-size: 8pt;
}

/* Main Content */        
div#main {
    position: absolute;
    top: 7em;
    left: 17em;
    right: 180px;
    font-size: 8pt;
    text-align: left;
}

/* Footer */        
div#footer {
    position: absolute;
    top: 80em;
    font-size: 8pt;
    width: 100%;
    text-align: center; 
    color : white;
    font-style : normal;
    background : #006a86;
    white-space: nowrap;
}

/* Top NAV */        
div#nav {
    position: absolute;
    bottom: 0px;
    right: 0px;
    text-align: center;
    white-space: nowrap;
}
div#nav ul {
    margin: 0;
    padding: 0;        
    line-height: 1em;
    list-style: none;
}
div#nav li {
    float: left;
    display: inline;   
    list-style: none;        
    margin: 0;
    padding: 0;        
    line-height: 1em;
    border-right: 1px solid #aaa;
}

div#nav a,div#nav a:link,div#nav a:active,div#nav a:visited {
    display: block;
    font-weight: bold;
    text-decoration: none;        
    margin: 0;
    padding: 3px 10px 3px 10px;        
    color: white;
    background: #006a86;
    font-size: 8pt;
}
div#nav a:hover {
    text-decoration: underline;
}
div#nav strong {
    display: block;
    color: white;
    background: black;
}
div#nav strong a,
div#nav strong a:link,
div#nav strong a:active,
div#nav strong a:visited,
div#nav strong a:hover {
   color: white;
   background-color: black;
}
/* END NAV */

/* Main Content */        
div#ads {
    position: absolute;
    top: 7em;    
    right: 10px;
    font-size: 8pt;
    width: 160px;
    height: 600px;
    text-align: center;
}


/* POSTLIST */
div#postlist {
    position: absolute;
    top: 7em;
    left: 10px;
    font-size: 8pt;
    text-align: left;
    width: 15em;
}
div#searchlist {
    position: absolute;
    top: 7em;
    left: 10px;
    font-size: 8pt;
    text-align: left;
    width: 65em;
}

div#postheader {
    color: white;
    background: #006a86;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    border: 2px solid #006a86;
}
 
div#postwrapper {
    background: #f2fbff;
    border: 2px solid #006a86;
}

div#postlist ul {
    margin: 0;
    padding: 0em 0em;    
    list-style: none;
}

div#postlist li {
    display: block;    
    margin: 0;
    padding: 0;
    border-top: 1px solid #aaa;
}

div#postwrapper a,
div#postwrapper a:link,
div#postwrapper a:active,
div#postwrapper a:visited {
    display: block;    
    font-weight: normal;
    text-decoration: none;    
    margin: 0;
    padding: 0.1em 0.5em;
}

div#postwrapper a:hover {
  display: block;    
  color : white;
  background :  #006a86;
}

div#postwrapper strong {
    color: black;
    background: #f2fbff;
}

div#postwrapper a:hover strong {
  color : white;
  background :  #006a86;
}


/* END POSTLIST */

/* NEWS */
div#news {
    position: relative;
    top: 2em;
    font-size: 8pt;
    text-align: left;
    border: 2px solid #006a86;
    background: #f2fbff;
    height: 20em;
}

div#newsheader {
    color: white;
    background: #006a86;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #006a86;
}

div#newscontent {
    padding: 0.5em;
}
/* END NEWS */

/* SEARCH */
div#search {
    position: relative;
    top: 1em;
    font-size: 8pt;
    text-align: left;
    border: 2px solid #006a86;
    background: #f2fbff;
    height: 9em;
}

div#searchheader {
    color: white;
    background: #006a86;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    border-bottom: 2px solid #006a86;
}

div#searchcontent {
    margin-top: -1em;
    margin-left: 0.5em;
    margin-right: 0.5em;
}
/* END SEARCH */

/* Forms */
input {
    color: #000;
    font-style: normal;
    background: white;
}

.text {
    margin: 0;
    margin-bottom: 10pt;
}

.infotext {
    margin: 0;
    margin-bottom: 10pt;
    font-size: 10pt;
}

.critical {
    font-size: 9pt;
    font-weight: bold;
    color: #003366;
}


.caption {
    font-weight: bold;
}

/*
img {
    margin-left: 10px;
    height: 25px;
    width: 25px;        
}
*/

input#pastePost_label, input#pastePost_password {
     width: 20em;
} 

input#pastePost_sendButton, input#pastePost_decryptButton, input#pastePost_newPostButton  {
	width: 8em;
    background : #f0f0f0;;
} 

input#pastePost_decryptCopyButton {
	width: 10em;
    background : #f0f0f0;;
} 

input#index_filter {
     width: 10em;
} 

input#index_findButton {
	width: 4em;
    background : #f0f0f0;;
} 

input#index_showAllButton {
	width: 6em;
    background : #f0f0f0;;
} 

textarea#pastePost_cipherText, textarea#retrievePost_cipherText {
 
    position: relative;
    color: #000;
    font-family: Arial, Helvetica, Geneva, Verdana, sans-serif;
    font-size: 8pt;
    height: 20em;
    width: 98%;
}
