/* =============================================================
    CSS STYLES FOR ASPNetRealtor (i2bRealtor) 
    v1.0, 01/2003
   =============================================================
*/ 

  
/* PAGE BACKGROUNDS -----------------------------------------------*/

/* Default colour for the HTML BODY Portion*/
Body
{
    background-color: #D8D8D8;
}

.highlight
{
	background-color: Yellow;
	font-weight: bold;
}

/* 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;
}

/*Sets a background image or background colour of the Portal Panes themselves */
.leftPaneBg {
    background-color: White;
    vertical-align: top;
    text-align: left;
}
.contentPaneBg {
    background-color: White;
    vertical-align: top;
    text-align: left;
}
.rightPaneBg {
    background-color: White;
    vertical-align: top;
    text-align: left;
}

/* MODULE BACKGROUNDS -------------------------------------------------*/
.leftPaneModuleTitleContainer{
    text-align: left;
}

.leftPaneModuleTitle {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  medium;
    font-weight:    Bold;
    color: Black;
}

.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: #F0F0F0;
    text-align: left;
	width: 100%;
}

.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 */
	background-color: #F0F0F0;
    text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
	font-weight: normal;
	color: Black;
	width: 100%;
}

.contentPaneModuleTitleContainer{
    text-align: left;
}

.contentPaneModuleTitle {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  medium;
    font-weight:    Bold;
    color: Black;
}

.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: center;
	width: 100%;
}

.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: Verdana, Helvetica, sans-serif;
    font-size: x-small;
	font-weight: normal;
	color: Black;
	width: 96%;
}

TABLE.contentTable  
{
	background-color: White;
    text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
	font-weight: normal;
	color: Black;
	border-top: solid 1px Black;
	border-right: solid 1px Black;
}
TABLE.contentTable TH
{
    background-color: #F0F0F0;
    text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
	font-weight: bold;
	color: Black;
	border-left: solid 1px Black;
	border-bottom: solid 1px Black;
}
TABLE.contentTable TD 
{
	background-color: White;
    text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
	font-weight: normal;
	color: Black;
	border-left: solid 1px Black;
	border-bottom: solid 1px Black;
}

.rightPaneModuleTitleContainer{
    text-align: left;
}

.rightPaneModuleTitle {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  medium;
    font-weight:    Bold;
    color: Black;
}

.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: #F0F0F0;
    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: #F0F0F0;
    text-align: center;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
	font-weight: normal;
	color: Black;
	width: 100%;
}

/* MODULE Text and Link styles ---------------------------------------------*/
.leftPaneModuleText  {
    font-family: Verdana, Helvetica, sans-serif;
    text-align: justify;
	font-size: x-small;
    font-weight: normal;
	color: Black;
}

.leftPaneModuleText-s  {
    font-family: Verdana, Helvetica, sans-serif;
    text-align: justify;
	font-size: xx-small;
    font-weight: normal;
	color: Black;
}

.leftPaneModuleTextHeader  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: Bold;
	color: Black;
}

A.leftPaneModuleLink:link		{ color: #2155FF;  font-size: xx-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.leftPaneModuleLink:visited	{ color: #2155FF;  font-size: xx-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.leftPaneModuleLink:active		{ color: Black;  font-size: xx-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: nonee; font-weight: Bold;}
A.leftPaneModuleLink:hover		{ color: Black;  font-size: xx-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}

.leftPaneModuleForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: Black;
	font-weight: normal;
}

.contentPaneModuleText  {
    font-family: Verdana, Helvetica, sans-serif;
    text-align: justify;
    font-size: x-small;
    font-weight: normal;
    color: Black;
}

.contentPaneModuleText-s  {
    font-family: Verdana, Helvetica, sans-serif;
    text-align: justify;
    font-size: xx-small;
    font-weight: normal;
    color: Black;
}

.contentPaneModuleTextHeader  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: Bold;
	color: Black;
}

