/* ================================
    CSS STYLES FOR PORTAL 
    v1.0, 01/2001
   ================================
*/   

.edit TD
{
	border: dotted 1px gray;
}

/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg 
{
    background-color: #336633;
}

/* background color for the header at the top of the page  */
.HeadBgImage
{
    background-color: #336633;
    background-image: url(/images/WMRCbanner.jpg);
    background-repeat: no-repeat;
}

/* background color for the content part of the pages */
Body
{
    background-color: #FFFFFF;
}


/* 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 Bold, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color:white
}

/* text style for the site links (at extreme top-right of header) */
.SiteLink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: White;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:white;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:White;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:White;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:White;
}

/* style for separator between site links */
.Accent
{
    color: White;
    font-weight:    bold;
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: Black;
}

/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #999966;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    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:  11px;
    font-weight:    bold;
    color: black;
}

/* text style used for most text rendered by modules */
.Normal
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: Red;
}

.NormalBold
{
    font-family: Arial, 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: Arial, 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: navy;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: navy;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: navy;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    
/* GENERIC */
H1  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  16px;
    font-weight: bold;
    color: #4E627D;
}

H2  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight: bold;
    color: #4E627D;
}

H3  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight: bold;
    color: navy;
}

H4  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight: bold;
    color: navy;
}

H5, DT  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: navy;
}

H6  {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: navy;
}

TFOOT, THEAD    {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    color: navy;
}

TH  {
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: navy;
}

A:link  {
    text-decoration: none;
    color:  navy;
}
A:link  {
    text-decoration: none;
    color:  navy;
}

A:visited   {
    text-decoration: none;
    color:  #999999;
}

A:active    {
    text-decoration: none;
    color:  navy;
}

A:hover {
    text-decoration: none;
    color:  green;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    disc ;
    list-style-position:  outside;
}

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
}

/*-- style for IBSRealEstate-- add this to your portal.css file*/

.RealEstate_TopStrip
{
	color:#ffffff;
	background-color: #336633;
	font-family: Verdana;
	font-weight:bold;
}

.RealEstate_TableHeader
{		
	color:white;
	background-color: #000099;
	font-family: Verdana;
	font-weight:bold;		
}

.RealEstate_ParentCategory
{
	color:white;
	background-color: #ffcc00;
	font-family: Verdana;
	font-weight:bold;
}

.RealEstate_ChildCategory
{
	background-color: Beige;
}
	
.RealEstate_ListingsPanel
{
	background-color: Beige;
}

.RealEstate_AnnouncementPanel
{
	background-color: black;
}

.RealEstate_Confirmation
{
	background-color: Beige;
}

.RealEstate_ItemTop
{
	background-color: cccc99;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: bolder;
	line-height: 12px    
}

.RealEstate_ItemBottom
{
	background-color: F2F2BC;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px    
}

.RealEstate_MoreInfoTitle
{		
	color:navy;
	background-color: #ffcc00;
	font-family: Verdana;
	font-size:12px;
	font-weight:bold;
}


/**************************************************************************/
/* TABS */
/***********************************************************************/
/* this is the main table style - donot move the tags around */
.tabstrip {
	margin: 5px 0px 0px 0px;  
	border-width : 0px;  
	background-image: url(images/tab_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0px 0px 0px 0px;  
}
.tabstrip a { /* links on all tabs, you can target the selected tag by adding references */
	text-decoration : none;   font-size : 10px; font-weight :bolder;
	text-transform: capitalize;
	font-family: Verdana;
	color: #000000;
}

.tabstrip .unselected a:hover { /* links on all tabs, you can target the selected tag by adding references */
	text-decoration : underline;   
}

.tabstrip .unselected a:visited { /* links on all tabs, you can target the selected tag by adding references */
	font-weight: bolder;
}

.tabstrip a:visited { /* links on all tabs, you can target the selected tag by adding references */
	text-decoration : none;
	font-weight: normal;
}

.tabstrip td {   
	text-align: center; /* align the text in tags */
	border-width : 0px; 
}

.tabstrip .selected {   
	text-align: center; /* align the text in tags */
	border-width : 0px;
	background-image: url(images/tab_line_white.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: Black;
}

.tabstrip .unselected { /* the tabs that are not selected */
	border-width : 0px;
	font-weight: bolder;
}
.unselected table { /* the tabs that are not selected */
	height:18px;	/* default minimum width  of the selected tab so tabs with small text */
	border-width : 0px; 	border:0;	
}

.tabstrip .selected { /* the tab that is selected */
	border-width : 0px;
	font-weight: bolder;
	color: Black;
}

.tabstrip .selected a { /* the tab that is selected */
	font-weight: bolder;
	color: Black;
}

.tabstrip .selected a:visited { /* the tab that is selected */
	font-weight: bolder;
}

.tabstrip .selected a:hover { /* the tab that is selected */
	text-decoration: underline;
	font-weight: bolder;
}

.tabstrip table { /* affects all tags and flat lines */
	 /* border-width : 3px; border-color : black; border-style : solid;   */
}
.selected table { /* table within the selected Item table */
	border:0;
	height:18px;/* default minimum width  of the selected tab so tabs with small text */
}
.tabstrip .gapspace, .tabstrip .rightside, .tabstrip .leftside,.tabstrip .tabspace { /* line at start and end of tabstrip */
	border-width : 0px; 	border:0;	
}
/* only one of these tags can be 80 or 100% */
.tabstrip .leftside {   /* space at left tabs  - also determines size of tabs, set to 100%  <td> */
	width : 45%; 
}
.tabstrip .rightside {   /* space at right of tabs - also determines size of tabs, set to 100% <td> */
	width : 30%; 
}
.tabstrip .tabspace {   /* space between tabs - also determines size of tabs<td> */
	width : 1%; 
}
.tabstrip .gapspace {   /* space between the default tabs and the ones that appear after<td> */
	width : 2%; 
}
/* tab edges if you want to have curved edges on the tab - note will only be visible of you reduce the width of the rightside and leftside classes  */
.tabstrip .l_normal { /*  the <td> left of the tabs that are not selected */
		background-image: url(images/tab_off_l.gif);
		background-repeat: no-repeat;
		background-position: top right;width : 7px; 
}
.tabstrip .r_normal { /*  the <td> right of the tabs that are not selected */
		background-image: url(images/tab_off_r.gif);
		background-repeat: no-repeat;
		width : 20px; 
}
.tabstrip .c_normal { /*  the <td> center of the tabs that are not selected - with the link */
		background-image: url(images/tab_off_c.gif);
		background-repeat: repeat-x;
		background-position: top right;

}
.tabstrip .l_selected { /* the <td> left of the tab that is selected */
		background-image: url(images/tab_on_l.gif);
		background-repeat: no-repeat;
		background-position: top right; width : 7px; 
		border-bottom: 0px;
}
.tabstrip .r_selected { /*  the <td> right of the tab that is selected */
		background-image: url(images/tab_on_r.gif);
		background-repeat: no-repeat;
		background-position: top right; width : 18px; 
		border-bottom: 0px;
}
.tabstrip .c_selected { /*  the <td> right of the tab that is selected - with the link */
		background-image: url(images/tab_on_c.gif);
		background-repeat: repeat-x;
		background-position: top right;
		border-bottom: 0px;
}

/* you can also target specific tabs by adding 'tab_' to the tab name - this however has failed to be useful (I was trying to get Icons on the main tabs - didn't work) */
.tab_home { /* <a> */
	/* color:silver; */
}
