/* ================================
    CSS STYLES FOR DotNetNuke
	12 May 2009	Chris Cant	Scaling fonts for DNN
								- to let you specify font families on one place
								- to revert to relative font sizes and standard weghts and colours
								- remove unused classes
								Changes only applied to screen elements shown to ordinary users
   ================================
*/   

/* FONT FAMILIES: Define here for CSS classes used on elements seen by users */
*
{
	font-family: Tahoma, Arial, Helvetica;
}
TH, H1, H2, H3, H4, H5, H6
{
	font-family: Tahoma, Arial, Helvetica;
}
BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}
.Normal
{
	font-family: Tahoma, Arial, Helvetica;
}
.SkinObject
{
	font-family: Tahoma, Arial, Helvetica;
}
.MainMenu_MenuItem
{
	font-family: Tahoma, Arial, Helvetica;
}
.MainMenu_MenuItemSel
{
	font-family: Tahoma, Arial, Helvetica;
}

/* First undo, fixed font-sizes set by MinimalEntropy */

body,th,td,div,p,table,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover	{font-size:medium;}

input,textarea	{font-size:medium;}

.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead	{font-size:medium;}
/* H1..H6 are cleared later */


/* FONT SIZES, WEIGHTS and COLOUR: Fixed to use relative sizes and standard weights and colours */

H1  
{
	font-size:x-large;
	font-weight:bold; 
	color: Black;
}

H2  
{
	font-size:large;
	font-weight:bold; 
	color: Black;
}

H3  
{
	font-size:medium;
	font-weight:bold; 
	color: Black;
}

H4  
{
	font-size:small;
	font-weight:bold; 
	color: Black;
}

H5
{
	font-size:x-small;
	font-weight:bold; 
	color: Black;
}

H6  
{
	font-size:xx-small;
	font-weight:bold; 
	color: Black;
}

DT
{
	font-size:medium;
	font-weight:normal;
	color: black;
}

TFOOT, THEAD
{
	font-size:medium;
	color: Black;
}

TH
{
	font-size:medium;
	font-weight: bold;
	color: Black;
}
SMALL
{
	font-size:smaller; 
}

BIG 
{
	font-size:larger; 
}

.Normal, .NormalDisabled, .NormalBold
{
	font-size:medium;
}
.NormalRed, .NormalTextBox
{
	font-size:medium;
}

.DataGrid_AlternatingItem, .DataGrid_Header, .DataGrid_Item, .DataGrid_SelectedItem
{
	font-size:medium;
}

.TreeMenu_Node, .TreeMenu_NodeSelected
{
	font-size:medium;
}

.CommandButton
{
	font-size:medium;
}

.StandardButton
{
	font-size:medium;
}
.SkinObject
{
	font-size:medium;
}


/* Main menu */
.MainMenu_MenuBar
{
	height: 2em;
}
.MainMenu_MenuItem
{
	font-size: 1em;
}
.MainMenu_MenuIcon
{
	height: 2em;
	width: 1em;
	background-color: #EEEEEE;
}
.MainMenu_MenuItemSel
{
	font-size: 1em;
}
.MainMenu_MenuArrow
{
	font-size: 1em;
}
.MainMenu_RootMenuArrow
{
	font-size: 1em;
}

/* used by DNN-Blue etc skins */
.main_dnnmenu_bar
{
	height:2em;
}
.main_dnnmenu_item td
{
	font-size: 1em;
}
.main_dnnmenu_rootitem
{
	font-size: 1em;
}

/* Container and module menu */
.ModuleTitle_MenuBar
{
	height: 2em;
}
.ModuleTitle_MenuItem
{
	font-size: 1em;
}
.ModuleTitle_MenuItemSel
{
	font-size: 1em;
}
.ModuleTitle_MenuArrow
{
	font-size: 1em;
}
.ModuleTitle_RootMenuArrow
{
	font-size: 1em;
}

