/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: white;
}

/* background color for the content part of the pages */
Body
{
    background-color: white;
}

/* background/border colors for the selected tab */
.TabBg {
    background-color:#DC3831;
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
    font-weight: bold;
    font-size: 8.5pt;
    color: white;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
    text-decoration:    none;
    color:white;
}

A.SelectedTab:visited  {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:active   {
    text-decoration:    none;
    color:#eeeeee;
}

A.SelectedTab:hover    {
    text-decoration:    none;
    color:#cccccc;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-weight: bold;
	font-size: 8.5pt;
	color: "#003466";
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
    text-decoration:    none;
    color:"#003466";
}

A.OtherTabs:visited  {
    text-decoration:    none;
    color:#003466;
}

A.OtherTabs:active   {
    text-decoration:    none;
    color:#003466;
}

A.OtherTabs:hover    {
    text-decoration:    none;
    color:#003466;
}

/* GENERAL */
/* style for general page titles */
.HeadTitle
{
	font-weight: bold;
	font-size: 60px;
	left: 250px;
	width: 500px;
	color: #003466;
	font-family: Tahoma, Arial, Helvetica;
	position: absolute;
	top: 0px;
	height: 60px;
}
.HeadTitleSub
{
	font-weight: bold;
	font-size: 20px;
	left: 330px;
	width: 450px;
	color: #003466;
	font-family: Tahoma, Arial, Helvetica;
	position: absolute;
	top: 63;
	height: 20px;
}

/* style for module titles */
.Head   {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11pt;
    font-weight:    bold;
    color:#003466;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
.SubHeadLg    {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight: bold;
    color: White;
    background-color:  #003366;
    
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003466;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
}

.NormalRed
{
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #ff0000
}

.NormalBold
{
    font-family: verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
                BORDER-RIGHT: 3px double #acb5b5;
	BORDER-TOP: 3px double #c4cccc;
	BACKGROUND: #fefefe url('bg_form.gif') repeat-x;
	BORDER-LEFT: 3px double #acb5b5;
	COLOR: #2b333c;
	BORDER-BOTTOM: 3px double #6f7777;
	HEIGHT: 20px;
	font-size: 11px;
	font-family :Arial, Verdana, Helvetica;
	color : #666666;
	CURSOR: hand

}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
        color: #003366;
}

A.CommandButton:visited  {
    color: #003366;
}

A.CommandButton:active   {
      color: #003366;
}

A.CommandButton:hover    {
       color: #ff0000;
}
    
/* GENERIC */
H1  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H4  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #003366;
}

H5, DT  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

H6  {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}

TFOOT, THEAD    {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #003366;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    bold;
    color: #003366;
}

A:link
{
	font-weight: bold;
	color: #003466;
	list-style-type: disc;
	text-decoration: none;
}

A:visited   {
    text-decoration:    none;
    color:  #003466;
font-weight:    bold;
}

A:active    {
    text-decoration:    none;
    color:  #003466;
font-weight:    bold;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
font-weight:    bold;
}

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;
}

HR {
    color: #DC3831;
    height:1pt;
    text-align:left
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #003366;
}
.Menu
{
	font-family: Tahoma,Arial,Helvetica;
	font-weight: bold;
	font-size:  30px;
}
.HeadLanguage
{
	left: 750px;
	position: absolute;
                text-align: left;
	top: 10px;
	font-family: Tahoma,Arial,Helvetica;
	font-weight: normal;
	width: 170px;
font-size: 11px;
	color: white;
                CURSOR: hand;
}
A.HeadLanguage:link
{
	color: white;
}

A.HeadLanguage:visited
{
	color: white;
}

A.HeadLanguage:active
{
	color: white;
}
A.HeadLanguage:hover
{
	color: red;
}
.HeadHelp
{
	left: 750px;
	position: absolute;
                text-align: left;
	top: 40px;
	font-family: Tahoma,Arial,Helvetica;
	font-weight: normal;
width: 170px;
font-size: 11px;
	color: white;
                CURSOR: hand;
}
A.HeadHelp:link
{
	color: white;
}

A.HeadHelp:visited
{
	color: white;
}

A.HeadHelp:active
{
	color: white;
}
A.HeadHelp:hover
{
	color: red;
}
.HeadLogin
{
	left: 750px;
	position: absolute;
                text-align: left;
	top: 20px;
	font-family: Tahoma,Arial,Helvetica;
	font-weight: normal;
	color: white;
width: 170px;
font-size: 11px;
	                CURSOR: hand;
}

A.HeadLogin:link
{
	color: white;
}

A.HeadLogin:visited
{
	color: white;
}

A.HeadLogin:active
{
	color: white;
}
A.HeadLogin:hover
{
	color: red;
}

.HeadUser
{
	left: 750px;
	position: absolute;
                text-align: left;
	top: 30px;
	font-family: Tahoma,Arial,Helvetica;
	font-weight: normal;
	color: white;
width: 170px;
font-size: 11px;
                CURSOR: hand;
}
A.HeadUser:link
{
color: white;
}
A.HeadUser:visited
{
color: white;
}
A.HeadUser:active
{
color: white;
}
A.HeadUser:hover
{
color: red;
}
.HeadDate
{
	left: 5px;
	position: absolute;
                text-align: left;
	top: 72px;
	font-family: Tahoma,Arial,Helvetica;
	font-weight: normal;
	font-size:  10px;
	color: white;
width: 170px
}
.HeadBread
{
                font-family: Tahoma,Arial,Helvetica;
	font-weight: normal;
	font-size: 10px;
	color:#003366;
	left: 200px;
	position: absolute;
	top: 92px;
}
.BotHost
{
	left: 5px;
	position: relative;
	font-weight: normal;
	font-size: 10px;
	color: white;
	font-family: Tahoma,Arial,Helvetica;
    text-align:left;
    vertical-align:top;
CURSOR: hand
}
A.BotHost:link
{
color: white;
}
A.BotHost:visited
{
color: white;
}
A.BotHost:active
{
color: white;
}
A.BotHost:hover;
{
color: red;
}
.BotSite
{
	left: 5 px;
	position: relative;
    font-weight: normal;
	font-size: 10px;
	color: white;
	font-family: Tahoma,Arial,Helvetica;
    text-align: left;
vertical-align:top;
}
.GridAlternatingItemStyle
{
	background-color: #DCE8F8;
}










































