/*-------------------------------------------------------------------------------------*/
/* 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 : #eeeeee;
}
/*-------------------------------------------------------------------------------------*/
/* PAGE BANNER */
.SiteTitle
{
  font-family : Verdana Bold;
  font-size   : 25px;
  font-weight : bold;
  color       : white;
}
/* text style for the welcome label (at extreme top-right of header) */
.WelcomeLink
{
  font-family : Verdana, Helvetica, sans-serif;
  font-size   : 11px;
  font-weight : bold;
  color       : white;
}
/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
  font-family : Verdana, Helvetica, sans-serif;
  font-size   : 11px;
  font-weight : bold;
  color       : white;
}

A.SiteLink:link
{
  text-decoration : none;
  font-size       : 11px;
  color           : white;
}

A.SiteLink:visited
{
  text-decoration : none;
  font-size       : 11px;
  color           : white;
}

A.SiteLink:active
{
  text-decoration : none;
  font-size       : 11px;
  color           : white;
}

A.SiteLink:hover
{
  text-decoration : underline;
  font-size       : 11px;
  color           : #eeeeee;
}
/* style for separator between site links */
.Accent
{
  font-weight : bold;
  color       : red;
}
/*-------------------------------------------------------------------------------------*/
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */
.Message
{
  font-family      : Verdana, Helvetica, sans-serif;
  font-size        : 12px;
  font-weight      : normal;
  background-color : #eeeeee;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
  font-family : Verdana, Helvetica, sans-serif;
  font-size   : 12px;
  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;
}

/* 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       : black;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family : Tahoma;
	font-size : 8pt;
	
}

/* 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;
}

.NormalRed
{
  font-family : Verdana, Helvetica, sans-serif;
  font-size   : 11px;
  font-weight : bold;
  color       : red;
}

.NormalBold
{
  font-family : Verdana, Helvetica, sans-serif;
  font-size   : 11px;
  font-weight : bold;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton
{
  font-family : Verdana, Helvetica, sans-serif;
  font-size   : 11px;
  font-weight : normal;
  color : green;
}

/* 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;
}
/*-------------------------------------------------------------------------------------*/
/* UPLOAD MODULE */
.UM_NOT_SHARED_NOT_DB
{
  font-family : Verdana, Helvetica, sans-serif;
  font-size   : 12px;
  font-weight : normal;
  line-height : normal;
  color       : blue;
}
.UM_SHARED_NOT_DB
{
  font-family : Verdana, Helvetica, sans-serif;
  font-size   : 12px;
  font-weight : normal;
  line-height : normal;
  color       : #666644;
}

.UM_NOT_SHARED_DB
{
  font-family : Verdana, Helvetica, sans-serif;
  font-size   : 12px;
  font-weight : normal;
  line-height : normal;
  color       : BlueViolet;
}

.UM_SHARED_DB
{
  font-family : Verdana, Helvetica, sans-serif;
  font-size   : 12px;
  font-weight : normal;
  line-height : normal;
  color       : BurlyWood;
}
/*-------------------------------------------------------------------------------------*/
/* CALENDAR */
.Calendar
{
  font-family      : Verdana, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : bold;
  color            : red;
  background-color : #eeeeee;
}

/* Style for the section that displays the day of the week */
.Calendar_DayHeaderStyle
{
  font-family      : Verdana, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : bold;
  color            : black;
  background-color : #eeeeee;
}

/* Style for the days in the displayed month */
.Calendar_DayStyle
{
  font-family      : Verdana, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : normal;
  color            : black;
  background-color : #eeeeee;
}

/* Style for the next and previous month navigation elements */
.Calendar_NextPrevStyle
{
  font-family      : Verdana, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : normal;
  color            : red;
  background-color : #eeeeee;
}

/* Style for the days on the Calendar control that are not in the displayed month */
.Calendar_OtherMonthDayStyle
{
  font-family      : Verdana, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : normal;
  color            : yellow;
  background-color : #eeeeee;
}

/* Style for the selected dates */
.Calendar_SelectedDayStyle
{
  font-family      : Verdana, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : normal;
  color            : yellow;
  background-color : #7777FF;
}

/* Style for the week and month selector column */
.Calendar_SelectorStyle
{
  font-family      : Verdana, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : normal;
  color            : yellow;
  background-color : #7777FF;
}

/* Style of the title heading for the Calendar control */
.Calendar_TitleStyle
{
  font-family      : Verdana, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : normal;
  color            : yellow;
  background-color : #eeeeee;
}

/* Style for today's date on the Calendar control */
.Calendar_TodayDayStyle
{
  font-family      : Verdana, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : bold;
  color            : yellow;
}

/* Style for the weekend dates on the Calendar control */
.Calendar_WeekendDayStyle
{
  font-family      : Verdana, Helvetica, sans-serif;
  font-size        : 11px;
  font-weight      : bold;
  color            : yellow;
  background-color : #eeeeee;
}
HR
{
  color      : #eeeeee;
  height     : 1px;
  text-align : left;
}
/*-------------------------------------------------------------------------------------*/
/* Drop Down Panel */
.DDP_HeaderExpanded
{
background-repeat: no-repeat; 
 background-color : silver;
  border-color     : #ACA8A8;
  border-width     : 1px;  
  border-style     : solid;    
  padding          : 1px;
}

