/* Body class */
/* vedrører den generelle body. Jeg har tilføjet baggrundsbillede oh h1 */

h1{ font-family: "Times New Roman", Times, serif; font-size: 48px;
    font-style: normal;
    color: #006600
  }

/* i body'en herunder har jeg ændret venstre- og højremargen fra (som på nettet) 15 til 20 px */
  
.torbenhuse_minibb_body{
background-color: #FFFFFF;
background-image: url("./img/sand.gif");
font-family: Verdana,Arial,Helvetica,sans-serif;
margin-top: 0px;
margin-bottom: 15px;
margin-right: 20px;
margin-left: 20px;
}


/* Ekstrastekt som skal formatteres v.hj.a. <span class='' */

.xtekst{
color: black;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10px;
}


/* find_resultat_felt brugt i search.html */

td.find_resultat_felt {
background-color: #F3F9FB;
padding: 20px;
font-size: 11px;
line-height: 15px;
vertical-align: top;
}


/* Næste vedrører min hjælpefil forklar.html */
#oversigt li
{

margin: 0;
padding: 0.25em;
}


/* Næste vedrører også min hjælpefil forklar.html */
#indhold li
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid gray;
}


/* Dette er et eksperiment, som jeg har deaktiveret, og som ville style mit indhold endnu mere.
Det er taget fra Eric Myer's Simple List Separators.
Læs mere om styling af lister på:
http://www.meyerweb.com/eric/talks/2003/commug/commug.html '/
*/
 
/*
#navlist
{
padding-left: 0;
margin-left: 30;
border-bottom: 1px solid gray;
width: 200px;
}
*/


.gbody{
font-family: Verdana,Arial,Helvetica,sans-serif;
background: #FBF9F9;
margin-top: 11px;
margin-bottom: 10px;
margin-right: 10px;
margin-left: 10px;
}


/* class for Torbenhuse-header-tabellen - uden borders og background color */

.torbenhuse_minibb_header{
font-family: Verdana,Arial,Helvetica,sans-serif;
width: 755px;
font-size: 18px;
font-weight: bold;
color:#9A9A9A;
//line-height: 15px;
text-align: left;
margin-top: 8px;
margin-bottom: 0px;
margin-left: auto;
margin-right: auto;
vertical-align: middle;
}

/* class for broedteksten (i main_post_cell), normalt brugt med SPAN */

.broedtekst{
font-family: 'Times New Roman', Times, serif;
//font-family: Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;
line-height: 22px;
font-size: 18px;
font-weight: normal;
}


/* Caption_logind color and properties (this one displaying main menu,  New Topic text bg, New Message text bg) */

td.caption_logind {
background-color: #f5f5f5;
padding: 4px;
height: 20px;
font-size: 11px;
line-height: 15px;
}


/* General smart tables class */

table.forums, table.forumsmb {
font-family: Verdana,Arial,Helvetica,sans-serif;
width: 755px;
border: 1px #CCCCCC solid;
display: table;
// color: #000000;
border-collapse: collapse;
text-align: center;
margin-left: auto;
margin-right: auto;
} 


table.forumsmb{
margin-bottom: 0pt; //12pt;
}


/* Simple transparent table without borders and background color var oprindeligt 755 bred, men tabel inden i tabel skubber afstanden og jeg har vist et sted to tabeller inden i hinanden som så igen er inden i en. Jeg tænker på borderbredde (menu navigation, general tables) */

.tbTransparent, .tbTransparentmb{
font-family: Verdana,Arial,Helvetica,sans-serif;
width: 743px;
background: transparent;
font-size: 11px;
line-height: 15px;
text-align: center;
margin-left: auto;
margin-right: auto;
vertical-align: top;
}

.tbTransparentmb{
margin-bottom:0pt; //12pt;
}

.tbTransparentCell{
text-align: left;
}

img {
border: 0px;
}

td{
text-align: left;
}

/* Small analog text, used usually with SPAN */

.txtSm{
font-family: Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;	
font-size: 10px;
}

/* Normal analog text, used usually with SPAN */

.txtNr{
font-family: Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;	
font-size: 11px;
}

/* Views color */

.views{
color:#9A9A9A;
}

/* Warning text */

.warning{
color: #993300;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
font-weight: bold;
}

/* Supscript class */

.navCell{
font-family: Arial,Helvetica,Geneva,sans-serif;
font-size: 10px;
}

/* Class for select boxes */

.selectTxt {
font-family: Verdana,Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #FFFFFF;
}

/* List style - user's info */

