/* ================================
    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
{
  background-color:#212161;
  color:#333;
}

.ControlPanel {
color:#000;
}

/* 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:hover    {
}

A.SelectedTab:active   {
}

/* text style for the unselected tabs */
.OtherTabs {
}
    
/* hyperlink style for the unselected tabs */
A.OtherTabs:link {
}

A.OtherTabs:visited  {
}

A.OtherTabs:hover    {
}

A.OtherTabs:active   {
}

/* 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-family: Arial !important;
  font-size: 14px !important;
}

/* 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     {
 color:#000;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
color:#000;
}

A.CommandButton:visited  {
color:#000;
}

A.CommandButton:hover    {
color:#000;
}
    
A.CommandButton:active   {
color:#000;
}

/* button style for standard HTML buttons */
.StandardButton     {
}

/* GENERIC */
H1  {
}

H2  {
  color:#F90;
}

H3  {
}

H4  {
}

H5, DT  {
}

H6  {
}

TFOOT, THEAD    {
}

TH  {
}

A:link  {
}

A:visited   {
}

A:hover {
}

A:active    {
}

SMALL   {
}

BIG {
}

BLOCKQUOTE, PRE {
}


UL LI   {
}

UL LI LI    {
}

UL LI LI LI {
}

OL LI   {
}

OL OL LI    {
}

OL OL OL LI {
}
OL UL 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 */
.m_menu_2{

}

.MainMenu_MenuContainer {
}

.MainMenu_MenuBar td{
 color: #FFF;
}

.MainMenu_MenuItem, .m_select_2 {
 font-size:16px;
 font-family:Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif;
 font-weight:lighter;
}
.m_select_2 {
 color: #000!important;
}
.MainMenu_MenuIcon {
}

.MainMenu_SubMenu {
  color:#000!important;
}

.MainMenu_MenuBreak {
 border: 1px #000 solid;
 height:33px;
}

.MainMenu_MenuItemSel {

}

.MainMenu_MenuArrow {
}

.MainMenu_RootMenuArrow {
}

/* Login Styles */
.LoginPanel{
}

.LoginTabGroup{
}

.LoginTab {
}

.LoginTabSelected{
}

.LoginTabHover{
}

.LoginContainerGroup{
}

.LoginContainer{
}

.book{
background-image:url(Skins/DiscoveryRental/images/container_m_bg.jpg);
background-repeat:repeat-x;
display: block; 
height: 34px; 
border:1px #666 solid;
vertical-align:middle;
}

#discover{
font-size:14px;
color:#F60;
font-weight:bold;
padding-left:10px;
}

.tourpix{
 padding-right: 10px;
 padding-bottom: 10px;
}

.cars td, .tourstable td{
padding-bottom:20px;
padding-top:20px;
border-bottom:1px #666 dashed;

}
#atrnsfer{
background-color:#FFF;
padding:0px;
background-image:url(Skins/DiscoveryRental/images/plane2.png);
background-repeat:no-repeat;
background-position:center;

}

#atrnsfer2{
background-color:#003399;
padding:0px;
background-image:url(Skins/DiscoveryRental/images/plane2.png);
background-repeat:no-repeat;
background-position:center;

}

#footer, a footer{
color:#CCC!important;
font-size:10px;
}
.SkinObject{
color:#FFF!important;
font-size:10px!important;
font-weight:lighter!important;
}






















































