/*
  Basic Style Sheet for Anchiskhati Choir
*/
body 
     { font-family: Helvetica, sans-serif;
       font-size: 15px;
       background-color: black;
       background-image: url("../images/background.gif");
       background-repeat: repeat-vertical;
       color: white;
     }
     
     
p.inverse
     {
       color: black;
     }
     
p.alignCenter
     {
       text-align: center;
     }

p.awcLink
     {
       font-size: 10px;
     }
     
ul
     {
       color: black;
     }
     
span.goldAndBold
     {
     	font-weight: bold;
     	color: #ff9900;
     }
     
div.choirName
     {
     	position: absolute;
     	top: 5px;
     	left: 250px;
     	width: 247px;
     	height: 34px;
     	
     }

div.awcLink
     {
     	position: absolute;
     	top: 400px;
     	left: 10px;
     	width: 100px;
     	height: 20px;
     }


div.lhs
     {
     	position: absolute;
     	top: 50px;
     	left: 10px;
     	width: 150px;
     	height: 200px;
     	
     }

div.centrePiece
     {
     	position: absolute;
     	top: 50px;
     	left: 222px;
     	width: 300px;
     	height: 200px;
     	text-align: justify;     	
     }

div.centrePieceCentred
     {
     	position: absolute;
     	top: 50px;
     	left: 222px;
     	width: 300px;
     	height: 200px;
     	text-align: center;     	
     }


div.rhs
     {
     	position: absolute;
     	top: 50px;
     	left: 560px;
     	width: 210px;
     	height: 200px;
     	text-align: justify;
     }

     
table
     {
       width: 100%;
       border-collapse: collapse;
       border: 0;
       border-spacing: 0;
     }
          
td
     {
       text-align: left;
       padding: 0;
     }

td.justify
     {
       text-align: justify;
     }


td.menuCell
     {
       padding-top: 5px;
       padding-bottom: 5px;
     }
     
td.smallCol
     {
     	width: 15%;
     	vertical-align: top;
     	font-size: 12px;
     }

td.bigCol
     {
     	width: 60%;
     	vertical-align: top;
     	font-size: 12px;
     }

td.medCol
     {
     	width: 25%;
     	vertical-align: top;
     	font-size: 12px;
     }
     
td.instCol
     {
     	width: 35%;
     	vertical-align: top;
     }
     
td.rowTitle
     {
     	color: black;
     	width: 25%;
     	vertical-align: top;
     	text-align: left;
     }

td.rowField
     {
     	color: black;
     	width: 75%;
     	vertical-align: top;
     	text-align: left;
     }

td.tourDate
     {
     	width: 45%;
     	vertical-align: top;
     	text-align: left;
     }

td.tourVenue
     {
     	width: 55%;
     	vertical-align: top;
     	text-align: left;
     }

td.cd
     {
     	width: 50%;
     	vertical-align: top;
     	text-align: center;
     }
     
     
img.choirName
     {
       border-width: 0;
       height: 34px;
       width: 247px;
     }

img.playMe
     {
       border-width: 0;
       height: 50px;
       width: 50px;
     }


img.choirPic
     {
       border-width: 0;
       height: 130px;
       width: 300px;
     }

img.headPic
     {
       border-width: 0;
       height: 215px;
       width: 200px;
     }


img.singerPic
     {
       float: left;
       border-width: 0;
       height: 83px;
       width: 70px;
     }

img.preload
     {
       border-width: 0;
       height: 0px;
       width: 0px;
     }
     
img.cdImg
     {
       border-width: 0;
       height: 150px;
       width: 150px;
     }
     
span.illuminate
     {
     	float: left;
     	font-size: 300%;
     	font-weight: bold;
     	color: #ff9900;
     	background: transparent;
     	margin-top: -3px;
     	margin-bottom: -5px;
     }
     
span.superscript
     {
     	float: left;
     	font-size: 70%;
     	margin-top: -3px;
     }
     
span.italics
     {
     	font-style: italic;
     }
          
a
     {
       text-decoration: none;
     }
              
a:link
     {
       color: white;
       background: transparent;
     }
          
a:visited
     {
       color: white;
       background: transparent;
     }
     
a:hover
     {
       color: #ff9900;
       background: transparent;
     }
     
a:active
     {
       color: white;
       background: transparent;
     }
     