﻿
.ProfileImage {
    width: 80px;
    border-radius: 100px;
    background-color: #FFFFFF;
}

.textbox {
    font-family: Open Sans, Arial, Sans-Serif;
    font-size: 8.5pt;
    color: #444444;
    font-weight: bold;

    border-width: thin;
    border-color: #C0C0C0;
    width: 150px;
}
    .textbox:focus {
        background-color: #ecf1f4;
    }
.formdropDown {
    font-family: Open Sans, Arial, Sans-Serif;
    font-size: 8.5pt;
    color: #444444;
    font-weight: bold;
    border-width: thin;
    border-color: #C0C0C0;
    width: 150px;
    height: 30px;
    
}

.button {
    font-family: Open Sans, Arial, Sans-Serif;
    color: #000000;
    font-size: 8pt;
    font-weight: bold;
    min-width: 60px;
    cursor: pointer;
    background-color: #FFFFFF;
    border: solid 2px #ff6a00;
    border-radius: 10px;
}
    .button.Red {
        border: solid 3px red;
    }
    .button:hover {
        transition-delay: color 5s; /* delays for 1 second */
        -webkit-transition-delay: Color 2s; /* for Safari & Chrome */
        box-shadow: 0px 0px 15px #444444;
        background-color: #444444;
        color: #FFFFFF;
    }

.LinkButton {
    font-family: Open Sans, Arial, Sans-Serif;
    font-size: 8pt;
    font-weight: bold;
    color: #000000;
    padding: 3px 5px 3px 5px;
    min-width: 80px;
    border-radius: 8px;
    border: solid 2px #ff6a00;
    background: #FFFFFF;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    text-align: Center;
}
    .LinkButton:hover {
        transition-delay: color 1s; /* delays for 1 second */
        -webkit-transition-delay: Color 2s; /* for Safari & Chrome */
        box-shadow: 0px 0px 15px #000000;
        background-color: #444444;
        color: #FFFFFF;
    }

    .LinkButton.Red {
        border: solid 2px Red;
    }

.dropDown {
    font-family: Open Sans, Arial, Sans-Serif;
    font-size: 9pt;
    color: #444444;

    border-width: thin;
    border-color: #C0C0C0;
    width: 150px;
}
    
.link
    {
        font-family: Open Sans, Arial, Sans-Serif;
        font-size: 9pt;
        font-weight: bold;
        color: #444444;
        
        text-decoration: none;
        border-style: none;
        vertical-align: bottom;

    }
    
 .link:hover
    {
        text-decoration: underline;
        border-style: none;
    }
.img
{
    border: 0;
    vertical-align:middle;
}


    
