/* ================================
    CSS STYLES FOR IBUYSPY PORTAL 
    v1.0, 01/2001
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg
{
	background-color: #FFFFFF;
	padding: 0;
}

/* 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, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color:#0099FF
}

/* background/border colors for the selected tab */
.TabBg {
	background-color: #660033;
	border-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}

/* background/border colors for the unselected tabs */
.OtherTabsBg {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	word-spacing: normal;
	text-align: center;
	padding: 0px;
	background-color: #CD0101;
}

/* text style for the selected tab */
.SelectedTab {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	font-weight: normal;
}

/* text style for the unselected tabs */
.OtherTabs {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#FFFFFF;
    text-decoration:none;
    font-weight: normal;
}

/* hyperlink styles of the unselected tabs */
A.OtherTabs:link    {
    text-decoration:    none;
    color:White;
}

A.OtherTabs:visited {
    text-decoration:    none;
    color:White;
}

A.OtherTabs:active  {
    text-decoration:    none;
    color:#FFFFFF;
}

A.OtherTabs:hover   {
	text-decoration:    underline;
	color:#FFFFFF;
	font-size: 12px;
}
    
/* text style for the site links (at extreme top-right of header) */
.SiteLink {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #86B4B7;
}   

/* hyperlink style for the site links */
A.SiteLink:link {
    text-decoration:    none;
    color:red;
}

A.SiteLink:visited  {
    text-decoration:    none;
    color:red;
}

A.SiteLink:active   {
    text-decoration:    none;
    color:red;
}

A.SiteLink:hover    {
    text-decoration:    underline;
    color:Gray;
}

/* style for separator between site links */
.Accent
{
    color: red;
    font-weight:    bold;
}



/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #eeeeee
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #8B0000;
}



/* GENERAL */
/* style for module titles */
.Head   {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    bold;
    color: #666644;
}

/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #8B0000;
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #626262;
}

/* text style used for most text rendered by modules */
.Normal
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	white-space: normal;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.NormalRed
{
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: red
}

.NormalBold
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Verdana, 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: #8B0000;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #8B0000;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #8B0000;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: red;
}
    



/* GENERIC */
H1  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H2  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  20px;
    font-weight:    normal;
    color: #666644;
}

H3  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #8B0000;
}

H4  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    normal;
    color: #8B0000;
}

H5, DT  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #8B0000;
}

H6  {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  11px;
    font-weight:    bold;
    color: #8B0000;
}

TFOOT, THEAD    {
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    color: #8B0000;
}

TH  {
    vertical-align: baseline;
    font-family: Verdana, Helvetica, sans-serif;
    font-size:  12px;
    font-weight:    bold;
    color: #8B0000;
}

A:link  {
	margin-left: 0px;
}

A:visited   {
    text-decoration:    none;
}

A:active    {
    text-decoration:    none;
}

A:hover {
	border-color: #000000;
	color: #0066FF;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

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: #696969;
    height:1pt;
    text-align:left
}
.article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: normal;
	color: #333333;
	margin-top: 5px;
}
.remember {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #770802;
}
.propert_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	white-space: normal;
	vertical-align: 0%;
	margin: 5px;
	padding: 0px;
}
.more_images {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: red;
	margin-right: 3px;
	margin-left: 10px;
	text-decoration: none;
}
.PropertyName {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: underline;
}
.idnumber {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #666666;
}
.GreyHead {

    font-family: Arial, Helvetica, sans-serif;
    font-size:  14px;
    font-weight:    bold;
    color: #FFFFFF;
}
.EmptyTag {

	background-color: #FFFFFF;
	border-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.style4Copy {
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 20px;
}
.normalhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  14px;
	font-weight:    bold;
	color: #333333;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	line-height: normal;
}
.article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	color: #333333;
	white-space: normal;
	vertical-align: 0%;
	padding: 0px;
	margin-top: 5px;
}
.Head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	margin-left: 0px;
	margin-top: 15px;
	text-decoration: none;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006FB0;
	font-weight: normal;
}
.tabtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 5px;
	text-decoration: none;
	background-position: center;
}
.bluebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0085CC;
	font-weight: bold;
	text-decoration: none;
}
.brownbold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A35652;
	font-weight: bold;
}
.WhiteHead {


    font-family: Arial, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    normal;
    color: #FFFFFF;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #007AC4;
	font-weight: normal;
	text-decoration: none;
}
.brown {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A35652;
	font-weight: normal;
}
.GridItemStyle {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #333333;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #EEECE3;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 15px;
}
.GridAlternateStyle {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #666666;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #D7D7D7;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 15px;
}
.GridHeaderStyle {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #333333;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	HEIGHT: auto;
	background-color: #D8D1BC;
}
.GridPagerStyle {
	FONT-WEIGHT: normal; FONT-SIZE: 8pt; COLOR: #999999; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; HEIGHT: 20px; BACKGROUND-COLOR: #FFFFFF
}
.GridStyle {
	BACKGROUND-COLOR: #ffffff;
	border: 0px solid #FDFDFD;
	margin-left: 15px;
	margin-top: 10px;
}
.GridOverStyle {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #99ccff;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 15px;
}
.GridSelectedStyle {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: black;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #ccff33;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	height: 15px;
}

