﻿/*Sayfa Üzerindeki elemanlar Başlangıç*/
DIV.ardc_containerW7
{
    width: 200px;
    height: 20px;
    border: solid thin ActiveBorder;
    line-height: 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

INPUT.ardc_inputW7
{
    height: 20px;
    line-height: 20px;
}

.ardc_backgorundW7
{
    background-image: url('<%=WebResource("ArgemTool.Theme.ArgemDDLText.ArgemDDLText.png")%>');
    background-repeat: no-repeat;
}


.ardc_ddlAc
{
    background-image: url('<%=WebResource("ArgemTool.Theme.ArgemDDLCheck.ArgemDDLCheck.png")%>');
    background-repeat: no-repeat;
}



A.ardc_veri_getirW7
{
    width: 20px;
    height: 20px;
    border: none 0px;
    background-position: -3px center;
}

A.ardc_veri_getirW7:hover, A.ardc_veri_getirW7:focus
{
    background-color: #DCE3EA;
}

A.ardc_veri_temizleW7
{
    width: 20px;
    height: 20px;
    border: none 0px;
    background-position: -28px center;
}

A.ardc_veri_temizleW7:hover, A.ardc_veri_temizleW7:focus
{
    background-color: #DCE3EA;
}

/*Sayfa Üzerindeki elemanlar Bitiş*/
.ardc_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;
}

.ardc_list_itemW7
{
    padding: 2px 5px;
    display: block;
    font: menu;
    font-size: 12px;
    overflow: hidden;
}

.ardc_list_item_selectedW7
{
    background-color: #4F8CCA;
    color: White;
}

.ardc_list_item_hoverW7
{
    background-color: #DCE3EA;
    color: Black;
}

.ardc_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;
}
