/* background color for the header at the top of the page  */
.HeadBg {
    background-color: #125ABC;    
    background-image: url(../images/ocean.jpg);
}

/* background color for the content part of the pages */
Body
{
    background-color: #EFFBFF;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;   
    color: #26519F;
}
.ModuleBorder {
    border-right-color: white;
    border-right-width:1.5pt;
    border-right-style:solid;
    border-bottom-color: white;
    border-bottom-width:1.5pt;
    border-bottom-style:solid;
    background-color: lightyellow;
    border-left-color: #E3E9F5;
    border-left-width: 1pt;
    border-left-style:solid; 
    padding:  5px;
}
.ModuleBackground {
    background-color: azure;
    border-left-color: white;
    border-left-width: 1pt;
    border-left-style:solid;     
    border-top-color: white;
    border-top-width: 1pt;
    border-top-style:solid; 
    border-right-color: #E3E9F5;
    border-right-width: 1pt;
    border-right-style:solid; 
    border-bottom-color: #E3E9F5;
    border-bottom-width: 1pt;
    border-bottom-style:solid; 
    padding:  3px;
}
.SiteBackground
{
   background-color: #EFFBFF;
}
.LeftBackground
{
   background-color: #EFFBFF;
}
.VSeparatorBackground
{
    background-color: #EFFBFF; 
}
.HSeparatorBackground
{
    background-color: #EFFBFF; 
}
.hr
{
    height: 1pt;
    text-align:left;
    color:blue;
    width:100%;
    background-color: #E3E9F5;
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle
{
	font-weight: bold;
	font-size: 26px;
	height: 40px;
	color: azure;
	font-family: Verdana Bold, Helvetica, sans-serif;
	text-align: right;
	letter-spacing: 1pt; 
}
.SiteSubTitle
{
	font-weight: italic;
	font-size: 19px;
	height: 29px;
	color: azure;
	font-family: Verdana Bold, Helvetica, sans-serif;
	text-align: right;
}
/* background/border colors for the selected tab */
.TabBg {
    background-color: white;
    border-color: #E3E9F5;
}
.TabsBg {
    background-color: white; 
    border-color: black;    
    border-width:1.5pt;   
    border-style:solid; 
}
/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: azure;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: bold;
    border-color: #E3E9F5; 
}

/* background/border colors for the DHTML menu */
.TopMenuGroup
{
  background-color:#E3E9F5;
  border:1px; 
}
.MenuGroup
{
  background-color:#E3E9F5;
  border:0px;
  border-style:solid;
  border-top-color:#FFE793; 
  border-left-color:#FFE793; 
  border-right-color:#CE6500; 
  border-bottom-color:#CE6500; 
}

.MenuItem 
{
  color:#515151; 
  background-color: azure; 
  font-family:verdana; 
  font-size:12px; 
  text-align:left;
  font-weight:bold; 
  border:1px;
  border-style:solid;
  border-color:#F6F0F8;
  padding:3px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}

.MenuItemOver 
{
  color:#515151; 
  background-color: #E3E9F5; 
  font-family:verdana; 
  font-size:12px; 
  font-weight:bold; 
  border:1px;
  border-style:solid;
  border-top-color:#FFE793; 
  border-left-color:#FFE793; 
  border-right-color:#CE6500; 
  border-bottom-color:#CE6500; 
  padding:3px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}

.MenuItemDown 
{
  color:#515151; 
  background-color:lightyellow; 
  font-family:verdana; 
  font-size:12px; 
  font-weight:bold; 
  border:1px;
  border-style:solid;
  border-top-color:#CE6500; 
  border-left-color:#CE6500; 
  border-right-color:#FFE793; 
  border-bottom-color:#FFE793; 
  padding:3px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}
.MenuItemExpanded
{
  color:#515151; 
  background-color:#E2F0DB; 
  font-family:verdana; 
  font-size:12px; 
  font-weight:bold; 
  border:1px;
  border-style:solid;
  border-top-color:#CE6500; 
  border-left-color:#CE6500; 
  border-right-color:#FFE793; 
  border-bottom-color:#FFE793; 
  padding:3px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}
