﻿.adduser
{
    outline:none;
    background-image: url(../images/add-user-btn.png);
    background-repeat: no-repeat;
    border: none;
    width: 135px;
    height: 35px;
    color: #ffffff;
    font-weight: bold;
    margin: 00px 0 0 0;
    padding: 0;
    cursor: pointer;
}

.delete-agency
{
    outline:none;
    background-image: url(../images/delete-agency.png);
    background-repeat: no-repeat;
    border: none;
    width: 136px;
    height: 35px;
    color: #ffffff;
    font-weight: bold;
    margin: 30px 0 0 0;
    padding: 0;
    cursor: pointer;
}

.bannerUser
{
    outline:none;
    background-image: url(../images/add-banner-btn.png);
    background-repeat: no-repeat;
    border: none;
    width: 135px;
    height: 35px;
    color: #ffffff;
    font-weight: bold;
    margin: 30px 0 0 0;
    padding: 0;
    cursor: pointer;
}

.delete-banner-new
{
    outline:none;
    background-image: url(../images/delete-banner.png);
    background-repeat: no-repeat;
    border: none;
    width: 136px;
    height: 35px;
    color: #ffffff;
    font-weight: bold;
    margin: 30px 0 0 0;
    padding: 0;
    cursor: pointer;
}

.serchuser
{
    outline:none;
    background-image: url(../images/add-search-btn.png);
    background-repeat: no-repeat;
    border: none;
    width: 135px;
    height: 35px;
    font-weight: bold;
    color: #ffffff;
    margin: 30px 0 0 0;
    padding: 0;
    cursor: pointer;
}

.griduser
{
    margin: 10px 10px 0 8px;
}

.lblTags
{
    font-size: 14px;
    font-family: Calibri;
}

.lblTags-message
{
    font-size: 14px;
    font-family: Calibri;
    vertical-align: top;
}

input[type="text"]
{
    width: 200px;
    padding: 5px;
    border: 1px solid #DDDDDD; /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF'); /*Applying CSS 3radius*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;
}

input[type="text"]:hover
{
    border: 1px solid #cccccc;
}

input[type="text"]:focus
{
    box-shadow: 0 0 2px #FFFE00;
}

input[type="password"]
{
    width: 200px;
    padding: 5px;
    border: 1px solid #DDDDDD; /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF'); /*Applying CSS 3radius*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;
}

input[type="password"]:hover
{
    border: 1px solid #cccccc;
}

input[type="password"]:focus
{
    box-shadow: 0 0 2px #FFFE00;
}

select
{
    width: 212px;
    padding: 5px;
    border: 1px solid #DDDDDD; /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF'); /*Applying CSS 3radius*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;
}

input[type="password"]:hover
{
    border: 1px solid #cccccc;
}

input[type="password"]:focus
{
    box-shadow: 0 0 2px #FFFE00;
}

textarea
{
    width: 200px;
    padding: 5px;
    border: 1px solid #DDDDDD; /*Applying CSS3 gradient*/
    background: -moz-linear-gradient(center top , #FFFFFF,  #EEEEEE 1px, #FFFFFF 20px);
    background: -webkit-gradient(linear, left top, left 20, from(#FFFFFF), color-stop(5%, #EEEEEE) to(#FFFFFF));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FBFBFB', endColorstr='#FFFFFF'); /*Applying CSS 3radius*/
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /*Applying CSS3 box shadow*/
    -moz-box-shadow: 0 0 2px #DDDDDD;
    -webkit-box-shadow: 0 0 2px #DDDDDD;
    box-shadow: 0 0 2px #DDDDDD;
    resize: none;
}

.grdRights
{
    font-size: 14px;
    font-family: Calibri;
}

.lblContact
{
    font-size: 16px;
    font-family: Calibri;
    width: 125px;
}

.lblContactDIV
{
    color: #fff;
    width: 930px;
    height: auto;
    padding: 10px 14px;
    text-transform:uppercase;
    font-size: 16px;
    margin: 0 0 0px 0;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-image: linear-gradient(top, #ce0000, #960404);
    background-color: #ce0000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ce0000), to(#960404));
    background-image: -webkit-linear-gradient(top, #ce0000, #960404);
    background-image: -moz-linear-gradient(top, #ce0000, #960404);
    background-image: -o-linear-gradient(top, #ce0000, #960404);
    background-image: linear-gradient(top bottom, #ce0000, #960404);
}

.lblContact-new
{
    width: 930px;
    padding: 7px 14px;
    background-color: #c9c9c9;
    border-radius: 5px;
    background-image: url(../images/gary_bar.png);
    background-color: #c9c9c9;
    margin: 0 0 5px 0;
    border: 1px solid #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#a2
{
    cursor: pointer;
}

#a3
{
    cursor: pointer;
}

.pdflink
{
    border-bottom: 1px solid #ce0000;
    border-top: 1px solid #ce0000;
    width: 700px;
    padding: 10px 15px;
    background-color: #c9c9c9;
}

.pdflink a
{
    color: #000000;
}
