/* =============================================================
    CSS STYLES FOR i2bPortal 
    v1.0, 01/2003
   =============================================================
*/ 

  
/* PAGE BACKGROUNDS -----------------------------------------------*/

/* Default colour for the HTML BODY Portion*/
Body
{
    background-color: White;
}
.productCategory{

      font-family: Arial, Helvetica, sans-serif;

      font-size: 10px;

      text-align: center;

      font-weight: Bold;

      color:#FFFFFF;

      background:#A9273D;

      width: 100%; 

      }

.collapseExpandHeader  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: Bold;
	color: Black;
	cursor:hand; 
}

.collapseExpandHeaderAlt  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: Bold;
    font-style: italic;
    text-align: right;
	color: Black;
	cursor:hand;	
}

.collapseExpandContent{
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: x-small;
    font-weight: normal;
    font-style: italic;
    color: #579D83;
      }


.picEffect1
{	
/*	This is the title effect	*/
color: #579D83;	font-size: 54px; font-weight: bold;
font-family: Times New Roman,sans-serif,Arial,Tachoma,Verdana;
FILTER: progid:DXImageTransform.Microsoft.MotionBlur(direction=135,strength=6);
/*	FILTER: progid:DXImageTransform.Microsoft.dropShadow( Color=#DAA520,offX=1,offY=1,positive=true);	*/
}
.picEffect2	{	/*	This is the image effect	*/

FILTER: progid:DXImageTransform.Microsoft.Glow(color=#579D83,strength=6);
}



/* PANEL BACKGROUNDS ----------------------------------------------*/
/* Sets a background image or background color for the masthead at the top of the page*/
.MastBg {
    background-color: White;
}
.HeadBg {
    background-color: White;
}

A.MastLink:link		{ color: White;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.MastLink:visited	{ color: White;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.MastLink:active	{ color: Yellow;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.MastLink:hover	{ color: Yellow;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}


/* Sets Page Title Styles */
.PageTitleContainer  
{
}

.PageTitle,H1.PageTitle
{
}


/*Sets a background image or background colour of the Portal Panes themselves */
.leftPaneBg {
    background-color: #E5E2D4;
    vertical-align: top;
    text-align: left;
    background-image: url(http://localhost/HIEA/images/backimage.gif);
	background-repeat: repeat-y;
}
.contentPaneBg {
    background-color: White;
    vertical-align: top;
    text-align: left;
}
.rightPaneBg {
    background-color: #E5E2D4;
    vertical-align: top;
    text-align: left;
}

/* MODULE BACKGROUNDS -------------------------------------------------*/
.leftPaneModuleTitle {
    text-align: center;
}

.leftPaneModuleSubTitle {
    text-align: center;
}
.leftPaneModuleBg {
	/*Sets a background image or background colour of the entire Module (including Module Title)  */
	/*When using module title images, this colour is usually overridden by the */
	/*xxxxxPaneModuleContentContainer style below */
    background-color: #DFDFCC;
    background-image: url(http://localhost/HIEA/images/backimage.gif);
	background-repeat: repeat-y;
    text-align: left;
    width: 100%;
    border-top: none;
	border-right:  none;
	border-bottom:  none;
	border-left:  none;
}

.leftPaneModuleContentContainer  
{
	/*Sets a background image or background colour of the Module Content (excluding Module Title)  */
	/*NOTE: We are supplying the background image in this style instead of*/
	/*      the leftPaneModuleBG style, because this site does not want to*/
	/*      have a background image behind the Module titles */
    text-align: left;
    margin-left: 4px;
    margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
	font-weight: normal;
	color: Black;
}

.contentPaneModuleTitle {
    text-align: left;
}
.contentPaneModuleSubTitle {
    text-align: left;
}

.contentPaneModuleBg {
	/*Sets a background image or background colour of the entire Module (including Module Title)  */
	/*When using module title images, this colour is usually overridden by the */
	/*xxxxxPaneModuleContentContainer style below */
    background-color: White;
    text-align: left;
    margin-left: 12px;
    margin-right: 12px;
	width: 90%;	
}

.contentPaneModuleContentContainer  
{
	/*Sets a background image or background colour of the Module Content (excluding Module Title)  */
	/*NOTE: We are supplying the background image in this style instead of*/
	/*      the contentPaneModuleBG style, because this site does not want to*/
	/*      have a background image behind the Module titles */
	background-color: White;
    text-align: left;
	font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
	font-weight: normal;
	color: Black;
	width: 100%;	
}

.rightPaneModuleTitle {
    text-align: center;
}
.rightPaneModuleSubTitle {
    text-align: center;
}

.rightPaneModuleBg {
	/*Sets a background image or background colour of the entire Module (including Module Title)  */
	/*When using module title images, this colour is usually overridden by the */
	/*xxxxxPaneModuleContentContainer style below */
    background-color: #DFDFCC;
    text-align: left;
    width: 100%;
}

.rightPaneModuleContentContainer  
{
	/*Sets a background image or background colour of the Module Content (excluding Module Title)  */
	/*NOTE: We are supplying the background image in this style instead of*/
	/*      the rightPaneModuleBG style, because this site does not want to*/
	/*      have a background image behind the Module titles */
    background-color: White;
    text-align: left;
    margin-left: 4px;
    margin-right: 4px; 
	font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
	font-weight: normal;
	color: Black;
}

/* MODULE Text and Link styles ---------------------------------------------*/
.leftPaneModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
	font-size: x-small;
    font-weight: normal;
	color: Black;
}
.leftPaneModuleTextHeader  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: Bold;
	color: Black;
}

A.leftPaneModuleLink:link		{ color: #0099D8;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.leftPaneModuleLink:visited	{ color: #0099D8;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.leftPaneModuleLink:active		{ color: #579D83;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.leftPaneModuleLink:hover		{ color: #579D83;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}

.leftPaneModuleForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: Black;
	font-weight: normal;
	background-color: White;
}

.contentPaneModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: x-small;
    font-weight: normal;
	line-height: 14pt;
    color: Black;
}

.contentPaneModuleText-s  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: xx-small;
    font-weight: normal;
    color: black;
}


.contentPaneModuleTextHeader  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: Bold;
	color: #006940;
}

.contentPaneModuleTextEmphasized  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: Bold;
	color: #0099D8;
}

