/************************Menu******************************/

/*ul#menu, ul#menu ul.sub-menu {
    padding:0;
    margin: 0;
}
ul#menu li, ul#menu ul.sub-menu li {
    list-style-type: none;
    display: inline-block;
}*/

/*Link Appearance*/
/*ul#menu li a, ul#menu li ul.sub-menu li a {
    text-decoration: none;
    color: #fff;
    background-color:darkblue;*/
    /*background: #0f527a;*/
    /*padding: 5px;
    display:inline-block;
    font-family:Calibri, Arial, 'Arial Rounded MT';
}*/

/*Make the parent of sub-menu relative*/
/*ul#menu li {
    position: relative;
}*/
/*sub menu*/
/*ul#menu li ul.sub-menu {
    display:none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100px;
}
ul#menu li:hover ul.sub-menu {
    display:block;
}*/

/*-------------------------------------------------------------------------
                            Headings
-------------------------------------------------------------------------*/

.myPrimary {
}

.myContent {
}

.mySecondary {
}

/*.primary h1, .primary h2, .primary h3, .primary h4 {
    font-family:Calibri, Arial;
    font-variant:small-caps;
    background-color:darkblue;
    color:white;
    padding:5px;
}

.content h1, .content h2, .content h3, .content h4 {
    font-family:Calibri, Arial;
    font-variant:small-caps;
    background-color:darkgoldenrod;
    color:white;
    padding:5px;
}

.secondary h1, .secondary h2, .secondary h3, .secondary h4 {
    font-family:Calibri, Arial;
    font-variant:small-caps;
    background-color:darkblue;
    color:white;
    padding:5px;
}*/



/*-------------------------------------------------------------------------
                            Items Layout
-------------------------------------------------------------------------*/
    
.mylabel
{
    padding-left:10px;
    padding-right: 10px;
    /*text-align:right;*/
    width: 200px; 
    float: left
    }

.mynewLabel
{
    padding-left:10px;
    padding-right: 10px;
    /*text-align:right;*/
    width: 150px; 
    float: left
    }
    
.mycontrol
{
    float:left
    }
    
.mycontainer
{
    height: auto;
    /*width:950px;*/
    margin-bottom: 10px;
    background-color:White;
    }

.mytwoColumnContainer
{
    height: auto;
    /*width:600px;*/
    margin-bottom: 5px;
    background-color:White;
    }

.mynewContainer
{
    height: auto;
    /*width:300px;*/
    margin-bottom: 5px;
    background-color:White;
    }
    
.myleft
{
    float:left; width: 50%
    }
    
.myright
{
    float:left; width: 50%
    }
    
.mywarningMessage
{
    font-family:Arial Black;
    font-weight:bolder;
    color:Red;
    }    

.myWelcomeMessage
{
    font-family: 'Century Gothic', 'Arial Rounded MT';
    /*font-family:Arial Black;*/
    font-weight:bold;
    color: Black;
    background: White;
    }

.footer {
    padding:5px;
    background-color:darkblue;
    color:white;
    text-align:center;
}

.header {
    /*background-color:skyblue;*/
    padding:5px;
    border-color:darkblue;    
    color:darkblue;
    font-family:'Arial Rounded MT', Arial;
    font-weight:bolder;
    font-size:36px;
}
