/* ================================
    CSS STYLES FOR Calypso 
    v1.0, 12/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
  /*  background-image: url('images/aspnetlogobg.gif');*/
    background-repeat: no-repeat;
    background-color: white
}

TD 
{
    font-family: Arial, Verdana;
}

/* background color for the left column */
.LeftColumn
{
    background-color: #ddeeff; 
}

/* background color for the content part of the pages */
.CenterColumn
{
    background-color: white;
}

/* background color for the right column */
.RightColumn
{
    background-color: white;
}

/* style for home page "bubble" articles */
.Bubble {

    margin-bottom: 6px;
}

/* Control/Customer styles */
/* Style for search menu */
.ControlGalleryMenu
{
    background-color: #ffffdd;
}

/* style for the header of the control list */
.ControlListHeader
{
	background-color: #4455aa
}

.ControlListHeaderFont
{
    font-weight: bold;
    font-size: x-small;
    color: #ffffdd;
    font-family: Verdana, Arial;
}

/* style for the items in the control list */
.ControlListItem
{
	background-color: #ddeeff;
}

/* style for the alternating items in the control list */
.ControlListAlternatingItem
{
	
}

.JoinLists {
    padding-bottom:8px;
}

/* PAGE BANNER */
/* style for the text of the site title */
.SiteTitle
{
    font-weight: normal;
    font-size: x-large;
    color: navy;
    font-style:italic;
    font-family: Verdana, Arial;
    line-height: 2em;
}

/* style for admin page titles */
.UtilityHead   {
    font-size: large;
    color: navy; 
    font-weight: bold;
    padding-bottom: 6px;
    padding-right: 12px;
}

/* complementary background color for the navigation tab */
.NavBg {
    background-color: dodgerblue;
}

/* background/border colors for the selected tab */
.TabTopBg {
    background-color: #ffee99;
    font-size: 0.7em;
    border-bottom: #ffee99 4px solid;
    border-top: solid 1px #999933;
    border-right: solid 1px #999933;
}

/* background/border colors for the unselected tabs */
.OtherTabsTopBg
{
    background-color: #ffffdd;
    font-size: 0.7em;
    color: #aabbcc;
    border-bottom: #ffee99 4px solid;
    border-top: solid 1px #cccc66;
    border-right: solid 1px #cccc66;
}

/* background/border colors for the unselected tabs */
.OtherTabsTopBgSpecial
{
    background-color: #ffffdd;
    font-size: 0.7em;
    color: #aabbcc;
    border-top: solid 1px #cccc66;
    border-right: solid 1px #cccc66;
}

.TabBg
{
    background-color: #ffee99;
}

