/*

Colors plucked from the header shall constitue our main palette: 

---
dark pink: #bd8a8a
light pink: #f1a8a8
offwhite: #faf8f8
lighter grey: #bab5b5
darker grey: #808080
black: #000000
red: #b31e1e
dark red: #601111
---

*/

html body * {
   font-family: Arial,  sans-serif;
}
html,body,p {
   color: #333;
   border-color: #808080;
}
h1,h2,h3,h4,h5,h6 {
   color: #000000;
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
   color: #005DAB;text-decoration:none;
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
   color: #005DAB;text-decoration:underline;
}
/* Override pipe title weight*/
html body .ybx h3.ybh{
	font-weight:normal;
}
body a {
   color: #005DAB;
}
body a:hover {
   color: #005DAB;
}
html body .ui-widget-header a{color:#C6E5FE}
html  body .ui-widget-header a:hover{color:#fff}
html  body .ui-widget-content a{   color: #005DAB}
/*.ui-widget-content a:hover{     color: #601111;}*/
html body .ui-widget-content .ui-state-active a:hover{     color: #005DAB;}
html body .ui-widget-content a.praized-action,html body a.praized-action{   color: #005DAB !important;background:#C6E5FE !important;white-space:nowrap !important;font-weight:bold !important;padding:0 0.2em !important;text-decoration:none !important;-webkit-border-radius:0.1em !important;-moz-border-radius:0.1em  !important;border-radius:0.1em  !important;border:1px solid #bd8a8a !important;}



abbr{border:0;color:inherit;font-family:inherit;font-size:inherit;}

.powered-by p{color:#808080}
.powered-by p a{color:#777}
.powered-by p a:hover{color:#555}