html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: white;
}
ol, ul {
list-style: circle;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}







body {
    font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
    width: 100%;
    background: #e8e8e8;
    color:#444444;
}

div {
    padding:0px;
    margin:0px;
}

h1 {
    text-align:right;
    color: #444444;
    padding-top:4px;
    font-weight:bold;
    font-size:24px;
    line-height:30px;
}

h2 {
    color: #444444;
    padding-top:4px;
    font-weight:bold;
    font-size:18px;
}

h3 {
    color: #444444;
    padding-top:4px;
    font-weight:bold;
    font-size:16px;
}

p, ul {
    padding-top:20px;
    color: #444444;
    font-size:14px;
    line-height:20px;
    text-align:justify;
}

ul {
    padding-top:10px;
    padding-left:50px;
}

img {
    border: none;
}

input {
    vertical-align: middle;
}

#wrapper {
    width: 620px;
    margin: 0 auto;
}

a {
    color:#444444;
}


/* Header
-----------------------------------------------------------------------------
#header {
    height: 100px;
    background: #FFFFFF;
    background-image: url(../img/ukraine_flag.jpg);
    background-position: top right;
    background-repeat:no-repeat;
    padding-left:20px;
    padding-right:20px;
    padding-top:7px;
    font-weight:bold;
    font-size:18px;
}
*/


.separator {
    width:900px;
    height:1px;
    border-top: solid 1px #cccccc;
    position:relative;
    top:-28px;
}

.separator_small {
    width:580px;
    height:1px;
    border-top: solid 1px #cccccc;
    margin:20px;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
    width: 100%;
    height: 1%;
    position: relative;

}
#middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
#container {
    width: 100%;
    float: left;
    overflow: hidden;
}
#content {
    min-height: 1000px;
    padding: 0 0 0 0;
}


/* Footer
-----------------------------------------------------------------------------
#footer {
    height: 100px;
    background: #eae9e0;
    background-image: url(../img/shadow2.jpg);
    background-position:top;
    background-repeat:repeat-x;      
}
*/

#rightcorn {
    position:relative;
    float:right;
    top:-15px;
    right:-2px;
}

#leftcorn {
    position:relative;
    float:left;
    top:-15px;   
}

.searchlabel {
    position:relative;
    top:-10px;
}

#restable, #detailtable {
    width:620px;
    border-top:1px solid #999999;
    border-right:1px solid #999999;
    margin:1em auto;
   /* border-collapse:collapse;*/
    position:relative;
   /* left:-65px; */
   /* table-layout:fixed;*/
}

#restable th {
    font-weight:bold;
    color: #678197;
    text-align:center;
    border-bottom: 1px solid #999999;
    border-left:1px solid #999999;
    padding:.3em .1em;
    background:#f4f9fe;
}

#restable tr.odd td {
    background-color:#f7fbff;
    word-wrap: break-word;
}

#restable td {
    color:#678197;
    border-bottom:1px solid #999999;
    border-left:1px solid #999999;
    padding:.3em .3em;
    word-wrap: break-word;
    vertical-align: middle;

}

#detailtable {
    width:620px;
    border-top:1px solid #999999;
    border-right:1px solid #999999;
    margin:1em auto;
    position:relative;
   
}

#detailtable td {
    color:#678197;
    border-bottom:1px solid #999999;
    border-left:1px solid #999999;
    padding:.3em .3em;
    word-wrap: break-word;
    vertical-align: middle;

}

.detailinfo {
    vertical-align: middle;
}

.usefultip {
    border:solid 1px #EAE5CF;
    background-color:#FAF5DF;
    padding:10px;
    display:none;
    margin-top:5px;
    width:400px;
}

.useful_leftcol a {
    border-bottom: 1px dashed #105CB4;
    font-weight: bold;
    text-decoration: none;
    color: #2262A1;
    font-size: 14px;
}

.useful_leftcol a:hover {
    border-bottom: 1px dashed #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    color: #2262A1;
    font-size: 14px;
}

.useful_rightcol {
    padding-left:30px;
}

.useful_numbers {
    color:#A38876;
    font-family: georgia;
    font-size: 24px;
    font-style: italic;
    line-height: normal;    
}

.useful_link {
    border-bottom: 1px dashed #CCCCCC;
    text-decoration:none;
    color:#333333;    
}

.useful_link:hover {
    border-bottom: 1px dashed #FFFFFF;
    text-decoration:none;
    color:#333333;    
}

@media all, () {
    /*.searchlabel {
        top: 0px;
    } */

    .separator {
        top:-23px;
    }    

    #pagelist li a {
        /*position:relative;*/
        top:10px;
        color: #444444;
    }
    
    .folder {
        padding-top:7px;
        padding-bottom:7px;
    }

    .doc {
        padding-top:7px;
        padding-bottom:7px;
    }
    
    .img {
        padding-top:7px;
        padding-bottom:7px;
    }
    
    .zip {
        padding-top:7px;
        padding-bottom:7px;
    }
    
    .pdf {
        padding-top:7px;
        padding-bottom:7px;
    }
    
    .link {
        padding-top:7px;
        padding-bottom:7px;
    }    
}

img.captcha 
{
	cursor:pointer;
}
