﻿/*
body
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    letter-spacing: 0.4pt; /*color: #666666;
}

a
{
    text-decoration: none;
}

/*.wrap
{
width: 100%;
height: 100%;


input
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    margin-left: 0px;
    margin-top: 0px;
    padding: 5px;
}

select
{
    font-family: arial, verdana, helvetica,sans-serif;
    font-size: 11px;
}
textarea
{
    font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: none;
    font-size: 10px;
    width: 285px;
    height: 78px;
}

/* Modal Popup CSS
.mpBg
{
    border-style: none;
    background-color: #3753fc;
    filter: alpha(opacity=30);
    opacity: 0.3;
}
.mp
{
    background-color: white;
    border-style: none;
    padding: 0px;
}
.mpHd
{
    background-color: #545454;
    border-style: none;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 12pt;
    height: 30px;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}
.mpClose
{
    border-style: none;
    text-align: center;
    width: 100%;
    height: 50px;
}
.mpCloseButton
{
    position: absolute;
    right: 4px;
    width: 17px;
    height: 18px;
}

/* AutoComplete 
.autocomplete_list
{
    background-color: inherit;
    border: solid 0.5px #BEC2BE;
    color: windowtext;
    cursor: 'default';
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    height: 200px;
    list-style-type: none;
    margin: 0px !important;
    overflow: auto;
    padding: 0px;
    text-align: left;
}
.autocomplete_list_item
{
    background-color: #E1F1FC;
    border-bottom: solid 0.5px #BEC2BE;
    color: windowtext;
    padding: 3px;
}
.autocomplete_list_item_highlight
{
    background-color: #FFFF9E;
    border-bottom: solid 0.5px #BEC2BE;
    color: windowtext;
    padding: 3px;
}

/* TextboxWatermarkExtender 
.watermarked_psw
{
    color: White;
    font-family: Tahoma;
    font-size: 11px;
    border: solid 1px #a9a9a9;
    text-indent: 2px;
    vertical-align: middle;
    text-align: right;
    background-image: url(../Resources/Facebook.png);
    background-repeat: no-repeat;
}
select
{
    padding: 5px;
    width: 200px;
}
.small_container
{
    width: 315px;
    float: left;
}
.small_container li
{
    float: right;
}
.clear
{
    clear: both;
}
.mtview
{
    margin-left: 55px;
}
.f_right
{
    width: 300px;
    float: left;
    margin-left: 20px;
}
li
{
    list-style: none;
}
ul
{
    padding: 0;
}
*/