/* GENERAL */
BODY{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin: 5px;
	text-decoration: none;
	background-image: url('../../images/demo/bg.jpg');
}

BODY.print{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	margin: 5px;
	text-decoration: none;
	background-color: #FFFFFF;
	background-image: url('../../images/trans1x1.gif');
}


FORM{
	margin:0px;
	padding:0px;
}
INPUT{
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10pt;
}
INPUT.textfield{
	background-color: #FFFFFF;
	border: 1px solid #408080;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10pt;
	padding: 0.2em;
}
INPUT.freesearch{
	background-color: #FFFFFF;
	border: 1px solid #408080;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 8pt;
	padding: 0.1em;
}
INPUT.button{
	background-color: #734293;
	border-style: outset;
	border-width: thin;
	border-left-color: #C5D2DC;
	border-right-color: #C5D2DC; 
	border-top-color: #C5D2DC;
	border-bottom-color: #C5D2DC;
	padding: 0.1em;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}
SELECT{
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10pt;
}
TEXTAREA{
	background-color: #FFFFFF;
	border-style: solid;
	border-width: 1px;
	border-color: #408080;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10pt;
	padding: 0.2em;
}



TD{
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 10pt;
}



/* GENRERAL LAYOUT STUFF */
TD.layout_datebar{
	background-color: #734293;
	border-bottom: 1px solid black;
}
TD.layout_content{
	background-color: #FFFFFF;
	padding: 10px;

}
TD.layout_bottombar{
	background-color: #734293;
	border-top: 1px solid black;
	color: white;
}
A.copyright{
	font-size: 8pt;
}
A.copyright:link    { color: white; font-weight: bolder; text-decoration: none; }
A.copyright:visited { color: white; font-weight: bolder; text-decoration: none; }
A.copyright:hover   { color: white; font-weight: bolder; text-decoration: underline; }


.message_info {
	border: 2px dashed green;
	margin: 15px;
	padding: 10px;
	font-size: 10pt;
	font-weight: bold;
}
.message_error {
	border: 2px dashed red;
	margin: 15px;
	padding: 10px;
	font-size: 10pt;
	font-weight: bold;
}



/* CLOCK */
TD.clock	{
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	white-space: nowrap;
}
#clock	{
	font-weight: bold;
	color: #FFFFFF;
	border: 0px;
	background-color: #734293;
}

TD.login, TD.login A {
	color: white;
	font-weight: bold;
	white-space: nowrap;
}




/* GENERAL MENU STUFF FOR ALL MENUS */
TD.menu_bg	{
	background-color: white;
	border-right: 1px solid black;
}

TD.menu_bg2	{
}


/* DOMMENU */
/* Default Style */
DIV.domMenu_menuBar {
    /*border: solid #000000;  
    border-width: 1px 0 0 1px;*/
}
DIV.domMenu_menuElement {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial; 
    font-size: 10pt;
    font-weight: bold;
	border-top: 0px;
	border-right: 1px solid #2A4C7E;
	border-bottom: 1px solid #2A4C7E;
	border-left: 2px solid #2A4C7E;
    background-color: #734293;
    color: #FFFFFF;
    text-align: left;
    padding: 4px;
}
DIV.domMenu_menuElementHover {
	background-color: #FFFFFF;
	color: #000000;
}
DIV.domMenu_subMenuBar {
    border: solid #000000;  
    border-width: 1px 1px 1px 1px;
}
DIV.domMenu_subMenuElement {
    font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
    font-size: 10pt;
    font-weight: bold;
    border: solid #000000;  
    border-width: 0px 0px 0px 0px;
    background-color: #734293; 
    color: #FFFFFF;
    padding: 4px;
}
DIV.domMenu_subMenuElementHeading {
    font-weight: bold;
	text-align: right;
}
DIV.domMenu_subMenuElementHover {
    background-color: #FFFFFF;
    color: #000000;
}



/* PAGETITLES */
TD.pagetitle{
	background-color: #734293;
}

TD.pagetitle_text{
	font-size: 10pt;
	font-weight: bolder;
	color: white;
}

A.pagetitle_back{
	font-size: 10pt;
}
A.pagetitle_back:link    { color: white; font-weight: normal; text-decoration: none; }
A.pagetitle_back:visited { color: white; font-weight: normal; text-decoration: none; }
A.pagetitle_back:hover   { color: white; font-weight: normal; text-decoration: underline; }

