/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* text style used by FCKeditor */

.Text
{
    	font-family: Georgia, Serif;
    	font-size: 12px;
    	font-weight: normal;
	color: #333333;
	line-height: 1.5em;
}

.TextBold
{
    	font-family: Georgia, Serif;
    	font-size: 12px;
    	font-weight: bold;
	color: #333333;
	line-height: 1.5em;
}

.TextSmall
{
    	font-family: Georgia, Serif;
    	font-size: 10px;
    	font-weight: normal;
	color: #333333;
	line-height: 1.5em;
}

.TextWhite
{
    	font-family: Georgia, Serif;
    	font-size: 12px;
    	font-weight: normal;
	color: #ffffff;
	line-height: 1.5em;
}

.TextBig
{
    	font-family: Georgia, Serif;
    	font-size: 22px;
    	font-weight: normal;
	color: #666666;
	line-height: 1.25em;
}

.TextLightBlue
{
    	font-family: Georgia, Serif;
    	font-size: 12px;
    	font-weight: normal;
	color: #66ccff;
	line-height: 1.5em;
}

.TextLightBlueSmall
{
    	font-family: Georgia, Serif;
    	font-size: 12px;
    	font-weight: normal;
	color: #66ccff;
	line-height: 1.5em;
}

.Header
{
    	font-family: Georgia, Serif;
    	font-size: 26px;
    	font-weight: bold;
	color: #666666;
	line-height: 1.25em;
}

.TextWhiteBig
{
    	font-family: Georgia, Serif;
    	font-size: 22px;
    	font-weight: normal;
	color: #ffffff;
	line-height: 1.25em;
}

.TextWhiteSmall
{
    	font-family: Georgia, Serif;
    	font-size: 10px;
    	font-weight: normal;
	color: #ffffff;
	line-height: 1.5em;
}


/* text style used for most text rendered by modules */

.Normal
{
    	font-family: Georgia, Serif;
    	font-size: 12px;
    	font-weight: normal;
	color: #333333;
	line-height: 1.5em;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
   	font-family: verdana, arial, helvetica, san-serif;
   	font-size: 12px;
   	font-weight: normal;
	color: #333333;
	line-height: 1.5em;
}

.NormalRed
{
   	font-family: verdana, arial, helvetica, san-serif;
   	font-size: 12px;
   	font-weight: normal;
	color: #990000;
	line-height: 1.5em;
}
.NormalBold
{
   	font-family: verdana, arial, helvetica, san-serif;
   	font-size: 12px;
   	font-weight: bold;
	color: #333333;
	line-height: 1.5em;
}

.NormalWhite
{
   	font-family: verdana, arial, helvetica, san-serif;
   	font-size: 12px;
   	font-weight: normal;
	font-color: #ffffff;
	line-height: 1.5em;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}


A:link  {
    text-decoration:    underline;
    color:  #003366;
}

A:visited   {
    text-decoration:    underline;
    color:  #339900;
}

A:active    {
    text-decoration:    underline;
    color:  #990000;
}

A:hover {
    text-decoration:    underline;
    color:  #990000;
}


/* Big links on homepage */

.LinkBig{
    	font-family: Georgia, Serif;
    	font-size: 22px;
    	font-weight: normal;
	color: #666666;
	line-height: 1.5em;
}

.LinkBig:link  {
    text-decoration:    none;
    color:  #666666;
}

.LinkBig:visited   {
    text-decoration:    none;
    color:  #666666;
}

.LinkBig:active    {
    text-decoration:    none;
    color:  #990000;
}

.LinkBig:hover {
    text-decoration:    none;
    color:  #990000;
}


/* Light blue links on homepage */

.TextLightBlue	{
    	font-family: Georgia, Serif;
    	font-size: 12px;
    	font-weight: normal;
	color: #b8d8f8;
	line-height: 1.5em;
}

.TextLightBlue:link  {
    text-decoration:    underlined;
    color:  #b8d8f8;
}

.TextLightBlue:visited   {
    text-decoration:    underlined;
    color:  #b8d8f8;
}

.TextLightBlue:active    {
    text-decoration:    underlined;
    color:  #ffffff;
}

.TextLightBlue:hover {
    text-decoration:    underlined;
    color:  #ffffff;
}


