
/* -------------------- MENU DEFAULTS ------------------------- */

/* MAIN - settings for the default menu class */
.default_menu_header
{
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
    color:#000000;
}


/* MAIN - default setting for spacing after the menu header */
.default_menu_header_after
{
    font-size: 7px;
}


/* MAIN - default setting for spacing before a sub menu header. */
.default_menu_header2_before { }


/* MAIN - default setting for a sub menu header. */
.default_menu_header2 { }


/* MAIN - default setting for spacing after a sub menu header. */
.default_menu_header2_after { }


/* -------------------- MAIN MENU -------------------- */

/* MAIN MENU - settings for the table surrounding main menu. Push meny up or down to set distance to top bar. */
table.menu
{
    margin-top: 14px;
    margin-bottom: 4px;
    width: 100%;
}


/* MAIN MENU - settings for text contained by the menu. */
.menu
{
    color: #8b9475;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 90%;
}


/* MAIN MENU - spacing between menu top ending and start of menu items. */
td.menu
{
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 4px;
    padding-top: 7px;
    width: 100%;
}


/* MAIN MENU - setting for selected menu choice. */
span.menu
{
    padding-left: 2px;
}


/* MAIN MENU - Settings for aligning the menu. [not in use]. */
.menu_header        { }
.menu_header_before { }
.menu_header_after    { }


/* MAIN MENU - spacing before a sub menu header. */
.menu_header2_before, .menu_header3_before
{
    font-size: 5px;
}


/* MAIN MENU - sub menu header [logged in USER]. */
.menu_header2
{
    color: #2e3c0c;
    padding-left: 2px;
    font-weight: bold;
    font-size: 85%;
    padding-left: 15px;
    padding-left: 0px; /* 15px; */
/*    background-image: url(../image/user_small_icon.gif);*/
}


/* MAIN MENU - sub menu header [Byggprojekt]. */
.menu_header3
{
    color: #2e3c0c;
    padding-left: 2px;
    font-weight: bold;
    font-size: 85%;
    padding-left: 0px;
}


/* MAIN MENU - sub menu header [logged in USER]. */
.menu_above
{
    font-size: 1px;
}
/* MAIN MENU - sub menu header [logged in USER]. */
.between_printable
{
    font-size: 4px;
}

/* MAIN MENU - spacing after a sub menu header. */
.menu_header2_after
{
    font-size: 10px;
}


/* MAIN MENU - space between table menu and stuff to the right. */
.menu_space_right
{
    padding-right: 10px;
}


/* MAIN MENU - link settings in MAIN MENU. */
a.menu
{
    color: #303A56;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    text-decoration: none;
    width: 100%;
}
a.menu_attention
{
    color: #FF3A56;
    text-decoration: none;
    width: 100%;
}
.menu_attention
{
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    font-style: italic;
}
td.menu_logo
{
	height: 32px;
	vertical-align: top;
}
td.logo_menu
{
	padding-top: 3px;
	padding-left: 4px;
}

/* MAIN MENU - settings for links (on mouse over) in menu */
a.menu:hover,a.menu_attention:hover
{
    background-color: #e9eddf;
    width: 100%;
}

a.menu_image:hover
{
    background-color: transparent;
    width: 0%;
}


/* MAIN MENU - settings for LOGIN in the main menu. */
a.menu_login
{
    color: #303A56;
    font-size: 90%;
    font-style: italic;
    text-decoration: none;
    padding: 2px;
    width: 100%;

}


/* MAIN MENU - settings for login (on mouse over) in menu. */
a.menu_login:hover
{
    background-color: #e9eddf;
    width: 100%;
}


/* MAIN MENU - settings for the Logout in the menu. */
a.menu_logout
{
    color: #303A56;
    font-size: 90%;
    font-style: italic;
    text-decoration: none;
    padding: 2px;
    width: 100%;
}


/* MAIN MENU - setting for logout link (in mouse over). */
a.menu_logout:hover
{
    background-color: #e9eddf;
    width: 100%;
}


/* MAIN MENU - settings for Toggle TopBar. */
.menu_toggle_topbar
{
    font-size: 82%;
    font-style: italic;
    text-decoration: none;
    padding: 2px;
}


/* MAIN MENU - set space between menus. */
.between_menus
{
    font-size: 10px;
}


