﻿html, body
{
    margin: 0;
    padding: 0; /*font-family: Verdana, Arial, sans-serif; 	font-size: 12px;*/
}

fieldset
{
    border-top-style: solid;
    border-top-color: Orange;
    border-top-width: 1px;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
}
.ui-dialog-titlebar-close
{
    background-image: url('/images/chat_close2.png');
    background-repeat: no-repeat;
    background-size: 16px 16px;
}

legend
{
    padding: 0.2em 0.5em;
    margin: 0px;
    border: 1px solid orange;
    color: black;
    align: right;
    font-weight: bold;
    white-space: normal;
    margin-left: -10px;
}

#wrapper
{
}
.Separator
{
    background-color: #aeaeae;
    line-height: 1px;
    width: 90px;
    height: 1px;
    display: block;
    font-size: 3px;
}
#content
{
    /*padding-bottom:15px;  Height of the footer element */
}
a:visited
{
    color: blue;
}
#footer
{
    background: #ffab62;
    width: 100%;
    height: 15px;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    font-size: 0.7em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    vertical-align: bottom;
}

.NotificationMessage
{
    font-size: 1em; /*background: #cccccc;*/
}

.validatorCalloutHighlight
{
    background-color: #FFBABA;
    overflow: hidden !important;
    height: auto !important;
    width: 200px;
}

.CSSButton
{
    color: #666666;
    width: 129px;
    height: 26px;
    background-image: url(/images/bautton.png);
    font-weight: 700;
    border-style: none;
}
.CSSButton:hover
{
    color: Orange;
}
.CSSButton:active
{
    position: relative;
    top: 1px;
    left: 0px;
}
/***********************************************/

.CSSButton[disabled=disabled]
{
    opacity: 0.65;
    cursor: not-allowed;
    filter: alpha(opacity=65);
}

.CSSButton:disabled
{
    opacity: 0.65;
    cursor: not-allowed;
    filter: alpha(opacity=65);
}

.CSSButton[disabled=disabled]:hover
{
    opacity: 0.65;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    color: #404040 !important;
}

.CSSButton:disabled:hover
{
    opacity: 0.65;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    color: #404040 !important;
}

.CSSButton[disabled=disabled]:active
{
    opacity: 0.65;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    color: #404040 !important;
    position: relative;
    top: 0px;
    left: 0px;
}

.CSSButton:disabled:active
{
    opacity: 0.65;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    color: #404040 !important;
    position: relative;
    top: 0px;
    left: 0px;
}
/***********************************************/
.validation {
    border: 1px solid; /*margin: 5px 0px;*/
    padding: 3px 2px 3px 15px;
    background-repeat: no-repeat;
    background-position: 0px center;
    color: #D63301;
    background-color: #FFCCBA;
    font-size: x-small;
    background-image: url('/images/validation.png');
    font-family: Times New Roman, Geneva, sans-serif;
    position: relative;
    left: 0px;
    top: 0px;
    white-space: normal !important;
    width: 180px;
    min-width: 180px;
}
/*******************************************************/
.CSSText
{
    border: 1px solid #999999;
    border-radius: 5px;
}
/****************************************/
.ui-dialog .ui-dialog-titlebar
{
    background-color: #cccccc;
    color: gray;
    padding: 4px;
    height: 24px;
}
/*******************************************************/
.ui-dialog .ui-dialog-buttonpane button
{
    border: 1px solid gray;
    box-shadow: inset 0px 1px 2px 0px #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    padding: 3px 3px;
    color: gray;
    letter-spacing: 1px;
    font-family: 'Arial' , sans-serif;
    font-size: 16px;
    width: 150px;
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
}
.close
{
    background-image: url('/images/chat_close2.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}

.ui-dialog .ui-dialog-buttonpane button:hover
{
    color: #404040;
}
.ui-dialog .ui-dialog-buttonpane button:active
{
    position: relative;
    top: 1px;
    left: 0px;
}

.ui-dialog-titlebar-close .ui-icon
{
    background-image: url('/images/chat_close2.png');
}
/****************************************************************/
.ui-datepicker .ui-state-default
{
    background-image: none;
    color: Black;
    border: 1px solid gray;
}
/********************************************************************/
.gridviewPager
{
    background-color: white;
    padding: 10px;
    margin: 2% auto;
    color: White;
}
.gridviewPager a
{
    margin: auto 1%;
    border-radius: 50%;
    background-color: #ccc;
    padding: 4px 8px 4px 8px;
    color: white;
    text-decoration: none;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
}
.gridviewPager a:hover
{
    background-color: #cccccc;
    color: orange;
}
.gridviewPager span
{
    background-color: orange;
    color: white;
    -o-box-shadow: 1px 1px 1px #111;
    -moz-box-shadow: 1px 1px 1px #111;
    -webkit-box-shadow: 1px 1px 1px #111;
    box-shadow: 1px 1px 1px #111;
    border-radius: 50%;
    padding: 4px 8px 4px 8px;
}

.CSSButtonSmall
{
    border: 1px solid #000000;
    background: #4c4e5a;
    background: -webkit-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -moz-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -o-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    background: -ms-linear-gradient(top, #4c4e5a 0%,#2c2d33 100%);
    -moz-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
    -webkit-box-shadow: inset 0px 1px 2px 0px #FFFFFF;
    box-shadow: inset 0px 1px 2px 0px #FFFFFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: 1px 1px 2px #000000;
    font-weight: bold;
    padding: 6px 4px;
    color: #FFFFFF;
    letter-spacing: 1px;
    font-family: 'Arial' , sans-serif;
    font-size: 14px; /*width: 100px;*/
    text-transform: capitalize;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    min-width: 120px;
}
.CSSButtonSmall:hover
{
    color: Orange;
}
.CSSButtonSmall:active
{
    position: relative;
    top: 1px;
    left: 0px;
}
/***********************************************/

.CSSButtonSmall[disabled=disabled]
{
    opacity: 0.65;
    cursor: not-allowed;
    filter: alpha(opacity=65);
}

.CSSButtonSmall:disabled
{
    opacity: 0.65;
    cursor: not-allowed;
    filter: alpha(opacity=65);
}

.CSSButtonSmall[disabled=disabled]:hover
{
    opacity: 0.65;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    color: White !important;
}

.CSSButtonSmall:disabled:hover
{
    opacity: 0.65;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    color: White !important;
}

.CSSButtonSmall[disabled=disabled]:active
{
    opacity: 0.65;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    color: White !important;
    position: relative;
    top: 0px;
    left: 0px;
}

.CSSButtonSmall:disabled:active
{
    opacity: 0.65;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    color: White !important;
    position: relative;
    top: 0px;
    left: 0px;
}
/***********************************************/
/*---------- bubble tooltip -----------*/
a.tt
{
    position: relative;
    z-index: 24;
    color: #3CA3FF;
    font-weight: bold;
    text-decoration: none;
}
a.tt span
{
    display: none;
}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover
{
    z-index: 25;
    color: #aaaaff;
}
a.tt:hover span.tooltip
{
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    padding: 15px 0 0 0;
    width: 200px; /*993300*/
    color: #3b2317;
    text-align: left;
}
a.tt:hover span.top
{
    display: block;
    padding: 30px 8px 0;
    background: url(bubble.gif) no-repeat top;
}
a.tt:hover span.middle
{
    /* different middle bg for stretch */
    display: block;
    padding: 0 8px;
    background: url(bubble_filler.gif) repeat bottom;
}
a.tt:hover span.bottom
{
    display: block;
    padding: 3px 8px 10px;
    color: #548912;
    background: url(bubble.gif) no-repeat bottom;
}