/* Per-Instance Style Sheet for CyberPR Cyber PR */



/*
 *  Colours we have are:
 * Set in instance editor: 
 *  Primary Colour:      #ff6600
 *  Secondary Colour:    #deb477
 *  Lighter Primary 1:   #ffccaa
 *  Lighter Primary 2:   #ffbd90
 *  Primary Contrast:    #000000
 *  Secondary Contrast:  #000000
 *  Background Color: 	 #2e2e2e
 */

body {
	background: #2e2e2e;
}

#logo {

height: 175px;
background-image: url("http://s3.amazonaws.com/cyberpr-attachments/instances/logos/1/body/CyberPR_logo_square.png") top left no-repeat;

}

a {
  color: #ff6600;
}

#footer {
  background-color: #deb477;
  color: #000000;
  border-bottom: #ff6600;
}

#footer a {
	color: #000000;
}

table.recordset {
  border-color: #deb477;
}

.btn_holder .current, #login input.login_btn {
  background: #ff6600;
  border: #000000;
  color: #ffccaa;
}

.btn2 {
  background: #ff6600;
  border: #000000;
  color: #ffccaa;
}