.Redlhead {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  24px;
	font-weight:    normal;
	color: #F90000;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	line-height: normal;
}
.side_menu {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin-left: 5px;
}
.side_menu_grey {

	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
.WhiteHeadArial {
	font-family: Arial, Helvetica, sans-serif;
	font-size:  13px;
	font-weight:    bold;
	color: #FFFFFF;
	margin-left: 15px;
}
.side_menu1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space: normal;
	color: #800000;
	font-weight: bold;
	text-decoration: none;
}
.widgetitem {
	FONT-WEIGHT: 700; FONT-SIZE: 12px; COLOR: #000066
}
.side_menu1Header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: normal;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #FF7D7D;
	height: 20px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-color: #FFFFFF;
}
.side_table {
	border: thin solid #FF7D7D;
}
.green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #53A600;
	font-weight: normal;
	text-decoration: none;
}
.greenbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #53A600;
	font-weight: bold;
	margin-top: 5px;
	text-decoration: none;
}
.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	font-weight: normal;
	text-decoration: none;
}
.redbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C60000;
	font-weight: bold;
	margin-top: 10px;
	text-decoration: none;
}
.article_grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	color: #666666;
	white-space: normal;
	vertical-align: 0%;
	margin: 5px;
	padding: 0px;
	margin-left: 5px;
	margin-top: 5px;
}
.GridStyle1 {

	BACKGROUND-COLOR: #ffffff;
	border: 0px solid #FDFDFD;
}
.divider {

	BACKGROUND-COLOR: #ffffff;
	border: 0px solid #FDFDFD;
	margin-left: 0px;
	margin-top: 15px;
}
.Head_underline {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	margin-left: 0px;
	margin-top: 5px;
	text-decoration: underline;
}
.box_prop {
	border-bottom-width: 1px;
	border-bottom-color: #999999;
	border-bottom-style: solid;
}
.article1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: normal;
	color: #333333;
	margin: 10px;
}
.normalheadCopy {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:  18px;
	font-weight:    normal;
	color: #24526C;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	line-height: normal;
}
.poem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
}
.about {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.thisweek {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #C1C100;
	text-decoration: none;
}
.yellowBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C1C100;
	text-decoration: none;
	font-weight: bold;
}
.side_menu2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space: normal;
	color: #02277D;
	font-weight: bold;
	text-decoration: none;
}
.greybold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
.style8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #7A7A7A;
	text-decoration: none;
}
.subNavBar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	color: #333333;
	white-space: normal;
	vertical-align: 0%;
	margin: 5px;
	padding: 0px;
}
.WhiteHead {


    font-family: Arial, Helvetica, sans-serif;
    font-size:  18px;
    font-weight:    normal;
    color: #FFFFFF;
}
.WhiteHead2 {

	font-family: Arial, Helvetica, sans-serif;
	font-size:  24px;
	font-weight:    bold;
	color: #FFFFFF;
	margin-left: 15px;
}
.WhiteHeadBig {


	font-family: Arial, Helvetica, sans-serif;
	font-size:  36px;
	font-weight:    normal;
	color: #FFFFFF;
	margin-left: 15px;
}
.lightblue_article {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ECF4F9;
	font-weight: normal;
}
.article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	white-space: normal;
	color: #333333;
	margin-top: 5px;
}
.ArialBold {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
 }
.lightgreen_article {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DFFBC6;
	font-weight: normal;
}
.white_article {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
.redArialBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #D00000;
}
.ArialBlack1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2E2E2E;
}
.side_menu3 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space: normal;
	color: #339933;
	font-weight: bold;
	text-decoration: none;
}