/* where pagetitle is link (gallery etc) */
A.pagetitle_link{
	font-size: 10pt;
}
A.pagetitle_link:link    { color: white; font-weight: bolder; text-decoration: none; }
A.pagetitle_link:visited { color: white; font-weight: bolder; text-decoration: none; }
A.pagetitle_link:hover   { color: white; font-weight: bolder; text-decoration: underline; }



/* NAVIGATION */
A.navigation{
	font-size: 10pt;
}
A.navigation:link    { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.navigation:visited { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.navigation:hover   { color: #2A4C7E; font-weight: bolder; text-decoration: underline; }

TD.pagenumber{
	background-color: white;
	border: 1px solid white;
	font-weight: bolder;
	padding: 1px 2px 1px 2px;
}
A.pagenumber{
	font-size: 10pt;
}
A.pagenumber:link    { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.pagenumber:visited { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.pagenumber:hover   { color: #2A4C7E; font-weight: bolder; text-decoration: underline; }

TD.pagenumber_selected{
	background-color: #7C9BC2;
	border: 1px solid black;
	font-weight: bolder;
	padding: 1px 2px 1px 2px;
}
A.pagenumber_selected{
	font-size: 10pt;
}
A.pagenumber_selected:link    { color: white; font-weight: bolder; text-decoration: none; }
A.pagenumber_selected:visited { color: white; font-weight: bolder; text-decoration: none; }
A.pagenumber_selected:hover   { color: white; font-weight: bolder; text-decoration: underline; }



/* ARTICLES */
TD.artic_list{
	background-color: white;
	font-size: 10pt;
	font-weight: bolder;
	color: #2A4C7E;
}
A.artic_list_title{
	font-size: 10pt;
}
A.artic_list_title:link			{color: #2A4C7E; font-weight: bolder; text-decoration: none;}
A.artic_list_title:active		{color: #2A4C7E; font-weight: bolder; text-decoration: none;}
A.artic_list_title:visited		{color: #2A4C7E; font-weight: bolder; text-decoration: none;}
A.artic_list_title:hover		{color: #2A4C7E; font-weight: bolder; text-decoration: underline;}

A.artic_readmore{
	background-color: #734293;
	border: 1px solid #2A4C7E;
	padding-right: 0.5em;
	padding-left: 0.5em;
	font-size: 10pt;
}
A.artic_readmore:link		{color: white; font-weight: bolder; text-decoration: none;}
A.artic_readmore:visited	{color: white; font-weight: bolder; text-decoration: none;}
A.artic_readmore:hover		{color: white; font-weight: bolder; text-decoration: none;}


TD.artic_title	{
	background-color: white;
	font-size: 10pt;
	font-weight: bolder;
	color: #2A4C7E;
}
A.artic_title{
	font-size: 10pt;
}
A.artic_title:link			{color: #2A4C7E; font-weight: bolder; text-decoration: none;}
A.artic_title:active		{color: #2A4C7E; font-weight: bolder; text-decoration: none;}
A.artic_title:visited		{color: #2A4C7E; font-weight: bolder; text-decoration: none;}
A.artic_title:hover			{color: #2A4C7E; font-weight: bolder; text-decoration: underline;}




/* FRONTPAGE ARTICLES */
TD.index_artic_heading{
	font-weight: bold;
	font-style: italic;
	background-color: #734293;
	color: #FFFFFF;
	padding: 0.2em;
	padding-left: 0.4em;
}


/* FRONTPAGE RIGHT PANEL*/
TD.index_rightpanel	{
	border-left: 1px solid black;
}
TD.index_rightpanel_heading	{
	font-weight: bold;
	background-color: #734293;
	color: #FFFFFF;
	padding: 0.2em;
	padding-left: 0.4em;
	text-align: center;
}
A.index_rightpanel_link{
	font-size: 10pt;
}
A.index_rightpanel_link:link		{color: #2A4C7E; font-weight: normal; text-decoration: none;}
A.index_rightpanel_link:active		{color: #2A4C7E; font-weight: normal; text-decoration: none;}
A.index_rightpanel_link:visited		{color: #2A4C7E; font-weight: normal; text-decoration: none;}
A.index_rightpanel_link:hover		{color: #2A4C7E; font-weight: normal; text-decoration: underline;}



/* GALLERY */
A.gallery_folder{
	font-size: 10pt;
}
A.gallery_folder:link    { color: #000000; font-weight: normal; text-decoration: none; }
A.gallery_folder:visited { color: #000000; font-weight: normal; text-decoration: none; }
A.gallery_folder:hover   { color: #000000; font-weight: normal; text-decoration: underline; }

A.gallery_image{
	font-size: 10pt;
}
A.gallery_image:link    { color: #000000; font-weight: normal; text-decoration: none; }
A.gallery_image:visited { color: #000000; font-weight: normal; text-decoration: none; }
A.gallery_image:hover   { color: #000000; font-weight: normal; text-decoration: underline; }

TD.gallery_pic_title{
	background-color: #734293;
	font-size: 10pt;
	font-weight: bolder;
	color: white;
	padding: 2px 2px 2px 3px;
}



/* SEARCH */
TD.search_sectiontitle	{
	background-color: #734293;
	border: 1px solid;
	font-weight: bold;
	color: white;
}

A.search_result{
	font-size: 10pt;
}
A.search_result:link    { color: #2A4C7E; font-weight: normal; text-decoration: none; }
A.search_result:visited { color: #2A4C7E; font-weight: normal; text-decoration: none; }
A.search_result:hover   { color: #2A4C7E; font-weight: normal; text-decoration: underline; }



/* SITEMAP */
A.sitemap_link{
	font-size: 10pt;
}
A.sitemap_link:link    { color: #000000; font-weight: normal; text-decoration: none; }
A.sitemap_link:visited { color: #000000; font-weight: normal; text-decoration: none; }
A.sitemap_link:hover   { color: #000000; font-weight: normal; text-decoration: underline; }



/* LINKS-MODULE */
a.lh_kategoria {
	font-size: 11px;
	text-decoration: none;
}
a.lh_kategoria:link    { color: #000000; font-weight: bolder; text-decoration: none; }
a.lh_kategoria:visited { color: #000000; font-weight: bolder; text-decoration: none; }
a.lh_kategoria:hover   { color: #000000; font-weight: bolder; text-decoration: underline; }

a.lh_url_nakyva {
	font-size: 10px;
	color: #3D679A;
}
a.lh_url_nakyva:link    { color: #3D679A; font-weight: normal; text-decoration: none; }
a.lh_url_nakyva:visited { color: #3D679A; font-weight: normal; text-decoration: none; }
a.lh_url_nakyva:hover   { color: #3D679A; font-weight: normal; text-decoration: underline; }



/* GUESTBOOK */
TD.gb_topic{
	background-color: #734293;
	color: white;
	font-size: 10pt;
	padding: 2px 2px 2px 3px;
}
TD.gb_content{
	background-color: white;
	color: black;
	font-size: 10pt;
	padding: 1px 1px 5px 3px;
}
TD.gb_sign_guestbook{
	border: 1px solid #2A4C7E;
	background-color: #734293;
	color: white;
	padding: 2px 5px 2px 5px;
}
A.gb_sign_guestbook{
	font-size: 10pt;
}
A.gb_sign_guestbook:link    { color: white; font-weight: bolder; text-decoration: none; }
A.gb_sign_guestbook:visited { color: white; font-weight: bolder; text-decoration: none; }
A.gb_sign_guestbook:hover   { color: white; font-weight: bolder; text-decoration: none; }




/* FORUM */
A.forum_cattree_link{	/* exp. forum >> category*/
	font-size: 10pt;
}
A.forum_cattree_link:link    { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.forum_cattree_link:visited { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.forum_cattree_link:hover   { color: #2A4C7E; font-weight: bolder; text-decoration: none; }

TD.forum_cat_topic{		/* on forum frontpage*/
	border: 1px solid #2A4C7E;
	background-color: #734293;
	font-weight: bolder;
	color: white;
	padding: 2px 5px 2px 5px;
}
TD.forum_cat_bg{		/* bg of category-topic*/
	border: 1px solid #2A4C7E;
	background-color: white;
	color: black;
	padding: 2px 5px 2px 5px;
	height: 50px;
}
TD.forum_cat_name{		/* category name on frontpage cat-list */
	background-color: white;
	color: black;
	padding: 2px 5px 2px 5px;
}
A.forum_cat_link{		/* category link*/
	font-size: 10pt;
}
A.forum_cat_link:link    { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.forum_cat_link:visited { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.forum_cat_link:hover   { color: #2A4C7E; font-weight: bolder; text-decoration: none; }

TD.forum_cat_info{		/* info of category (total messages) */
	color: black;
	padding: 2px 5px 2px 5px;
}

TD.forum_msglist_topic{		/* topic, nickname, total replies */
	font-size: 10pt;
	font-weight: bolder;
	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: 10pt;	
	color: #000000;
}

TD.forum_msglist_2{		/* msg list where user has selected category line 2 */
	font-size: 10pt;	
	color: #000000;
	background-color: #D7D8DD;
}

TD.forum_msgtree_topic{		/* topic, nickname, total replies */
	font-size: 10pt;
	font-weight: bolder;
	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: 10pt;	
	color: #000000;
	padding:2px;
}

TD.forum_msgtree_2{		/* msg tree under chosen message line 2 */
	font-size: 10pt;	
	color: #000000;
	background-color: #D7D8DD;
	padding:2px;
}

A.forum_msg_link{		/* link to message */
	font-size: 10pt;
}
A.forum_msg_link:link    { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.forum_msg_link:visited { color: #2A4C7E; font-weight: bolder; text-decoration: none; }
A.forum_msg_link:hover   { color: #2A4C7E; font-weight: bolder; text-decoration: none; }

A.forum_msg_link_selected{	/* link to message (selected message) */
	font-size: 10pt;
}
A.forum_msg_link_selected:link    { color: black; font-weight: bolder; text-decoration: none; }
A.forum_msg_link_selected:visited { color: black; font-weight: bolder; text-decoration: none; }
A.forum_msg_link_selected:hover   { color: black; font-weight: bolder; 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: #734293;
	font-size: 10pt;	
	font-weight: bolder;
	color: white;
	padding: 2px 2px 2px 2px;
}
TD.forum_msg_info	{	/* open message info (nickame, time) */
	background-color: #D7DCFD;
	font-size: 7pt;
	font-weight: bolder;
	color: black;
	padding: 2px 2px 2px 2px;
}
TD.forum_msg_content{		/* open message content */
	font-size: 10pt;
	color: black;
	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: #D7DCFD;
	padding: 2px 3px 2px 3px;
}
A.forum_msg_function{		/* reply to message, inform of bad message*/
	font-size: 10pt;
}
A.forum_msg_function:link    { color: #2A4C7E;	font-weight: bolder;	text-decoration: none; }
A.forum_msg_function:visited { color: #2A4C7E;	font-weight: bolder;	text-decoration: none; }
A.forum_msg_function:hover   { color: black;	font-weight: bolder;	text-decoration: underline; }

TD.forum_add_new{		/* bg of add new topic or message */
	border: 1px solid #2A4C7E;
	background-color: #734293;
	color: white;
	padding: 2px 5px 2px 5px;
}
A.forum_add_new{	/* add new topic or message */
	font-size: 10pt;
}
A.forum_add_new:link    { color: white; font-weight: bolder; text-decoration: none; }
A.forum_add_new:visited { color: white; font-weight: bolder; text-decoration: none; }
A.forum_add_new:hover   { color: white; font-weight: bolder; text-decoration: none; }

TD.forum_form_topic{		/* topic of form of new message or topic */
	background-color: #734293;
	border: 1px solid #999999;
	font-size: 10pt;	
	font-weight: bolder;
	color: white;
	padding: 2px 2px 2px 5px;

}

.pwdform {
	width: 80%;
	margin: auto;
}

/* CUSTOM STUFF */
table.ottelut {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: collapse;
	background-color: white;
	margin-bottom: 10px;
}
table.ottelut th {
	border-width: 1px 1px 1px 1px;
	padding: 3px 10px 3px 10px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #734293;
	font-size: 10pt;
	color: white;
}
table.ottelut td {
	border-width: 1px 1px 1px 1px;
	padding: 3px 10px 3px 10px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: white;
}