﻿/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
' Microsoft Content Management Server - Sample Code
'
' This sample code is provided "AS IS" with no warranties, and confers no rights.
' You assume all risk for your use. © 2002 Microsoft Corporation. All rights reserved.
'
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
*/

BODY {font-family: arial, helvetica, sans-serif; /*background-color : #ffffff;*/
margin-left : 0; margin-right : 0; margin-top : 0;} 
A {font-family : arial, helvetica, sans-serif; color : #E95E0F; text-decoration : underline;} 
A:visited {font-family: arial, helvetica, sans-serif; color : #F29527;}
A.LoginLogOffDisplay:visited {font-family: arial, helvetica, sans-serif; color : #E95E0F;}
A:active {font-family: arial, helvetica, sans-serif; color : #E95E0F;} 
A:hover {font-family: arial, helvetica, sans-serif; color : #000000; text-decoration : none;}

P {line-height : 150%;padding:1px; font-size: 12px; color:#333333} 
DIV {line-height : 150%;padding:1px;} 
LI {line-height : 150%; padding:1px; font-size: 12px; color:#333333} 

H1 {font-family : arial; font-size : 16px; color: #333333; font-weight : bold; margin-top : 0.5em;} 
H2 {font-family : arial, helvetica, sans-serif; font-size: 14px; font-weight : bold;} 
H3 {font-size : 80%;color: #ff6600;font-weight : bold; margin-bottom : -1.3em;} 
H4 {font-size : 70%;font-weight : bold;color : #ffffff;padding:0 0 0 3;margin-top:-.5em;margin-bottom : -1em;}  
H5 {font-size : 60%;font-weight : bold;color : #ffffff;padding:0 0 0 3;margin-top:-.5em;margin-bottom : -1em;}  

INPUT { height:22; font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;font-size : 80%; }
SELECT { font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;font-size : 80%; }

/* classes used on home page for press release summaries */
.homeprtitle {font-size : 70%;color : #E95E0F;font-weight:bold;} 
.homeprtitlesummary{font-size : 70%;color : #6c979e;text-decoration : none;}

/* AP class used to render "In this section" summary */
.sectionContents{font-size : 85%; color : #E95E0F; text-decoration : none}

/* AP class used to render "Sub-sections" summary */
.subSectionContents{font-size : 75%; color : #6c979e; text-decoration : none}
 
   /* classes used for left hand navigation */
.leftPostingSelected {font-size : 80%;margin-bottom : 1em;color : #FF6600; text-decoration : none;margin-left :0px;} 
.leftPosting {font-size : 80%;margin-bottom : 1em;color : #6C979E;text-decoration : none;margin-left : 0px;} 
.leftChannel {font-size : 80%;margin-bottom : 1em;color : #B1CBCB;text-decoration : none; font-weight:bold;} 
.leftChannelSelected {font-size : 80%;margin-bottom : 1em;color : #E95E0F;text-decoration : none; font-weight:bold;} 

/* classes used for top navigation */
.selectedTopChannel {font-size : 80%;margin-bottom : 1em; vertical-align : super; color : #6c979e; background-color : #ffffff;font-weight:bold; text-decoration : none; cursor:hand;} 
.nonselectedTopChannel {font-size : 80%;margin-bottom : 1em; vertical-align : super; color : #ffffff; font-weight:bold;text-decoration : none; cursor:hand;} 
/* classes used for top navigation drop down menu items*/
.nonselectedMenuChannel {font-size : 80%; border-style:solid; border-width:thin; border-color:#6c979e; margin-bottom : 1em; color : #6c979e; background-color:White; font-weight:bold;text-decoration : none; cursor:hand;} 
.MenuItem {font-size : 100%; color:#6c979e; text-decoration : none; cursor:hand;}
.MenuItemBox {font-size : 100%; color:#6c979e; text-decoration : none; width : 130px; cursor:hand;}

/* class used for Login-LogOff in the Header*/
.LoginLogOffDisplay {font-size : 80%; border-style:solid; border-width:thin; border-color:#6c979e; margin-bottom : 1em; color : #ffffff;font-weight:bold;text-decoration : none; cursor:hand;}
  
/* used for meta instructional text */
.metatext{text-transform:uppercase;margin-bottom : 1em;color : #336633;} 
  
/* used to display footer copyright text */
.footer {font-size : 60%;margin-bottom : 1em;margin-top:.5em;color : #FFFFFF;} 
  
/* used for breadcrumb navigation */
.breadcrumb {font-size : 80%;margin-bottom : 0em ;margin-top : 0em;color : #ffffff;} 
 
 /* used for Latest Press Releases */
 .LatestPress { background-color : #6C979E;}
 .LatestPressHeading { background-color : #E95E0F;}
 .LatestPressDetails { background-color : #B1CBCB;}
 
 .LoginText{ color : #ffffff;font-family: Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;font-size : 80%;}

 
.InstructionText {font-size: 12px; font-family: arial, helvetica, sans-serif; color: #000000}

