BODY
{
    BORDER-RIGHT: 0px;
    PADDING-RIGHT: 0px;
    BACKGROUND-POSITION: center top;
    BORDER-TOP: 0px;
    PADDING-LEFT: 0px;
    BACKGROUND-IMAGE: url(images/background.gif);
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    BORDER-LEFT: 0px;
    PADDING-TOP: 10px;
    BORDER-BOTTOM: 0px;
    BACKGROUND-REPEAT:repeat;
    BACKGROUND-COLOR: #5e5e5e
}

.backContent {
	PADDING-RIGHT: 12px; PADDING-LEFT: 12px; PADDING-BOTTOM: 12px; PADDING-TOP: 12px; BORDER-LEFT: #040404 1px solid; BACKGROUND-COLOR: #ffffff
}
.backFooter {
	BACKGROUND-IMAGE: url(images/footer_blue.gif);
	BACKGROUND-REPEAT: no-repeat
}
.viewerBack {
	MARGIN-TOP: 0px; MARGIN-BOTTOM: 0px; MARGIN-Right: 0px; margin-left: 0px; BACKGROUND-IMAGE: url(images/background.gif);
}
.sideTextbold {
	FONT-WEIGHT: 900; FONT-SIZE: 11px; PADDING-BOTTOM: 4px; COLOR: #fafafa; LINE-HEIGHT: 17px; FONT-FAMILY: arial, helvetica, verdana, geneva, sans-serif; TEXT-ALIGN: left
}
A.sideTextbold:link {
	FONT-WEIGHT: 900; FONT-SIZE: 11px; COLOR: #ffffff; TEXT-DECORATION: none
}
A.sideTextbold:visited {
	FONT-WEIGHT: 900; FONT-SIZE: 11px; COLOR: #cccccc; TEXT-DECORATION: none
}
A.sideTextbold:hover {
	FONT-WEIGHT: 900; FONT-SIZE: 11px; COLOR: #ca0612; TEXT-DECORATION: underline
}
A.sideTextbold:active {
	FONT-WEIGHT: 900; FONT-SIZE: 11px; COLOR: #999900; TEXT-DECORATION: underline
}
/* Used in Footer */
.linkText {
	FONT-WEIGHT: 400; FONT-SIZE: 11px; PADDING-BOTTOM: 4px; COLOR: #d7d7d7; LINE-HEIGHT: 17px; FONT-FAMILY: arial, helvetica, verdana, geneva, sans-serif
}
A.linkText:link {
	FONT-WEIGHT: 400; FONT-SIZE: 11px; COLOR: #fafafa; TEXT-DECORATION: none
}
A.linkText:visited {
	FONT-WEIGHT: 400; FONT-SIZE: 11px; COLOR: #cccccc; TEXT-DECORATION: none
}
A.linkText:hover {
	FONT-WEIGHT: 400; FONT-SIZE: 11px; COLOR: #ca0612; TEXT-DECORATION: underline
}
A.linkText:active {
	FONT-WEIGHT: 400; FONT-SIZE: 11px; COLOR: #999900; TEXT-DECORATION: underline
}

.HeaderBackground
{
	background-image: url(Images/ENFD_00.gif)
}

/* PAGE BANNER */
/* NOTE: Site Title, Site Links and Tabs are rendered by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:#cccc99
}

/* background/border colors for the selected tab */
.TabBg {
    background-color: none;
    border-color: none;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
    background-color: none;
    border-color: none;
}


/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:Black;
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 13px;
    color:Black;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:Black;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:Black;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:Black;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:#092765;
}
    
/* 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
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:#092765;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:#092765;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:#092765;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:#092765;
}

.SiteLinkBlack {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color:Black;

}   

/* hyperlink style for the site links */
A.SiteLinkBlack:link {
    text-decoration:    none;
    color:Black;
}

A.SiteLinkBlack:visited  {
    text-decoration:    none;
    color:Black;
}

A.SiteLinkBlack:active   {
    text-decoration:    none;
    color:Black;
}

A.SiteLinkBlack:hover    {
    text-decoration:    underline;
    color:Black;
}