.contentPaneModuleText A:link		{ color: #2155FF;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.contentPaneModuleText A:visited	{ color: #2155FF;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.contentPaneModuleText A:active		{ color: Black;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.contentPaneModuleText A:hover		{ color: Black;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

.contentPaneModuleContentContainer A:link		{ color: #2155FF;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.contentPaneModuleContentContainer A:visited	{ color: #2155FF;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.contentPaneModuleContentContainer A:active		{ color: Black;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
.contentPaneModuleContentContainer A:hover		{ color: Black;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

A.contentPaneModuleLink:link	{ color: #2155FF;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink:visited	{ color: #2155FF;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink:active	{ color: Black;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}
A.contentPaneModuleLink:hover	{ color: Black;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

A.contentPaneModuleLink-B:link		{ color: #2155FF;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink-B:visited	{ color: #2155FF;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink-B:active	{ color: Black;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink-B:hover		{ color: Black;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

.contentPaneModuleForm {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	color: Black;
	font-weight: normal;
}

.contentPaneModuleFormBgBorder {
    background-color: red;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
}

.contentPaneModuleFormBgForm {
    background-color: White;
}

.contentPaneModuleFormHeading {
	background-color: dimgray;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  small;
    font-weight:    bold;
    color:	    White;
    text-align:	center;
}


.rightPaneModuleText  {
    font-family: Verdana, Helvetica, sans-serif;
    text-align: justify;
    font-size: x-small;
    font-weight: normal;
	color: Black;
}

.rightPaneModuleText-s  {
    font-family: Verdana, Helvetica, sans-serif;
    text-align: justify;
    font-size: xx-small;
    font-weight: normal;
	color: Black;
}

.rightPaneModuleTextHeader  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: Bold;
	color: Black;
}

A.rightPaneModuleLink:link		{ color: #2155FF;  font-size: xx-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.rightPaneModuleLink:visited	{ color: #2155FF;  font-size: xx-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.rightPaneModuleLink:active	{ color: Black;  font-size: xx-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.rightPaneModuleLink:hover		{ color: Black;  font-size: xx-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}

.rightPaneModuleForm {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: xx-small;
	color: #000000;
	font-weight: normal;
}



/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    background-color: #F0F0F0
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  xx-small;
    font-weight:    bold;
    color: Black
}


/* PAGE BANNER ----------------------------------------------------*/
/* NOTE: Site Title, Site Links and Tabs are rende#DC241F by MobilePortalBanner.ascx
/* style for the text of the site title */
.SiteTitle {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: medium;
    font-weight: 900;
    color:Black
}



/* 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: #DC241F;
    border-color: white;
}

/* background/border colors for the unselected tabs white (images) or indigo (text) */
.OtherTabsBg {
    background-color: #DC241F;
    border-color: black;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    color:#DC241F
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    color:gainsboro;
    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:    underline;
    font-size: small;
    color:white;
}
    

/* hyperlink style for the site links in the "Links" module */

A.SiteLink:link  {
	color: #2155FF;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
    text-decoration: none
}

A.SiteLink:visited  {
	color: #2155FF;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
    text-decoration: none
}

A.SiteLink:active   {
	color: Black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
    text-decoration: none
}

A.SiteLink:hover    {
	color: Black;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: bold;
    text-decoration: none
}

/* style for separator between site links */
.Accent
{
    color: #DC241F;
    font-weight:    bold;
}


/* Styles for Forms Data */

/*
input, textarea
{
	border: solid 1;
	border-color: black;
	font-size: x-small;
	font-family: Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

input.FormButton
{
	border: solid 1;
	border-color: black;
	font-size: x-small;
	font-family: Verdana, 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: Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

input.nav
{
	background-color: white;
	border: solid 1;
	border-color: black;
	font-size: xx-small;
	font-family: Verdana, 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: Verdana, Helvetica, sans-serif;
	font-size: x-small;
	border: solid 1;
	border-color: black;
}

*/

.FieldHead	{
			font-family:		Verdana, Helvetica, sans-serif;
			font-size: 			x-small;
			font-weight:		Bold;
			color:				Black;
			}

.FieldData	{
			font-family:		Verdana, 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:	Verdana, Helvetica, sans-serif;
             font-size:		x-small;
             font-weight:    Bold;
             color:			#DC241F;
           }



/* 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: Verdana, 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: Verdana, Helvetica, sans-serif;
             font-size:  x-small;
             font-weight:    800;
             color: White;
            }

.PicTagLine-s    {background-color:#A5B2D6;
             font-family: Verdana, 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: Verdana, Helvetica, sans-serif;
             font-size:  xx-small;
             font-weight:    800;
             color: White;
              text-align:center;
           }

.PicFeatData-s    {background-color: #E7E7EF;
             font-family: Verdana, 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:			 Verdana, 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: Verdana, Helvetica, sans-serif;
    font-size:  medium;
    font-weight:    Bold;
    color: Black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  x-small;
    font-weight:    bold;
    color: #DC241F;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  xx-small;
    font-weight:    bold;
    color: Black;
}

/* text style used for most text rende#DC241F by modules */
.Normal
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
    color: black;
    text-align: justify;
}

.Normal-B
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: bold;
    color: black;
}

.Normal-s
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
    color: black;
}

.Normal-L
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    font-weight: normal;
    color: black;
}

.Normal-XL
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: medium;
    font-weight: normal;
    color: black;
}

