﻿body
{
    background:#f4f4f4;
}

.table th
{
    background:#6FC469;
    color:#3d3a3a;
    font-size:110%;
    text-align:left;
    padding:5px;
    font-weight:lighter;
    border-collapse:collapse; 
}

.table_header
{
    background:#6FC469;
    color:#3d3a3a;
    font-size:110%;
    text-align:left;
    padding:5px;
    font-weight:lighter;
    border-collapse:collapse;
}

.table td
{
    padding:3px;
    color:#3d3a3a;
    border-bottom:#efefef 1px solid;
    vertical-align:middle;
}

.table tr:nth-child(odd){ 
	background: #fff;
}

.table tr:nth-child(even){
	background: #f3f3f3;
}

.table tr:hover
{
    background:#eaf1f6;
}

.top_menu_a
{
    color:#666666;
    font-size:160%;
}

.top_menu_selected
{
    color:#cc3333;
    font-size:160%;
}

.top_text
{
    text-transform:uppercase;
    color:#607d8b;
}

.mandatory_field
{
    border-bottom:Red 1px solid;
    font-weight:lighter;
}

.no_borders
{
    border:#ffffff 2px solid;
    cursor:default;
}

.selected_field
{
    border:#f1ca7f 2px solid;
}

.changed_field
{
    border:red 1px solid;
}

.selectable_link
{
    color:Blue;
}

.selectable_link : hover
{
    color:Red;
}

.grey_link
{
    color:#666;
    text-decoration:none;
}

.grey_link:hover
{
    color:#76797c;
    text-decoration:underline;
}

.dark_grey_link
{
    color:#525353;
    text-decoration:none;
}

.dark_grey_link:hover
{
    color:#525353;
    text-decoration:underline;
}

.standard_caption
{
    font-size:110%;
}

.big_input
{
    width:200px;
    padding:5px;
    font-size:100%;
    padding:3px;
}

.right_cell
{
    border-right:#c0c0c0 1px solid;
}

.menu_table th
{
    text-align:left;
    padding:5px;
}

.search_fld
{
    width:200px;
    padding:2px;
}

.muni_search_fld
{
    width:200px;
    padding:2px;
}

.search_ddl
{
    padding:2px;
}

.top_menu_link
{
    color:Blue;
    font-size:110%;
}

.search_imgs
{
    height:32px;
    cursor:hand;
    cursor:pointer;
}

.header_1
{
    font-size:150%;
}

.header_2
{
    font-size:120%;
}

.paging_link
{
    color:blue;
    margin-left:10px;
}

.paging_selected
{
    font-size:17px;
    text-decoration:underline;
    margin-left:10px;
}

.cont_table th
{
    font-weight:lighter;
    text-align:left;
}

.regular_fld, .selected_field, .changed_field
{
    padding:3px;
}

.regular_ddl
{
    padding:3px;
}

.no_borders
{
    border:none;
}

.selected_field
{
    border:#f1ca7f 2px solid;
}

.changed_field
{
    border:red 1px solid;
}

.btn_addremove
{
    
}

.regular_list_content
{

}

.btn
{
    padding:3px;
}

.concentrators_table
{
    font-weight:lighter;
    text-align:left;
    padding:5px;
}

.concentrators_table th
{
    font-weight:lighter;
    text-align:left;
    padding:5px;
}

.concentrators_table td
{
    font-weight:lighter;
    text-align:left;
    padding:5px;
}

.link
{
    color:Blue;
    text-decoration:underline;
}