﻿label
{
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}

.button
{
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2); /* default color */
    color: #d9eef7 !important;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top,  #00adee,  #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

.button-green {
    display: inline-block;
    zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2); /* default color */
    color: #d9eef7 !important;
    border: solid 1px #0076a3;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00ee5c), to(#00ee5c));
    background: -moz-linear-gradient(top, #00ee5c, #00ee5c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ee5c', endColorstr='#00ee5c');
}

/*.button
{
    background-color: #CCCCCC;
    border: 1px solid #999999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
}*/

input[type="text"]
{
    padding: 3px 6px;
    border: 1px solid #99CCFF;
}

/*input[type="text"]:focus, .button:focus, .dropdown:focus
{
    border: 3px solid #FF9933;
}*/

/*.button:active, .button:focus
{
    border: 3px solid #FF9933;
}

a:focus
{
    border: 3px solid #FF9933;
}

.dropdown:focus
{
    border: 3px solid #FF9933;
}

img:focus
{
    border: 3px solid #FF9933;
}
*/

.textbox
{
    padding: 3px 6px;
    border: 1px solid #99CCFF;
}

.dropdown
{
    padding: 3px 3px 3px 6px;
    border: 1px solid #99CCFF;
}

.dropdown option
{
    padding-right: 10px;
    padding-left: 10px;
}

.bigText
{
    font-size: 18px;
}

/*------------------------------------------------------------------------------------------- Notifications */
.error, .notice, .success
{
    min-height: 50px;
    padding: .8em;
    margin-bottom: 1em;
    border-style: solid;
    border-width: 2px !important;
}
.error
{
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
    background-image: url(Images/Error.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    padding-left: 75px;
}
.notice
{
    background: #FFF6BF;
    color: #514721;
    border-color: #FFD324 !important;
    background-image: url(Images/Warning.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    padding-left: 75px;
}
.success
{
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
    background-image: url(Images/Success.png);
    background-repeat: no-repeat;
    background-position: 10px 5px;
    padding-left: 75px;
}
.error ul, .notice ul, .success ul
{
    font-weight: normal;
}

.error a, .errorLink
{
    color: #8a1f11;
}
.notice a, .noticeLink
{
    color: #514721;
}
.success a, .successLink
{
    color: #264409;
}
.errorNotification
{
    font-size: 20px;
    font-weight: bold;
    color: #8a1f11;
}

/*	----------------------------------------------------------------------------- Modal Popup Styles*/
.modalBackground
{
    background-color: #999999;
    filter: alpha(opacity=50);
    opacity: 0.5;
}
.modalPopup
{
    border: solid 1px #666666;
    background: #FFFFFF;
}
.modalPopupThin
{
    border: solid 1px #666666;
    background: #FFFFFF;
    padding: 10px 10px 10px 10px;
}
.modalHeader
{
    font-size: 16px;
    color: #FFFFFF;
    background-color: #3399FF;
    font-weight: bold;
    padding: 5px;
}
.modalContent
{
    padding: 10px;
}
.modalCloseButton
{
    float: right;
    top: 5px;
    display: inline-block;
    position: relative;
}
.modalCloseButton a
{
    color: #FFFFFF;
    font-size: 12px;
}

.autocomplete_list
{
    visibility: hidden;
    margin: 0px !important;
    padding: 0px;
    background-color: inherit;
    color: WindowText;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: default;
    text-align: left;
    list-style-type: none;
    overflow: auto;
    font-weight: normal;
    font-family: Tahoma;
    font-size: 12px;
}
.autocomplete_highlighted_listitem
{
    background-color: Highlight;
    color: HighlightText;
    padding: 3px;
}
.autocomplete_listitem
{
    background-color: Window;
    color: WindowText;
    padding: 3px;
}

.good
{
    padding: 3px;
    background: #E6EFC2;
    color: #264409;
    border-color: #C6D880;
}

.bad
{
    padding: 3px;
    background: #FBE3E4;
    color: #8a1f11;
    border-color: #FBC2C4;
}
