
/** WebSpace: xms*/
/** WebTheme:  */

body {
  font-family: arial;
  font-size: 11px;
  color: #585858;
  background: #ffffff;
  padding: 0px 0px 30px 0px;
  margin: 0px;

}

img {
  border: 0
}

.CButton {
   cursor:            pointer;
   cursor:            hand;
   font-family:       Arial;
   font-size:         11px;
   border:            1px #585858 solid;
   color:             #585858;
   background-color:  #ffffff;
}


.CXmsButton {
   cursor:            pointer;
   cursor:            hand;
   font-family:       Arial;
   font-size:         11px;
   border:            1px #585858 solid;
   color:             #ffffff;
   background-color:  #c65267;
}

.CPointer {
   cursor: pointer;
}

.CNobr {
   white-space: nowrap;
}

.CNobrLabel {
   white-space: nowrap;
}

.wcBold {
  font-weight: bold;
}

.wcClearAll {
  clear: both;
}

.cLinkSmall a:link {
  color: #297e91;
  text-decoration: underline;
  font-weight:bold;
  font-size:9px;
}

.cLinkSmall a:hover {
  color: #297e91;
  text-decoration: underline;
  font-weight:bold;
  font-size:9px;
}

.cLinkSmall a:visited {
  color: #297e91;
  text-decoration: underline;
  font-weight:bold;
  font-size:9px;
}

.cLinkSmall a:active {
  color: #297e91;
  text-decoration: underline;
  font-weight:bold;
  font-size:9px;
}



/* Standard Envelope wrapper for address books, user select, other lookup dialogs */
.cEnvelope {
   font-family: Arial;
   position: absolute;
   top:0;
   left:0;
   bottom:2px;
   right:0;
   
}
.cEnvelopeOn {
   font-family: Arial;
   position: absolute;
   top:0;
   left:0;
   width:100%;
   height:100%;
   
}
.cEnvelopeOff {
   font-family: Arial;
   position: absolute;
   top:0;
   left:0;
   width:0;
   height:0;
   
}

/* user search */
.cUSInner {
   position: absolute;
   top:30px;
   left:0;
   bottom:2px;
   right:0;
}

.cUSSelect {
   font-family: Arial;
   font-size: 11px;
   font-weight: normal;
   color: #585858;
   background: #e8f8fd;
}
.cUSInput {
  font-family: Arial;
  font-size: 11px;
  color: #585858;
  background: #e8f8fd;
}
.cUSHeader {
  font-size: 12px; 
  font-weight: bold; 
  color: #585858;
  background-color: #e8f8fd;
  border-top:1px #97cad6 solid;
}
.cUSRow0 {
   font-family: Arial;
   font-size: 11px;
   background-color: #c0c0c0;
   cursor: pointer;
}
.cUSRow1 {
   font-family: Arial;
   font-size: 11px;   
   background-color: #FFFFFF;
   cursor: pointer;
}
.cUSRowSelected {
    background-color: #EEEEEE;
    cursor: pointer;
}
.cUSNoResults {
   padding-top: 5px;
   margin-left: 17px;
   font-family: Arial;
   font-size: 12px;
   font-weight: bold;
   color: #585858;
}
.cUSLink a:link {
  font-family: Arial;
  color: #c65267;
  text-decoration: underline;
  font-weight:bold;
  font-size:11px;
  margin: 2px 6px;
}

.cUSLink a:hover {
  font-family: Arial;
  color: #c65267;
  text-decoration: underline;
  font-weight:bold;
  font-size:11px;
  margin: 2px 6px;
}

.cUSLink a:visited {
  font-family: Arial;
  color: #c65267;
  text-decoration: underline;
  font-weight:bold;
  font-size:11px;
  margin: 2px 6px;
}

.cUSLink a:active {
  font-family: Arial;
  color: #c65267;
  text-decoration: underline;
  font-weight:bold;
  font-size:11px;
  margin: 2px 6px;
}


/* Address Book */
.cABInner {
   position: absolute;
   top:30px;
   left:0;
   bottom:0px;
   right:0;
}

.cABLabel {
  font-family: Arial;
  font-size: 12px; 
  font-weight: bold; 
  color: #a5a5a5;
}
.cABSelect {
   font-family: Arial;
   font-size: 11px;
   font-weight: normal;
   color: #585858;
   background: #e8f8fd;
}
.cABInput {
  font-family: Arial;
  font-size: 11px;
  font-weight: normal;
  color: #585858;
  background: #e8f8fd;
}
.cABHeader {
  font-family: Arial;
  font-size: 12px; 
  font-weight: bold; 
  color: #585858;
  background-color: #e8f8fd;
  border-top:1px #97cad6 solid;
}
.cABRow0 {
   font-family: Arial;
   font-size: 11px; 
   background-color: #c0c0c0;
   cursor: pointer;
}
.cABRow1 {
   font-family: Arial;
   font-size: 11px; 
   background-color: #FFFFFF;
   cursor: pointer;
}
.cABRowSelected {
    background-color: #EEEEEE;
    cursor: pointer;
}
.cABNoResults {
   padding-top: 5px;
   margin-left: 17px;
   font-family: Arial;
   font-size: 12px;
   font-weight: bold;
   color: #585858;
}
.cABLink a:link {
  font-family: Arial;
  color: #c65267;
  text-decoration: underline;
  font-weight:bold;
  font-size:11px;
  margin: 2px 6px;
}

.cABLink a:hover {
  font-family: Arial;
  color: #c65267;
  text-decoration: underline;
  font-weight:bold;
  font-size:11px;
  margin: 2px 6px;
}

.cABLink a:visited {
  font-family: Arial;
  color: #c65267;
  text-decoration: underline;
  font-weight:bold;
  font-size:11px;
  margin: 2px 6px;
}

.cABLink a:active {
  font-family: Arial;
  color: #c65267;
  text-decoration: underline;
  font-weight:bold;
  font-size:11px;
  margin: 2px 6px;
}


/* Working Panel */
.cWPLoadingContainer {
   position: absolute;
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   background-color: #EEEEEE;
   filter:alpha(opacity=50);
   opacity: 0.5;
   -moz-opacity:0.5;
   z-index: 1003;
}
.cWPSuccessClass {
   position: absolute;
   width: 100%;
   height: 20px;
   top: 0;
   left: 0;
   filter:alpha(opacity=80);
   opacity: 0.8;
   -moz-opacity:0.8;
   font-family: Arial;
   font-size: 13px;
   font-weight: bold;
   margin: 2px auto;
   padding: 1px 5px;
   z-index: 1005;
   background-color: #C4DF9B;
   border-color: #008000;
   color: #008000;
}
.cWPDefaultClass {
   position: absolute;
   width: 100%;
   height: 20px;
   top: 0;
   left: 0;
   filter:alpha(opacity=80);
   opacity: 0.8;
   -moz-opacity:0.8;
   font-family: Arial;
   font-size: 13px;
   font-weight: bold;
   margin: 0px auto;
   padding: 1px 5px;
   z-index: 1005;
   background-color: #B3CCFF;
   border-color: #003194;
   color: #003194;
}
.cWPFailedClass {
   position: absolute;
   width: 100%;
   height: 20px;
   top: 0;
   left: 0;
   filter:alpha(opacity=80);
   opacity: 0.8;
   -moz-opacity:0.8;
   font-family: Arial;
   font-size: 13px;
   font-weight: bold;
   margin: 0px auto;
   padding: 1px 5px;
   z-index: 1005;
   background-color: #FFA3A2;
   border-color: #F60101;
   color: #F60101;
}

