﻿/*Sayfa Üzerindeki elemanlar Başlangıç*/
DIV.ardt_containerW7
{
    width: 200px;
    height: 20px;
    border: solid thin ActiveBorder;
    line-height: 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

INPUT.ardt_inputW7
{
    height: 20px;
    line-height: 20px;
}

.ardt_backgorundW7
{
    /* sayfada tanımlı teme içinde image yok ise tool içinde embeded olaran imagden alınır*/
    /*background-image: url('<%=WebResource("ArgemTool.Theme.ArgemDDLText.ArgemDDLText.png")%>');*/ 
    /*projede tema tanıtılı ise o teme proje içindeki bir dizinde olacağı için url buradan verilebilir*/
    background-image: url('ArgemDDLText/ArgemDDLText.png'); 
    background-repeat: no-repeat;
}

A.ardt_get_dataW7
{
    width: 20px;
    height: 20px;
    border: none 0px;
    background-position: -3px center;
}

A.ardt_get_dataW7:hover, A.ardt_get_dataW7:focus
{
    background-color: #DCE3EA;
}

A.ardt_clear_dataW7
{
    width: 20px;
    height: 20px;
    border: none 0px;
    background-position: -28px center;
}

A.ardt_clear_dataW7:hover, A.ardt_clear_dataW7:focus
{
    background-color: #DCE3EA;
}

/*Sayfa Üzerindeki elemanlar Bitiş*/
.ardt_popupW7
{
    font-size: 12px;
    max-height: 250px;
    font-family: Trebuchet MS,Verdana,sans-serif;
    border: solid thin ActiveBorder;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.ardt_list_itemW7
{
    padding: 2px 5px;
    display: block;
    font: menu;
    font-size: 12px;
    overflow: hidden;
}

.ardt_list_item_selectedW7
{
    background-color: #4F8CCA;
    color: White;
}

.ardt_list_item_hoverW7
{
    background-color: #DCE3EA;
    color: Black;
}

.ardt_mesajW7
{
    font-size: 12px;
    line-height: 20px;
    border-style: none;
    color: #FFFFFF;
    background-color: #0680F9;
    font-weight: bolder;
    font-variant: normal;
    width: 100%;
    display: inline-block;
}
