


/*********************************************
* Yleiset roinat. Kaikki foorumin sisältö on *
* .linnea_bbs_box-container divin sisällä    *
**********************************************/
div.linnea_bbs_box {
	padding-bottom: 200px;
	font-size: 10pt;
	width: 430px;
}
div.linnea_bbs_box a {          /* Kaikki linkit */
	color: #197EA2;
	text-decoration: underline;
}
div.linnea_bbs_box a:hover {    /* Kaikki linkit */
	color: #a00;
	text-decoration: underline;
}
div.linnea_bbs_box img {        /* Kaikki kuvat eli nappulat */
        border: 0;
}




/****************************************
* Viestiketjulista (säie-näkymä)        *
****************************************/
div.bbs_threadview_tinfo {       /* Viestiketjun tiedot */
	margin: 20px 0 0 0; 
}
span.bbs_threadview_ttitle {     /* Viestiketjun aihe */
	font-size: 10pt;
	text-transform: uppercase;
	font-weight: bold;
}
span.bbs_threadview_ttime {      /* Viestiketjun viimeisin viesti */
	font-size: 8pt;
	color: #444;
}

div.bbs_threadview_pinfo_start { /* Ensimmäisen viestin tiedot */
	margin: 0px;
	padding-left: 14px;
	background: url(/grafiikka/bbs_threadstart.gif) no-repeat top left;
}
div.bbs_threadview_pinfo_reply { /* Vastausviestien tiedot */
	margin: 0px;
	padding-left: 14px;
	background: url(/grafiikka/bbs_threadreply.gif) no-repeat top left;
}
a.bbs_threadview_ptitle {        /* Viestin otsikko */
	font-size: 10pt;
	text-decoration: underline;
}
span.bbs_threadview_pnick  {     /* Kirjoittajan nimimerkki */
	font-size: 8pt;
	color: #444;
}
span.bbs_threadview_ptime  {     /* Kirjoitus pvm ja aika */
	font-size: 8pt;
	color: #444;
}


/****************************************
* Viestiketjulista (flat-näkymä)        *
* NÄMÄ EI KÄYTÖSSÄ LAHDEN SIVUILLA      *
****************************************/
table.bbs_threadlist {
	border-collapse: collapse;
}
table.bbs_threadlist th {
	text-align: left;
}
tr.bbs_threadlist_odd td {
	background-color: #ddd;
	padding: 5px 3px;
}
tr.bbs_threadlist_even td {
	background-color: white;
	padding: 5px 3px;
}
a.bbs_threadlist_ttitle {
	font-size: 11pt;
	t-ext-transform: uppercase;
	font-weight: bold;
}
span.bbs_threadlist_ptime {
	font-size: 11pt;
}
span.bbs_threadlist_nick {
	font-size: 11pt;
}

/****************************************
* Julkaisemattomien viestien lista      *
****************************************/
div.bbs_unpublished_box {
	border: 1px solid black;
	margin: 10px 0 50px 0;
	padding: 4px;
	background-color: #fee;
}
div.bbs_unpublished_box ul {
	color: black;
	margin: 2px 0;
	padding-left: 20px;
}
div.bbs_unpublished_box ul li {
	color: black;
	margin: 0 0 2px 0;
}
div.bbs_unpublished_box a {
	text-decorati-on: underline;
	color: #33a;
}




/****************************************
* Viestinäkymä: itse viesti             *
****************************************/
div.bbs_postview_box {
}
div.bbs_postview_head {        /* Loota viesti otsikko- ja aikatiedoille */
	background-color: #eee;
	padding: 4px 4px;
}
div.bbs_postview_buttons {     /* Ei käytössä (vain flat-foorumit) */
	float: right;
	margin-top: 4px;
	margin-right: 4px;
}
span.bbs_postview_title {      /* Viestin otsikko */
	font-weight: bold;
	font-size: 10pt;
}
span.bbs_postview_time {       /* Viestin kirjoitusaika */
	font-weight: normal;
	font-size: 10pt;
}
div.bbs_postview_body {          /* Viesti */
	color: #000;
	margin-top: 10px;
	margin-bottom: 35px;
	padding-top: 0;
	font-size: 9pt;
	padding-left: 10px;
}
div.bbs_postview_body a {        /* Viestissä mahdollisesti olevat linkit */
	font-weight: normal;
	color: #448;
}
div.bbs_postview_nick {          /* Viestin kirjoittaja */
	font-weight: bold;
	color: #000;
	font-size: 9pt;
	padding-left: 10px;
	padding-bottom: 5px;
}

