/*	CSS For mermu.net
	Copyright Stepan Riha
*/


/*******************************************************************************
	BODY Style
********************************************************************************/

BODY
{
	MARGIN: 0;
	PADDING: 0;
    BACKGROUND-COLOR: #9c9;
    COLOR: #000;
    FONT-FAMILY: Verdana, Arial, sans-serif;
}


/*******************************************************************************
	.Content Styles
********************************************************************************/


td.content
{
    TEXT-ALIGN: left;
    VERTICAL-ALIGN: top;
	font-family : Verdana, Arial;
	font-size : 12px;
	/* line-height : 15px; */
}

div.content
{
	margin: 15px;
}

.headerdata
{
	FONT-WEIGHT: bold;
}
	
/* Content Links:
	Not visited: BLUE-green, no underline
	Visited: blue-greem, no undeline
	Active: dark red, underlined
*/
.content A
{
    COLOR: #039;
    BACKGROUND-COLOR: #9c9;
}
.content A:link
{
    COLOR: #03f;
    BACKGROUND-COLOR: #9c9;
    TEXT-DECORATION: none
}
.content A:visited
{
    COLOR: #039;
    BACKGROUND-COLOR: #9c9;
   	TEXT-DECORATION: none
}
.content A:hover
{
    COLOR: #900;
    BACKGROUND-COLOR: #9c9;
    TEXT-DECORATION: underline
}
.content A:active
{
    COLOR: #900;
    BACKGROUND-COLOR: #9c9;
    TEXT-DECORATION: none
}


/*******************************************************************************
	.menu Style
********************************************************************************/

td.menu
{
    BACKGROUND-COLOR: #000;
    COLOR: #33CC66;
    FONT-FAMILY: Impact, Arial, sans-serif;
    TEXT-ALIGN: right;
    VERTICAL-ALIGN: top;
    width: 150px;
}
div.menu
{
	margin: 15px;
    TEXT-ALIGN: right;
}

div.menu div.item
{
    FONT-SIZE: 18px;
}


/* Menu Links:
	Not visited & visited: content-background, not underlined
	Active: bright green, underlined
*/
.menu A
{
    COLOR: #33CC66;
    BACKGROUND-COLOR: #000;
}
.menu A:link
{
    COLOR: #9c9;
    BACKGROUND-COLOR: #000;
    TEXT-DECORATION: none
}
.menu A:visited
{
    COLOR: #9c9;
    BACKGROUND-COLOR: #000;
   TEXT-DECORATION: none
}
.menu A:hover
{
    COLOR: #00FF00;
    BACKGROUND-COLOR: #000;
    TEXT-DECORATION: underline
}
.menu A:active
{
    COLOR: #33CCFF;
    BACKGROUND-COLOR: #000;
    TEXT-DECORATION: none
}

/* Calendar (in Menu bar)
	Same as content
*/
TABLE.calendar
{
    BACKGROUND-COLOR: #9c9;
    COLOR: #000;
    FONT-FAMILY: Verdana, Arial, sans-serif;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

TABLE.calendar TD, TABLE.calendar TH
{
    TEXT-ALIGN: center;
	font-family : Verdana, Arial;
	font-size : 10px;
}

TABLE.calendar A, TABLE.calendar A:link,  TABLE.calendar A:visited 
{
    COLOR: #03f;
    BACKGROUND-COLOR: #9c9;
    TEXT-DECORATION: none
}

TABLE.calendar A:hover,  TABLE.calendar A:active 
{
    COLOR: #900;
    BACKGROUND-COLOR: #9c9;
    TEXT-DECORATION: underline
}
