﻿/* controls the fonts, size and default text colour for the page */
body{font-family: Trebuchet-MS, Arial, Sans-Serif;color:#000;background-color:#B9C7D4;}
/* specify the location of your logo, background colour of the header and bottom border of the header */
#logoSpace{background-image:url('/images/approvemove-logo.png');background-color:#0079C1;border-color:#BABABA;}



/* set the border and background colour for the main content areas */
.detailsPanel, .helpPanel{border-color:#BABABA;background-color:#fff;}

/* set the border colour for the approve and decline boxes */
table#transOpt th,table#transOpt td{border-color:#BABABA;}



/* set the background colour and text colour for the approve and declne boxes */
table#transOpt .authBox{background-color:#8CC241;color:#000;}
table#transOpt .dclnBox{background-color:#C22200;color:#000;}
/* text colours for the error, success and authcode attempts messages*/
.errMsg{color:#f00;}
.success{color:#0a0;}
.smlTxt{color:#f00;}