.SeparatorTabsBg {
    border-left: solid 1px #cccc66;
}
/* text style for the selected tab */
.SelectedTab {
    color: navy; 
    font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs {
    color: navy;
    font-weight: normal;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link, A.SelectedTab:link    {
    text-decoration:    none;
    color:navy;
}

A.OtherTabs:visited, A.SelectedTab:visited {
    text-decoration:    none;
    color:navy;
}

A.OtherTabs:active, A.SelectedTab:active  {
    text-decoration:    none;
    color:navy;
}

A.OtherTabs:hover, A.SelectedTab:hover   {
    text-decoration: underline;
    color:red;
}
    
/* text style for search panel (at extreme top-right of header) */
.SearchPanel {
    background-color: #ddeeff;
    border-top: solid 5px #333333;
    border-bottom: solid 1px #333333;
    margin-right: 10px;
}   

.GenericPanel {
    border-top: solid 5px #333333;
    border-bottom: solid 1px #ddeeff;
    border-left: solid 1px #ddeeff;
    border-right: solid 1px #ddeeff;
}   

.GenericPanelYellow {
    border-top: solid 5px #333333;
    background-color: #ffffdd;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 6px;
    border-bottom: solid 1px #333333;
    border-left: solid 1px #ddeeff;
    border-right: solid 1px #ddeeff;
}   

.TableList
{
    border-top: solid 5px #333333;
    border-bottom: solid 1px #ddeeff;
    border-left: solid 1px #ddeeff;
    border-right: solid 1px #ddeeff;
    font-size: 0.7em;
}

/* text style for table head */
.TableHead {
    background-color: #4455aa;
    color: #ffffdd;
    font-weight: bold;
    padding-left: 6px;
    padding-bottom: 1px;
}   

A.TableHead {
    color: White;
}

/* text style for table footer */
.TableFoot {
    border-top: solid 5px #ffee99;
    padding-left: 6px;
    padding-bottom: 1px;
}   

.ListAlternatingItem
{
    background-color: #ffffdd;
}

.ListFooter
{
    background-color: #ddeeff;
    padding: 6px;    
}

.Tagline
{
    color: white;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 8pt;
    padding-bottom: 10px;
    padding-left: 6px;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLinkBg {
    background-color: dodgerblue;
    color:white;
    padding-bottom: 1px;
}   

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Verdana, Arial;
    font-size: 0.65em;
    color:black;
    font-weight: bold;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    underline;
    color:navy;
}

A.SiteLink:visited  {
    text-decoration:    underline;
    color:navy;
}

A.SiteLink:active   {
    text-decoration:    underline;
    color:navy;
}

A.SiteLink:hover    {
    text-decoration: underline;
    color:white;
}


/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Arial;
    font-size: xx-small;
    font-size: xx-small;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Arial;
    font-size:  xx-small;
    font-weight: bold;
    color: navy;
}

.Navy    {
    color:  navy;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Verdana, ;
    font-size: 1.2em;
    font-weight: normal;
    color: black;
    padding-top: 8px;
}

/* style for module titles */
.BlueHead   {
    font-family: Arial, Verdana, ;
    font-size: 1.4em;
    font-weight: normal;
    color: Navy;
    padding-top: 8px;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Arial;
    font-size:  x-small;
    font-weight: bold;
    color: dodgerblue;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Arial;
    font-size: x-small;
    font-weight: bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Arial;
    font-size: 0.8em;
}

/* normal text style, indented */
.Indent
{
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 1px;
    padding-bottom: 3px;
}

.NormalSmaller
{
    color: #333333;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 0.55em;
}

.NormalSmallerBold
{
    color: #333333;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 0.7em;
    font-weight: bold;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 0.7em;
}

.NormalRed
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 0.7em;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 0.7em;
   font-weight: bold;
}
.NormalItalic
{
    font-family: Verdana, Arial;
    font-size: 0.7em;
   
      font-style:italic
}
.NormalSmallerItalic
{
    font-family: Verdana, Arial;
    font-size:  0.55em;
   
      font-style:italic
}
/* text style for buttons and link buttons used in the admin pages */
.CommandButton     {
    font-family: Verdana, Arial;
    font-size: 0.65em;
}
    
/* text style for buttons and link buttons used in the admin pages */
.CommandButtonPadded     {
    font-family: Verdana, Arial;
    font-size: 0.65em;
    padding-bottom: 10px
}

/* hyperlink style for buttons and link buttons used in the admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: red;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: red;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: red;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    

/* GENERIC */
H1  {
    font-family: Verdana, Arial;
    font-size:  large;
    color: #666644;
}

H2  {
    font-family: Verdana, Arial;
    font-size:  large;
    color: #666644;
}

H3  {
    font-family: Verdana, Arial;
    font-size:  medium;
    color: navy;
}

H4  {
    font-family: Verdana, Arial;
    font-size:  medium;
    color: navy;
}

H5, DT
{
    font-weight: bold;
    font-size: small;
    color: navy;
    font-family: Verdana, Arial;
}

H6  {
    font-family: Verdana, Arial;
    font-size:  small;
    font-weight: bold;
    color: navy;
}

A:link  {
    text-decoration:    underline;
    color:  navy;
}

A:visited   {
    text-decoration:    underline;
    color:  navy;
}

A:active    {
    text-decoration:    underline;
    color:  navy;
}

A:hover {
    text-decoration:    underline;
    color:  blue;
}

SMALL, .Small
{
    font-size: xx-small;
}

BIG {
    font-size:  large;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
    margin-left: -12px;
    margin-top: -5px;
}

UL LI.NormalUl   {
    list-style-type:    square ;
    margin-top: 0px;
}

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: #3366aa;
    height: 1pt;
    text-align: left;
}

.Normal_Red
{
    font-family: Verdana, Arial;
    font-size: 0.7em;
    color: red;
}

.RedBold
{
    font-family: Verdana, Arial;
    font-weight: bold;
    color: red;
}

A.Red
{
    color: red;
}

A:visited.Red
{
    color: red;
}

A:hover.Red
{
    color: red;
}

BODY {
    background-color: white;
}

