/* PAGE BACKGROUND */

/* background color for the header at the top of the page  */
.HeadBg {
	background-color: Transparent;
} 
.Main
{
	width:850px;
	text-align:left;
	background-color:#FFFFFF;
	border-width:1px;
	border-style:solid;
	border-color:Gray;
	background-image:url(../images/back-ground.gif);
}

/* background color for the content part of the pages */
Body
{
    background-color: Transparent;
}

.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #0000FE; /* light blue (custom color) */
}

/* background/border colors for the selected tab */
.TabBg {
	height:30px;
    background-image: url(../images/selected-tab.gif);
     /* background-color: #FFF799; Yellow (custom color)  
    border: 1px #0000FE solid; */
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-image: url(../images/tab.gif);
      /*  background-color: #FFF799; Yellow (custom color) 
    border: 1px #0000FE solid; */
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #0000FE; /* light blue (custom color) */
    font-weight: bold;
    text-align:center
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #0000FE; /* light blue (custom color) */
    text-decoration:none;
    text-align:center;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color: #0000FE; /* light blue (custom color) */
}

A.OtherTabs:visited {
    text-decoration:    none;
    color: #0000FE; /* light blue (custom color) */
}

A.OtherTabs:active  {
    text-decoration:    none;
    color: #0000FE; /* light blue (custom color) */
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color: #0000FE; /* light blue (custom color) */
}
    
/* text style for the welcome so and so message on the tab bar */
.WelcomeMessage {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    color: #0000FE; /* light blue (custom color) */
}
/* text style for the logoff link on the tab bar */
.Logoff {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #0000FE; /* light blue (custom color) */
}
A.Logoff:link    {
    text-decoration: underline;
    color: #0000FE; /* Blue (custom color) */
}
A.Logoff:visited {
    text-decoration: underline;
    color: #0000FE; /* light blue (custom color) */
}
A.Logoff:active  {
    text-decoration: underline;
    color: #0000FE; /* light blue (custom color) */
}
A.Logoff:hover   {
    text-decoration: underline;
    color: #00008B; /* dark blue */
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-size: 11px;
    background-color: #00008B; /* dark blue */
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #0000FE; /* light blue (custom color) */
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #0000FE; /* light blue (custom color) */
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #0000FE; /* light blue (custom color) */
}

/* module title style used instead of Head for compact modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #00008B; /* dark blue */
}

/* 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    
}
.NormalSmall
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #00008B; /* dark blue */
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    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
}
.SmallRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: bold;
    color: red
}

/* text style used for signin modules */
.SigninLabel
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #0000FE; /* light blue (custom color) */
}

/* text style for links and quick links*/
.QuickLinks {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #0000FE;  /* light blue (customer color) */
}
A.QuickLinks:link {
    text-decoration: none;
    color: #0000FE;  /* light blue (customer color) */
}
A.QuickLinks:visited {
    text-decoration: none;
    color:  #0000FE;  /* light blue (customer color) */
}
A.QuickLinks:active {
    text-decoration: none;
    color:  #0000FE;  /* light blue (customer color) */
}
A.QuickLinks:hover {
    text-decoration: underline;
    color:  #00008B; /* dark blue */
}

/* 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: #0000FE;  
}
A.CommandButton:link {
    text-decoration: underline;
    color: #0000FE;  /* light blue (customer color) */   
}
A.CommandButton:visited {
    text-decoration: underline;
    color: #0000FE;  /* light blue (customer color) */   
}
A.CommandButton:active {
    text-decoration: underline;
    color: #0000FE;  /* light blue (customer color) */  
}
A.CommandButton:hover {
    text-decoration: underline;
    color: #00008B; /* dark blue */ 
}
/* style for UsersGrid */    
.UsersGridAlternatingItem    {
    background-color: #F5F5F5;
    text-align: center;
}   

.UsersGridItem
{
	background-color: white;
}   

.UsersGridHeader
{
	font-weight: bold;
	background-color: #E0E0E0;
}   

.UsersGridFooter    {
    background-color: #E0E0E0;
}   

.UsersGridPager    {
    background-color: #E0E0E0;
} 
/* 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:  #8B008B;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #8B008B;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #8B008B;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #8B008B;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #8B008B;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #8B008B;
}

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: #D3D3D3;
    height:1pt;
    text-align:left
}