.DDP_HeaderCellExpanded
{
 
  /*background-color : #4E87BC;
  border-width     : 1px;
  border-style     : solid; */ 
}

.DDP_ContentExpanded
{
  background-color : white;
  border-width     : 1px;
  border-style     : solid;
  border-color     : #ACA8A8;
}

.DDP_ContentCellExpanded
{
  background-color : white;
  border-width     : 1px;
  border-style     : solid ;
  border-color     : white;
}

.DDP_HeaderContracted
{
  background-color : #808080;
  border-width     : 1px;
  border-color     : black;
  border-style     : solid;
  padding          : 1px;
}

.DDP_HeaderCellContracted
{
  background-color : #808080;
  border-width     : 1px;
  border-style     : solid;
  border-color     : #808080;
}

.DDP_HeaderLabel
{
  font-family : Verdana, Helvetica, sans-serif;
  font-size   : 11px;
  font-weight : bold;
  color       : white;
}

.DDP_HeaderEditLink
{
  font-family : Verdana, Helvetica, sans-serif;
  color       : darkred;
}

A.DDP_HeaderEditLink:link
{
  text-decoration : underline;
  font-size       : 12px;
  font-weight     : normal;
  color           : #eeeeee;
}

A.DDP_HeaderEditLink:visited
{
  text-decoration : underline;
  font-size       : 12px;
  font-weight     : normal;
  color           : #f0f8ff;
}

A.DDP_HeaderEditLink:active
{
  text-decoration : underline;
  font-size       : 12px;
  font-weight     : normal;
  color           : #f0f8ff;
}

A.DDP_HeaderEditLink:hover
{
  text-decoration : underline;
  font-size       : 12px;
  font-weight     : normal;
  color           : white;
}
/*-------------------------------------------------------------------------------------*/
.DDP_HeaderEditText
{
  font-family : Verdana, Helvetica, sans-serif;
  color       : white;
}

A.DDP_HeaderEditText:link
{
  text-decoration : underline;
  font-size       : 11px;
  font-weight     : normal;
  color           : #ffffff;
}

A.DDP_HeaderEditText:visited
{
  text-decoration : underline;
  font-size       : 11px;
  font-weight     : normal;
  color           : #ffffff;
}

A.DDP_HeaderEditText:active
{
  text-decoration : underline;
  font-size       : 11px;
  font-weight     : normal;
  color           : #ffffff;
}

A.DDP_HeaderEditText:hover
{
  text-decoration : underline;
  font-size       : 11px;
  font-weight     : normal;
  color           : white;
}
/* GENERIC */
H1
{
  font-family : Verdana, Helvetica, sans-serif;
  font-size   : 20px;
  font-weight : normal;
  color       : #666644;
}

H2
{
  font-family : Verdana, Helvetica, sans-serif;
  font-size   : 20px;
  font-weight : normal;
  color       : #666644;
}

H3
{
  font-family : Verdana, Helvetica, sans-serif;
  font-size   : 12px;
  font-weight : normal;
  color       : darkred;
}

H4
{
  font-family : Verdana, Helvetica, sans-serif;
  font-size   : 12px;
  font-weight : normal;
  color       : darkred;
}

H5, DT
{
  font-family : Verdana, Helvetica, sans-serif;
  font-size   : 11px;
  font-weight : bold;
  color       : darkred;
}

H6
{
  font-family : Verdana, Helvetica, sans-serif;
  font-size   : 11px;
  font-weight : bold;
  color       : darkred;
}
TFOOT, THEAD
{
  font-family : Verdana, Helvetica, sans-serif;
  font-size   : 12px;
  color       : #3D72A3;
}

TH
{
  font-family    : Verdana, Helvetica, sans-serif;
  font-size      : 12px;
  font-weight    : bold;
  color          : #3D72A3;
  vertical-align : baseline;
}

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;
}


TD
{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11;
	line-height : 1.2;
}

A:link
{
  text-decoration : underline;
  color           : #ba2d20;
}

A:visited
{
  text-decoration : underline;
  color           : #E46054;
}

A:active
{
  text-decoration : underline;
  color           : red;
}

A:hover
{
  text-decoration : none;
  color           : red;
}
.Footer
{
	font-family     : Arial;
	font-size       : 8pt;
	font-weight     : bold;
	text-decoration : none;
	color           : white;
}
A.Footer:link
{
  font-family     : Arial;
	font-size       : 8pt;
	font-weight     : bold;
	text-decoration : none;
	color           : white;
}

A.Footer:visited
{
  font-family     : Arial;
	font-size       : 8pt;
	font-weight     : bold;
	text-decoration : none;
	color           : white;
}

A.Footer:active
{
  font-family     : Arial;
	font-size       : 8pt;
	font-weight     : bold;
	text-decoration : none;
	color           : white;
}

A.Footer:hover
{
  font-family     : Arial;
	font-size       : 8pt;
	font-weight     : bold;
	text-decoration : none;
	color           : white;
}