A.bigLink {
  font-family:      Verdana;
/*  color:            #000000;*/
  color:            #0084B4;
  font-size:        16px;
  text-decoration:  none;
}

A.bigLink:hover {
/*  color:            #FFFFFF;
  background-color: #CC0000; 
  text-decoration:  none;*/
  color:            #0084B4;
  text-decoration:  underline;
}

A.bigLink:visited {
  color:            #0084B4;
}

.popup {
  font-family: Verdana; 
  font-size:   9pt;
  text-align:  left;
  color:       #555555;
}

SPAN#map_not_found {
  font-family: Verdana; 
  font-size:   14pt;
  text-align:  center;
  width:       650px; 
  padding-top: 10px;
  color:       #BB0000;
}

DIV#map {
  width:       930px; 
  height:      550px;
  border:      1px solid gray;
}

.studio * {
  font-family: Verdana; 
  font-size:   18px;
}

.studio TH {
  color:          #888888;
  vertical-align: top;
  font-weight:    normal;
  text-align:     right;
}

.studio TD {
  padding-bottom: 1px;
}

.province TD {
  vertical-align: top;
  text-align:     center; 
  padding-bottom: 25px;
  width:          16%;
} 

.yui-button#btnAdd button {
  padding-left: 32px;
  background: url( /images/btnAdd.gif ) 10% 50% no-repeat;
}

.yui-button#btnUpdate button {
  padding-left: 40px;
  background: url( /images/btnUpdate.png ) 10% 50% no-repeat;
}

.yui-button#btnEmail button {
  padding-left: 32px;
  background: url( /images/btnEmail.gif ) 10% 50% no-repeat;
}

.yui-button#btnHome button {
  padding-left: 32px;
  background: url( /images/btnHome.png ) 10% 50% no-repeat;
}

.yui-button#btnCancel button {
  padding-left: 26px;
  background: url( /images/btnCancel.png ) 10% 50% no-repeat;
}

.yui-button#btnSubmit button {
  padding-left: 26px;
  background: url( /images/btnSubmit.gif ) 10% 50% no-repeat;
}