.SelectedMenuItem 
{
  color:#515151; 
  background-color:#FEFAE0; 
  font-family:verdana; 
  font-size:12px; 
  font-weight:bold; 
  border:1px;
  border-style:solid;
  border-top-color:#CE6500; 
  border-left-color:#CE6500; 
  border-right-color:#FFE793; 
  border-bottom-color:#FFE793; 
  padding:3px;
  padding-left:5px;
  padding-right:15px;
  cursor:default;
}
.SelectedMenuItemOver 
{
  color:#515151; 
  background-color:#FEFAE0; 
  font-family:verdana; 
  font-size:12px; 
  font-weight:bold; 
  border:1px;
  border-style:solid;
  border-top-color:#CE6500; 
  border-left-color:#CE6500; 
  border-right-color:#FFE793; 
  border-bottom-color:#FFE793; 
  padding:3px;
  padding-left:5px;
  padding-right:15px;
  cursor:default;
}
.ChildSelectedMenuItem
{
  color:#515151; 
  background-color:#FEFAE0; 
  font-family:verdana; 
  font-size:12px; 
  font-weight:bold; 
  border:1px;
  border-style:solid;
  border-top-color:#CE6500; 
  border-left-color:#CE6500; 
  border-right-color:#FFE793; 
  border-bottom-color:#FFE793; 
  padding:3px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}

.ChildSelectedMenuItemOver 
{
  color:#515151; 
  background-color:#E2F0DB; 
  font-family:verdana; 
  font-size:12px; 
  font-weight:bold; 
  border:1px;
  border-style:solid;
  border-top-color:#CE6500; 
  border-left-color:#CE6500; 
  border-right-color:#FFE793; 
  border-bottom-color:#FFE793; 
  padding:3px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #515151;
    font-weight: bold;
    border-color: #E3E9F5;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana bold, Helvetica, sans-serif;
    font-size: 11px;
    color: gainsboro;
    text-decoration: underline;
    line-height: 15px;
    font-weight: bold;
    letter-spacing: 200%; 
    padding-left: 2pt;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color: #1C60A9;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#1C60A9;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#1C60A9;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:black;
}
    
/* 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: #74777C;
    background-color: #EFFBFF;    
    border-bottom-color: #74777C;
    border-bottom-width: 1pt;
    border-bottom-style:solid;       
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color: #74777C;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#74777C;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#74777C;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color: black;
}

/* style for separator between site links */
.Accent
{
    color: #515151;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #eeeeee
}   

.TextBlock    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #eeeeee;
    letter-spacing: 0.1em;
}  

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #515151;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    bold;
    padding-left:    10px;
    color: #1C60A9;
    letter-spacing: 1pt;
}
.HeadDark   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    bold;
    color: #515151;
    padding-left:    10px;
    letter-spacing: 1pt;
}
.Head2   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    bold;
    color: #1C60A9;
    padding-left:    10px;
    height: 16px;
    letter-spacing: 2pt;    
}
.HeadSmaller   {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #1C60A9;
    padding-left:    10px;
    height: 16px;
    letter-spacing: 1pt;    
}
.TitleIcon
{
    letter-spacing: 1pt;    
    vertical-align : sub ;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #515151;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #515151;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;  
}

.VerySmall
{
	font-weight: normal;
	font-size: 9px;
	#000040text-decoration: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: 1pt;
}

/* 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: 12px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    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;
    background-color: #E2F0DB;
    padding:4px
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    none;
    color: #4A4A4A;
}

A.CommandButton:visited  {
    text-decoration:    none;
    color: #4A4A4A;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #4A4A4A;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    


/* GENERIC */

H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  24px;
    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:  16px;
    font-weight:    normal;
    color: #515151;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    normal;
    color: #515151;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #515151;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #515151;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #515151;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #515151;
}

A:link  {
    text-decoration:    none;
    color:  #515151;
}

A:visited   {
    text-decoration:    none;
    color:  #515151;
}

A:active    {
    text-decoration:    none;
    color:  #515151;
}

A:hover {
    text-decoration:    underline;
    color:  red;
}

SMALL   {
    font-size:  9px;
}

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;
}

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;
}
ower-roman;
}
ower-roman;
}
