/*---------------------------------------------------------
    Global Tangoe Styles
-----------------------------------------------------------*/
BODY {
  margin: 0;
  padding: 0;
  font-size: 12px;
  background-color: #fff;
}

P, INPUT, TEXTAREA {
  color: #000;
  font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
  font-size: 12px;
}

H1 {
  color: #333;
  font-family: Tahoma,Helvetica,sans-serif;
  font-size: 18px;
}

H1.title {
  display: inline;
}

H2 {
  color: #656565;
  display: block;
  font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
  font-size: 15px;
  line-height: 15px;
}

H3 {
  color: #656565;
  display: block;
  font-family: Arial,Verdana,Tahoma,Helvetica,sans-serif;
  font-size: 13px;
  line-height: 13px;
}


A.linkOff {
  color: #fff;
}
A.linkOn {
  color: #f9771c;
}


A.tangoeLinkBtn {
  color: #404040;
  text-decoration: underline;
  cursor: pointer;
}
A.tangoeLinkBtn:visited {
  color: #404040;
  text-decoration: underline;
}
A.tangoeLinkBtn:hover {
  color: #f9771c;
  text-decoration: underline;
}
A.tangoeLinkBtn:active {
  color: #f9771c;
  text-decoration: underline;
}


INPUT.tngoBtn, INPUT.tngoBtn2 {
  height: 23px;
  color: #fff;
  background: #e77723 url('images/button-bg.gif');
  font-size: 11px;
  font-weight: bold;
  border: 1 solid #ccc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

INPUT.tngoBtn2 {
  background: #174B94 url('images/button-secondary-bg.gif');
}


INPUT.tngoBtn[disabled],
INPUT.tngoBtn2[disabled],
INPUT.tngoBtn .disabled,
INPUT.tngoBtn2 .disabled {
  background: #666 url('images/button-bg-disabled.gif');
  font-weight: normal;
}

.ui-busy {
  position:absolute;
  opacity: 0.70;
  filter: alpha(opacity=70);
  background-color: #fdfdfd;
  background-position: 50% 50%;
  background-image: url('images/loading.gif');
  background-repeat: no-repeat;
}

.highlight {
  color: #e97724;
}


/*---------------------------------------------------------
    Sitewide Search from Top Banner
-----------------------------------------------------------*/
#tngoSiteSearch {
  position: relative;
  top:15px;
  float:right;
}
#tngoSiteSearch #searchTerm {
  width: 250px;
  height:22px;
  -moz-border-radius: 8px;
  -webkit-border-radius:8px;
  border-radius: 8px;
  padding: 0px 16px 0px 4px;
}
#tngoSiteSearch .icnSearch {
  background-image: url(../../../common/images/sprites.gif?v=100113); 
  width: 16px; 
  height: 17px; 
  background-repeat: no-repeat; 
  background-position: -80px -514px; 
  border: 0px; 
  border-left: 1px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;  
  cursor: pointer; 
  display: inline;
}

/*---------------------------------------------------------
    BIT Search under the Top Banner
-----------------------------------------------------------*/
#tngoBITSearch {
  position: relative;
  top:117px;
  float:right;
  margin-right:320px;
}
#tngoBITSearch #searchTerm {
  width: 220px;
  height:17px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 8px;
}
#tngoBITSearch #bnSearch {
  height: 19px;
  color: #fff;
  background-color: #4482e6;
  font-weight: bold;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
  border:0;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
  border-radius:4px;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
  padding:0 4px 0 4px;
}


/*---------------------------------------------------------
    Utility Links
-----------------------------------------------------------*/
#tngoUtilityNav {
  height: 30px;
  float: right;
  color: #184c93;
  font-size: 12px;
  text-align: right;
  padding-right: 0;
  padding-bottom: 10px;
  vertical-align: top;
}

#tngoUtilityNav LI {
  list-style-type: none;
  float: right;
}

#tngoUtilityNav A {
  color: #184c93;
  font-weight: bold;
  text-decoration: none;
  white-space: nowrap;
  display: inline;
}
#tngoUtilityNav A:hover {
  color: #e97721;
}


/*---------------------------------------------------------
    Styles for validation helpers
-----------------------------------------------------------*/
label.error {
  float: none;
  color: #c00;
  padding-left: .5em;
  vertical-align: top;
}

