Создание веб-приложения, сочетающего в себе проектирование и создание баз данных, работу со сторонними форматами данных, программирование в NET и веб-разработку, страница 53

{

    color:              #fff;

    opacity:            0.5;

    text-decoration:    none;

}

#keepbackmenu li a:hover

{

    text-decoration:    none;

    opacity:            1;

}

#keepbackmenu li a:visited

{

    color:              #fff;

    text-decoration:    none;

}

/* =========================================================

   HEADER

========================================================= */

#header

{

    position:           relative;

    width:              100%;

    min-width:          1000px;

    height:             220px;

    background-image:   url(/img/bg_opacity.png);

    background-repeat:  repeat;

}

#logo

{

    /*background-image:   url(/img/logo.png);*/

    background-repeat:  no-repeat;

    background-position:center top;

    width:              360px;

    height:             308px;

    margin:             auto;

}

#login

{

    border-style:             none;

}

#userinfo

{

    top:                5px;

    left:               10px;

    position:           absolute;

}

.registration_button

{

    margin-left:        10px;

    text-decoration:    underline;

    color:              #C0C0C0;

}

.registration_button:hover

{

    color:              #fff;

}

.username

{

    color:              #fff;

    font-size:          17px;

    padding:            0px;

    margin:             0px;

}

.smalletext

{

    color:              #C0C0C0;

    font-size:          13px;

    padding:            0px;

    margin:             0px;

}

#userinfo > table

{

    color:              #fff;

    padding:            0px;

    margin:             0px;

    width:              auto;

    vertical-align:     top;

}

#userinfo td

{

    padding-top:        0px;

    padding-bottom:     0px;

    padding-left:       2px;

    padding-right:      2px;

    margin:             0px;

        vertical-align:     top;

}

.button

{

    background-color:   #000;

    color:              #C0C0C0;

    border:             1px groove #fff;

    font-size:          1em;

    margin-top:         5px;

}

.literal

{

    padding:            0px;

    border-style:       none;

    color:              #C0C0C0;

    font-size:          10px;

}

.checkbox

{

    color:              #C0C0C0;

}

.textbox

{

    border:             1px groove #fff;

    color:              #C0C0C0;

    font-size:          1em;

    background-color:   #000;

    margin-bottom:      5px;

}

/* ========================================================

   MENU

========================================================= */

#nav

{

    position:           absolute;

    margin-top:         150px;

    left:               50%;

    margin-left:        -490px;

    z-index:            100;

}

#menu

{

    font-size:          18px;

    list-style-type:    none;

    display:            block;

    z-index:            10;

}

#submenutype

{

    list-style-type:    none;

    z-index:            10;

}

#submenutype li

{

    margin-top:         -10px;

}

#menu ul

{

    position:           relative;

}

#menu li

{

    float:              left;

    margin-right:       100px;

}

#menu li.space

{

    position:           relative;

    left:               50%;

    margin-left:        -42px;

}

#menu li:hover

{

    position:           relative;

}

#menu li:hover > a

{

    background:         #C0C0C0;

    box-shadow:         5px 5px 25px #000;

    -moz-box-shadow:    5px 5px 25px #000;

    -webkit-box-shadow: 5px 5px 25px #000;

}

.selected

{

    background:         #C0C0C0;

    box-shadow:         5px 5px 25px #000;

    -moz-box-shadow:    5px 5px 25px #000;

    -webkit-box-shadow: 5px 5px 25px #000;

}

#menu li a

{

    color:              #fff;

    font-weight:        bold;

    text-decoration:    none;

    padding:            8px;

    padding-left:       12px;

    padding-right:      12px;

    display:            block;

}

#menu li:hover ul

{