/*========================================================*/
/*         CSS for DotNetNuke Skin - Minimalist           */
/*                   by Evan O'Neil                       */
/*             http://www.NukeVille.com                   */
/*========================================================*/

/*========================================================*/
/*  2 Design Elements                                     */
/*========================================================*/

.LoginTD { width: 100%; vertical-align: middle; text-align: right; font-size: 7px; padding: 8px 0 8px 0; }


/*========================================================*/
/*     Main Menu and Module Menus                         */
/*========================================================*/

/*-- box that holds the menu    --*/ .MainMenu_MenuContainer { background: transparent; }
/*-- bar that holds the menu    --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent; }
/*-- submenu container          --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { margin: 1px 0 0 0; }
/*-- menuitems idle             --*/ .MainMenu_Idle TD { color: #EEE; background: url(nav2-bg.gif) repeat-x top center transparent; font-size: 8pt; padding: 10px 0px 9px 0px; font-weight: bold; }
/*-- menuitems over             --*/ .MainMenu_Selected TD { color: #FFF; background: url(nav2-active.gif) repeat-x top center transparent; font-size: 8pt; padding: 10px 0px 9px 0px; font-weight: bold; }
/*-- menuitems active           --*/ .MainMenu_Active TD, .MainMenu_BreadcrumbActive TD { color: #FFF; background: url(nav2-active.gif) repeat-x top center transparent; font-size: 8pt; padding: 10px 0px 9px 0px; font-weight: bold; }
/*-- middle seperator           --*/ .MainMenu_Seperator { background: url(nav2-div.gif) no-repeat top center transparent; width:1px; height: 32px; font-size:1px; }
/*-- not needed - main menu     --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }
/*-- module menu continer       --*/ .ModuleTitle_MenuContainer { color: #2c2c2c; }
/*-- module menu bar            --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- module menu padding        --*/ .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 15px 0 10px; }
/*-- not needed - module menu   --*/ .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow { display: none; }
									 .ModuleTitle_MenuIcon { background: #FFF; border: 0px; border-bottom: 1px dotted #999; width:0px; height: 20px; padding: 0 0 0 0; margin: 0 0 0 0; font-size: 0px; }
									 .ModuleTitle_MenuIcon IMG { margin: 0 10px 0 10px; }
/*-- removing seperator borders --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none;	border-left-style: none; border-bottom-style: none; background:transparent;  vertical-align:top;}
                                        .TravelLeftPane
{
    width: 200px;
    background-color: #effaff;
}
                                        .TravelLeftPane2 { padding-left:10px; background-color: #effaff; vertical-align:middle; text-align:center; }
                                        .TravelLeftPane3 { background-color: #effaff; vertical-align:middle; text-align: -moz-center;margin-left: auto;}
                                        .TravelCenterPane { padding-left:10px; }
                                        .TravelRightPane4 {  }
                                        
                                                .bookLinks
        {
            font-family: Arial, Helvetica, sans-serif;
            font-weight: bold;
            color: #0073ab;
        }
        .bookArrows
        {
            font-family: "Klavika Arrows";
            color: #00baff;
        }
        .bookLinksSize
        {
            font-size: 11px;
        }
#bookLinks a:link {color: #0073ab}     /* unvisited link */
#bookLinks a:visited {color: #0073ab}  /* visited link */
#bookLinks a:hover {color: #0073ab}   /* mouse over link */
#bookLinks a:active {color: #0073ab}   /* selected link */ 


/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/