A.contentPaneModuleLink:link	{ color: #0099D8;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink:visited	{ color: #0099D8;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink:active	{ color: #579D83;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink:hover	{ color: #579D83;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.contentPaneModuleLinkEmphasized:link	{ color: #0099D8;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.contentPaneModuleLinkEmphasized:visited	{ color: #0099D8;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.contentPaneModuleLinkEmphasized:active	{ color: #579D83;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.contentPaneModuleLinkEmphasized:hover	{ color: #579D83;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}

A.contentPaneModuleLink-s:link		{ color: #0099D8;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink-s:visited	{ color: #0099D8;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink-s:active	{ color: #579D83;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink-s:hover		{ color: #579D83;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.contentPaneModulePagingLink:link	{ color: #0099D8;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModulePagingLink:visited	{ color: #0099D8;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModulePagingLink:active	{ color: #579D83;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModulePagingLink:hover	{ color: #579D83;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

.contentPaneModuleTableHeadings 
{
	/*Style used for tables within the content pane */
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: Bold;
	color: Black;
}

.contentPaneModuleForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: black;
	font-weight: normal;
	background-color: white;
}

.contentPaneModuleFormBgBorder {
    background-color: White;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
}

.contentPaneModuleFormBgForm {
    background-color: #E5E2D4;
}

.contentPaneModuleFormHeading {
	background-color: #C3C1B7;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  small;
    font-weight:    bold;
    color:	    Black;
    text-align:	center;
}


.rightPaneModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: x-small;
    font-weight: normal;
	color: Black;
}
.rightPaneModuleTextHeader  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: Bold;
	color: Black;
}

A.rightPaneModuleLink:link		{ color: #0099D8;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.rightPaneModuleLink:visited	{ color: #0099D8;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.rightPaneModuleLink:active	{ color: #579D83;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.rightPaneModuleLink:hover		{ color: #579D83;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}

.rightPaneModuleForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: Black;
	font-weight: normal;
	background-color: White;
}



/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    background-color: #eeeeee;
}   

/* style of item titles by Events */
.ItemTitle    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  x-small;
    font-weight:    bold;
    color: #0099D8;
}


/* 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: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: 900;
    color:#cccc99;
}



/* PORTAL NAVIGATION ----------------------------------------------*/

input.Tabs { border: none;} /*Style for the Tab's input image button */


/* background/border colors for the selected tab white (images) or deepskyblue (text) */
.TabBg {
    background-color: #E5E2D4;
    border-color: Black;
}

