﻿::selection {
 
    color: #47afe1;
    text-shadow: none;
}

* {
    margin: 0px;
    padding: 0px;
    outline: none;
    /*cursor: default;
    transition: all 0.5s;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -khtml-transition: all 0.5s linear;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.lft {
    float: left;
}

.rght {
    float: right;
}

h1 {
    margin: 0px;
    padding: 0px;
}

h2 {
    margin: 0px;
    padding: 0px;
}

h3 {
    margin: 0px;
    padding: 0px;
}

h4 {
    margin: 0px;
    padding: 0px;
}

h5 {
    margin: 0px;
    padding: 0px;
}

h6 {
    margin: 0px;
    padding: 0px;
}

.clear {
    clear: both;
}

.imlft {
    float: left;
    padding-right: 5px;
}

.imrght {
    float: right;
    padding-left: 5px;
}

ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

    li:hover {
        cursor:pointer;
    }

.finish {
    color: #FF0009;
    font-weight: bold;
    font-size: 11px;
}

.popup {
    float: left;
    width: 96%;
    padding: 10px;
    background-color: #F3F3F3;
}

.popsite {
    float: left;
    margin: 5px;
    width: 99%;
}

.pagetitle {
    float: left;
    width: 100%;
    padding-bottom: 5px;
    border-bottom: solid 1px #E0E0E0;
}

    .pagetitle h1 {
        color: #FF3333;
        font-weight: bold;
        font-size: 16px;
        padding-bottom: 5px;
    }

.pagetext {
    float: left;
    clear: left;
    width: 100%;
    min-height: 175px;
    margin-top: 5px;
}

.message {
    box-shadow: 1px 1px 0 #E6E6E6;
    clear: both;
    cursor: pointer;
    display: inline-block;
    float: left;
    padding: 10px;
    position: relative;
    width: 95%;
    margin-top: 5px;
    margin-bottom: 5px;
}

    .message.green {
        border: 1px solid #BEE4A5;
        color: #6AA500;
        background-color: #EBF9E2;
        display: block;
    }

    .message.red {
        border: 1px solid #E4BBBC;
        color: #B80000;
        background-color: #F8E9E9;
        display: block;
    }

.dw50 {
    float: left;
    width: 50%;
    height: 100%;
}

.dw33 {
    float: left;
    width: 33%;
    height: 100%;
}

.copyrght {
    float: left;
    height: 100%;
}

a {
    text-decoration: none !important;
   
}

.developer {
    color: #666666;
    float: right;
    font-size: 11px;
    height: 43px;
    margin-top: 10px;
    text-align: left;
    width: 80px;
}

    .developer a {
        color: #92969C;
        font-size: 11px;
        font-weight: bold;
    }

    .developer .dvtext {
        float: left;
        padding-right: 5px;
    }

    .developer .dvimg {
        float: left;
    }

.company {
    color: #C10E0F;
}

.companies {
    color: #CE0606;
}

.copyrght {
    color: #666666;
    float: left;
    font-size: 12px;
    font-weight: normal;
    height: 20px;
    line-height: 42px;
    margin-left: 2px;
    width: 380px;
}

img {
    border-width: 0px;
}


span {
    /*cursor: default;*/
}

input[type = text] {
    outline: none;
}

textarea {
    outline: none;
}

/*::-webkit-input-placeholder {
    color: #9c9c9c;
}

:-moz-placeholder {
    color: #9c9c9c;
}

::-moz-placeholder {
    color: #9c9c9c;
}

:-ms-input-placeholder {
    color: #9c9c9c;
}*/