﻿body 
{
    padding:0px;
    margin:0px;
    font-family:Arial (Hebrew);
    font-size:15px;
}

a
{
    text-decoration:none;
    color:Black;
}

.selected_menu_link
{
    font-weight:bold;
    color:Red;
}

img
{
    border:none;
}

.regular_link
{
    color:Blue;
}

.shadow_box
{
    moz-box-shadow:5px 5px 5px #000000;
    box-shadow:5px 5px 5px #000000;
}

#div_login {
    position:fixed;
    top: 50%;
    left: 50%;
    width:380px;
    height:115px;
    margin-top: -150px; /*set to a negative number 1/2 of your height*/
    margin-left: -150px; /*set to a negative number 1/2 of your width*/
    font-size:120%;
    padding:20px;
    color:#666;
    border:#6FC469 2px solid;
}

.big_button
{
    width:1in;
    height:.3in;
    font-size:0.2in;
}

.clickable_element, .tab_unselected, .tab_selected
{
    cursor:hand;
    cursor:pointer;
}

.tab_unselected
{
    border-top:#c0c0c0 1px solid;
    border-left:#c0c0c0 1px solid;
    border-right:#c0c0c0 1px solid;
    border-bottom:#c0c0c0 1px solid;
    background:#efefef;
    border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.tab_selected
{
    border-top:#c0c0c0 1px solid;
    border-left:#c0c0c0 1px solid;
    border-right:#c0c0c0 1px solid;
    background:#fff;
    border-radius:5px 5px 0 0;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.meter_information
{
    position: absolute;
    height: 300px;
    width: 400px;
    margin: -100px 0 0 -200px;
    top: 50%;
    left: 50%;
    overflow:auto;
    background:#fff;
    border:green 2px solid;
}

.st_table td
{
    padding:5px;
}

input, select, textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.mandatory {
    border-bottom:Red 1px solid;
    font-weight:bold;
}

.error_div{
    border:red 1px solid;
    padding:10px;
    background:#feca9e;
    margin:5px;
    font-size:110%;
}

.prop{
    margin-bottom:5px;
    margin-left:10px;
}