﻿/* General Styles */
.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clearboth {
    clear: both;
}

.row {
    margin-bottom: 20px;
}

.textbox {
    font-family: Tahoma;
    font-size: 12px;
    border: solid 1px #9999cc;
    background-color: Transparent;
    padding: 5px;
    width: 164px;
}

.dropdown {
    font-family: Tahoma;
    font-size: 12px;
    border: solid 1px #9999cc;
    background-color: Transparent;
    padding: 5px;
    width: 176px;
}

.labelfor {
    width: 175px;
    height: 16px;
    padding: 5px;
}

input[type=submit] {
    -moz-box-shadow: inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffffff;
    box-shadow: inset 0px 1px 0px 0px #ffffff;
    background-color: #f9f9f9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    display: inline-block;
    color: #666666;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0px #ffffff;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #e9e9e9;
}

input[type=submit]:active {
    position: relative;
    top: 1px;
}

.m_login {
    width: 350px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 15px 2px #333;
    -webkit-box-shadow: 0px 0px 15px 2px #333;
    -moz-box-shadow: 0px 0px 15px 2px #333;
}

.m_login .m_login_content {
    margin-top: 7px;
    margin-left: 10px;
}

.m_loginBackground {
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0px;
    background-color: #fff;
    opacity: 0.5;
    /*filter: alpha(opacity=50);
    -moz-opacity: 0.5;*/
    opacity: 0.5;
}

.validator_field_highlight {
    border: solid 1px #ff0000;
    background-color: #ffff99;
}

.CustomCalloutStyle div, .CustomCalloutStyle td {
    border: solid 1px Black;
    background-color: Gray;
    color: White;
    height: 30px;
}

.CustomCalloutStyle .ajax__validatorcallout_popup_table {
    display: none;
    border: none;
    background-color: transparent;
    padding: 0px;
}

.CustomCalloutStyle .ajax__validatorcallout_popup_table_row {
    vertical-align: top;
    height: 100%;
    background-color: transparent;
    padding: 0px;
}

.CustomCalloutStyle .ajax__validatorcallout_callout_cell {
    width: 20px;
    height: 100%;
    text-align: right;
    vertical-align: top;
    border: none;
    background-color: transparent;
    padding: 0px;
}

.CustomCalloutStyle .ajax__validatorcallout_callout_table {
    height: 100%;
    border: none;
    background-color: transparent;
    padding: 0px;
}

.CustomCalloutStyle .ajax__validatorcallout_callout_table_row {
    background-color: transparent;
    padding: 0px;
}

.CustomCalloutStyle .ajax__validatorcallout_callout_arrow_cell {
    padding: 8px 0px 0px 0px;
    text-align: right;
    vertical-align: top;
    font-size: 1px;
    border: none;
    background-color: transparent;
}

.CustomCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv {
    font-size: 1px;
    position: relative;
    left: 1px;
    border-bottom: none;
    border-right: none;
    border-left: none;
    width: 15px;
    background-color: transparent;
    padding: 0px;
}

.CustomCalloutStyle .ajax__validatorcallout_callout_arrow_cell .ajax__validatorcallout_innerdiv div {
    height: 1px;
    overflow: hidden;
    border-top: none;
    border-bottom: none;
    border-right: none;
    padding: 0px;
    margin-left: auto;
}

.CustomCalloutStyle .ajax__validatorcallout_error_message_cell {
    font-family: Tahoma;
    font-size: 11px;
    padding: 5px;
    border-right: none;
    border-left: none;
    width: 100%;
}

.CustomCalloutStyle .ajax__validatorcallout_icon_cell {
    width: 20px;
    padding: 5px;
    border-right: none;
}

.CustomCalloutStyle .ajax__validatorcallout_close_button_cell {
    vertical-align: top;
    padding: 0px 5px 0px 0px;
    text-align: left;
    border-left: none;
}

.CustomCalloutStyle .ajax__validatorcallout_close_button_cell .ajax__validatorcallout_innerdiv {
    border: none;
    text-align: center;
    width: 10px;
    padding: 1px;
    cursor: pointer;
}
