/* CSS Document */
  body
  {
   background:#7AA8C9 ;
   margin:0px;
   padding:0px;
  }
  p,ul li{
  font-size:8pt;
  }
 #mainWrap
 {
  width:750px;
  margin:0px auto;
  border:0px #7BBAC5 solid;
  font-family:verdana;
  background:#fff;
 }
 
  #content
 {
  padding:0px 0px;
  margin:5px;
  height:100%;
 }
 /*HEADER*/
 #logos
 {

  float:left;
  clear:both;
  background:#fff;
 }
 #header
 {
 background:#7AA8C9 url(../img/headerGrad.gif) bottom right no-repeat;
 font-family:arial;
 font-size:14pt;
 font-weight:bold;
 border:1px #6E9BB9 solid;
 border-width:0px 0px 0px 0px;
 color:#fff;
 }
 #logo
 {
border-width:0px;
 }
 /*LOGIN*/
 
 #loginbar
 {
  height:40px;
  background: #587595 url(../img/loginbar.gif) bottom left repeat-x;
  margin-bottom:10px;
 }
 #loginbar #loginwrap
 {
  width:50%;
  margin:0% 0% 0% 50%;
  font-family:verdana;
 }
 
 #loginbar #loginwrap input.text
 {
  background:#8BA9CB;
  font-size:8pt;
  width:100px;
  border-width:0px;
  color:#fff;

 }
 
 #loginbar #loginwrap span
 {
  color:#fff;
  font-size:8pt;
 }

 
/*LOGOUT*/
 #logout
 {
  padding:2px 0px 5px 0px;
  margin-top:0px;
  border-bottom:1px #CDDAE4 solid;
 }

 #logout a,#logout a:visited,a,a:visited
 {
  font-family:verdana;
  font-size:8pt;
  color:#457393;
  text-decoration:underline;
  margin:0px 5px
 }

 #logout a:hover,a:hover
 {
  text-decoration:none;
 }
 
 /*FOOTER*/
 #footer
 {
  font-size:8pt;
  text-align:center;
  padding:5px 0px;
  background: url(../img/footerGrad.gif) top left repeat-x;
  border-top:2px #ccc solid;
  color:#ccc;
  height:50px;
 }

 #footer a, #footer a:visited
 {
  color:#ccc;
  text-decoration:none;
 }

 #footer a:hover
 {
  color:#fff;
 }
 
 /*CONTAINERS*/



 #merchantDetailsConfirm
 {
  margin:10px 5px;
 }


.selected
{
 background:#eee;
}

.outerCont
{
 padding:10px 5px;
 border:1px #8AAEC4 solid;
 width:728px;
 margin-bottom:10px;
}

.container
{
font-size:8pt;
clear:both;
margin-bottom:10px;
}



.container .label
{
text-align:center;
font-size:8pt;
font-weight:bold;
text-align:right;
width:250px;
margin:0px 5px;
float:left;
display:block;
}


p.text
{
font-size:8pt;
text-align:center;
}


/*TABLES*/
table.confirm
{

}

table.confirm td
{
width:200px;
font-size:8pt;
padding:2px;
}

table.confirm tr.totalExclVat td
{
 border-top:1px #aaa solid;
 padding-top:5px;
}

table.confirm tr.total td
{
 border-top:2px #aaa solid;
 padding-top:5px;
 font-weight:bold;
}

table.confirm tr td.amount
{
text-align:right;
}

/*INPUTS*/

input.text,select
{
 width:170px;
 border:1px #7BBAC5 solid;
 background:#E6EEF1;
 padding:0px;
}

.clear
{
clear:both;
font-size:0pt;
}

table.confirm input.text,select
{
 border:1px #D1E3E9 solid;
 background:#FBFBFB;
}

  .submit
  {
  margin:5px;
  }
  
/*TABS*/
.gtab div div,.ytab div div,.rtab div div
{
background: url(../img/gtad_03.gif) top right no-repeat;
width:360px;
height:25px;
 margin:0px;
 padding:0px;
 font-size:0pt;
}

