﻿/*Sayfa Üzerindeki elemanlar Başlangıç*/
.artr_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.ArgemTree.ArgemTree.png")%>');*/
    /*projede tema tanıtılı ise o teme proje içindeki bir dizinde olacağı için url buradan verilebilir*/
    background-image: url('ArgemTree/ArgemTree.png');
    background-repeat: no-repeat;
}

DIV.artr_containerW7
{
    background-color: White;
    width: 200px;
    height: 20px;
    border: solid thin ActiveBorder;
    line-height: 20px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

INPUT.artr_inputW7
{
    height: 20px;
    line-height: 20px;
}

A.artr_getdataW7
{
    width: 20px;
    line-height: 20px;
    border-style: none;
    background-color: #EEEEEE;
    background-position: 0px 0px;
    display: inline-block;
    text-decoration: none;
}

A.artr_getdataW7:hover, A.artr_getdataW7:focus
{
    background-color: #DCE3EA;
}


A.artr_clearW7
{
    width: 20px;
    line-height: 20px;
    border-style: none;
    background-color: #EEEEEE;
    background-position: -20px 0px;
    display: inline-block;
    text-decoration: none;
}

A.artr_clearW7:hover, A.artr_clearW7:focus
{
    background-color: #DCE3EA;
    text-decoration: none;
}

/*Sayfa Üzerindeki Elemeanlar Bitiş*/

DIV.artr_popupW7
{
    background-color: White;
    font-size: 12px;
    max-height: 250px;
    min-height: 50px;
    font-family: Trebuchet MS,Verdana,sans-serif;
    border: solid thin ActiveBorder;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

A.artr_selectW7
{
    color: Black;
    text-decoration: none;
    display: inline-block;
    padding: 1px;
    margin: 0px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
}

A.artr_selectW7:hover, .artr_selectW7:focus
{
    background-color: #DCE3EA;
    color: Black;
}

A.artr_selecteditemW7
{
    background-color: #4F8CCA;
    color: White;
}

.artr_icon
{
    cursor: pointer;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px;
    padding: 0px;
    border-style: none;
    text-decoration: none;
    vertical-align: top;
}

.artr_icon_open
{
    background-position: -60px 0px;
    background-repeat: no-repeat;
}

.artr_icon_close
{
    background-position: -40px 0px;
    background-repeat: no-repeat;
}

.artr_icon_nosub
{
    background-position: -80px 0px;
    background-repeat: no-repeat;
}
