/* ================================
    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: Arial, Helvetica;
}
TH, H1, H2, H3, H4, H5, H6
{
	font-family: Arial, Helvetica;
}
BLOCKQUOTE, PRE
{
	font-family: Lucida Console, monospace;
}
.Normal
{
	font-family: Arial, Helvetica;
}
.SkinObject
{
	font-family: Arial, Helvetica;
}
.MainMenu_MenuItem
{
	font-family:  Arial, Helvetica;
}
.MainMenu_MenuItemSel
{
	font-family:  Arial, Helvetica;
}

/* First undo, fixed font-sizes set by MinimalEntropy */

body  {font-size:90%;}


th,td,div,p,table,.Normal,.NormalDisabled,.Head,.SubHead,.SubSubHead, a:link, a:visited, a:hover	{font-size:100%;}

input,textarea	{font-size:100%;}

.ControlPanel a.CommandButton:link, .ControlPanel a.CommandButton:visited, .ControlPanel .SubHead	{font-size:100%;}
/* H1..H6 are cleared later */


/* FONT SIZES, WEIGHTS and COLOUR: Fixed to use relative sizes and standard weights and colours */

H1  
{
	font-size:140%;
	font-weight:bold; 
		color: #333333;

}

H2  
{
	font-size:130%;
	font-weight:bold; 
	color: #333333;
}

H3  
{
	font-size:120%;
	font-weight:bold; 
	color: #333333;
}

H4  
{
	font-size:110%;
	font-weight:bold; 
	color: #333333;
}

H5
{
	font-size:105%;
	font-weight:bold; 
	color: #333333;
}

H6  
{
	font-size:100%;
	font-weight:bold; 
	color: #333333;
}

DT
{
	font-size:100%;
	font-weight:normal;
	color: #333333;
}

TFOOT, THEAD
{
	font-size:100%;
	color: #333333;
}

TH
{
	font-size:100%;
	font-weight: bold;
	color: #333333;
}
SMALL
{
	font-size:100%;
}

BIG 
{
	font-size:100%;
}

.Normal, .NormalDisabled, .NormalBold
{
	font-size:100%;
}
.NormalRed, .NormalTextBox
{
	font-size:100%;
}

.DataGrid_AlternatingItem, .DataGrid_Header, .DataGrid_Item, .DataGrid_SelectedItem
{
	font-size:100%;
}

.TreeMenu_Node, .TreeMenu_NodeSelected
{
	font-size:100%;
}

.CommandButton
{
	font-size:100%;
}

.StandardButton
{
	font-size:100%;
}
.SkinObject
{
	font-size:100%;
}


/* 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;
}

.CommandButton
{
	font-size:100%;
                color: #000000;
}


.CommandButton a, a:link{
color: #000000;
background-color: #ffffff;
}

.CommandButton a:visited {
background-color: #ffffff;
color: #000000;
}

.CommandButton a:hover{
text-decoration:underline;
background-color: #ffffff;
}






