/* ================================
CSS STYLES FOR DotNetNuke
================================
*/   
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
font-family: Arial, Tahoma, Helvetica;
font-size: 11px;
font-weight: normal;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
color: Silver;
}
/* text style used for rendered text which requires emphasis */
.NormalBold
{
font-family: Arial, Tahoma, Helvetica;
font-size: 11px;
font-weight: bold
}
/* text style used for error messages */
.NormalRed
{
font-family: Arial, Tahoma, Helvetica;
font-size: 12px;
font-weight: bold;
color: #ff0000
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-family: Arial, Tahoma, Helvetica;
font-size: 12px;
font-weight: normal;
}  
/* style for module titles */
.Head   {
font-family: Arial, Tahoma, Helvetica;
font-size:  20px;
font-weight:    normal;
color: #800000;
}
/* style of item titles on edit and admin pages */
.SubHead    {
font-family: Arial, Tahoma, Helvetica;
font-size:  11px;
font-weight:    bold;
color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-family: Arial, Tahoma, Helvetica;
font-size:  11px;
font-weight:    bold;
color: black;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
font-family: Arial, Tahoma, Helvetica;
font-size: 11px;
font-weight: normal;
}  
/* GENERIC */
H1  {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
text-indent: 0px;
font-family: Arial, Tahoma, Helvetica;
font-size:  22px;
font-weight:    bold;
color: #1c5f8d;
}
H2  {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: Arial, Tahoma, Helvetica;
font-size:  16px;
font-weight:    bold;
color: #1c5f8d;
line-height: 15px;
}
H3  {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: Arial, Tahoma, Helvetica;
font-size:  14px;
font-weight:    bold;
color: #1c5f8d;
line-height: 14px;
}
H4  {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: Arial, Tahoma, Helvetica;
font-size:  12px;
font-weight:    bold;
color: #1c5f8d;
}
H5, DT  {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: Arial, Tahoma, Helvetica;
font-size:  11px;
font-weight:    bold;
color: #1c5f8d;
}
H6  {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
font-family: Arial, Tahoma, Helvetica;
font-size:  11px;
font-weight:    bold;
color: #1c5f8d;
}
TFOOT, THEAD    {
font-family: Arial, Tahoma, Helvetica;
font-size:  12px;
color: #003366;
}
TH  {
vertical-align: baseline;
font-family: Arial, Tahoma, Helvetica;
font-size:  10px;
font-weight:    bold;
color: #003366;
}
TD  {
vertical-align: center;
font-family: Arial, Tahoma, Helvetica;
font-size:  11px;
font-weight:    normal;
color: #000000;
}
A:link  {
text-decoration:    none;
color:  #3366FF;
}
A:visited   {
text-decoration:    none;
color:  #3366FF;
}
A:hover {
text-decoration:    underline;
color:  #3366FF;
}
A:active    {
text-decoration:    none;
color:   #3366FF;
}
SMALL   {
font-size:  8px;
}
BIG {
font-size:  14px;
}
BLOCKQUOTE, PRE {
font-family:    Lucida Console, monospace;
}
UL LI   {
list-style-type:    square ;
}
UL LI LI    {
list-style-type:    disc;
}
UL LI LI LI {
list-style-type:    circle;
}
OL LI   {
list-style-type:    decimal;
}
OL OL LI    {
list-style-type:    lower-alpha;
}
OL OL OL LI {
list-style-type:    lower-roman;
}
OL UL LI   {
list-style-type:    disc;
}
HR {
color: #1c5f8d;
height: 1pt;
text-align: center;
}
p  {
vertical-align: center;
font-family: Arial, Tahoma, Helvetica;
font-size:  11px;
font-weight:    normal;
color: #000000;
}


