﻿.indent
{
    text-indent: 20px;
}

.bold
{
    text-indent: 0;
    font-weight: bold;
}

.rtl
{
    direction: rtl;
}

.ltr
{
    direction: ltr;
}

.right
{
    text-align: right;
}

.left
{
    text-align: left;
}

.center
{
    text-align: center !important;
}

.top
{
    vertical-align: top;
}

.middle
{
    vertical-align: middle;
}

.bottom
{
    vertical-align: bottom;
}

.noResize
{
    resize: none;
}

.validatorMessageBox
{
    font: normal normal normal 10px tahoma;
    color: Fuchsia;
}

.pointer
{
    cursor: pointer;
}


a.search
{
    height: 15px;
    padding: 2px 20px 5px;
    position: relative;
    top: 1px;
    margin: 5px;
    white-space: nowrap;
    border: none;
    overflow: visible;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    cursor: pointer;
    -webkit-font-smoothing: subpixel-antialiased !important;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    background: #32a324;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2eb3ca',endColorstr='#1f7e8e');
    background: -webkit-gradient(linear,0% 0,0% 100%,from(#2eb3ca),to(#1f7e8e));
    background: -moz-linear-gradient(-90deg,#2eb3ca,#1f7e8e);
    border-bottom-color: #2491a3;
    text-decoration: none;
    display: inline-block;
}

a.search:hover
{
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    background: #22b90f;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1bc3df',endColorstr='#11879b');
    background: -webkit-gradient(linear,0% 0,0% 100%,from(#1bc3df),to(#11879b));
    background: -moz-linear-gradient(-90deg,#1bc3df,#11879b);
    border-bottom-color: #149bb2;
}

select, input[type="text"]
{
    font: normal normal normal 12px tahoma;
}

a.blueButton
{
    height: 15px;
    padding: 2px 20px 5px;
    position: relative;
    top: 1px;
    margin: 5px;
    white-space: nowrap;
    border: none;
    overflow: visible;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
    cursor: pointer;
    -webkit-font-smoothing: subpixel-antialiased !important;
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    background: #32a324;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2eb3ca',endColorstr='#1f7e8e');
    background: -webkit-gradient(linear,0% 0,0% 100%,from(#2eb3ca),to(#1f7e8e));
    background: -moz-linear-gradient(-90deg,#2eb3ca,#1f7e8e);
    border-bottom-color: #2491a3;
    text-decoration: none;
    display: inline-block;
}

a.blueButton:hover
{
    color: #fff;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    background: #22b90f;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1bc3df',endColorstr='#11879b');
    background: -webkit-gradient(linear,0% 0,0% 100%,from(#1bc3df),to(#11879b));
    background: -moz-linear-gradient(-90deg,#1bc3df,#11879b);
    border-bottom-color: #149bb2;
}