.bbs_postview_nick a {          /* Viestin kirjoittajan sähköpostilinkki */
	text-decoration: none;
}


/***********************************************************
* Viestinäkymä: viestiketju (vain säienäkymää käytettäessä *
***********************************************************/
div.bbs_postlist_box {         /* Koko viestiketju */
	margin-top: 12px;
	border-top: 1px dashed silver;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed silver;
	margin-bottom: 12px;
}
div.bbs_postlist_heading {     /* "Tämä keskustelu:" */
	margin-bottom: 10px;
	font-weight: bold;
}
div.bbs_postlist_pinfo {       /* Yhden viestin tiedot */
	font-weight: normal;
	font-size: 10pt;
}
a.bbs_postlist_ptitle {        /* Viestin otsikko */
}
a.bbs_postlist_ptitle_active { /* Valitun viestin otsikko */
	font-weight: bold;
	color: black;
}
span.bbs_postlist_pnick {      /* Viestin kirjoittaja */
}
span.bbs_postlist_ptime {      /* Viestin kirjoitusaika */
}
div.bbs_postlist_tothreads {   /* "Palaa aihelistaan" kuva */
	margin-bottom: 300px;
}





/****************************************
* Viestinkirjoitus formi                *
****************************************/
table.bbs_compose_form {      /* Koko formi */
	font-size: 10pt;
	width: 420px;
	border-top: 1px dashed silver;
	border-bottom: 1px dashed silver;
	padding-top: 1ex;
	margin-top: 40px;
}
td.bbs_compose_instructions { /* Viestinkirjoitusohje */
	font-size: 10px;
	padding-bottom: 2ex;
	padding-top: 1ex;
}
input.bbs_compose_submit {    /* Lähetä-nappi */
	float: left;
	margin-right: 4px;
	margin-top: 7px;
	margin-bottom: 10px;
}
input.bbs_compose_input {     /* Tekstikentät */ 
	width: 100%;
}
textarea.bbs_compose_input {  /* Viesti */
	width: 100%;
}
div.bbs_compose_premod {      /* Huomautus esimoderoinnista */
        font-family: Verdana;
        font-size: 8pt;
}
div.bbs_reply_post_display {
	border-top: 1px dashed silver;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


/****************************************
* Toinen huomautus esimoderoinnista     *
****************************************/
div.bbs_premod_note {       /* "Viestisi ilmestyy kun.. " */
	font-size: 8pt;
	margin-bottom: 2ex;
}



/****************************************
* Forumin asetukset                     *
****************************************/
div.bbs_options {
	border: 1px solid #666;
	padding: 1ex;
}

div.bbs_options_sectiontitle {
	margin-top: 1ex;
	margin-bottom: 0.5ex;
	font-weight:bold;
	font-size: 11pt;
}

div.bbs_options td {
	vertical-align: top;
	margin-bottom: 1ex;
	font-size: 9pt;
}
div.bbs_options input {
	margin-top: 3px;
}




/****************************************
* Uusien viestien markkeri              *
****************************************/
span.bbs_newpost_flag {
	font-weight: bold; 
	font-size: 7pt;
	color: #a00;
}


/*


/****************************************
* Poistetaan piiloviestit admineiltakin *
****************************************/
.bbs_postview_hidden {
/*	display: none; */
}


/****************************************
* CAPTCHA                               *
****************************************/
div.linnea_bbs_box div.bbs_konekoe_instruction {
	font-size: 10px;
	text-align: center;
	width: 345px;
	clear: both;
	margin: 6px;
}
div.linnea_bbs_box img.bbs_konekoe_img {
	float: left;
	margin-right: 5px;
	border: 1px solid black;

}
div.linnea_bbs_box input.bbs_konekoe_input {
	margin: 5px;
}
