a:link {  color: #006666; text-decoration: none}
a:visited {  color: #990000; text-decoration: none}
a:hover {  color: #990000; text-decoration: underline}
.labels {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
.plusButton {  height: 20px; width: 17px}
.dropDown {  width: 100%}
.textField100 {  width: 100%; font-family: Arial, Helvetica, sans-serif; font-size: 9pt}

.textFieldSansSerif {  font-family: Arial, Helvetica, sans-serif}
.pushButton {  width: 70px; background-color: #336699; font-weight: normal; color: #FFFFFF}
.dialogHeader {  font-size: 12pt; background-color: #eeeeee; text-align: center; font-family: Arial, Helvetica, sans-serif}
.listBox {  width: 250px}
.listBoxPriority {  width: 50px}
.lostBoxProfile {  width: 215px}
.error {  font-family: Arial, Helvetica, sans-serif; font-size: 10pt; color: #FF0000}
.arrow_cursor {  cursor: default}
.listBoxSmall { width: 175px}
.inputFlushRight {  text-align: right}
.listBoxMonoType {  font-family: "Courier New", Courier, mono; font-size: 9pt; width: 700px; height:100%}
.monoFont {  font-family: "Courier New", Courier, mono; font-size: 9pt}
.listBoxMonoTypePixels { font-family: "Courier New", Courier, mono; font-size: 11px; width: 700px }
.mofontPixy {  font-family: "Courier New", Courier, mono; font-size: 12px}
.textField100readonly { width: 100%; font-family: Arial, Helvetica, sans-serif; font-size: 9pt }
.textField { font-family: Arial, Helvetica, sans-serif; font-size: 9pt }
.pushButtonBig { width: 100px; background-color: #336699; color: #FFFFFF}
.userinfo {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; padding-bottom: 4px}
.topbarTitle {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #FFFFFF; font-weight: normal}

/** It's meant as a mixin, that's why it's not semantic */
.gradient-box {
    border-radius: 4px;
	width: 100%;
	border: 1px solid gray;
	background-image: url('../images/bar/bg.jpg');
}

.gradient-box.small {
    background-image: url('../images/bar/bg_small.jpg');
}

.pam-header {
    text-align: center;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt;
    padding: 3px 0;	
}
