﻿/*body{
    font-family: Sans-Serif;
    color: #DA2159;
    background-color: #ffffff;
}


a:link {
    color: #DA2159;
    text-decoration: underline;
}

a:visited {
    color: white;
    text-decoration: underline;
}

a:hover {
    color: white;
    text-decoration: underline;
}

a:active {
    colro: white;
    text-decoration: underline;
}

.ui-dialog-titlebar-close {
  background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_888888_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
  border: medium none;
}
.ui-dialog-titlebar-close:hover {
  background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_222222_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
}

.center{
    position: absolute;
    z-index: 15;
    top: 50%;
    left: 50%;
    background-color: #000000;
}


.LoginLabel{
    color: #DA2159;
    font-size: 12pt;
    font-style: italic;
}

#divLogo{
    clear:both;
    height: 100px;
    margin: 0 auto;
}

#fldUsername{
    width:200px;
    height: 18px;
    font-size: 10pt;
}

#fldEmail{ 
    width:200px;
    height: 18px;
    font-size: 10pt;
}

#fldPassword{
    width:200px;
    height: 18px;
    font-size: 10pt;
}

#btnLogin{
    width: 200px;
}

#ForgotPassword{
    font-style: italic;
    font-size: 9pt;
    cursor: pointer;
    color: #000000;
    text-decoration: underline;
}

#Login_Header{
    background-color: #aaaaaa;
    color: #000000;
    width: 98%;
    height: 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #aaaaaa;
    border: inset 1px solid #aaaaaa;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}

.divBlock
{
    /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #999;
    border: inset 1px solid #333;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);*/
/*}

.Header{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #aaaaaa;
    border: inset 1px solid #aaaaaa;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    background-color: #aaaaaa;
    clear:both;
    height: 25px;
}

.MobileButton{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #333333;
    border: inset 1px solid #333333;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    background-color: #295586; 
    clear:both;
    height: 25px;
    cursor: pointer;
    font-size: 12pt;
    font-weight: bold;
    color: #da2159; 
    margin-bottom: 10px;
  
}

.MobileButon_Label {
    margin-top: 3px;
}


.BtnHomeMedium {
    margin-left: 15px;
}

.BtnBackMedium {
    margin-left: 15px;
}

.CallsContainer{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #aaaaaa;
    border: inset 1px solid #aaaaaa;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    overflow: auto;
    background-color: #aaaaaa;
    text-align: center;
}

.CallContainer{
    cursor: pointer;
    clear: both;
}


.Logout{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    border: 1px solid #333333;
    border: inset 1px solid #333333;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    background-color: #666;
    font-size: 10pt;
    cursor: pointer;
    width: 50px;
    height: 20px;
    float: right;
    color: white;
    text-align: center;
   
}

.Back {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 3px;
    border: 1px solid #333333;
    border: inset 1px solid #333333;
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
    background-color: #666;
    font-size: 10pt;
    cursor: pointer;
    width: 50px;
    height: 20px;
    float: left;
    color: white;
    text-align: center;
}

html.wait, html.wait * { cursor: wait !important; }