/* default tables */
table {border-collapse:collapse; margin-left:auto; margin-right:auto;}
/*
table {background-color:#EEEEEE;}
td {border:1px solid black;}
*/
td {padding:5px; vertical-align:middle;}

/* content window */
#ContentWindow {text-align:justify;}

/* fonts */
body {font-family:Arial, sans-serif;}
h1,h2,h3 {font-family:"Times New Roman", serif;}

body { 
  margin-left:auto;
  margin-right:auto;
  width:800px;
  background:white;
  color:black;
  font-size:small;
}

/* headings */
h1 {text-align:center;}

a { text-decoration:none; }
a { color:blue; }
a:hover { color:purple; }
a.controls { color:#dddddd; }
a.controls:hover { color:#dddddd; }

 
a[href^="http:"] {
display:inline-block;
padding-right:14px;
background:transparent url(/uploads/external_link.png) center right no-repeat;
}

a[href^="http://www.aikido.org.nz"] {  
background:transparent;  
padding-right:0px;  
}  

a[href^="mailto:"] {
display:inline-block;
padding-right:18px;
background:transparent url(/uploads/mailto.png) center right no-repeat;
}

a[href$='.pdf'] {
display:inline-block;
padding-right:20px;
line-height:18px;background:transparent url(/uploads/pdf_link.png) center right no-repeat;
}