/* Default CSS Stylesheet for a new Web Application project */

body
{
   margin: 0px;
}

b
{
   font-weight: bold;
   color: Navy;
}

.NormalBold
{
   font-weight: bold;
   color: Navy;
}

.SiteTitle
{
   font-size: 20px;
   font-weight: bold;
   color: #8EC2FE;
}

.SiteDescription
{
   font-size: 12px;
   font-weight: normal;
   color: #8EC2FE;
}

.SiteCompany
{
   background-color: silver;
   font-size: 10px;
   font-weight: normal;
   color: black;
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink
{
   font-family: Arial;
   font-size: 13px;
   font-weight: bold;
   color: white;
}   

/* hyperlink style for the site links */
A.SiteLink:link
{
   text-decoration:    none;
   color:white;
}

A.SiteLink:visited
{
   text-decoration:    none;
   color:#eeeeee;
}

A.SiteLink:active
{
   text-decoration:    none;
   color:#eeeeee;
}

A.SiteLink:hover
{
   text-decoration:    underline;
   color:white;
}

/* style for separator between site links */
.Accent
{
   color: #8EC2FE;
   font-weight: bold;
}

.HeaderBg
{
   background-color: Navy;
   font-family: Arial;
}

.FooterBg
{
   font-family: Arial;
}

/* style of item titles by Announcements and events */
.ItemTitle
{
   font-family: Verdana, Helvetica, sans-serif;
   font-size:  13px;
   font-weight: bold;
   color: Navy;
}

.Normal
{
   font-family: Arial;
   font-size: 13px;
   font-weight: normal;
}

.Title
{
   font-family: Arial;
   font-size:  16px;
   font-weight: bold;
   color: #800040;
}

.SubTitle
{
   font-family: Arial;
   font-size:  13px;
   font-weight:    bold;
   color: Navy;
}

.SubSubTitle
{
   font-family: Arial;
   font-size:  13px;
   font-weight:    bold;
   color: black;
}

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:  Navy;
}

.CommandButton
{
   font-family: Arial;
   font-size: 13px;
   font-weight: normal;
}

A.CommandButton:link
{
   text-decoration:    underline;
   color: Maroon;
}

A.CommandButton:visited
{
   text-decoration:    underline;
   color: Maroon;
}

A.CommandButton:active
{
   text-decoration:    underline;
   color: Maroon;
}

A.CommandButton:hover
{
   text-decoration:    underline;
   color: Navy;
}

div.RootMenuBar
{
   padding-bottom: 6px;
   padding-left: 5px;
   padding-right: 10px;
   padding-top: 3px;
   background-color: #8EC2FE;
   border-bottom: #003366 1px solid;
}

div.RootMenuBar A.RootMenuItemActive
{
   border-right: #FFFFFF 1px solid;
   border-top: #8AA1B9 1px solid;
   border-bottom-width: 1px;
   border-left: #8AA1B9 1px solid;
   font-family: 'Microsoft Sans Serif' , Verdana;
   font-size: 8pt;
   color: Navy;
   text-decoration: none;
   background-color: #EBF2FE;
   padding-right: 12px;
   cursor: default;
   padding-left: 12px;
   padding-top: 2px;
   padding-bottom: 7px;
   margin-left:3px;
   margin-right:3px;
}

div.RootMenuBar A.RootMenuItem
{
   font-family: 'Microsoft Sans Serif' , Verdana;
   font-size: 8pt;
   text-decoration: none;
   color: Navy;
   padding-right: 12px;
   padding-left: 12px;
   margin-left:3px;
   margin-right:3px;
   border-left: #8EC2FE 1px solid;
   border-right: #8EC2FE 1px solid;
}

div.RootMenuBar A.RootMenuItem:Hover
{
   border-right: #6791BB 1px solid;
   padding-right: 12px;
   border-top: #ffffff 1px solid;
   padding-left: 12px;
   font-size: 8pt;
   padding-bottom: 1px;
   border-left: #ffffff 1px solid;
   cursor: hand;
   color: Navy;
   padding-top: 2px;
   border-bottom: #6791BB 1px solid;
   font-family: 'Microsoft Sans Serif' , Verdana;
   background-color: #CCDDF8;
   text-decoration: none;
}

.Error
{
   font-family: Arial;
   font-size: 13px;
   font-weight: normal;
   color: red;
}

