﻿/* BirdDog, Master-Page Structure */
body {
	background: url(images/background.jpg) top repeat-x #ffffff;
}
.wrapper {
	background:#ffffff;
}
.row-top {
	background: url(images/background.jpg) top repeat-x #000000;
}
.search {
}
.phone {
	background:url(images/backgroundphone.jpg) 0px 2px no-repeat;
}
.topmenu {
	color:#ffffff;
}
.topmenu a {
	color:#ffffff !important;
	background:none;
	text-decoration:none;
}
.topmenu a:hover {
	background:none;
	color:#f95602 !important;
	text-decoration:none;
}
.mainmenu {
}
.mainmenu .listitem {
	padding-left:6px;
	background:url(images/menutabdwn.jpg) top left no-repeat;
}
.mainmenu .listitem a {
	color:#ffffff;
	padding:0px 37px 0px 31px;
	background:url(images/menutabdwn.jpg) top right no-repeat;
}
.mainmenu .listitem:hover {
	background:url(images/menutabovr.jpg) top left no-repeat;
}
.mainmenu .listitem:hover a {
	color:#f95602;
	text-decoration:none;
	background:url(images/menutabovr.jpg) top right no-repeat;
}
.mainmenu .sublistblock {
	background:#333333;
}
.mainmenu .sublistitem {
}
.mainmenu .sublistitem:hover {
	background:#666666;
}
.mainmenu .sublistitem a {
	color:#999999 !important;
	background:none !important;
	padding:0px 6px;
}
.mainmenu .sublistitem:hover a {
	color:#ffffff !important;
	background:none !important;
	text-decoration:none;
}
.mainmenu .selected, .mainmenu .selected:hover {
	background:url(images/menutabovr.jpg) top left no-repeat;
}
.mainmenu .selected a, .mainmenu .selected:hover a {
	color:#f95602;
	text-decoration:none;
	background:url(images/menutabovr.jpg) top right no-repeat;
}
.login, 
.login a:link, 
.login a:visited {
	color: #ffffff !important;
	text-decoration:none;
} 
.login a:hover, 
.login a:active {
	color: #f95602 !important;
	text-decoration:none;
}
.row-mid {
	background:#ffffff;
}
.row-bottom {
}
.row-bottom .cell {
	background: url(images/backgroundfooter.png) no-repeat top;
}
.row-bottom, 
.row-bottom a:link, 
.row-bottom a:visited, 
.row-bottom a:hover, 
.row-bottom a:active {
	color:#f95602 !important;
}
/* End */

/* Show Panel */
.showpanel {
	background: url(images/backgroundgrey.jpg) top repeat-x fixed #ffffff;
	border-bottom:9px solid #666666;
	border-top:1px solid #666666;
}
.showpanel .cell {
}
.ControlLongD h2 {
	color:#f95602;
	text-shadow:3px 3px 3px #666666;
}
/* End */

/* Content Styling */
a:link {
    color: #f95602;
}
a:visited {
    color: #cc3300;
}
a:hover {
    color: #f95602;
}
a:active {
    color: #cc3300;
}
code {
	background:#ffefef;
	border:1px solid #f95602;
}
.Page-Header {
    color: #f95602;
}
#Categories-Header {
}
#Categories-Header h1
{
	color:#f95602;
}
.arrowlistmenu .menuheader {
	color:#f95602 !important;
}

/* Content User Help */
.content img.frame {
	background:#ffefef;
	border:1px solid #f95602;
}
.panel-tr {
	background:#ffefef;
	border:1px solid #f95602;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	position:relative;
	width:100%;
	margin-bottom:0.5em;
}
.panel-tl {
	width:100%;
	height:100%;
}
.panel-bl {
	width:100%;
	height:100%;
}
.panel-br {
	height:100%;
	padding:10px !important;
}
/* End */

/* Page Content Styling */
.Layout .Header, .header
{
    color: #f95602;
	background:url(images/headerstripe.png) no-repeat bottom left #f95602;
}
.Layout .Sub-Header, .sub-header {
	color:#999999;
}
.Layout .Footer, .footer
{
	color: #f95602;
}
.ErrorMessage, .errormessage
{
	color: #ff0000;
}
.DataList-Item
{
	border-color: #666666;
}
.DataList-Item:Hover
{
}
.DataList-Item .Header
{
    color: #f95602;
	background:url(images/headerstripe.png) no-repeat bottom left #f95602;
}
.Category-Item .Header
{
	background-color:#f95602;
}
.Category-Item .Header a, .DataList-Item .Header a
{
	color:#000000 !important;
}
#AccountDefault-UserName .Element
{
	color:#f95602;
}
/* End */

/* Color Styles */
.color1text {
    color: #f95602;
}
.color1background {
    background-color: #f95602;
}
.color2text {
    color: #f95602;
}
.color2background {
    background-color: #f95602;
}
.color3text {
    color: #000000;
}
.color3background {
    background-color: #000000;
}
/* End */

