﻿/* c_typography.css - Typography (fonts and so on) */


#header
{
	font-size: 0.95em; /*    font-variant: small-caps;*/
	font-weight: bold;
}

/* Top Menu */
#navigation #topmenu
{
	/*    font-variant: small-caps;*/
}

/* Bottom Menu */
#navigation #bottommenu
{
	font-weight: bold; /*    font-variant: small-caps;*/	
}

/* Top&Bottom Menu - Common*/
#navigation #topmenu li a, .menu a:hover, .logout:link
{
	text-decoration: none;
}

#navigation #topmenu li a:hover, .menu a:hover, .logout:hover
{
	text-decoration: underline;
}

/* GridView Control Styles*/
.GridViewControlStyle
{
	font-size: 90%;
}

.HeaderStyle
{
	/*font-weight: bold;*/
}

.center
{
	text-align: center;
}

.left
{
	text-align: left;
}

/*Auto Complete - Flyout */
.autocomplete_completionListElement
{
	text-align: left;
	overflow: auto;
}

/*Auto Complete - Highlighted item */
.autocomplete_highlightedListItem
{
}

/*Auto Complete - Item */
.autocomplete_listItem
{
}

.ModalDeleteUserPanel, .ModalPanel
{
	text-align: center; /*    font-variant: small-caps;*/
}

.ModalEditUserPanel
{
	/*    font-variant: small-caps;*/
}

.DisabledUser
{
	text-decoration: line-through;
}

.FadingTooltip
{
	font-size: 12pt;
}

.PopupItem
{
	cursor: default;
}

.collapsePanel
{
	overflow: hidden;
}

.collapsePanelHeader
{
	font-weight: bold;
	font-size: 0.9em;
	cursor: pointer;
}
