/* ================================
CSS STYLES FOR EDITOR - STI/SPFA
================================
Light Blue #dfe5f2;
Medium Blue #8CA8C0;
Dark Blue #285F86;
Darker Blue #003366;
Very Dark Blue #000066;
*/
.a_BodyText {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.a_TitleText {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight:bold;
color: #003366;
}
.a_RedBold{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FF0000;
}
/* ================================
CSS STYLES FROM OLD SITE - STI/SPFA
================================
*/   
.bodyText {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}
.titleText {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight:bold;
color: #003366;
}
.errorText {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FF0000;
}
/* ================================
CSS STYLES FOR DotNetNuke
================================
*/   
/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}
/* background color for the content part of the pages */
Body
{
}
/* background/border colors for the selected tab */
.TabBg {
}
.LeftPane  { 
}
.ContentPane  { 
}
.RightPane  { 
}
/* text style for the selected tab */
.SelectedTab {
}
/* hyperlink style for the selected tab */
A.SelectedTab:link {
}
A.SelectedTab:visited  {
}
A.SelectedTab:active   {
}
A.SelectedTab:hover    {
}
/* text style for the unselected tabs */
.OtherTabs {
}
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}
A.OtherTabs:visited  {
}
A.OtherTabs:active   {
}
A.OtherTabs:hover    {
}
/* GENERAL */
/* style for module titles */
.Head   {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight:bold;
color: #003366;
}
/* style of item titles on edit and admin pages */
.SubHead    {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight:bold;
color: #003366;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color: #003366;
}
/* text style used for most text rendered by modules */
.Normal
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
.NormalRed{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FF0000;
}
.NormalBold
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
color: #000000;
}
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
color:#336799;
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
}
A.CommandButton:visited  {
color:#336799;
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
}
A.CommandButton:active   {
color:#336799;
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
}
A.CommandButton:hover    {
color:#BC0000;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}
/* GENERIC */
H1  {
}
H2  {
}
H3  {
}
H4  {
}
H5, DT  {
}
H6  {
}
font{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
P{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
TD{
font-size: 12px;
}
TFOOT, THEAD    {
}
TH  {
}
A:link  {
color:#336799;
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
}
A:visited   {
color:#336799;
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
}
A:active    {
color:#336799;
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
}
A:hover {
color:#BC0000;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}
SMALL   {
}
BIG {
}
BLOCKQUOTE, PRE {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;;
}
UL LI   {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
UL LI LI    {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
UL LI LI LI {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
OL LI   {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
OL OL LI    {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
OL OL OL LI {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
HR {
color: #648FBA;
}
/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   
/* style of item titles by Announcements and events */
.ItemTitle    {
}
/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}
.ModuleTitle_MenuBar {
}
.ModuleTitle_MenuItem {
}
.ModuleTitle_MenuIcon {
}
.ModuleTitle_SubMenu {
}
.ModuleTitle_MenuBreak {
}
.ModuleTitle_MenuItemSel {
}
.ModuleTitle_MenuArrow {
}
.ModuleTitle_RootMenuArrow {
}
/* Main Menu */
.MainMenu_MenuContainer {
}
.MainMenu_MenuBar {
}
.MainMenu_MenuItem {
}
.MainMenu_MenuIcon {
}
.MainMenu_SubMenu {
}
.MainMenu_MenuBreak {
}
.MainMenu_MenuItemSel {
}
.MainMenu_MenuArrow {
}
.MainMenu_RootMenuArrow {
}