.limbb{
list-style: &middot/;;
font-size: 11px;
margin-left: 10pt;
}

/* Input areas - boxes, textareas... */

.inputButton {
font-family: Verdana,Arial,Helvetica,sans-serif;
background: #FFFFFF;
border-top: #CCCCCC 1px solid;
border-right: #CCCCCC 1px solid;
border-left: #CCCCCC 1px solid;
border-bottom: #CCCCCC 1px solid;
font-size: 10px;
color: #000000;
/* height: 19px; */
}

.textForm {
font-family: Verdana,Arial,Helvetica,sans-serif;
background: #FFFFFF;
border-bottom: #CCCCCC 1px solid;
border-left: #CCCCCC 1px solid;
border-right: #CCCCCC 1px solid;
border-top: #CCCCCC 1px solid;
font-size: 11px;
}

/* Caption 1 (the one for displaying sub-headers like "topics, posted" etc) */

td.caption1 {
border: 1px #E3E3E3 solid;
font-size: 11px;
line-height: 15px;
padding-bottom: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
text-align: left;
}

/* Caption 2 color and properties (this one displaying main menu,  New Topic text bg, New Message text bg) */

td.caption2 {
background-color: #f5f5f5;
border: 1px #CCCCCC;
padding: 4px;
height: 20px;
font-size: 11px;
font-weight: bold;
line-height: 15px;
}

/* Caption 3 (used for Last Discussions, topic titles, Forums selection) */

td.caption3 {
background-color: #F3F9FB;
padding: 3px;
height: 20px;
font-size: 11px;
line-height: 15px;
vertical-align: top;
}

/* Caption 4 (the one for displaying not separate headers like Forum, Topic, Poster etc. on 1st page, Buttons menu, left info cell) */

td.caption4 {
background-color: #ccffcc;//#fffacd;
padding-bottom: 4px;
padding-left: 5px;
padding-right: 5px;
padding-top: 3px;
font-size: 11px;
font-weight: bold;
color: #000000;
line-height: 15px;
text-align: left;
vertical-align: top;
}

/* Caption 5 (used for user input like password/login and registration etc) */

td.caption5 {
background-color: #F6F9FB;
padding: 4px;
height: 20px;
font-size: 11px;
color: #008200; //lysegrå #696969;
line-height: 15px;
vertical-align: top;
}



/* Caption 6 (magen til 5 - endnu ikke i brug) */

td.caption6 {
background-color: #F6F9FB;
padding: 4px;
height: 20px;
font-size: 11px;
color: #008200;
line-height: 15px;
vertical-align: top;
}






/* Caption 7 (mine egne kolonneoverskrifter) */

td.caption7 {
background-color: #F6F9FB; // #F6F9FB; blå  //  #fffacd; gul
border: 1px #e3e3e3 solid;
font-size: 11px;
font-weight: bold;
color: #696969;
line-height: 15px;
padding-bottom: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
text-align: left;
}

/* Caption 8 (mine egne kolonneoverskrifter) */

td.caption8 {
background-color: #ccffcc; // #F6F9FB; blå  //  #fffacd; gul
border: 1px #e3e3e3 solid;
font-size: 11px;
font-weight: bold;
color: #696969;
line-height: 15px;
padding-bottom: 1px;
padding-left: 5px;
padding-right: 5px;
padding-top: 2px;
text-align: left;
}


/* Caption 9 (mine egne kolonneoverskrifter) */

td.caption9 {
background-color: #F6F9FB; // #F6F9FB; blå  //  #fffacd; gul
border: 1px #E3E3E3 solid;
font-size: 11px;
font-weight: bold;
color: #008200;
line-height: 15px;
padding: 2px;
text-align: left;
}



/* Font for displaying username in each thread */

.username{
text-decoration: none;
font-size: 11px;
font-weight: bold;
}

/* Topics/forums/threads content cell color #1 */

.tbCel1{
background: #E9EFF4;
}

/* Topics/forums/threads content cell color #2 */

.tbCel2{
background: #F6F9FB;
}

.formStyle{
margin: 0px;
}

/* Stats bar */

.tbStBar{
border: #CCCCCC 1px solid;
margin: 1px;
padding: 1px;
background: #F0F0F0;
font-size: 11px;
}

A:link {
color: #006699;
text-decoration: none;
}

A:active {
color: #006699;
text-decoration: none;
}

A:visited {
color: #006699;
text-decoration: none;
}

A:hover {
color: #993300; // #0083C5;
text-decoration: none;
}


ol.mbb, ul.mbb, blockquote.mbb{
margin-bottom: 0px;
}
