/* GLOBALS */
.inp-long, .inp-medium {width: 470px; border: 1px solid silver; }
    .inp-medium {width: 150px; }

.inp-inactive { color: silver; }
.ta-long { width: 470px; height: 120px; border: 1px solid silver;}
.input-std {
    padding:3px;
    border:1px solid #BDC7D8;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    font-size:11px;
    width: 190px;
}
.textarea-std {
    padding:3px;
    border:1px solid #BDC7D8;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    font-size:11px;
    width: 190px;
}

/**/
.dialog-std {
    height:0;
    left:0;
    overflow:visible;
    position:absolute;
    top:0;
    width:100%;
    z-index:201;
}
.dialog-wrap {
    height:0;
    overflow:visible;
    position:relative;
}
.dialog-win {
    margin: auto;
    width: 500px;
    background: #EEEEEE;
    color: black;
}
    .dialog-win h2 {
        padding: 3px 5px;
        margin: 0;
        line-height: 140%;
        
        background:#6D84B4 none repeat scroll 0 0;
        border:1px solid #3B5998;
        color:white;
        font-size:14px;
        font-weight:bold;
    }
    .top-border .dialog-content { border-top:1px solid #555555; }
    .dialog-content {
        background:#FFFFFF none repeat scroll 0 0;
        border-color:#555555;
        border-style:solid;
        border-width:0 1px 1px;
    }
        .dialog-content .dialog-body {
            padding:10px;
            border-bottom:1px solid #CCCCCC;
        }
        .dialog-content .dialog-buttons {
            background:#F2F2F2 none repeat scroll 0 0;
            padding:8px;
            text-align:right;
            height: 25px;
        }
    
    .dialog-win .error {
        padding: 4px;
        text-align: center;
        background: #ffaaaa;
        border: 1px solid #ff6f6f;
    }

.input-button, .input-submit {
    display: block;
    float: right;
    
    padding:2px 15px 3px;
    margin-left: 5px;
    
    background-color : #3B5998;
    border-color:#D9DFEA #0E1F5B #0E1F5B #D9DFEA;
    border-style:solid;
    border-width:1px;
    color:#FFFFFF;
    font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
    font-size:11px;
    text-align:center;
}
.input-button {
    background:#F0F0F0 none repeat scroll 0 0;
    border-color:#E7E7E7 #666666 #666666 #E7E7E7;
    color:#000000;
}

.dropdown-std {position: relative;}
    .dropdown-title {height:24px; margin: 5px 3px 0 0;}
        .dropdown-title a {
            display: inline-block;
            height: 17px;
            padding: 3px 23px 3px 5px;
            overflow:hidden;
            
            background: #EEEEEE url(http://hot.vplay.ro/ic/arrow_down.gif) right 2px no-repeat;
            cursor:pointer;
            text-decoration: none;
            border: 1px solid #D9DFEA;
            
        }
            .dropdown-title a.sel {
                background-color: #D9DFEA;
            }
        
        .dropdown-menu {
            position: absolute;
            padding:3px;
            margin: 0;
            width:200px;
            border: 1px solid #D9DFEA;
            background: white;
            z-index: 210;
        }
        .dropdown-wrap {
            height: 100px;
            overflow: auto;
        }
        .dropdown-menu ul {
            float: none !important;
            width: 180px !important;
            clear: left !important;
            margin: 0 0 5px 0 !important;
            padding: 0 !important;
            
            list-style: none !important;
        }
            .dropdown-menu ul li {
                height: auto !important;
                border: none !important;
                margin: 0 !important;
                padding: 0 !important;
                width: auto !important;
                float: none !important;
                background: none !important;
                text-align: left !important;
            }
            .dropdown-menu ul li a {
                cursor: pointer !important;
                display: block !important;
                float: none !important;
                padding: 2px 3px !important;
                text-decoration: none !important;
                font-size: 9pt !important;
            }
            .dropdown-menu ul li a:hover{
                background: #D9DFEA !important;
            }
            .dropdown-menu ul li a.sel {
                font-weight: bold !important;
            }

.dialog-wait-small {
    display: block;
    float: right;
    padding-top: 1px;
    width: 16px;
    height: 15px;
    margin: 3px 3px 0 0;
    
    background: url(http://i.kefche.com/ico/wait.gif) center no-repeat;
}
.clrl {
    clear: left;
}
