/* =============================================================
    CSS STYLES FOR ASPNetRealtor (i2bRealtor) 
    v1.0, 01/2003
   =============================================================
*/ 

/* Splash Page Specific Styles -----------------------------------------------*/

body {
	font: verdana, arial, helvetica, sans-serif;
}

#pageContainer,#pageContainer {
	position:relative;
	top:10px;
    text-align: center;
    margin: 0 auto;

}

#pageContent,#pageContent2 {
	position:relative;
 	width:700px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    text-align: left;
    color: Black;
}

#Signature {
	position:relative;
 	left: 500px;
}

A.Splash:link		{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Splash:visited	{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Splash:active		{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Splash:hover		{ color: #CC3333;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}


/* hCard Styles ---------------------------------------------------*/
.org{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 8pt;
	font-variant:small-caps;
	text-align: left;
	color: #5871AF;
}
.vcard
{
	position:relative;
	width:319px;
	height:63px;
	text-align:left;
	padding:0px;
	z-index:2;
}

.street-address, .adr, .locality, .region, .postal-code, .country-name{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 8pt;
	text-align: left;
	color: #5871AF;
	z-index:3;
}
#worktel{
	position: absolute;
	top: 50px;
	left: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 8pt;
	text-align: left;
	color: #5871AF;
	z-index:3;
}
#faxtel{
	position: absolute;
	top: 65px;
	left: 190px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: Normal;
	font-size: 8pt;
	text-align: left;
	color: #5871AF;
	z-index:3;
}


A.url:link		{ color: #5871AF;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; z-index:3;}
A.url:visited	{ color: #5871AF;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; z-index:3;}
A.url:active	{ color: #5871AF;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; z-index:3;}
A.url:hover		{ color: #A50039;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; z-index:3;}

A.email:link	{ color: #5871AF;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; z-index:3;}
A.email:visited	{ color: #5871AF;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; z-index:3;}
A.email:active	{ color: #5871AF;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; z-index:3;}
A.email:hover	{ color: #A50039;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold; z-index:3;}


/* PAGE BACKGROUNDS -----------------------------------------------*/

/* Default colour for the HTML BODY Portion*/
Body
{
    background-color: White;
}

/* PAGE TITLE/HEADINGS ---------------------------------------------*/
.PageTitleContainer{
	background-image: url(../images/ModuleTitleBackground.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 58px;
	padding-top: 0px;
}

.PageTitle{
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 18pt;
	letter-spacing: -2px;
	text-align: right;
	vertical-align: top;
	height: 46px;
	color: #5871AF;
}

/* 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 -------------------------------------------------*/
.leftPaneModuleTitle {
    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: White;
    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 */
    text-align: center;
    background-color: White;
    width: 100%;
    padding: 4px;
	border-top: 1px solid #5F83BE;
	border-right: 1px solid #5F83BE;
	border-bottom: 1px solid #5F83BE;
	border-left: 1px solid #5F83BE;
}


.contentPaneModuleTitle{
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 14pt;
	font-variant:small-caps;
	text-align: left;
	color: #A50039;
	background-color: White;
	margin-bottom: 2px;
}

.contentPaneModuleSubTitle {
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	text-transform: capitalize;
	color: Black;
	font-weight: Bold;
}

.contentPaneModuleTitleContainer{
	width: 100%;   
}


.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;
    font-size: 8pt;
	font-weight: normal;
    text-align: left;
    margin-right: 12px;
    margin-left: 12px;
}

.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: 8pt;
	font-weight: normal;
	color: Black;
	width: 100%;
}

.rightPaneModuleTitle{
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-weight: Bold;
	font-size: 10pt;
	text-transform: capitalize;
	text-align: left;
	color: Black;
	background-color: White;
}

.rightPaneModuleSubTitle {
	font-family: "Arial Narrow", Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	text-transform: capitalize;
	color: Black;
	font-weight: Bold;
}

.rightPaneModuleTitleContainer{
	width: 100%;   
}

.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 */
    text-align: center;
    background-color: White;
    padding: 4px;
    margin-left: 7px;
}

.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;
	font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
	font-weight: normal;
	color: #CCCCCC;
	width: 100%;
	
}


/* MODULE Text and Link styles ---------------------------------------------*/
.leftPaneModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 7pt;
    font-weight: Bold;
    color: Black;
}
.leftPaneModuleTextHeader  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: Bold;
	color: Black;
}

A.leftPaneModuleLink:link		{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.leftPaneModuleLink:visited	{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.leftPaneModuleLink:active		{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.leftPaneModuleLink:hover		{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}

.leftPaneModuleForm {
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 			8pt;
	font-weight:		Normal;
	color:				Normal;
	border:				solid 1;
	border-color:		black;
	font-size:			8pt;
	background-color: White;
}

.contentPaneModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 8pt;
    font-weight: normal;
    line-height: 16px;
    color: black;
}

.contentPaneModuleText-s  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 7pt;
    font-weight: normal;
    color: black;
}

.contentPaneModuleText-B  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 9pt;
    line-height: 16px;
    font-weight: Bold;
    color: black;
}

.contentPaneModuleTextEmphasized  { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: Bold;
	color: #5772AC;
}
.contentPaneModuleTextEmphasized2  { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: Bold;
	color: #A50039;
}

.contentPaneModuleTextHeader  {  /*Also used as FieldHead  (should be same style) FieldHead is a Depreciated style!*/
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: Bold;
	color: Black;
}



.contentPaneModuleTextHeader-L  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: Bold;
	color: Black;
}

A.contentPaneModuleLink:link	{ color: #A50039;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink:visited	{ color: #A50039;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink:active	{ color: #A50039;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink:hover	{ color: #5871AF;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.contentPaneModuleLink-s:link		{ color: #A50039;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink-s:visited	{ color: #A50039;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink-s:active	{ color: #A50039;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.contentPaneModuleLink-s:hover		{ color: #5871AF;  font-size: 7pt; 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: 9pt;
    font-weight: Bold;
	color: Black;
}

.contentPaneModuleForm { /*Also used as FieldData  (should be same style) FieldData is a Depreciated style!*/
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 			8pt;
	font-weight:		Normal;
	color:				Normal;
	border:				solid 1;
	border-color:		black;
	font-size:			8pt;
	background-color: White;
}

.contentPaneModuleFormBgBorder {
    background-color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
}

.contentPaneModuleFormBgForm {
    background-color: #F3F3F3;
}

.contentPaneModuleFormHeading {
	background-color: #DCBE74;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12pt;
    font-weight: bold;
    color: White;
    text-align:center;
    font-variant: small-caps;
    line-height: 20px;
}


.rightPaneModuleText  {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 8pt;
    line-height: 16px;
    font-weight: Normal;
    color: Black;
}
.rightPaneModuleTextHeader  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    line-height: 16px;
    font-weight: Bold;
	color: #A50039;
}

A.rightPaneModuleLink:link		{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.rightPaneModuleLink:visited	{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.rightPaneModuleLink:active	{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Bold;}
A.rightPaneModuleLink:hover		{ color: #5871AF;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.rightPaneModuleLink-s:link	{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.rightPaneModuleLink-s:visited	{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.rightPaneModuleLink-s:active	{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: none; font-weight: Normal;}
A.rightPaneModuleLink-s:hover	{ color: #5871AF;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Normal;}

.rightPaneModuleForm {
	font-family:		Arial, Helvetica, sans-serif;
	font-size: 			8pt;
	font-weight:		Normal;
	color:				Normal;
	border:				solid 1;
	border-color:		black;
	font-size:			8pt;
	background-color: White;
}



/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  8pt;
    font-weight:    bold;
    color: darkred
}


/* 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: 8pt;
    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: White;
    border-color: white;
}

/* background/border colors for the unselected tabs white (images) or indigo (text) */
.OtherTabsBg {
    background-color: White;
    border-color: white;
}

/* text style for the selected tab */
.SelectedTab {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color:Black
    font-weight: bold
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color:gainsboro;
    text-decoration:none;
    font-weight: bold
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#eeeeee;
}

A.OtherTabs:hover   {
    text-decoration:    underline;
    color:white;
}
    


/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* GENERIC FORM BACKGROUNDS ------------------------------------------------*/
/* background color for outer "Border" table used for request forms */
.FormBgBorder {
    background-color: Black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
}

/* background color for inner "Form" table used for request forms */
.FormBgForm {
    background-color: #F3F3F3
}
/* background color for inner "Form" table  */
.FormLabel 
{
	font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.FormHeading    
{
	background-color: #DCBE74;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12pt;
    font-weight: bold;
    color: White;
    text-align:center;
    font-variant: small-caps;
    line-height: 20px;
}

.FormSubHeading    
{background-color:Black;
             font-family: Arial, Helvetica, sans-serif;
             font-size:  8pt;
             font-weight:    bold;
             color: White;
             text-align:center;
            }

/* Styles for Forms Data */

/*
input, textarea
{
	border: solid 1;
	border-color: black;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

input.FormButton
{
	border: solid 1;
	border-color: black;
	font-size: 8pt;
	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: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

input.nav
{
	background-color: white;
	border: solid 1;
	border-color: black;
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 110;
}

input.uc
{
	border: solid 1;
	font-size: 8pt;
	border: solid 1;
	text-transform: uppercase;
}

select
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	border: solid 1;
	border-color: black;
}

*/

.FieldHead	{
			font-family:		Arial, Helvetica, sans-serif;
			font-size: 			8pt;
			font-weight:		Bold;
			color:				Black;
			}

.FieldData	{
			font-family:		Arial, Helvetica, sans-serif;
			font-size: 			8pt;
			font-weight:		Normal;
			color:				Normal;
			border:				solid 1;
			border-color:		black;
			font-size:			8pt;
			}

.FieldError    {
             font-family:	Arial, Helvetica, sans-serif;
             font-size:		8pt;
             font-weight:    Bold;
             color:			Red;
           }


/* Border for Listing Pictures */
img.Pic {border-color:Black;
				border-width:1px;
				border-style:Solid;
				}


/* Style for Listing Picture Heading TagLine */
.PicTagLine    {background-color: #CC3333;
             font-family: Arial, Helvetica, sans-serif;
             font-size:  8pt;
             font-weight:    800;
             color: White;
             text-align: center;
            }
            
/* Style for Listing Attributes & Features */
.PicIconBar    {background-color: #CC3333;
             font-family: Arial, Helvetica, sans-serif;
             font-size:  8pt;
             font-weight:    800;
             color: White;
            }

.PicTagLine-s    {background-color: #CC3333;
             font-family: Arial, Helvetica, sans-serif;
             font-size:  7pt;
             font-weight:    800;
             color: White;
             text-align: center;
           }

/* Style for Listing Picture Features Table Listing */

.PicFeatHead-s    {background-color: #C7D9F1;
             font-family: Arial, Helvetica, sans-serif;
             font-size:  7pt;
             font-weight:    800;
             color: Black;
              text-align:center;
           }

.PicFeatData-s    {background-color: #F8F5F4;
             font-family: Arial, Helvetica, sans-serif;
             font-size:  7pt;
             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:		7pt;
             font-weight:    Bold;
             color:			Red;
            }
            
.PicOverWrite-L    {background-color:	White;
             font-family:			 Arial, Helvetica, sans-serif;
             font-size:		8pt;
             font-weight:    Bold;
             color:			Red;
            }

.AgentEmailHeaderText  { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: Bold;
	color: White;
}


/* GENERAL------------------------------------------------------- */
/* style for module titles (text)*/
.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  9pt;
    font-weight:    Bold;
    color: Black;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  8pt;
    font-weight:    bold;
    color: Blue;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    color: black;
}

.Normal-B
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: black;
}

.Normal-s
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 7pt;
    font-weight: normal;
    color: black;
}

.Normal-L
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    font-weight: normal;
    color: black;
}

.Normal-XL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    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: 8pt;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    color: red
}



A.Normal:link		{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:visited	{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:active		{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal:hover		{ color: Black;  font-size: 8pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

A.Normal-s:link		{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:visited	{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:active	{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.Normal-s:hover	{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}

.LeftMenu
{
    BACKGROUND-COLOR: transparent;
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 7pt;
}
.LeftMenu:hover
{
    COLOR: blue
}
TD.PageTitle
{
    COLOR: black;
    FONT-FAMILY: Arial, Helvetica;
    FONT-SIZE: 8pt;
}
    
  



/* GENERIC ------------------------------------------------------*/
H1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10pt;
    font-weight:    normal;
    color: Black;
}

H2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  10pt;
    font-weight:    normal;
    color: Black;
}

H3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    normal;
    color: Black
}

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    normal;
    color: Black
}

H5, DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    bold;
    color: Black
}

H6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    bold;
    color: Black
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    color: Black
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  7pt;
    font-weight:    bold;
    color: Black
}


A:link		{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:visited	{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:active	{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A:hover		{ color: Black;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}


SMALL   {
    font-size:  7pt;
}

BIG {
    font-size:  9pt;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

LI.Checkbox2{
		line-height:20px;
		list-style-image: url(../images/Checkbox-Style2.gif);
	}

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
}



/* Site Admin Styles (duplicated from portalAdmin.css)-----------------------------------*/

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link	{ color: Blue;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:visited	{ color: Blue;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:active	{ color: Blue;  font-size: 7pt; font-family: Arial, Helvetica, sans-serif; text-decoration: underline; font-weight: Bold;}
A.CommandButton:hover	{ color: Blue;	 font-size: 7pt; 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: 7pt;
    font-weight: normal;
}

