html, body
{
    margin: 0px 0px;
    padding: 0px 0px;
    width: 100%;
    text-align:center;
}

body
{
    background-color: #dbecf3;
    font: 65.5% "Trebuchet MS", sans-serif;
    #background-image: url("/web/bgr_main.jpg");
}

#container
{
    text-align: left;
    margin: 30px auto;
    width: 965px;
}
#top
{
    margin:0; padding:0;
    height: 12px;
    background-image: url("/web/back-top.png");
    background-repeat: no-repeat;
}
#middle
{
    margin:0;
    padding-bottom: 10px;
    background-image: url("/web/back-middle.png");
    background-repeat: repeat-y;
}
#bottom
{
    margin:0; padding:0;
    height: 12px;
    background-image: url("/web/back-bottom.png");
    background-repeat: no-repeat;
}
#main
{
    margin: 0px 20px;
}
#content
{
    margin-right: 298px;
    min-height: 300px;
}
#menuContainer
{
    float: right;
    margin-right: 10px;
    width: 271px;
}

#menuContainer #top
{
    margin:0; padding:0;
    height: 12px;
    background-image: url("/web/menu-top.png");
    background-repeat: no-repeat;
}
#menuContainer #middle
{
    margin:0; padding:0;
    padding-bottom: 20px;
    background-image: url("/web/menu-middle.png");
    background-repeat: repeat-y;
    min-height: 260px;
}
#menuContainer #bottom
{
    margin:0; padding:0;
    height: 12px;
    background-image: url("/web/menu-bottom.png");
    background-repeat: no-repeat;
}

#menu
{
    padding: 0px 10px 0px 10px;
}

#msplit
{
    height:0;
    font-size:1px;
    line-height:0px;
    clear:both;
}

#accountContainer
{
    position: absolute;
    right: 0px;
    top: 0px;
}
#accountContainer #left
{
    background-image: url("/web/account-left.png");
    background-repeat: no-repeat;
    width: 10px;
    height: 26px;
    float: left;
}
#accountContainer #account
{
    background-image: url("/web/account-middle.png");
    background-repeat: repeat-x;
    height: 26px;
    float: right;
    color: white;
    padding-right: 5px;
    font: 150% "Trebuchet MS", sans-serif;
}

#account a
{
    color: white;
}
#account a:hover
{
    color: #FFBBBB;
}

#menu ul
{
    margin: 0;
    padding: 10px;
    padding-top: 5px;
    list-style: none;
}
#content ul
{
    margin: 0;
}
#menu li
{
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 130%;
    color: #32257e;
    white-space: nowrap;
    overflow: hidden;
}
#menu li:hover
{
    color: #01819c;
}
#menu li.selected
{
    background-image: url('/web/sel.png');
    background-repeat: no-repeat;
    font-weight: bold;
}

#content li
{
    font-size: 130%;
}
#main h1, #main h2, #main h3, #main h4, #main p, #content ul, #main img
{
    margin-top: 0;
    margin-bottom: 12px;
    font-family: Arial,Helvetica,sans-serif;
}
#main p { font-size: 120%; line-height: 130%; }
#main p b { background-color: #ebf4f6; }
#main .bad li { background-color: #ebf4f6; }
#content ul { font-size: 90%; }
#content li { margin-bottom: 6px; }

#ToolBar
{
    width: 624px;
    height: 40px;
    background-image: url('/web/toolbar.png');
    background-repeat: no-repeat;
    padding-bottom: 5px;
    padding-top: 11px;
    padding-left: 10px;
}
#LoadingSite
{
    z-index: 5;
    float: left;
    position: fixed;
    left: 0;
    width: 100%;
    text-align: center;
}
.dialogForm
{
    text-align: left;
    padding-top: 10px;
    position: relative;
}
.dialogForm td > input, .dialogForm textarea { width: 100%; }

