/* --------------------------------------------------
	Tigeronomy Software http://www.tigeronomy.com
	2/4/2010
-------------------------------------------------- */

body {  
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000; 
	background-color: #ffffff;
	margin:0;
}

/* style used for plain text and data */
p,td,div {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal; 
}

/* style used for textboxes */

h1  {
    font-size: 11px;
    font-weight: normal;
    color: #dd0000;
    margin-bottom: 0px;
}

pre {
    font-family:    Lucida Console, monospace;
}

ul li   {
    list-style-type:    square ;
}

hr {
    color: #000000;
    height:1pt;
}

.mls 
{
	margin-top: 10%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #6699cc;
}

.emSuccess {
	font-weight: bold;
	color: red;
	font-size: 10px;
}

#menu {
	background:url("../images/menu.jpg") no-repeat;
	width: 160px;
	height: 251px;
	margin: 10px 0 0 0;
	padding: 0;
}

#menu span {
	display: none;
}

#menu li, #menu a {
	height: 25px;
	width: 160px;
	display: block;
}

#menu li {
	float: left;
	list-style: none;
	display: inline;
}

#menu-01, #menu-02, #menu-03, #menu-04, #menu-05, #menu-06, #menu-07, #menu-08, #menu-09, #menu-10 {
	width: 160px;
	height: 25px;
}

#menu-01 a:hover {
	background:url("../images/menu.jpg") 0px -250px no-repeat; 
}

#menu-02 a:hover {
	background:url("../images/menu.jpg") 0px -275px no-repeat; 
}

#menu-03 a:hover {
	background: url("../images/menu.jpg") 0px -300px no-repeat; 
}

#menu-04 a:hover {
	background: url("../images/menu.jpg") 0px -325px no-repeat; 
}

#menu-05 a:hover {
	background:url("../images/menu.jpg") 0px -350px no-repeat; 
}

#menu-06 a:hover {
	background:url("../images/menu.jpg") 0px -375px no-repeat; 
}

#menu-07 a:hover {
	background: url("../images/menu.jpg") 0px -400px no-repeat; 
}

#menu-08 a:hover {
	background: url("../images/menu.jpg") 0px -425px no-repeat; 
}

#menu-09 a:hover {
	background:url("../images/menu.jpg") 0px -450px no-repeat; 
}

#menu-10 a:hover {
	background:url("../images/menu.jpg") 0px -475px no-repeat; 
}

/* Horizon Theme stylesheet  (backbone css for theme) */   

/* style for separator between site links and panel color in top  */ 
.Separator {
	color: #ffffff;
	font-weight: bold;
	font-size: 10px
}

/* hyperlink style for the site links */
td.SiteLinkFooter 
{
	border-top:double 3px White;
	border-bottom:double 3px White;
}

/* The cell in which the navigation panel resides */
.LeftNavCell
{
	border-right: 3px solid;
}

/* style for input buttons */

input.CommandButton  { 
	background-color: #6699cc;
	color: #ffffff; 
	font-weight: 600;
	font-size:11px;
	cursor:hand
}

/* style for module titles */
.Module .Title {
    color: #000000;	
    font-size: 15px;
    font-weight: bold;
}

/* style for data labels being defined */
.Label {
	font-weight: bold;
}

a:link,
a:visited,
a:active,
a:hover
{
	text-decoration: underline;
}

/*********** footerlinks *************/
a.SitelinkFooter:link,
a.SitelinkFooter:visited,
a.SitelinkFooter:active,
a.SitelinkFooter:hover
{
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}

a.SitelinkFooter2:link,
a.SitelinkFooter2:visited,
a.SitelinkFooter2:active,
a.SitelinkFooter2:hover
{
	text-decoration: none;
	font-size: 11px;
	font-family : sans-serif;
}

.SiteTitleLabel {
	font-size: 16px;
	font-weight: bold;
	font-family: sans-serif;
}

.SiteTagline 
{
	font-size: 12px;
	font-weight: bold;
	font-family: Arial;
}

/* from portal-gen_700.css */

.BannerMiddleCellPrimary { background-color: #6699cc; }
.LeftNavCell { background-color: #6699cc; }
td.SiteLinkFooter { background-color: #6699cc; }
td.SiteLinkFooter { border-top-color: #336699; }
td.SiteLinkFooter { border-bottom-color: #336699; }
.WelcomeCell { background-color: #336699; }
.PortalTaglineCell { background-color: #999999; }
.BannerMiddleCellTertiary { background-color: #999999; }
.LeftNavCell { border-color: #999999; }
.BannerLogoCell { background-color: #ffffff; }
.SiteTitleLabel { color: #ffffff; }
.SiteTagLine { color: #ffffff; }
.Module .Title { color: #336699; }
.EditViewToggle a:Visisted { color: #ffffff; }
.ViewListing .Selected a:visited { color: #ffffff; }
.DataGrid .header a:visited { color: #ffffff; }
.ListingDetailsTabLabel { color: #ffffff; }
a.SiteLinkheader:hover { color: #6699cc; }
.SiteLinkheader a:hover { color: #6699cc; }
.EditViewToggle a:hover { color: #6699cc; }
a:link { color: #336699; }
a:visited { color: #336699; }
.ListingsSummaryPanel .Pager td a:visited { color: #336699; }
a:active { color: #999999; }
a:hover { color: #999999; }
a.SiteLinkFooter:link { color: #ffffff; }
.SiteLinkFooter:visited { color: #ffffff; }
a.SiteLinkFooter:active { color: #336699; }
a.SiteLinkFooter:hover { color: #336699; }
