/* -------------------------------------------------------------------------------
Theme Name: Wilson & West Properties
Updated: 5/21/2009 1:18:25 PM
Author: MBAWest
Author URI: http://www.mbawest.com/
 ------------------------------------------------------------------------------- */
/* general */
@media screen
{
body
{
	margin: 0px 0px 0px 120px;
	font-size: medium;
	color: Black;
	background-color: #FFFFF0;
	font-family: Arial;
}
p
{
margin: 0px 0px 12px 0px;
}
a
{
	color: #6495ED;
	text-decoration: underline;
}
a:hover
{
	color: #FA8072;
	text-decoration: none;
}
a:visited
{
	color: #00008B;
	text-decoration: underline;
}
li
{
	color: #6495ED;
}
/****************** Banner Styles  ********************************/
#page_top
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 120px;
	background: #FFFFF0;
}
h1
{
	font-size: 24pt; /* Main heading */
	font-family: Lucida Sans, Comic Sans MS, Wide Latin, Arial Black;
	color: #FFD700;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
h2
{
	font-size: 20pt; /* Subtitle */
	font-family: Lucida Sans, Comic Sans MS, Wide Latin, Arial Black;
	color: #FFD700;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
h3
{
	font-size: 8px; /* MBA West Logo */
	font-family: Times New Roman;
	text-align: left;
	vertical-align: text-bottom;
	font-variant: small-caps;
	color: #000000;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
/******************* Other page headings ***********************/
h4
{
	font-size: 24pt; /*Page headings */
	color: #000080;
	font-style: italic;
	font-family: Times New Roman;
	margin-bottom: 0px;
	margin-top: 5px;
	margin-left: 0px;
	margin-right: 0px;
}
h5
{
	font-size: 18pt; /*Secondary headings */
	color: #000080;
	font-variant: normal;
	font-family: Times New Roman;
	margin-bottom: 3px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
h6
{
	font-size: 10pt; /*Tertiary headings */
	color: #000080;
	font-variant: normal;
	font-family: Arial;
	margin-bottom: 3px;
	margin-top: 1px;
	margin-left: 0px;
	margin-right: 0px;
}
/****************** Navigation Bar Styles  ********************************/
/****************** Menu Bar  ********************************/
.DropDownMenu
{
	color: #FFD700;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	vertical-align: top;
	border-style: none;
	display:block;
}
.DropDownMenu tr
{
	border-style: none;
	padding: 0px 0px 0px 0px;
}
.DropDownMenu td
{
	border-style: none;
	padding: 0px 0px 0px 0px;
}
.DropDownMenu li
{
	list-style: none;
	font-size: large;
	text-align: center;
	text-indent: 0px;
}
.DropDownMenu p
{
	color: #FFD700;
	font-size: 10pt;
	width: 100px;
	border-style: None;
	background-color: #800000;
}
.DropDownMenu a
{
	color: #FFD700;
	background-color: #800000;
	text-decoration: none;
	font-size: 10pt;
	padding: 0px 5px 0px 5px;
	margin: 0px 5px 0px 0px;
}
.DropDownMenu a:visited
{
	color: #FFD700;
	background-color: #800000;
	text-decoration: none;
	font-size: 10pt;
	padding: 0px 5px 0px 5px;
	margin: 0px 5px 0px 0px;
}
.DropDownMenu a:hover
{
	color: #FFFF00;
	background-color: #FF0000;
	text-decoration: none;
	font-size: 10pt;
	padding: 0px 5px 0px 5px;
	margin: 0px 5px 0px 0px;
}
/* This is the style of the dynamically created drop down menus */
#DDSubMenu
{
	color: #FFD700;
	width: 150px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: hidden;
	vertical-align: top;
	display: block;
	background-color: #800000;
	font-size: 10pt;
}
#DDSubMenu a
{
	color: #FFD700;
	font-size: 10pt;
	text-decoration: none;
}
#DDSubMenu a:hover
{
	color: #FFFF00;
	background-color: #FF0000;
}
#DDSubMenu a:visited
	color: #FFD700;
{
}
/****************** End Navigation Bar Styles ********************************/
/******************MBAWest Specific Items  ********************************/
.MBAWestLabel
{
	font-size: Medium;
}
.MBAWestSubHead
{
	font-size: 18pt; /* Page 2nd level head */
	color: #000080;
	font-variant: small-caps;
	font-family: Bodoni MT;
}
.MBAWestLargeBtn
{
	height: 48px;
	width: 104px;
}
.MBAWestMediumBtn
{
	height: 24px;
	width: 60px;
	font-size: small;
}
.MBAWestSmallBtn
{
	height: 18px;
	width: 34px;
	font-size: 8px
}
.MBAWestErrorLabel
{
	width: 100%;
	color: Red;
	font-style: italic;
	font-size: medium;
}
.MBAWestTable
{
	vertical-align: top;
	border: 0px 0px 0px 0px;
	border-width: 0px;
	border-spacing: 0px;
}
.MBAWestTable tr
{
	vertical-align: top;
}
.MBAWestTable td
{
	vertical-align: top;
	padding: 0px 5px 0px 5px
}
.MBAWestTable a
{
	color: #6495ED;
	text-decoration: underline;
	font-size: Medium;
}
.MBAWestTable a:hover
{
	color: #FA8072;
	text-decoration: none;
}
.MBAWestTable a:visited
{
	color: #00008B;
	text-decoration: underline;
}
.MBAWestFooter a
{
	color: #6495ED;
	text-decoration: underline;
	font-size: Medium; /* Link font size */
}
.MBAWestFooter a:hover
{
	color: #FA8072;
	text-decoration: none;
}
.MBAWestTable li
{
	color: #6495ED;
	list-style: square;
	font-size: Medium;
}
.MBAWestTableImage
{
	vertical-align: bottom;
	height: 90px;
	width: 100px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.MBAWestTableLabel
{
	font-size: Medium;
	color: #000080;
	font-style: italic;
	font-weight: bold;
}
.MBAWestCalendar
{
	font-size: small;
	background-color: #FFDEAD;
	color: #00008B;
	width: 100%;
	height: 100%;
}
.NavHeader
{
	font-size: 10pt; /*Right Nav Header*/
	color: #FFD700;
	font-variant: small-caps;
	font-family: Arial;
	margin-bottom: 3px;
	margin-top: 1px;
	margin-left: 0px;
	margin-right: 0px;
}
/******************* Page Classes ***********************/
/* The center cell on the middle of the page (includes the drop down and content) */
#BodyMiddle
{
	height: 100%;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-style: none;
	vertical-align: top;
}
#BodyMiddleCenter
{
	width: 100%;
	height: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: hidden;
	vertical-align: top;
}
#BodyMiddleCenter table
{
	width: 100%;
	padding: 0px 0px 0px 0px;
}
#MBAWestAddTable
{
	border: solid thin Green;
	padding: 2px 2px 2px 2px;
	margin: 30px 0px 30px 0px;
}
/************************** Main Panel **********************/
._mbaMaster_ContentPlaceHolder1_MainPanel
{
/* The page content panel */
	position: relative;
	overflow: hidden;
	font-size: medium;
	background-color: #FFFFF0;
	border: none;
}
._mbaMaster_ContentPlaceHolder1_MainPanel a
{
	color: #6495ED;
	text-decoration: underline;
	font-size: small; /* Link font size */
}
._mbaMaster_ContentPlaceHolder1_MainPanel a:hover
{
	color: #FA8072;
	text-decoration: none;
}
._mbaMaster_ContentPlaceHolder1_MainPanel a:visited
{
	color: #00008B;
	text-decoration: underline;
}
._mbaMaster_ContentPlaceHolder1_MainPanel li
{
	color: #6495ED;
}
}
@media print
{
*
{
	background-color: White;
	margin-top: 0px;
	margin-bottom: 0px;
}
/******************* Other page headings ***********************/
h4
{
	font-size: 24pt; /*Page headings */
	color: #000080;
	font-style: italic;
	font-family: Times New Roman;
	margin-bottom: 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
h5
{
	font-size: 18pt; /*Secondary headings */
	color: #000080;
	font-variant: normal;
	font-family: Times New Roman;
	margin-bottom: 3px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
h6
{
	font-size: 10pt; /*Tertiary headings */
	color: #000080;
	font-variant: normal;
	font-family: Arial;
	margin-bottom: 3px;
	margin-top: 1px;
	margin-left: 0px;
	margin-right: 0px;
}
}

