/* GENERAL */
BODY {
	color: #0d0506;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: #007dcc;
	margin: 20px;
}

.maindiv {
	background: url("../../images/suursavonsahko/main_bg.jpg") repeat-y top left;
	width: 1030px;
	margin: auto;
	text-align: left;
	position: relative;

}

a {
	color: #2C4E82;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

TD.hakutausta {
	background-image: url(images/hakutausta.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: white;
	white-space: nowrap;
	padding-top: 25px;
}

FORM{
	margin:0px;
	padding:0px;
}
INPUT{
	background-color: #efe7dd;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
}
INPUT.textfield{
	background-color: #efe7dd;
	border: 1px solid #201411;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	padding: 0.2em;
}
INPUT.button{
	background-color: #40322b;
	border: solid 1px #efe7dd;
	padding: 0.1em;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
SELECT{
	background-color: #efe7dd;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 10px;
}
TEXTAREA{
	background-color: #efe7dd;
	border: solid 1px #efe7dd;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 11px;
	padding: 0.2em;
}



TD{
	font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
}


#logininfo{
	padding-top: 10px;
	color: #ffffff;
	text-align: left;
}
#logininfo a{
	color: #ccb592;
	font-style: normal;
	text-decoration: none;
}

/* GENRERAL LAYOUT STUFF */
TD.layout_content {
	background-color: #eae3d7;
	background-image: url(images/sisaltotausta.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

TD.layout_content2 {
	padding: 35px 12px 35px 12px;
}

.layout_topbar {
	background-image: url(images/top_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.layout_bottombar {
	color: #ffffff;
	font-size: 11px;
	font-family: Arial;
	background-image: url(images/menu_bar.jpg);
	text-align: center;
	padding-top: 6px;
	height: 28px;
}

.message_info {
	border: 1px dashed green;
	margin: 15px;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
}
.message_error {
	border: 1px dashed red;
	margin: 15px;
	padding: 10px;
	font-size: 11px;
	font-weight: bold;
}



/* CLOCK */
TD.clock	{
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
}
#clock	{
	font-weight: bold;
	color: #FFFFFF;
	border: 0px;
	background-color: #990000;
}

TD.login, TD.login A {
	color: white;
	font-weight: bold;
	white-space: nowrap;
}




/* GENERAL MENU STUFF FOR ALL MENUS */
TD.menu_bg {
	background-image: url("images/menu_bar.jpg");
	height: 43px;
}

TD.menu_bg2 { 
	background-color: #ceb694;
	background-image: url("images/left_menu_bg.jpg");
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
}

/* BASIC MENU (not DOM-menu) */
/* 1st level */
TD.menu_level_0{
	background-image: url(images/valikkonappi.jpg);
	background-repeat: no-repeat;
	background-repeat: center top;
}
a.menu_level_0{
	font-size: 11px;
}
a.menu_level_0:link    { color: #0d0506; font-weight: normal; text-decoration: none; }
a.menu_level_0:visited { color: #0d0506; font-weight: normal; text-decoration: none; }
a.menu_level_0:hover   { color: #5d3d25; font-weight: normal; text-decoration: none; }

TD.menu_level_0_hover{
}

TD.menu_level_0_selected{
	background-image: url(images/valikkonappi_a.jpg);
	background-repeat: no-repeat;
	background-repeat: center top;
}
a.menu_level_0{
	font-size: 11px;
	display: block;
}
a.menu_level_0_selected{
	font-size: 11px;
}
a.menu_level_0_selected:link    { color: #FFFFFF; font-weight: normal; text-decoration: none; }
a.menu_level_0_selected:visited { color: #FFFFFF; font-weight: normal; text-decoration: none; }
a.menu_level_0_selected:hover   { color: #FFFFFF; font-weight: normal; text-decoration: none; }

TD.menu_level_0_selected_hover	{
	background-color: white;
	color: #0d0506;
	padding-left: 3px;
}


/* 2nd level */
TD.menu_level_1{
	padding-left: 15px;
}
a.menu_level_1{
	font-size: 11px;
}
a.menu_level_1:link    { color: #0d0506; font-weight: normal; text-decoration: none; }
a.menu_level_1:visited { color: #0d0506; font-weight: normal; text-decoration: none; }
a.menu_level_1:hover   { color: #0d0506; font-weight: normal; text-decoration: none; }

TD.menu_level_1_hover{
	padding-left: 15px;
}

TD.menu_level_1_selected{
	padding-left: 15px;
}
a.menu_level_1_selected{
	font-size: 11px;
}
a.menu_level_1_selected:link    { color: #990000; font-weight: normal; text-decoration: none; }
a.menu_level_1_selected:visited { color: #990000; font-weight: normal; text-decoration: none; }
a.menu_level_1_selected:hover   { color: #990000; font-weight: normal; text-decoration: none; }

TD.menu_level_1_selected_hover{
	padding-left: 15px;
}


/* 3rd level */
TD.menu_level_2{
	padding-left: 25px;
}
a.menu_level_2{
	font-size: 10px;
}
a.menu_level_2:link    { color: #0d0506; font-weight: normal; text-decoration: none; }
a.menu_level_2:visited { color: #0d0506; font-weight: normal; text-decoration: none; }
a.menu_level_2:hover   { color: #0d0506; font-weight: normal; text-decoration: none; }

TD.menu_level_2_hover	{
	padding-left: 25px;
}

TD.menu_level_2_selected	{
	padding-left: 25px;
}
a.menu_level_2_selected{
	font-size: 10px;
}
a.menu_level_2_selected:link    { color: #990000; font-weight: normal; text-decoration: none; }
a.menu_level_2_selected:visited { color: #990000; font-weight: normal; text-decoration: none; }
a.menu_level_2_selected:hover   { color: #990000; font-weight: normal; text-decoration: none; }

TD.menu_level_2_selected_hover{
	padding-left: 25px;
}



/* DOMMENU */
/* Default Style */

div.domMenu_menuBar {
	background: url("../../images/suursavonsahko/menu_bar.jpg") repeat-x top left;
}

DIV.domMenu_menuElement {
	color: #ffffff; 
	font-size: 12px; 
	font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
	font-weight: bold;
	text-align: center;
	height: 30px;
	line-height: 30px;
	padding-left: 8px;
	padding-right: 8px;
	margin: 0px;
}

DIV.domMenu_menuElementHover {
}

DIV.domMenu_subMenuBar {
    border: solid 1px #fbf7ed;  
    border-bottom: none;
	margin-left: -1px;
	margin-top: -1px;
}
DIV.domMenu_subMenuElement {
    font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #4abcee;
	filter:alpha(opacity=95);
	opacity: 0.95;
	border-bottom: solid 1px #fbf7ed;
    color: #white;
    padding: 4px;
}
DIV.domMenu_subMenuElementHeading {
    font-weight: bold;
	text-align: right;
}
DIV.domMenu_subMenuElementHover {
    background-color: #dbcaab;
    color: #0d0506;
}


/* PAGETITLES */
TD.pagetitle{
	padding: 0;
	/*border-bottom: 1px dotted #747378;*/
}

TD.pagetitle_text{
	font-size: 10px;
	color: #990000;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

A.pagetitle_back{
	color: #990000;
	font-size: 10px;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}
A.pagetitle_back:link    { color: #990000; font-weight: normal; text-decoration: none; }
A.pagetitle_back:visited { color: #990000; font-weight: normal; text-decoration: none; }
A.pagetitle_back:hover   { color: #990000; font-weight: normal; text-decoration: none; }

/* where pagetitle is link (gallery etc) */
A.pagetitle_link{
	font-size: 10px;
	color: #990000;
}
A.pagetitle_link:link    { color: #990000; font-weight: normal; text-decoration: none; }
A.pagetitle_link:visited { color: #990000; font-weight: normal; text-decoration: none; }
A.pagetitle_link:hover   { color: #990000; font-weight: normal; text-decoration: none; }



/* NAVIGATION */
A.navigation{
	font-size: 10px;
}
A.navigation:link    { color: #0d0506; font-weight: normal; text-decoration: none; }
A.navigation:visited { color: #0d0506; font-weight: normal; text-decoration: none; }
A.navigation:hover   { color: #0d0506; font-weight: normal; text-decoration: none; }

TD.pagenumber{
	font-weight: normal;
	padding: 1px 2px 1px 2px;
}
A.pagenumber{
	font-size: 11px;
}
A.pagenumber:link    { color: #0d0506; font-weight: normal; text-decoration: none; }
A.pagenumber:visited { color: #0d0506; font-weight: normal; text-decoration: none; }
A.pagenumber:hover   { color: #0d0506; font-weight: normal; text-decoration: none; }

TD.pagenumber_selected{
	background-color: #40322b;
	border: 1px solid #201411;
	font-weight: normal;
	padding: 1px 2px 1px 2px;
}
A.pagenumber_selected{
	font-size: 11px;
}
A.pagenumber_selected:link    { color: white; font-weight: normal; text-decoration: none; }
A.pagenumber_selected:visited { color: white; font-weight: normal; text-decoration: none; }
A.pagenumber_selected:hover   { color: white; font-weight: normal; text-decoration: none; }



/* ARTICLES */
TD.artic_list{
	font-size: 11px;
	font-weight: bold;
	color: #0d0506;
}
A.artic_list_title{
	font-size: 11px;
}
A.artic_list_title:link			{color: #0d0506; font-weight: bold; text-decoration: none;}
A.artic_list_title:active		{color: #0d0506; font-weight: bold; text-decoration: none;}
A.artic_list_title:visited		{color: #0d0506; font-weight: bold; text-decoration: none;}
A.artic_list_title:hover		{color: #0d0506; font-weight: bold; text-decoration: underline;}

A.artic_readmore{
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 11px;
}
A.artic_readmore:link		{color: #0d0506; font-weight: bold; text-decoration: none;}
A.artic_readmore:visited	{color: #0d0506; font-weight: bold; text-decoration: none;}
A.artic_readmore:hover		{color: #53473c; font-weight: bold; text-decoration: none;}


TD.artic_title	{
	font-size: 11px;
	font-weight: bold;
	color: #646263;
}
A.artic_title{
	font-size: 11px;
}
A.artic_title:link			{color: #646263; font-weight: bold; text-decoration: none;}
A.artic_title:active		{color: #646263; font-weight: bold; text-decoration: none;}
A.artic_title:visited		{color: #646263; font-weight: bold; text-decoration: none;}
A.artic_title:hover			{color: #646263; font-weight: bold; text-decoration: none;}




/* FRONTPAGE ARTICLES */
TD.index_artic_heading{
	font-weight: bold;
	color: #ffffff;
	padding-left: 15px;
	height: 25px;
	background-image: url(images/uutiset_otsikkotausta.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


/* FRONTPAGE RIGHT PANEL*/
TD.index_rightpanel	{
	background-image: url(images/banneritausta.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* GALLERY */
A.gallery_folder{
	font-size: 11px;
}
A.gallery_folder:link    { color: #0d0506; font-weight: normal; text-decoration: none; }
A.gallery_folder:visited { color: #0d0506; font-weight: normal; text-decoration: none; }
A.gallery_folder:hover   { color: #0d0506; font-weight: normal; text-decoration: underline; }

A.gallery_image{
	font-size: 11px;
}
A.gallery_image:link    { color: #0d0506; font-weight: normal; text-decoration: none; }
A.gallery_image:visited { color: #0d0506; font-weight: normal; text-decoration: none; }
A.gallery_image:hover   { color: #0d0506; font-weight: normal; text-decoration: underline; }

TD.gallery_pic_title{
	background-color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	color: #0d0506;
	border-bottom: 1px solid #5f4e44;
	padding: 2px 2px 2px 3px;
}



/* SEARCH */
TD.search_sectiontitle	{
	border-bottom: 1px solid #5f4e44;
	font-weight: bold;
	color: #5f4e44;
}

A.search_result{
	font-size: 11px;
}
A.search_result:link    { color: #0d0506; font-weight: normal; text-decoration: none; }
A.search_result:visited { color: #0d0506; font-weight: normal; text-decoration: none; }
A.search_result:hover   { color: #0d0506; font-weight: normal; text-decoration: underline; }



/* SITEMAP */
A.sitemap_link{
	font-size: 11px;
}
A.sitemap_link:link    { color: #0d0506; font-weight: normal; text-decoration: none; }
A.sitemap_link:visited { color: #0d0506; font-weight: normal; text-decoration: none; }
A.sitemap_link:hover   { color: #0d0506; font-weight: normal; text-decoration: underline; }



/* LINKS-MODULE */
a.lh_kategoria {
	font-size: 11px;
	text-decoration: none;
}
a.lh_kategoria:link    { color: #0d0506; font-weight: normal; text-decoration: none; }
a.lh_kategoria:visited { color: #0d0506; font-weight: normal; text-decoration: none; }
a.lh_kategoria:hover   { color: #0d0506; font-weight: normal; text-decoration: underline; }

a.lh_url_nakyva {
	font-size: 10px;
	color: #990000;
}
a.lh_url_nakyva:link    { color: #990000; font-weight: normal; text-decoration: none; }
a.lh_url_nakyva:visited { color: #990000; font-weight: normal; text-decoration: none; }
a.lh_url_nakyva:hover   { color: #990000; font-weight: normal; text-decoration: underline; }



/* GUESTBOOK */
TD.gb_topic{
	background-color: #96826c;
	color: white;
	font-size: 11px;
	padding: 2px 2px 2px 3px;
}
TD.gb_content{
	background-color: white;
	color: #0d0506;
	font-size: 11px;
	padding: 1px 1px 5px 3px;
}
TD.gb_sign_guestbook{
	border: 1px solid #5c5146;
	background-color: #96826c;
	color: white;
	padding: 2px 5px 2px 5px;
}
A.gb_sign_guestbook{
	font-size: 11px;
}
A.gb_sign_guestbook:link    { color: white; font-weight: bold; text-decoration: none; }
A.gb_sign_guestbook:visited { color: white; font-weight: bold; text-decoration: none; }
A.gb_sign_guestbook:hover   { color: white; font-weight: bold; text-decoration: none; }




/* FORUM */
A.forum_cattree_link{	/* exp. forum >> category*/
	font-size: 11px;
}
A.forum_cattree_link:link    { color: #0d0506; font-weight: bold; text-decoration: none; }
A.forum_cattree_link:visited { color: #0d0506; font-weight: bold; text-decoration: none; }
A.forum_cattree_link:hover   { color: #0d0506; font-weight: bold; text-decoration: none; }

TD.forum_cat_topic{		/* on forum frontpage*/
	border: none;
	background-color: white;
	font-weight: bold;
	color: #990000;
	padding: 2px 5px 2px 5px;
}
TD.forum_cat_bg{		/* bg of category-topic*/
	border: none;
	background-color: white;
	color: #0d0506;
	padding: 2px 5px 2px 5px;
	height: 50px;
}
TD.forum_cat_name{		/* category name on frontpage cat-list */
	background-color: white;
	color: #0d0506;
	padding: 2px 5px 2px 5px;
}
A.forum_cat_link{		/* category link*/
	font-size: 11px;
}
A.forum_cat_link:link    { color: #0d0506; font-weight: bold; text-decoration: none; }
A.forum_cat_link:visited { color: #0d0506; font-weight: bold; text-decoration: none; }
A.forum_cat_link:hover   { color: #0d0506; font-weight: bold; text-decoration: none; }

TD.forum_cat_info{		/* info of category (total messages) */
	color: #0d0506;
	padding: 2px 5px 2px 5px;
}

TD.forum_msglist_topic{		/* topic, nickname, total replies */
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 2px 2px 2px 2px;
}


TD.forum_msglist_1{		/* msg list where user has selected category line 1 */
	font-size: 11px;	
	color: #0d0506;
}

TD.forum_msglist_2{		/* msg list where user has selected category line 2 */
	font-size: 11px;	
	color: #0d0506;
	background-color: #e8dbc9;
}

TD.forum_msgtree_topic{		/* topic, nickname, total replies */
	font-size: 11px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding: 2px 2px 2px 2px;
}

TD.forum_msgtree_1{		/* msg tree under chosen message line 1 */
	font-size: 11px;	
	color: #0d0506;
	padding:2px;
}

TD.forum_msgtree_2{		/* msg tree under chosen message line 2 */
	font-size: 11px;	
	color: #0d0506;
	background-color: #e8dbc9;
	padding:2px;
}

A.forum_msg_link{		/* link to message */
	font-size: 11px;
}
A.forum_msg_link:link    { color: #0d0506; font-weight: bold; text-decoration: none; }
A.forum_msg_link:visited { color: #0d0506; font-weight: bold; text-decoration: none; }
A.forum_msg_link:hover   { color: #0d0506; font-weight: bold; text-decoration: none; }

A.forum_msg_link_selected{	/* link to message (selected message) */
	font-size: 11px;
}
A.forum_msg_link_selected:link    { color: #0d0506; font-weight: bold; text-decoration: none; }
A.forum_msg_link_selected:visited { color: #0d0506; font-weight: bold; text-decoration: none; }
A.forum_msg_link_selected:hover   { color: #0d0506; font-weight: bold; text-decoration: none; }

TD.forum_msg_bg	{ /* open message whole cell bg*/
	background-color: white;
	border: 1px solid #999999;
	padding: 0px;
}
TD.forum_msg_topic	{	/* open message topic */
	background-color: white;
	font-size: 11px;	
	font-weight: bold;
	color: #990000;
	padding: 2px 2px 2px 2px;
}
TD.forum_msg_info	{	/* open message info (nickame, time) */
	background-color: #dddddd;
	font-size: 7pt;
	font-weight: bold;
	color: #0d0506;
	padding: 2px 2px 2px 2px;
}
TD.forum_msg_content{		/* open message content */
	font-size: 11px;
	color: #0d0506;
	padding: 2px 2px 2px 2px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
TD.forum_msg_functions	{	/* bg of reply to message, inform of bad message */
	background-color: #dddddd;
	padding: 2px 3px 2px 3px;
}
A.forum_msg_function{		/* reply to message, inform of bad message*/
	font-size: 11px;
}
A.forum_msg_function:link    { color: #0d0506;	font-weight: bold;	text-decoration: none; }
A.forum_msg_function:visited { color: #0d0506;	font-weight: bold;	text-decoration: none; }
A.forum_msg_function:hover   { color: #0d0506;	font-weight: bold;	text-decoration: underline; }

TD.forum_add_new{		/* bg of add new topic or message */
	border: 0px solid #0d0506;
	background-color: white;
	color: #990000;
	padding: 2px 5px 2px 5px;
}
A.forum_add_new{	/* add new topic or message */
	font-size: 11px;
}
A.forum_add_new:link    { color: #990000; font-weight: bold; text-decoration: none; }
A.forum_add_new:visited { color: #990000; font-weight: bold; text-decoration: none; }
A.forum_add_new:hover   { color: #990000; font-weight: bold; text-decoration: none; }

TD.forum_form_topic{		/* topic of form of new message or topic */
	background-color: white;
	border: 1px solid #999999;
	font-size: 11px;	
	font-weight: bold;
	color: #990000;
	padding: 2px 2px 2px 5px;

}





/* KAMERAT */
div.slideshow {
        position: relative;
        width: 99%;
        background: #e3e3e3 url('../../images/play_tr.jpg') no-repeat top right;
        border: 1px solid #0d0506;
}

div.topbar    { background-color: #000; background-image: url("images/top_bar.jpg"); height: 239px }
.showimage {
        width: 100%;

}

.showinfo {
        margin-left: 10px;
        font-weight: bold;
        font-size: 12px;
}
.showcontent td {
        vertical-align: top;
}
.showmenu {
        padding-left: 10px;
        padding-top: 18px;
        width: 170px;
}

.slideshow .windowbuttons {
        position: absolute;
        top: 5px;
        right: 5px;
}

.slideshow .controls {
        clear:both;
        position: relative;
        background: url('../../images/play_br.jpg') no-repeat bottom right;
        margin-top: -10px;
        padding-left: 7px;
}

.slideshow .controls .buttons {
        position: relative;
        background: url('../../images/play_bl.jpg') no-repeat bottom left;
        margin-left: -7px;
        padding-left: 5px;
        height: 34px;

}

.slideshow .controls .buttons img {
        position: relative;
        top: 2px;
        margin-left: -3px;
        margin-top: 2px;
}

.slideshow .controls .zoom {
        position: absolute;
        left: 230px;
        top: 11px;
        font-weight: bold;
        white-space: nowrap;
}
.slideshow .controls .zoom img {
        margin: 0px;
}



div.calendarbox {
        position: relative;
        border: 1px solid #0d0506;
        background: #cadde3;
        width: 145px;
        padding: 1px;
        text-align: center;
}

.curdate {
        background: #eff8ff;
        margin-bottom: 1px;
}

table.calendar {
    border-collapse:collapse
}

table.calendar th {
    color: #0d0506;
    font-weight: bold;
        background: #93b0b6;
}
table.calendar td {
    border: solid 1px #cadde3;
    padding:2px;
        cursor: pointer;
}

.othermonth {
    color: #a8a8a8;
    background-color: #d3d3d3;
}

.thismonth {
    background-color: #ffffff;
}
.picday {
    background-color: #aacc99;
}


.today {
    background: #ff9999;
}

.selected, .weekselected {
        background: #99ff99;
}

.week {
        background: #93b0b6;
}

.datelink {
        text-decoration: none;
        color: #0d0506;
        font-weight: bold;
        font-size: 11px;
}


/* KAMERAT LOPPUU */

.pwdform {
	width: 80%;
	margin: auto;
}

table.menu_table {
	background: url(images/menu_bar.jpg) no-repeat top left;
	height: 35px;
}
td.menu_item {
	background: url(images/menu_item.gif) no-repeat top right;
	font-family: Avant Garde, avantgarde, Century gothic, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}
td.left_item {
	background: url(images/bullet.jpg) no-repeat 20px 5px;
	font-family: Avant Garde, avantgarde, Century gothic, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-left: 45px;
	padding-right: 20px;
	padding-top: 5px;
	text-align: left;
	height: 25px;
}
td.content {
	font-family: Avant Garde, avantgarde, Century Gothic, Arial;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 15px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #2c4e82;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #2c4e82;
}
td.ajankohtaista {
	font-size: 12px;
	font-weight: normal;
	border-left: 1px solid #007dcc;
	border-right: 1px solid #007dcc;
	border-bottom: 1px solid #007dcc;
	line-height: 20px;
	padding: 10px;
}
table.comment_box {
	font-family: Avant Garde, avantgarde, Century Gothic, Arial;
	font-size: 12px;
	font-weight: normal;
	background-color: #3bb6ed;
	color: #ffffff;
}
.style1 {
	font-size: 14px;
	font-weight: bold;
}
.style2 {font-size: 12px;color: white;}

.haku_palkki {
	padding-bottom: 10px;
	padding-left: 325px;
}




form.comment_form input {
	border: 1px solid #007dcc;
}

form.comment_form textarea {
	border: 1px solid #007dcc;
}

div.gradient {
	height: 25px;
	line-height: 25px;
	background-color: #40b8ed;
	padding-left: 5px;
	font-size: 14px;
	color: white;
	text-transform: uppercase; 
	font-weight: bold;
}

div.poiminta {
	border: 1px solid #40b8ed;
	padding: 5px;
}

div.headlines a {
	line-height: 20px;
	text-decoration: underline;
}


#top_bar_td {
	background: url(../../images/suursavonsahko/top_bar.jpg) no-repeat top left; 
	vertical-align: bottom;
}

#bottom_bar_td {
	background: url(../../images/suursavonsahko/bottom_bar.jpg) no-repeat top left; 
}

input.search_button {
	background: none repeat scroll 0% 0% rgb(0, 125, 204); color: rgb(255, 255, 255); border: 1px solid rgb(0, 125, 204);
}

input.search_field {
	background: none repeat scroll 0% 0% rgb(255, 255, 255); border: 1px solid rgb(0, 125, 204);
}