.gtab div,.ytab div,.rtab div,.btab div
{
background: url(../img/gtad_01.gif) top left no-repeat;
width:360px;
height:25px;
 margin:0px;
 padding:0px;
 font-size:0pt;
}

.gtab,.ytab,.rtab,.btab
{
background: url(../img/gtad_02.gif) top right repeat-x;
width:360px;
height:25px;
 margin:0px;
 padding:0px;
 font-size:0pt;
}

.gtab div div div,.ytab div div div,.rtab div div div,.btab div div div
{
 font-size:10pt;
 text-align:left;
 background:transparent;
 padding:5px 0px 0px 10px;
 font-weight:bold;
 height:25px;
 width:auto;
 font-size:10pt;
 color:#fff;
}

/*GTAB*/

.gtab div div
{
background: url(../img/gtab_03.gif) top right no-repeat;
}

.gtab div
{
background: url(../img/gtab_01.gif) top left no-repeat;
}

.gtab
{
background: url(../img/gtab_02.gif) top right repeat-x;
}

/*YTAB*/
.ytab div div
{
background: url(../img/ytab_03.gif) top right no-repeat;
}

.ytab div
{
background: url(../img/ytab_01.gif) top left no-repeat;
}

.ytab
{
background: url(../img/ytab_02.gif) top right repeat-x;
}

/*RTAB*/
.rtab div div
{
background: url(../img/rtab_03.gif) top right no-repeat;
}

.rtab div
{
background: url(../img/rtab_01.gif) top left no-repeat;
}

.rtab
{
background: url(../img/rtab_02.gif) top right repeat-x;
}

/*BTAB*/

.btab div div
{
background: url(../img/btab_03.gif) top right no-repeat;
}

.btab div
{
background: url(../img/btab_01.gif) top left no-repeat;
}

.btab
{
background: url(../img/btab_02.gif) top right repeat-x;
}


/*WARNINGS*/
.error,input.error
{
 color:#f60;
 background:#ffeeaa;
 padding:2px
}

.notice
{
 color:#306B8F;
 background:#ffff99;
 display:block;
 padding:2px
}

input.error,select.error
{
 color:#000;
 background:#ffeeaa;
 padding:0px;
 border:1px #f60 solid;
}

input.nostyle
{
background:#fff;
border-width:0px;
}

#designError
{
 margin-left:250px;
}
/*HEADINGS*/

h5
{
 background:#E9EFE8;
 border-bottom:1px #74C26C solid;
 padding:3px;
}

h5 .bullet
{
 background:#74C26C;
 color:#fff;
 padding:1px 3px;
 display:block;
 float:left;
 text-align:center;
 margin-right:6px;
}

/*LISTS*/
ul
{
 font-size:10pt;
 list-style:none;
 line-height:2
 
}

ul li.new
{
 background: url(../img/new.jpg) 0% 50% no-repeat;
 padding-left:17px;
}

ul li.exist
{
background: url(../img/exist.jpg) 0% 50% no-repeat;
padding-left:17px;
color:#888;
}

ul li.notice
{
background: url(../img/notice.jpg) 0% 50% no-repeat;
padding:0px;
padding-left:17px;
color:#AC5F07;
}

/*ROUND CORNERS*/
.rtop, .rbottom{display:block;background-color:transparent;margin-bottom:0px;font-size:0pt}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden;background-color:transparent;font-size:0pt}
.r1{margin: 0 3px;background-color:#fff;border:1px #fff solid;border-width:0px 2px;font-size:0pt}
.r2{margin: 0 2px;background-color:#fff;border:1px #fff solid;border-width:0px 1px;font-size:0pt}
.r3{margin: 0 1px;background-color:#fff;border:1px #fff solid;border-width:0px 1px;font-size:0pt}
.r4{margin: 0 0px;height:2px;background-color:#fff;border:1px #fff solid;border-width:0px 1px;font-size:0pt}

.menu-selected{font-weight:bold;background:#3A739C;padding:5px;border:1px #6690AF solid}