/* background/border colors for the unselected tabs white (images) or indigo (text) */
.OtherTabsBg {
    background-color: #E5E2D4;
    background-image: url(http://localhost/HIEA/images/backimage.gif);
	background-repeat: repeat-y;
    border: none;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    border-color: Black;
    font-weight: bold;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    color: Black;
    text-decoration:none;
    font-weight: bold;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    font-size: small;
    color: Black;
}

A.OtherTabs:visited {
    text-decoration:   none;
    font-size: small;
    color: Black;
}

A.OtherTabs:active  {
    text-decoration:    none;
     font-size: small;
   color:  Black;
}

A.OtherTabs:hover   {
    text-decoration:  none;
    font-size: small;
    color:  Black;
}
    

/* style for separator between site links */
.Accent
{
    color: Black;
    font-weight:    bold;
}




/* Styles for Forms Data */

/*
input, textarea
{
	border: solid 1;
	border-color: black;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

input.FormButton
{
	border: solid 1;
	border-color: black;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background-color: #A5D39C;
}


input.disabled
{
	background-color: #CCCCCC;
	border: solid 1;
	border-color: black;
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

input.nav
{
	background-color: white;
	border: solid 1;
	border-color: black;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 110;
}

input.uc
{
	border: solid 1;
	font-size: x-small;
	border: solid 1;
	text-transform: uppercase;
}

select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	border: solid 1;
	border-color: black;
}

*/

.FieldHead	{
			font-family:		Arial, Helvetica, sans-serif;
			font-size: 			x-small;
			font-weight:		Bold;
			color:				Black;
			}

.FieldData	{
			font-family:		Arial, Helvetica, sans-serif;
			font-size: 			x-small;
			font-weight:		Normal;
			color:				Normal;
			border:				solid 1;
			border-color:		black;
			font-size:			x-small;
			}

.FieldError    {
             font-family:	Arial, Helvetica, sans-serif;
             font-size:		x-small;
             font-weight:    Bold;
             color:			Red;
           }




/* Border for Listing Pictures */
img.Pic {border-color:#666644;
				border-width:1px;
				border-style:Solid;
				}


/* Style for Listing Picture Heading TagLine */
.PicTagLine    {background-color:#A5B2D6;
             font-family: Arial, Helvetica, sans-serif;
             font-size:  x-small;
             font-weight:    800;
             color: White;
             text-align:center;
            }
            
/* Style for Listing Attributes & Features */
.PicIconBar    {background-color:#A5B2D6;
             font-family: Arial, Helvetica, sans-serif;
             font-size:  x-small;
             font-weight:    800;
             color: White;
            }

.PicTagLine-s    {background-color:#A5B2D6;
             font-family: Arial, Helvetica, sans-serif;
             font-size:  xx-small;
             font-weight:    800;
             color: White;
             text-align:center;
           }

/* Style for Listing Picture Features Table Listing */

.PicFeatHead-s    {background-color:#A5B2D6;
             font-family: Arial, Helvetica, sans-serif;
             font-size:  xx-small;
             font-weight:    800;
             color: White;
              text-align:center;
           }

.PicFeatData-s    {background-color: #E7E7EF;
             font-family: Arial, Helvetica, sans-serif;
             font-size:  xx-small;
             font-weight:    normal;
             color: Black;
              text-align:left;
           }

/* Styles for Listing Picture Overwrite text */
.PicOverWrite   {background-color:	White;
             font-family:			 Arial, Helvetica, sans-serif;
             font-size:		xx-small;
             font-weight:    Bold;
             color:			#A5B2D6;
            }
            
.PicOverWrite-L    {background-color:	White;
             font-family:			 "Arial Black", Arial;
             font-size:		x-small;
             font-weight:    Bold;
             color:			#A5B2D6;
            }





/* GENERAL------------------------------------------------------- */
/* style for module titles (text)*/
.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  medium;
    font-weight:    Bold;
    color: Black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  x-small;
    font-weight:    bold;
    color: Black;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  xx-small;
    font-weight:    bold;
    color: Black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
    color: black;
}

.Normal-B
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: black;
}

.Normal-s
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    color: black;
}

.Normal-L
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: black;
}

.Normal-XL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: normal;
    color: black;
}

.Normal-XXL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: normal;
    color: black;
}

.Normal-XXXL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
    color: black;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: red;
}



A.Normal:link		{ color: #0099D8;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:visited	{ color: #0099D8;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:active		{ color: #579D83;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:hover		{ color: #579D83;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.Normal-s:link		{ color: #0099D8;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:visited	{ color: #0099D8;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:active	{ color: #579D83;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:hover	{ color: #579D83;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

.LeftMenu
{
    BACKGROUND-COLOR: transparent;
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: xx-small;
}
.LeftMenu:hover
{
    COLOR: blue;
}
TD.PageTitle
{
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: x-small;
}
    
  



/* GENERIC ------------------------------------------------------*/

IMG.Photo {border-color: Black;
	border-width: 1px;
	border-style: Solid;
	}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	line-height: 14pt;

}


H1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  medium;
    font-weight:    normal;
    color: Black;
}

H2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  medium;
    font-weight:    normal;
    color: Black;
}

H3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  x-small;
    font-weight:    Bold;
    color: Black;
}

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  xx-small;
    font-weight:    normal;
    color: #666062;
}

H5, DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  xx-small;
    font-weight:    bold;
    color: #A5B2D6;
}

H6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  xx-small;
    font-weight:    bold;
    color: #A5B2D6;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  xx-small;
    color: #A5B2D6;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  xx-small;
    font-weight:    bold;
    color: #A5B2D6;
}


A:link		{ color: #0099D8;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:visited	{ color: #0099D8;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:active	{ color: #579D83;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:hover		{ color: #579D83;  font-size: x-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}


SMALL   {
    font-size:  xx-small;
}

BIG {
    font-size:  small;
}

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: Black;
    height:1pt;
    text-align:left;
}



/* Site Admin Styles (duplicated from portalAdmin.css)-----------------------------------*/

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link	{ color: darkred;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:visited	{ color: darkred;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:active	{ color: darkred;  font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:hover	{ color: red;	 font-size: xx-small; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
  
/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Arial, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
}



/* ================================
    CSS STYLES FOR Checkout Panels 
   ================================
*/   

.SectionHeading
{
    background-color: #C3C1B7;
    color: White;
	font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    line-height: 20pt;
    padding-left: 5px;
}


.SectionHeading-s
{
    background-color: #C3C1B7;
    color: White;
	font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    line-height: 12pt;
    padding-left: 5px;
}


