/* 	
	Custom Styles for PetJetSetter.com
	Author: Wells Doty Jr. 
	Company: Net Doctors 
	Website: www.netmds.com 
*/

* {
	outline: 0;
}

body#Body {
	background-image: url("img/bg.jpg");
}

.TitleTD {
	border-top: 3px solid #663300;
	border-left: 3px solid #663300;
	border-right: 3px solid #663300;
	background-color: #92CDDD;
}

.ByLine {
	background-color: #92CDDC;
}

h1.H1-Title {
	width: 980px; 
	height: 154px;
	position: relative;
	padding:0;
	margin:0;
}

h1.H1-Title span {
	background: url("img/pet-jet-setter.jpg");
	position: absolute;
	width: 100%;
	height: 100%;
}

h3 {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	line-height: 50px;
	margin: 0px;
	padding: 0px;
	color: black;
}

.NavLineTD {
	border-left: 3px solid #663300;
	border-right: 3px solid #663300;
}
.NavTD {
	background-color: #92CDDD;
}

.ContentTD {
	border-left: 3px solid #663300;
	border-right: 3px solid #663300;
	background-color: #FFFFFF;
	padding: 5px;
}

.LinksTD {
	border-left: 3px solid #663300;
	border-right: 3px solid #663300;
	border-bottom: 3px solid #663300;
	background-color: #663300;
}

.FooterLinks {
	color: white;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
}

a.FooterLinks:link, a.FooterLinks:active, a.FooterLinks:visited {
	color: white;
}

a.FooterLinks:hover {
	color: Yellow;
}

.PlugTD {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
}

.OwnerAddy P{
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
	display: inline;
}

.LoginStyle {
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 12px;
}

/* Content Styles */

.FeatText {
	color: blue;
	font-size: 18px;
}

.FeatList {
	color: blue;
}


/* ================================
    CSS STYLES FOR DotNetNuke
   ================================
*/   


/* PAGE BACKGROUND */
/* background color for the header at the top of the page  */
.HeadBg {
}

/* background color for the content part of the pages */
Body {
}

.ControlPanel {
}

/* background/border colors for the selected tab */
.TabBg {
}

.LeftPane  { 
}

.ContentPane  { 
}

.RightPane  { 
}

/* text style for the selected tab */
.SelectedTab {
}

/* hyperlink style for the selected tab */
A.SelectedTab:link {
}

A.SelectedTab:visited  {
}

A.SelectedTab:active   {
}

A.SelectedTab:hover    {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:active   {
}

A.OtherTabs:hover    {
}

/* GENERAL */
/* style for module titles */
.Head   {
}

/* style of item titles on edit and admin pages */
.SubHead    {
}

/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
}

/* text style used for most text rendered by modules */
.Normal
{
	font-size: 14px;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
}

.NormalRed
{
}

.NormalBold
{
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
}

A.CommandButton:visited  {
}

A.CommandButton:active   {
}

A.CommandButton:hover    {
}
    
/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:active    {
}

A:hover {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}

HR {
}

/* MODULE-SPECIFIC */
/* text style for reading messages in Discussion */    
.Message    {
}   

/* style of item titles by Announcements and events */
.ItemTitle    {
}

/* Menu-Styles */
/* Module Title Menu */
.ModuleTitle_MenuContainer {
}

.ModuleTitle_MenuBar {
}

.ModuleTitle_MenuItem {
}

.ModuleTitle_MenuIcon {
}

.ModuleTitle_SubMenu {
}

.ModuleTitle_MenuBreak {
}

.ModuleTitle_MenuItemSel {
}

.ModuleTitle_MenuArrow {
}

.ModuleTitle_RootMenuArrow {
}

/* Main Menu */
.main_dnn_separator {

}

.main_dnnmenu_rootitem {
	margin-left: 5px;
	margin-right: 5px;
}

.main_dnnmenu_rootitem_hover {
	color: yellow;
}

.main_dnnmenu_rootitem_selected {
	margin-left: 5px;
	margin-right: 5px;
}

.main_dnnmenu_submenu {
	background-color: #92CDDD;
}

.main_dnnmenu_submenu TD {
	padding:5px;
}

.main_dnnmenu_itemhover {
	color: yellow;
}

.main_dnnmenu_itemselected {

}

.main_dnnmenu_container {

}

.main_dnnmenu_bar {
	font-family: Verdana, Tahoma, sans-serif;
	color: white;
	font-size: 14px;
}

.main_dnnmenu_item {
	padding-left: 5px;
	padding-right: 5px;
}

.main_dnnmenu_break {

}


