.r-nav 
{
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	color: black;
	font-size: 7pt;
	text-align: left;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.r-nav:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 8pt;
	text-align: left;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

.Buttons
{
      border-right: lightsteelblue thin outset;
      border-top: lightsteelblue thin outset;
      font-size: 9pt;
      border-left: lightsteelblue thin outset;
      clip: rect(auto auto auto auto);
      color: black;
      line-height: 16px;
      border-bottom: lightsteelblue thin outset;
      font-family: Arial, Verdana, Helvetica, sans-serif;
      background-color: #f3f3f3;
      text-decoration: none;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #c0c0c0;
}

/* background color for the content part of the pages */
Body
{
	/*font-size: 10pt;
	font-family: Arial,Tahoma, Helvetica;
	background-color: #ffffff;
	text-decoration: none;
	color:black*/
}

.HelpLogin
{
	font-weight: bold;
	font-size: 8.5pt;
	color: #ffffff;
	font-family: Arial, Tahoma, Helvetica;
}

/* background/border colors for the selected tab */
.TabBg
{
	background-color: black;
}


/* text style for the selected tab */
.SelectedTab
{
	font-weight: bold;
	font-size: 8.5pt;
	color: white;
	font-family: Arial, Tahoma, Helvetica;
	text-decoration: none;
}

/* hyperlink style for the selected tab */
A.SelectedTab:link
{
	color: white;
	text-decoration: none;
}

A.SelectedTab:visited
{
	color: #eeeeee;
	text-decoration: none;
}

A.SelectedTab:active
{
	color: #eeeeee;
	text-decoration: none;
}

A.SelectedTab:hover
{
	color: #cccccc;
	text-decoration: none;
}

.Copyright
{
	font-weight: bold;
	font-size: 8pt;
	color: cornflowerblue;
	font-family: Arial, Tahoma, Helvetica;
	text-decoration: none;
}

A.Copyright:hover
{
	color: lightslategray;
	text-decoration: none;
}

/* text style for the unselected tabs */
.OtherTabs
{
	font-weight: bold;
	font-size: 8.5pt;
	color: white;
	font-family: Arial, Tahoma, Helvetica;
	text-decoration: none;
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link
{
	color: white;
	text-decoration: none;
}

A.OtherTabs:visited
{
	color: #eeeeee;
	text-decoration: none;
}

A.OtherTabs:active
{
	color: #eeeeee;
	text-decoration: none;
}

A.OtherTabs:hover
{
	color: #cccccc;
	text-decoration: none;
}

/* GENERAL */
/* style for module titles */
.Head
{
	font-weight: normal;
	font-size: 20px;
	color: #333333;
	font-family: Arial, Tahoma, Helvetica;
}

/* style of item titles on edit and admin pages */
.SubHead
{
	font-weight: bold;
	font-size: 15px;
	color: #003366;
	font-family: Arial, Tahoma, Helvetica;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Arial, Tahoma, Helvetica;
}

/* text style for buttons and link buttons used in the admin pages */
.CommandButton
{
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Tahoma, Helvetica;
}
    
/* hyperlink style for buttons and link buttons used in the admin pages */
A.CommandButton:link
{
	color: #003366;
	text-decoration: underline;
}

A.CommandButton:visited
{
	color: #003366;
	text-decoration: underline;
}

A.CommandButton:active
{
	color: #003366;
	text-decoration: underline;
}

A.CommandButton:hover
{
	color: #ff0000;
	text-decoration: underline;
}
    
/* GENERIC */
H1
{
	font-weight: normal;
	font-size: 20px;
	color: #666644;
	font-family: Arial, Tahoma, Helvetica;
}

H2
{
	font-weight: normal;
	font-size: 20px;
	color: #666644;
	font-family: Arial, Tahoma, Helvetica;
}

H3
{
	font-weight: normal;
	font-size: 12px;
	color: #003366;
	font-family: Arial, Tahoma, Helvetica;
}

H4
{
	font-weight: normal;
	font-size: 12px;
	color: #003366;
	font-family: Arial, Tahoma, Helvetica;
}

H5, DT
{
	font-weight: bold;
	font-size: 11px;
	color: #003366;
	font-family: Arial, Tahoma, Helvetica;
}

H6
{
	font-weight: bold;
	font-size: 11px;
	color: #003366;
	font-family: Arial, Tahoma, Helvetica;
}

TFOOT, THEAD
{
	font-size: 12px;
	color: #003366;
	font-family: Arial, Tahoma, Helvetica;
}

TH
{
	font-weight: bold;
	font-size: 12px;
	vertical-align: baseline;
	color: #003366;
	font-family: Arial, Tahoma, Helvetica;
}

A:link
{
	color: #003366;
	text-decoration: none;
}

A:visited
{
	color: #003366;
	text-decoration: none;
}

A:active
{
	color: #003366;
	text-decoration: none;
}

A:hover
{
	color: #ff0000;
	text-decoration: underline;
}

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
{
	height: 1pt;
	text-align: left;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message
{
	font-weight: normal;
	font-size: 11px;
	font-family: Arial, Tahoma, Helvetica;
	background-color: #eeeeee;
}   

/* style of item titles by Announcements and events */
.ItemTitle
{
	font-weight: bold;
	font-size: 11px;
	color: #003366;
	font-family: Arial, Tahoma, Helvetica;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */

.NormalRed
{
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
	font-family: Arial, Tahoma, Helvetica;
}

.NormalBold
{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Tahoma, Helvetica;
}

/* text style used for most text rendered by modules */
.Normal8
{
	font-weight: normal;
	font-size: 8px;
	font-family: Arial, Tahoma, Helvetica;
}

.Normal10
{
	font-weight: normal;
	font-size: 10px;
	font-family: Arial, Tahoma, Helvetica;
}

.Normal12
{
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Tahoma, Helvetica;
}

.Normal13
{
	font-weight: normal;
	font-size: 13px;
	font-family: Arial, Tahoma, Helvetica;
}

.Normal14
{
	font-weight: normal;
	font-size: 14px;
	font-family: Arial, Tahoma, Helvetica;
}

.Normal15
{
	font-weight: normal;
	font-size: 15px;
	font-family: Arial, Tahoma, Helvetica;
}

.Normal16
{
	font-weight: normal;
	font-size: 16px;
	font-family: Arial, Tahoma, Helvetica;
}

.Normal18
{
	font-weight: normal;
	font-size: 18px;
	font-family: Arial, Tahoma, Helvetica;
}
