.adminBox 
{
color: #53b2c7; 
font-family: Tahoma;
font-size: 12px; 
border: solid 1px #a9a9a9; 
vertical-align:middle;
text-align:left; 
padding:5px;
}

.adminButton 
{
color: #e5e3e3; 
background-image: url(../images/button.png);
background-repeat:no-repeat;
background-position:center;
font-family: Tahoma;
font-size: 14px; 
font-weight: bold;
border: solid 0px #494949;
vertical-align:middle;
padding:4px;
cursor:pointer;
}

.loginBox 
{
color: #53b2c7; 
font-family: Tahoma;
font-size: 11px; 
border: solid 1px #a9a9a9;
text-indent:2px; 
vertical-align:middle;
text-align:left; 
}

.menuItemStyle
{
  color: White;
  background-color: #ed5f00;
  font-size: 12px;
  font-weight: bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin:1px;
  padding:2px;
}

.menuSubItemStyle
{
  color: white;
  font-size: 11px;
  font-weight: bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin:2px;
  padding:2px;
}

.menuhoverstyle
{
  color: #393939;
}

.subMenuItemStyle
{
  font-size: 14px;
  font-weight: bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  margin:1px;
  padding:4px;
}

.watermarked_email 
{
color: #808080; 
font-family: Tahoma;
font-size: 11px; 
border: solid 1px #a9a9a9;
text-indent:2px; 
vertical-align:middle;
}

.watermarked_psw 
{
color: White; 
font-family: Tahoma;
font-size: 11px; 
border: solid 1px #a9a9a9;
text-indent:2px; 
vertical-align:middle;
text-align:right; 
background-image:url(../images/psw_wMark.png);
background-repeat:no-repeat; 
}

/* Accordion */
.accordionHeader
{
    border: 1px solid #393939;
    color: white;
    background-color: #ed5f00;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeader a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeader a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionHeaderSelected
{
    border: 1px solid #393939;
    color: #393939;
    background-color: #ed5f00;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
 
#master_content .accordionHeaderSelected a
{
      color: #FFFFFF;
      background: none;
      text-decoration: none;
}
 
#master_content .accordionHeaderSelected a:hover
{
      background: none;
      text-decoration: underline;
}
 
.accordionContent
{
    background-color: #e5e3e3;
    border: 1px dashed #393939;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionLink
{
		color:White;
		text-decoration:none;
}

.MaskedEditError
{
	background-color: #e2cfd2;
}

.modalBackground {
    background-color:#e5e3e3;
    filter:alpha(opacity=60);
    opacity:0.6;
}

#blurLoading
{
    width: 100%;
    background-color: #e5e3e3;
    moz-opacity: 0.3;
    khtml-opacity: .3;
    opacity: .3;
    filter: alpha(opacity=30);
    z-index: 200;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.golink:link {color: #ffffff; text-decoration: none; }
.golink:active {color: #ffffff; text-decoration: none; }
.golink:visited {color: #ffffff; text-decoration: none; }
.golink::hover {color: #ed5f00; text-decoration: underline; }

