﻿/* DEFAULTS
----------------------------------------------------------*/

body
{
    background-position: center top;
    font-family: Meiryo;
    margin: 0px;
    padding: 0px;
    background-image: url('../Images/bg_hat.JPG');
    background-repeat: no-repeat;
    text-align: justify;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 5px;
    font-family: 'Comic Sans MS';
    width: 100%;
    text-align: center;
}

h1
{
    font-size: 1.6em;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{

}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: #00FFFF;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.hat
{
    background-position: right;
    background-image: url('../Images/bg_hat.JPG');
    font-size: 42px;
    font-weight: bold;
    color: #0000CC;
    text-align: left;
    height: 120px;
    background-repeat: no-repeat;
}

.main {
    min-height: 400px;
    color: #000000;
}

.UpMenu
{
    height: 40px;
    vertical-align: top;
    font-family: 'Comic Sans MS';
}

.LeftMenu
{
    vertical-align: top;
    width: 200px;
}

.footer
{
    background-position: left bottom;
    padding: 5px;
    color: #666666;
    text-align: right;
    background-image: url('../Images/bg_footer.jpg');
    background-repeat: repeat-x;
    height: 120px;
    vertical-align: bottom;
}

.content {
    padding: 10px;
    background: rgba(200, 200, 200, 0.1);
    border-radius: 10px;
    margin-top: -30px;
    margin-left: 10px;
}

/* TAB MENU   
---------------------------------------------------------- */

.menu
{
    line-height: 1.8;
    width: 250px;
}

.menu ul
{
    list-style: none;
    font-family: 'Comic Sans MS';
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

.menu ul li a, .menu ul li a:visited
{
    background-image: url('../Images/button.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 40px;
    display: block;
    text-decoration: none;
    margin-top: 4px;
    padding: 0px 0px 0px 25px;
    color: #666;
    width: 225px;
}

.menu ul li a:hover
{
    background-image: url('../Images/button.png');
    background-repeat: no-repeat;
    background-position: left top;
    color: #6699FF;
}

.menu ul li a:active
{
    background-image: url('../Images/button.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    color: #3399FF;
}

/*

.MenuItem
{

    
    
}

.MenuItemHover
{
    background-image: url('../Images/button.png');
    background-repeat: no-repeat;
    background-position: left top;
    color: #6699FF;
}

.MenuItemSelected
{
    
}
*/
/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{

}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/*--------------------------------------------

Закоментировал!!!!! ХЗ зачем вообще это 

div.menu_up ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div.menu_up ul li a, div.menu_up ul li a:visited
{
    background-position: center top;
    display: block;
    white-space: nowrap;
    background-image: url('../Images/zakladka.png');
    background-repeat: no-repeat;
    vertical-align: bottom;
    text-decoration: none;
    width: 150px;
    text-align: center;
    height: 30px;
    font-weight: bold;
}

div.menu_up ul li a:hover
{

}

div.menu_up ul li a:active
{

}
*/
#MainLogStatus
{
    position: absolute;
    top: 10px;
    right: 10px;
}



/* Резерв

.menu
{
    line-height: 1.8;
    width: 250px;
}

.menu ul
{
    list-style: none;
    font-family: 'Comic Sans MS';
    font-size: 20px;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}

.menu ul li a, .menu ul li a:visited
{
    background-image: url('../Images/button.png');
    background-repeat: no-repeat;
    background-position: left top;
    height: 40px;
    display: block;
    text-decoration: none;
    margin-top: 4px;
    padding: 0px 0px 0px 25px;
    color: #666;
    width: 250px;
}

.menu ul li a:hover
{
    background-image: url('../Images/button.png');
    background-repeat: no-repeat;
    background-position: left top;
    color: #6699FF;
}

.menu ul li a:active
{
    background-image: url('../Images/button.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    color: #3399FF;
}

*/