/* style for separator between site links */
.Accent
{
    color: red;
    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;
    font-size: 11px;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: Black;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  16px;
    font-weight:    bold;
    color: Black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:  10px;
    font-weight:    bold;
    color: #092765;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px    
}

.LoginHead
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;    
}
.NormalBold
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px  
}

.NormalBoldItalic
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    font-style: italic;
    line-height: 12px  
}

.NormalBlue
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 13px;
    color:#092765
}

.NormalWhite
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 12px;
    color:White
}

.NormalBoldWhite
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    color:White 
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 13px;
    color: red
}


.NormalBoldBlue
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color:#092765
}

.NormalBoldRed
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red
}


/* text style used for most text rendered by modules */
.Footer
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color:Gray;
    line-height: 12px    
}

/* hyperlink style for the site links */
A.Footer:link {
    text-decoration:    none;
    color:Gray;
}

A.Footer:visited  {
    text-decoration:    none;
    color:Gray;
}

A.Footer:active   {
    text-decoration:    none;
    color:Gray;
}

A.Footer:hover    {
    text-decoration:    underline;
    color:Gray;
}
/* VIEWER FOOTER */

.ViewerFooter
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    color:White;
    line-height: 12px    
}

.ViewerControls
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 13px;
    color: White
}

A.ViewerControls:link {
    text-decoration:    none;
    color:White;
}

A.ViewerControls:visited  {
    text-decoration:    none;
    color:White;
}

A.ViewerControls:active   {
    text-decoration:    none;
    color:White;
}

A.ViewerControls:hover    {
    text-decoration:    underline;
    color:White;
}
.ContentTable {border-bottom: Black 1px solid; border-left: Black 1px solid; border-top: Black 1px solid; border-right: Black 1px solid; background-color: White;}
.RightTable {border-bottom: Black 1px solid; border-left: Black 1px solid; border-top: Black 1px solid; border-right: Black 1px solid; background-color: #EDEFF1;}
.LeftTable {border-bottom: White 1px solid; border-left: Black 1px solid; border-top: Black 1px solid; border-right: White 1px solid; background-color: #FFCC33;}
.ViewerTable {border-bottom: White 1px solid; border-left: White 1px solid; border-top: White 1px solid; border-right: White 1px solid; background-color:#D9D9DE;}

/* 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: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: red
}

.NormalBold
{
    font-family: Arial, 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;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #092765;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #092765;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #092765;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: black;
}
    



/* 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: #092765;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #092765;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #092765;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #092765;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #092765;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #092765;
}

A:link  {
    text-decoration:    none;
    color:  #092765;
}

A:visited   {
    text-decoration:    none;
    color:  #092765;
}

A:active    {
    text-decoration:    none;
    color:  #092765;
}

A:hover {
    text-decoration:    underline;
    color:  black;
}

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: silver;
    height:1pt;
    text-align:left
}

.myspmctr {border-bottom: Gray 0px solid; border-left: White 0px solid; border-top: White 0px solid; border-right: Gray 0px solid;  background-color: Transparent; }
.myspmbar {height:20;}
.myspmitm {color: Black; font-family: Verdana; font-size: 13px; font-weight: bold; border-left: DarkGray 0px solid; border-bottom: Silver 0px solid; border-top: Silver 0px solid; border-right: Silver 0px solid;}
.myspmicn {background-color: Transparent; width: 0;height: 0; border-left: DarkGray 0px solid; border-bottom: DarkGray 0px solid; border-top: DarkGray 0px solid; }
.myspmsub {border-bottom: Gray 0px solid; border-left: White 0px solid; border-top: White 0px solid; border-right: Gray 0px solid; background-color: Silver;}
.myspmbrk {border-bottom: Gray 0px solid; border-left: White 0px solid; border-top: White 0px solid;  border-right: Gray 0px solid; background-color: White; height: 0px;}
.myspmitmsel {background-color: WhiteSmoke; color: Black; font-family: Verdana; font-size: 13px; font-weight: bold; }
.myspmarw {font-family: webdings; font-size: 13px; border-right: Silver 0px solid; border-bottom: Silver 0px solid; border-top: Silver 0px solid; }
