﻿/**** MetaGolf "MBS"  ****/

/***CSS Reset & general tag styles***/
    div, p, ul, ol, li, a, a:link, a:active{
    margin:0; 
    padding:0;
    outline:none;
    border:0;

    }

    body{
    font-family: Arial, Verdana, Sans-Serif;
    background-color:#000000;
    background-image:url('images/left_Bkg.jpg');
    background-repeat:repeat-y; 
    }
    h1, h3, h5{
    color:#ffffff;
    }
    h2, h4, h6{
    color:#049343;
    }
    h1, h2{
    font-size:24px;
    }
    h3, h4{
    font-size:20px;
    }
    h5, h6{
    font-size:14px;
    font-weight:bold;
    }
    p{
    font-size:16px;
    }
    li{
    list-style-position:inside;
    list-style-type:circle;
    }
    a{
    font-size:14px;
    }
    .SkinObject{
    font-size:14px;
    color:#049343;
    }
    a:link, a:visited{
    color:#049343;
    text-decoration:none;
    font-size:14px;
    }
    a:hover, a:active{
    color:#8cc542;
    }
    a.SkinObject:link, a.SkinObject:visited{
    color:#049343;
    text-decoration:none;
    }
    a.SkinObject:hover, a.SkinObject:active{
    color:#8cc542;
    }
    /* Control Panel */
    #ControlPanel{

    }
   
   /* Background(s) */
   #main_bkg{ 
   width:100%;
   min-height:1050px; 
   background-position:top left;
   background-image:url('images/bkgWithInfo.jpg');
   background-repeat:no-repeat; 
   background-position:top left;
   }

   
   /* Logo and navigation */
    #header{
    width:1200px;
    position:relative;
    top:0;
    left:0;
    }
    #logo{
    float:left;
    }
    #abslogo{
        position:absolute;
        width:183px;
        height:75px;
        top:158px;
        left:1017px;
    }
    #top_nav{
    text-align:right; 
    padding-top:7px;
    margin-right:10px;
    position:absolute;
    top:0;
    left:0;
    width:99%;
    }
    #top_nav .main_dnnmenu_rootitem, #top_nav .main_dnnmenu_rootitem_visited{
    color:#fff;
    font-size:18px;
    }
    #top_nav .main_dnnmenu_rootitem_selected, #top_nav .main_dnnmenu_rootitem_hover{
    color:#111;
    font-size:18px;
    }
    .main_dnnmenu_submenu { 
    font-size:16px;
    background-color:#939393;
    margin-top:2px;
    margin-left:0;
    opacity:0.90; /* for IE */ filter:alpha(opacity=90);
    z-index:9999;
    border:solid 1px #ffffff;
    text-align:left;
    }
    .main_dnnmenu_submenu td{ 
    padding:3px;
    }
    .main_dnnmenu_itemhover td, .main_dnnmenu_itemselected td{ 
    color:#000000;
    background-color:#ffffff;
    padding:3px;
    }
    .main_dnnmenu_break{ 

    }
   
   /* Content */
    #home_content{
    clear:both;
    margin-left:215px;
    margin-top:-30px;
    width:950px;
    }
    /*#home_content img{
    margin:7px;
    border:solid 1px #ffffff;
    }*/
    
    /*  Footer */
    
    #footer{
    clear:both;
    width:950px;
    margin-top:40px;
    padding-bottom:15px;
    font-size:14px;
    color:#cccccc;
    text-align:center;
    }
    
    /*  Login and User  */
    
    #log_user{
    position:fixed;
    left:10px;
    bottom:5px;
    display:none;
    } 
    #log_user .SkinObject{
    font-size:14px;
    color:#fff;
    }
    #log_user a:link,#log_user a:visited{
    color:#fff;
    text-decoration:none;
    font-size:14px;
    }
    #log_user a:hover, a:active{
    color:#8cc542;
    }
    #log_user a.SkinObject:link,#log_user a.SkinObject:visited{
    color:#fff;
    text-decoration:none;
    }
    #log_user a.SkinObject:hover,#log_user a.SkinObject:active{
    color:#8cc542;
    }
        
    /*  Admin text/links  */
    
    .Head{
    color:#505c4a;
    }
    .DataGrid_Item{
    color:#003366;
    }
    
    /*  USchedule styles for dark background */
    /* Styles not in use because a light container has been applied to USchedule and admin */
    
    /* book appointment 
    
    .z3sched h3{
    color:#808080;
    }
    */
    
    /* events 
    
    .event .time{
    color:#808080;
    padding:3px;
    }
    .event .shortdesc{
    color:#808080;
    padding:3px;
    }
    .event .lowapts{
    color:#808080;
    padding:3px;    
    }
    .frameMiddle{
    color:#808080;
    }
    */
