﻿html, body {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
	font-size: 13px;    
}

input
{
    background-color: #fff;
    border: 1px solid #9498a8;
    font-family: Arial;
	font-size: 13px;        
}


.main
{
    width: 100%;
    height: 100%;    
}
    .td_border_top
    {
        width: 230px;
        height: 120px;
        background-image: url('img/top_bg.jpg');
        background-repeat: repeat-x;        
    }
    .td_center_top
    {
        width: auto;
        height: 120px;
        background-image: url('img/top_bg.jpg');
        background-repeat: repeat-x;      
    }
    
    .td_border_middle
    {
        width: 230px;
        height: 24px;
        background-image: url('img/gray_menu_bg.jpg');
        background-repeat: repeat-x;   
    }
    .td_center_middle
    {
        width: auto;
        height: 24px;
        background-image: url('img/gray_menu_bg.jpg');
        background-repeat: repeat-x;        
        text-align: center;
    }
        .td_center_middle table
        {
            width: 580px;
        }
        .td_center_middle td
        {
            font-family: Arial;
            font-size: 13px;
            width: 20%;
            color: #4c4c4c;
            font-weight: bold;
            text-align: center;
        }
        
    .td_border_middle2
    {
        width: 230px;
        height: 63px;
        background-image: url('img/gray2_menu_bg.jpg');
        background-repeat: repeat-x;   
    }
    .td_center_middle2
    {
        width: auto;
        height: 63px;
        background-image: url('img/gray2_menu_bg.jpg');
        background-repeat: repeat-x;        
        text-align: center;
    }
    
    .search_block
    {
        width: 578px;
        height: 51px;
        background-image: url('img/search_block_bg.jpg');
        background-repeat: no-repeat;
    }   
    
    
    .td_border_main
    {
        width: 230px;
        vertical-align: top;

    }
    .td_center_main
    {
        width: auto;
        vertical-align: top;
        padding-top: 20px;
    } 
    
    .weather_img
    {
        height: 106,6px;
        width: 136px;
         
    }
    .weather_text
    {
        color: #fff; 
        font-size: 9px; 
        width: 110px;
        vertical-align:bottom;
    }



















        
.CategoriesMenu
{
    width: 100%;
}

.CategoriesColumn
{
    vertical-align: top;
    width: 50%;
    padding-left: 120px;
}

.CategoriesBlock
{
    cursor: pointer;
}

.CategoriesDiv
{
    cursor: pointer;
    padding-bottom: 10px;
    color: #0060c2;
}

.OrgList
{
    width: 650px;
    vertical-align: top;
    height: 100%;
}

.OrgListTd1
{
    width: 200px;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 150px;
}

.OrgListTd2
{
    width: 150px;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    height: 150px;
}

.OrgListTd3
{
    width: 400px;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    height: 150px;
}

.OrgListCount
{
    text-align: right;
    font-size: 9p;
    border-bottom: 1px solid #58701F;
    padding-bottom: 3px;
    vertical-align: top;
}

.OrgTitle
{
    font-weight: bold;
    font-size: 14px;
    color: #58701F;
}
.OrgEmail
{
    color: #779d2c;
    font-size: 11px;
}
.OrgWeb
{
    font-weight: bold;
    font-size: 11px;
    color: #779d2c;
}

.CatPath
{
    color: #000;
    font-weight: bold;
}

.OrgTd1
{
    width: 200px;
    vertical-align: top;
}

.OrgTd2
{
    width: 550px;
    vertical-align: top;
    padding-left: 10px;
}

/*--------------------------------------------------*/
a
{
    text-decoration: none;
}

.cat_link, .cat_link:hover
{
    margin-left: 25px;
}

.cat_link:hover
{
    color: #779d2c;
}