/*
   ================================
    CSS STYLES FOR MPOWER
   ================================
*/   

/* ************************************************************ */
/* Definice pro odkazy (navigational texts / menu font spec size)*/
A, 
A:link, 
A:visited,
A:hover,
A:active{font-family: Arial, Helvetica, sans-serif;font-size: 8pt;text-decoration:none;font-weight:normal;color:navy}
A:hover{color:#666666;text-decoration:none;}
A:active{color:#ff0000;text-decoration:underline;}

/* TOPMENU - There are 2 different types of links in top menu */
/* 1) Menu2 - System links (Home, WebTree, WebCalendar, Archive */
/* 2) Menu2CAT- Top menu categories */
/* ************************************************************ */
/* Definice pro systémové odkazy v horním menu */

.RightPane {
	padding: 5px;
}

.MenuItem,
.MenuItemMouseOver {
	padding-left: 10px;
	background: url(images/bullet.gif) no-repeat left;
}

.MenuHdr {
	padding-top: 5px;
}

.currentHeaderHighlight,
.currentItemHighlight {
	font-weight: bold;
}

.bottomlinks {
	height: 20px;
}

.bottomlinks a {
}

.ContentPane a,
.ContentPane a:hover {
	font-weight: bold;
}