.Normal-XXL
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: large;
    font-weight: normal;
    color: black;
}

.Normal-XXXL
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: large;
    font-weight: bold;
    color: black;
}

.Emphasized
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
    color: #2155FF;
}


/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
}


.Legalese
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    color: black;
}


.Normal A:link		{ color: #2155FF;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
.Normal A:visited	{ color: #2155FF;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
.Normal A:active	{ color: Black;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
.Normal A:hover		{ color: Black;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.Normal:link		{ color: #2155FF;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:visited	{ color: #2155FF;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:active		{ color: Black;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:hover		{ color: Black;  font-size: x-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.Normal-s:link		{ color: #2155FF;  font-size: xx-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:visited	{ color: #2155FF;  font-size: xx-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:active		{ color: Black;  font-size: xx-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:hover		{ color: Black;  font-size: xx-small; font-family: Verdana, 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 ------------------------------------------------------*/
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  medium;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  medium;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  xx-small;
    font-weight:    normal;
    color: #A5B2D6
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  xx-small;
    font-weight:    normal;
    color: #A5B2D6
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  xx-small;
    font-weight:    bold;
    color: #A5B2D6
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  xx-small;
    font-weight:    bold;
    color: #A5B2D6
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  xx-small;
    color: #A5B2D6
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  xx-small;
    font-weight:    bold;
    color: #A5B2D6
}


A:link		{ color: #2155FF;  font-size: xx-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:visited	{ color: #2155FF;  font-size: xx-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:active	{ color: Black;  font-size: xx-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:hover		{ color: Black;  font-size: xx-small; font-family: Verdana, 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: dimgrey;
    height:1pt;
    text-align:left
}


A.ButtonLink:link		{ color: #D12425;  font-size: 9pt; font-family: Verdana, Helvetica, sans-serif; text-decoration: none; font-weight: bold;}
A.ButtonLink:visited	{ color: #D12425;  font-size: 9pt; font-family: Verdana, Helvetica, sans-serif; text-decoration: none; font-weight: bold;}
A.ButtonLink:active		{ color: #D12425;  font-size: 9pt; font-family: Verdana, Helvetica, sans-serif; text-decoration: none; font-weight: bold;}
A.ButtonLink:hover		{ color: #D12425;  font-size: 9pt; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: bold;}


/* Site Admin Styles (duplicated from portalAdmin.css)-----------------------------------*/

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link	{ color: #DC241F;  font-size: xx-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:visited	{ color: #DC241F;  font-size: xx-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:active	{ color: #DC241F;  font-size: xx-small; font-family: Verdana, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:hover	{ color: #DC241F;	 font-size: xx-small; font-family: Verdana, 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: Verdana, Helvetica, sans-serif;
    font-size: xx-small;
    font-weight: normal;
}



