/* ================================
    CSS STYLES FOR DotNetNuke
	28 April 2008	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;
}

/* 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:100%;
	font-weight:normal;
	color: black;
}

TFOOT, THEAD
{
	font-size:100%;
	color: Black;
}

TH
{
	font-size:100%;
	font-weight: bold;
	color: Black;
}
SMALL
{
	font-size:small; 
}

BIG 
{
	font-size:110%; 
}

.Normal, .NormalDisabled, .NormalBold
{
	font-size:100%;
}
.NormalRed, .NormalTextBox
{
	font-size:110%;
}

.DataGrid_AlternatingItem, .DataGrid_Header, .DataGrid_Item, .DataGrid_SelectedItem
{
	font-size:90%;
}

.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;
}



/* OTHER CLASSES: NOT ALTERED BY CHRIS CANT */

/* background color for the content part of the pages */
Body
{
}

.ControlPanel {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}


/* text style used for most text rendered by modules */
.Normal
{
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:hover    {
}
    
A.CommandButton:active   {
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL LI   {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar {
}

.MainMenu_MenuItem {
}

.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
}

.MainMenu_MenuBreak {
}

.MainMenu_MenuItemSel {
}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}
