/*********************************************
* Yleiset roinat. Kaikki foorumin sisältö on *
* .-container divin sisällä    *
**********************************************/
div.linnea_bbs_box {
	margin-top: 40px;
	padding: 10px 0;
	font-size: 100%;
	width: 500px;
	background: transparent url(erotin.gif) repeat-x scroll center top;
}
div.linnea_bbs_box a {          /* Kaikki linkit */
/*	color: #197EA2;*/
	text-decoration: underline;
}
div.linnea_bbs_box a:hover {    /* Kaikki linkit */
/*	color: #a00;*/
	text-decoration: none;
}
div.linnea_bbs_box img {        /* Kaikki kuvat eli nappulat */
        border: 0;
}




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

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;
	display: none;
}
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ä)        *
****************************************/
table.bbs_threadlist {
	border-collapse: collapse;
}
table.bbs_threadlist th {
	text-align: left;
	padding-top: 10px;
}
tr.bbs_threadlist_odd td {
	background-color: white;
	padding: 6px 10px 6px 3px;
}
tr.bbs_threadlist_even td {
	background-color: white;
	padding: 6px 10px 6px 3px;
}
a.bbs_threadlist_ttitle {
	font-size: 9pt;
	text-transform: uppercase;
	font-weight: bold;
}
span.bbs_threadlist_ptime {
	font-size: 9pt;
	color: #444;
}
span.bbs_threadlist_posts {
	font-size: 9pt;
	color: #444;
}
span.bbs_threadlist_nick {
	font-size: 10pt;
}

/****************************************
* 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-decoration: underline;
/*	color: #33a;*/
}

/*****************************************
* Viestinäkymän sivuvalinta (flat tila)  *
*****************************************/
div.bbs_postview_pagenavi {
	padding: 5px;
	font-weight: bold;
	background: silver;
	margin-bottom: 10px;
}


/****************************************
* Viestinäkymä: itse viesti             *
****************************************/
div.bbs_postview_head br {
	display: none;
}
div.bbs_postview_box {
/*	border-top: 1px solid #eee;*/
}
div.bbs_postview_head {        /* Loota viesti otsikko- ja aikatiedoille */
	padding: 4px 4px;
}
div.bbs_postview_buttons {     /* Ei käytössä (vain flat-foorumit) */
	float: right;
	margin-right: 4px;
}
span.bbs_postview_title {      /* Viestin otsikko */
	display: none;
}
span.bbs_postview_time {       /* Viestin kirjoitusaika */
	color: #799AC9;
	font-weight: bold;
	font-size: 100%;
}
.bbs_postview_body {           /* Viesti */
	margin-top: 1px;
	margin-bottom: 40px;
	padding-top: 0;
	font-size: 85%;
	padding-left: 15px;
}
.bbs_postview_body br {
	line-height: 14px;
}
.bbs_postview_body a {         /* Viestissä mahdollisesti olevat linkit */
	font-weight: normal;
}
.bbs_postview_nick {        /* Viestin kirjoittaja */
	color: #799AC9;
	font-weight: bold;
	font-size: 100%;
}
.bbs_postview_nick a {         /* Viestin kirjoittajan sähköpostilinkki */
	text-decoration: underline;
}
div.bbs_postview_box blockquote { /* Lainaus */
	margin: 0px 0px 10px 0px;
	padding: 3px;
	background-color: #eef;
	border: 1px solid #ccf;
}


/* Moderoitu viesti */
div.bbs_postview_hidden span.bbs_postview_title {
	text-decoration: line-through;
}
div.bbs_postview_hidden div.bbs_postview_head {
        background-color: #fee;
        padding: 4px 4px;
}
div.bbs_postview_hidden .bbs_postview_body {
	font-size: 85;
}



/***********************************************************
* 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;
}
a.bbs_postlist_ptitle {        /* Viestin otsikko */
}
a.bbs_postlist_ptitle_active { /* Valitun viestin otsikko */
	font-weight: bold;
	color: black;
	text-decoration:none;
}
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: 100%;
	width: 500px;
	border-top: 1px dashed silver;
	border-bottom: 1px dashed silver;
	padding-top: 1ex;
	margin-top: 40px;
	margin-bottom: 10px;
}
td.bbs_compose_instructions { /* Viestinkirjoitusohje */
	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: 240px;
	w_idth: 100%;
}
textarea.bbs_compose_input {  /* Viesti */
	width: 100%;
}
div.bbs_compose_premod {      /* Huomautus esimoderoinnista */
       font-family: Verdana;
       font-size: 8pt;
}
td.bbs_compose_email {        /* Sähköpostekentän label */
}
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 {
	display: none;
	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 {
	display: none;
	font-weight: bold; 
	font-size: 8pt;
	color: #000;
}