span.calendar_comment
{
    color: #303A56;
    font-size: 80%;
    font-weight: normal;
    font-style: italic;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    text-decoration: none;
    width: 100%;
}
a.calendar_comment
{
    color: #303A56;
    text-decoration: underline;
}
a.calendar_comment:hover
{
    background-color: #e9eddf;
}


/* -------------------- STAT MENU -------------------- */

/* STAT MENU - settings for the table surrounding main menu. Push meny up or down to set distance to top bar. */
table.stat, table.stat2
{
    margin-top: 14px;
	width: 100%;
}


/* STAT MENU - settings for text contained by the menu. */
.stat, .stat2
{
    color: #7a9cb2;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 90%;
}

td.stat_h1
{
    color: #ffffff;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
}
SPAN.unews_when
{
    color: #7a9cb2;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-style: italic;
    font-size: 70%;
    padding-top: 1px;
}


/* STAT MENU - spacing between menu top ending and start of menu items. */
td.stat, td.stat2
{
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 4px;
    padding-left: 8px;
    width: 100%;
}


/* STAT MENU - setting for selected menu choice. */
span.stat, span.stat2
{
}

/* STAT MENU - spacing before a sub menu header. */
.stat_header2_before
{
    font-size: 5px;
}


/* STAT MENU - sub menu header [logged in USER]. */
.stat_above
{
    font-size: 40px;
}

/* STAT MENU - spacing after a sub menu header. */
.stat_header2_after
{
    font-size: 10px;
}


/* STAT MENU - space between table menu and stuff to the right. */
.stat_space_left, .stat2_space_left
{
    padding-left: 6px;
}


/* STAT MENU - link settings in STAT MENU. */
a.stat, a.stat2
{
    color: #303A56;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 0px;
    text-decoration: none;
    width: 100%;
    white-space: nowrap;
}


/* STAT MENU - settings for links (on mouse over) in menu */
a.stat:hover, a.stat2:hover
{
    width: 100%;
    background-color: #ead3cf;
}
a.stat2:hover
{
    background-color: #d6deeb;
}
td.stat_logo, td.stat2_logo
{
	height: 32px;
	vertical-align: top;
}

table.stat_result, table.stat2_result
{
}

td.stat_result_header, td.stat2_result_header
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #303A56;
    padding-right: 3px;
    font-weight: normal;
    text-decoration: none;
    font-size: 75%;
    white-space: nowrap;
}

/* MAIN MENU - link settings in MAIN MENU. */
a.stat_result_header, a.stat2_result_header
{
    color: #303A56;
    width: 100%;
    white-space: nowrap;
}


/* MAIN MENU - settings for links (on mouse over) in menu */
a.stat_result_header:hover, a.stat2_result_header:hover
{
    width: 100%;
    background-color: #ead3cf;
}

td.stat_result, td.stat2_result
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color: #303A56;
    padding-right: 3px;
    font-style: italic;
    text-decoration: none;
    font-size: 75%;
}
.stat_result_header2, .stat_result_header3, .stat2_result_header2, .stat2_result_header3
{
    color: #5c7cb0;
    font-weight: bold;
    font-size: 85%;
}
.stat_result_header2_before,.stat2_result_header2_before { font-size: 3px; }
.stat_result_header2_after,.stat2_result_header2_after { font-size: 2px; }
.stat_result_header3_before,.stat2_result_header3_before { font-size: 9px; }
.stat_result_header3_after,.stat2_result_header3_after { font-size: 5px; }


/* MAIN - settings for the default menu class */
SPAN.printable
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    color:#B0B0C0;
    text-decoration: none;
    font-size: 60%;
    font-weight: normal;
    font-style: italic;
    padding-right: 10px;
}
A.printable
{
    color:#B0B0C0;
    text-decoration: none;
}
IMAGE.printable
{
	vertical-align: middle;
}

TABLE.spons
{
	width: 126px;
	height: 67px;
    margin-bottom: 2px;
    padding-top: 1px;
    padding-left: 2px;
    background: #ffffff url(../image/ad120x60bkg.png) no-repeat;
}
SPAN.spons
{
    color: #303A56;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    text-decoration: none;
    white-space: nowrap;
}
TABLE.announcement_separator
{
	width: 75%;
}
TD.announcement_separator
{
    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 1px;
    text-align: center;
}