/* background color for the content part of the pages */
Body
{
    background-color: white;
}

.MyBgColor
{
	background-color: #f1edde;
}
	
/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

.ItemTitleSmall    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  9px;
    font-weight:    bold;
    color: darkred;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

.HeadRed   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: darkred;
}

/* style for module titles */
.HeadSmaller   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #666644;
}

.HeadVerySmall   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  9px;
    font-weight:normal;
    color: darkgray;
}


/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: darkred;
}

	
/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px; 
	color: darkred 
}

.NormalGray
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px; 
	color: silver;
}

.NormalItalic
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-style:italic;
    line-height: 12px; 
	color: darkred 
}

.NormalItalicSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-style:italic;
    line-height: 12px; 
	color: darkred 
}

.NormalToUpper
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px; 
	color: darkred ;
	text-transform: uppercase
}

.NormalTitle
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
	font-weight:bold;
    line-height: 12px; 
	color: #f1edde
}

.NormalTitleSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
	font-weight:bold;
    line-height: 12px; 
	color: #f1edde
}

.NormalTitleRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
	font-weight:bold;
    line-height: 12px; 
	color: darkred;
}

.NormalTitleRedLarge
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
	font-weight:bold;
    line-height: 12px; 
	color: darkred;
}

.NormalBlack
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px; 
	color: black  
}

.NormalBlackToUpper
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px; 
	color: black  ;
	text-transform: uppercase;
}


.NormalSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 9px; 
	color: darkred  
}


.NormalBoldUnderline
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
	text-decoration:underline;
    line-height: 12px; 
	color: darkred 
}

.NormalSmallToUpper
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 9px; 
	color: darkred ;
	text-transform: uppercase; 
}


.NormalSmallBlack
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 9px; 
	color: black
}

.NormalSmallBlackToUpper
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    line-height: 9px; 
	color: black;
	text-transform: uppercase
}

.NormalGray
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px; 
	color: #666644;
}

.NormalDate
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px; 
	color : #707070
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px; 
	color: black  
}

.NormalTextBoxToUpper
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px; 
	color: black ;
	text-transform: uppercase; 
}


.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalRedSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:darkred;
}

.BigBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color:darkred;
}

.NormalBoldBlack
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:black;
}

.NormalVerySmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color:darkred
}


/* text style for buttons and link buttons used in the portal admin pages */
.CommandButtonSmall     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
}

.CommandButton     {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: darkred;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    

/* GENERIC */
A:link  {
    text-decoration:    underline;
    color:  darkred;
    
}

A:visited   {
    text-decoration:    none;
    color:  darkred;
}

A:active    {
    text-decoration:    none;
    color:  darkred;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

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: dimgrey;
    height:1pt;
    text-align:left
}
