/* Global murkup */

body{
    margin: 0;
    padding: 0;
    border: none;
    background: #FFFFFF;
}

table{
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
}

td{
    margin: 0;
    padding: 0;
    font-family: Tahoma, Helvetica, Verdana;
    font-size: 70%;
    color: #333333;
    /*border: 1px dashed #FFFFFF;*/
}

td.Content, td.Info, td.InfoAddition{
        padding: 20px 30px;
}
td.Content{
        padding-bottom: 50px;
}


a{
    color: #666666;
    text-decoration: none;
}

a:hover{
    color: #999999;
    text-decoration: none;
}

form{
        margin: 0;
        padding: 0;
}

a.Orange{
    color: #CC6633;
}

a#Working{
    color: #333333;
    text-decoration: none;
}

/* Architecture */

table.Main{
    height: 100%;
    border-collapse: separate;
}

td.LeftSpacer{
    padding: 8px;
}

td.Header{
    background: url('images/topstripe.gif') right top no-repeat;
}

td.Header img{
    border: none;
}

td.Menu{
    border-top: 10px solid #333333;
    padding: 20px 25px;
}

td.Menu div{
    background: url('images/menu/pointer.gif') left no-repeat;
    padding-left: 12px;
    margin-bottom: 3px;
}

td.Menu div#Active{
    background: url('images/menu/activepointer.gif') left no-repeat;
    font-weight: bold;
}

td.Menu div#Selected{
    background: url('images/menu/activepointer.gif') left no-repeat;
    font-weight: bold;
}

div.Pointer{
    background: url('images/menu/pointer.gif') left no-repeat;
    padding-left: 12px;
    margin-bottom: 3px;
}

div.Pointer#Active{
    background: url('images/menu/activepointer.gif') left no-repeat;
    font-weight: bold;
}

td.Navigation{
    border-right: 1px solid #A9B0B4;
    background: #E0E0E0;
}

table.Navigation img{
    border: none;
}

table.Navigation td.Left{
    padding-left: 25px;
    width: 70%;
}

table.Navigation td.Right{
    padding-right: 25px;
    text-align: right;
    width: 30%;
}

table.Navigation table.PrevNext{
    border-collapse: collapse;
    width: auto;
}

td.Navigation table.Navigation{
    background: url('images/navigation/bg.gif') repeat-x;
    border-left: 1px solid #A9B0B4;
    height: 49px;
}

td.Search{
    background: #E0E0E0;
}

td.Search img{
    border: none;
}

td.Search table{
    background: url('images/navigation/bg.gif') repeat-x;
    border-right: 1px solid #A9B0B4;
    height: 49px;
}

td.Search td{
    text-align: center;
    padding: 0px 6px;
}

table.ContentContainer{
    height: 100%;
    width: 500px;
}

td.Content{
    vertical-align: top;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    background: #DCE0E6;
}

table.InfoContainer{
    height: 100%;
    width: 252px;
}

table.Info{
    background: #D8E0CD;
}

td.Info{
    border-top: 1px solid #FFFFFF;
    vertical-align: top;
    background: #D8E0CD;
   /* padding-bottom: 25px;*/
}

/*td.Info div{
    width: 100px;
}*/


td.UserSection
{
    border-top: 1px solid #FFFFFF;
    vertical-align: top;
    /*background: #ECEEE0;*/
    background: #DCE2D2;
    padding-bottom: 0;
}

td.InfoAddition{
    border-top: 1px solid #FFFFFF;
    vertical-align: top;
    background: #E0E5D8;
    height: 100%;
}



td.Footer{
    background: url('images/bottomstripe.gif') right bottom no-repeat;
    padding: 30px;
    vertical-align: bottom;
    height: 100%;
}

td.Footer table.Contacts{
    width: auto;
}

td.Footer table.Contacts td{
    padding-right: 16px;
}



td.DevelopedBy{
    border-bottom: 5px solid #666666;
    vertical-align: bottom;
    padding: 25px;
}



/* TextComposition */

div.TextContainer{
    /*padding: 25px 35px;*/
    margin: 0;
}


div.Section{
    margin-bottom: 15px;
}

h1{
    margin-top: 0px;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 120%;
    color: #333333;
}

h2.Text{
    margin-top: 20px;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 100%;
    color: #333333;
}

p.LogoText{
    color: #99A6A9;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.2em;
    margin-left: 10px;
    margin-top: 8px;
}


p, li{
    margin-top: 0px;
    margin-bottom: 8px;
    color: #333333;
    line-height: 1.4em;
}

p.Head{
    margin-top: 0px;
    margin-bottom: 4px;
    font-weight: bold;
    font-size: 120%;
    color: #333333;
}
ul{
        list-style-type: square;
        margin-left: 0;
        padding-left: 18px;
        margin-top: 0;
        padding-top: 0;
}

b.BoldNormal {
       font-weight: normal;
        }


/* Form components */

input.Button{
    border: 1px solid #CCCCCC;
    background: #EEEEEE;
    padding: 2px 12px;
    height: 26px;
    font-family: Tahoma, Verdana, Helvetica;
    font-size: 100%;
    color: #666666;
    cursor: pointer;
}

input.HiddenButton{
    border: none;
    background: transparent;
    font-family: Tahoma, Verdana, Helvetica;
    font-size: 100%;
    color: #666666;
    cursor: pointer;
}

input.Edit{
    border: 1px solid #A6AEB2;
    background: #F1F2F4;
    padding: 2px 4px;
    height: 20px;
    width: 100%;
    font-family: Tahoma, Verdana, Helvetica;
    font-size: 100%;
    color: #666666;
    vertical-align: bottom;
}

textarea.Memo{
    border: 1px solid #A6AEB2;
    background: #F1F2F4;
    padding: 2px 4px;
    width: 100%;
    font-family: Tahoma, Verdana, Helvetica;
    font-size: 100%;
    color: #666666;
}

td.LogoText {
    vertical-align: bottom;
    padding-left: 18px;
}

td.LogoText span {
    color: #99A6A9;
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1.2em;
    margin-left: 0px;
    margin-top: 0px;
}

td.Logo {
    padding-bottom: 2px;
}