.UI .Button {padding: 0.1em 0.5em; text-decoration: none; position: relative; font-size: 110%; margin-right: 5px; color: #444444; }
.UI .Button:hover { color: #000000 }

#TagControlList { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#TagControlList li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; height: 20px; text-align: left;}
#TagControlList li:hover { border-color: #fed086; }
.UIPicButton
{ position: relative; top: -2px; cursor: pointer; width: 24px; height: 24px }
.UIPicButton img { width: 24px; height: 24px; border: 0px; }
#TagControlList .UIPicButton { float: right; }
#TagControlList .UIPicButton:hover { background-color: #fff7c9;  }
.UITextLabel { float: left; }
#TagControlList .UITextLabel { max-width: 200px; overflow: hidden; height: 16px; }

#LinkList { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#LinkList li
{
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    height: 19px;
    text-align: left;
    font-size: 1.3em;
    white-space: nowrap;
    overflow: hidden;
}
#LinkList .Description { font-size: 80%; }
#LinkList a:hover
{
    text-decoration: underline;
}
#LinkList .UITextLabel
{
    width: 490px;
    overflow: hidden;
}
#LinkList li.Expanded
{
    height: 100px;
}
#LinkList li:hover { border-color: #fed086; }
.UITextLabel span
{
    font-size: 1.1em;
    overflow: hidden;
    display:inline;
}
.UIPicControls
{
    float: right;
    margin-right: 1px;
    height: 25px;
}
#LinkList .Modify:hover { border-color: yellow;  }
#LinkList .Delete:hover { border-color: red; }
#LinkList font.Name { color: green; width: 100px; overflow: hidden; margin-right: 6px}
#LinkList font.Title { color: gray; }
.FormTable {
    border-style: none;
    width: 100%;
    white-space: nowrap;
}
#LinkList .UITextLabel
{
    margin-bottom: 10px;
}
.FormTable .Label { width: 10%; padding-right: 10px; }
.LinkItem span.Description { font-size: 0.7em; color: silver; margin-left: 20px; margin-right: 100px; overflow: hidden;}

#TabLinkDialog .ui-tabs-nav
{
    background: #f8f8f8;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #dddddd;
}

.LinkListTable
{
    float: left;
}
.LinkListTable table
{
    width: 100%;
    border: 0px;
    font-size: 0.8em;
    color: black;
    white-space: normal;
}
.LinkListTable td { font-weight: normal; padding-left: 10px; }

.ui-corner-top
{
    font: 75% "Verdana", sans-serif;
}

td.Label
{
    font: 95% "Trebuchet MS", sans-serif;
}

#SelectTags { margin-top: 9px; }

.good
{
    color: green;
    font-weight: 600;
}
.bad
{
    color: red;
    font-weight: 600;
}
#FinderContainer
{
    padding: 0px;
    float: right;
    margin-right: 30px;
    position: relative;
    top: -2px;
}
#Finder
{
    width: 100px;
}
#ToolBarButtonsContainer
{
    float: left;
    white-space: nowrap;
}
#ShowDialogLink
{
    margin-left: 8px;
}

.tooltip
{
    position:absolute;
    z-index:5000;
    left:-9999px;
    background-color:#fdf7d3;
    padding:3px;
    border:1px solid #fff;
    max-width:280px;
}

.tooltip p
{
    margin:0;
    padding:0;
    color:#000;
    background-color:#fdf7d3;
    padding:2px 7px;
}
.tooltip .sample
{
    border-style: solid;
    border-width: 1px;
    border-color: #ffde43;
    font-size: 1.2em;
    padding: 0px 5px;
}

#LogIn input[type='text'], #LogIn input[type='password']
{
    font-size: 2em;
    width: 174px;
}
#LogIn input[type='image']:hover
{
    background:#FFE45C url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) repeat-x scroll 50% top;
    border:1px solid #FED22F;
    color:#363636;
}
#Reg {
    background-image: url('/web/reg_back.png');
    background-repeat: no-repeat;
    width: 572px;
    padding: 6px 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #AAAAAA;
}
#Reg th { text-align: right; }
#Reg input { margin-right: 10px; }
#Reg h1 { margin-top: 0px;}
#Reg { padding-top: 0; }
#LogIn img { vertical-align: middle; padding-right: 7px; }
#LogIn a { color: black; }

#Copyright
{
    font-size: 105%;
    color: #555;
}
#Copyright a
{
    color: #559;
    margin-left: 10px;
}
#Copyright a:hover
{
    color: #F00;
}
#Logo { float: left; padding-right: 20px; padding-left: 10px; }
#Caption { float: left; padding-top: 7px; width: 500px; padding-bottom: 20px;}
#Tour img { margin-bottom: 0px;}
#Tour span { position: relative; top: -9px; left: -4px;}
#Tour h2 { margin-bottom: 0px; }

#Loading
{
    z-index:65000;
    opacity: 0.1; /* CSS3 */
    -moz-opacity: 0.1; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.1; /* Konqueror 3.1, Safari 1.1 */
    display:block;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color: #816EFF;
}
#LoadingImg
{
    z-index:65001;
    height: 32px;
    border-style: none;
    position: fixed;
    top: 3px;
    left: 0;
    width: 100%;
    opacity: 0.4;
    text-align: center;
}
#main .Info
{
    margin-top: 12px;
    margin-bottom: 0;
}
#main .Info a { padding-right: 10px; color: #555; }

#TryNotify
{
    margin: 0 auto;
}
.TryNotifyTip
{
    width: 700px;
    height: 65px;
    border: 1px solid #ffe373;
    background-color: #fdffe1;
    margin-top: 5px;
}
#TryNotify h1 { font-size: 110%; margin: 0; padding: 2px; }
#TryNotify p { font-size: 110%; margin: 0; padding: 2px; }
#TryNotify .text { float: left; width: 650px; }
#TryNotify .control { float: right; padding: 4px; }