
/*** overrule dnn default.css styles ***/

/*
.SkinObject
{
	color: #000;
	font-family: Arial, Helvetica, Sans-Serif;
}
*/

/* style for module titles 
.Head
{
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 16px;
    font-weight: normal;
    color: #1665a7;
}
*/
/* style of item titles on edit and admin pages 
.SubHead
{
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 14px;
    font-weight: normal;
    color: #1665a7;
}
*/
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules 
.SubSubHead
{
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    color: #1665a7;
}
*/
/* text style used for most text rendered by modules 
.Normal, .NormalDisabled
{
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    line-height: 20px;
}
*/
/* text style used for rendered text which should appear disabled 
.NormalDisabled
{
	color: #ccc;
}
*/
/* text style used for rendered text which requires emphasis 
.NormalBold
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
*/
/* text style used for error messages 
.NormalRed
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	color: #f00;
}
*/
/* text style used for textboxes in the admin and edit pages, for Nav compatibility 
.NormalTextBox
{
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}
*/


/* text style used for help text rendered by modules 
.Help,
*/
/* text style for buttons and link buttons used in the portal admin pages 
.CommandButton,
*/
/* button style for standard HTML buttons 
.StandardButton
{
	font-family: Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
}
*/

