/* comments appear like this */

 
form   {
 margin: 0;
}

/* Standard Hyperlinks */
a {
   color: #000000;
   font-weight: bold;
   background-color: transparent;
   text-decoration: none;
}

/* Standard Hovering Over Hyperlinks */
a:hover {
   color: #000000;
   font-weight: bold;
   background-color: transparent;
   text-decoration: underline;
}

/* Event Name Hyperlinks */
a.bkiteventnames {
   color: #FF0000;
   background-color: transparent;
   font: bold 10pt Arial, Helvetica, sans-serif;
   text-decoration: none;
}

/* Visited Event Name Hyperlinks */
a:visited.bkiteventnames {
   color: #0000FF;
   background-color: transparent;
   font: 10pt Arial, Helvetica, sans-serif;
   text-decoration: none;
}

/* Hover Event Name Hyperlinks */
a:hover.bkiteventnames {
   color: #990000;
   background-color: transparent;
   font: 10pt Arial, Helvetica, sans-serif;
   text-decoration: underline;
}

/* Active Event Name Hyperlinks */
a:active.bkiteventnames {
   color: #990000;
   background-color: transparent;
   font: 10pt Arial, Helvetica, sans-serif;
   text-decoration: underline;
}

/* Standard Body */
body {
   margin-top: 0px;
   margin-bottom: 0px;
   font: 10pt Arial, Helvetica, sans-serif;
}

/* Heading 1 */
h1 {
   margin-top: 0px;
   margin-bottom: 0px;
   color: #333333;
   background-color: transparent;
   font-size: 24pt;
   font-weight: bold;
   text-align: left;
}

/* Calendar format days */
.bkitcalendselectday {
   border: 1px solid #000000;
   padding: 2px 4px;
   background-color: #FFFF00;
   color: #000000;
   font-size: 10pt;
}

/* Event detailed writeup tag line beneath event name */
.bkiteventtagline {
   margin-top: 0px;
   margin-bottom: 0px;
   color: #990000;
   background-color: transparent;
   font-size: 12pt;
   font-style: italic;
}

/* Graphic to show when event is full */
.bkitlistfull {
   list-style-image: url('images/full.gif');
   list-style-type: disc;
   color: #000000;
   background-color: transparent;
   font: 10pt Arial, Helvetica, sans-serif;
}


.bkitlistmessage { font: 10pt Arial, Helvetica, sans-serif; }


/* Graphic to show when spaces on event */
.bkitlistspaces {
   list-style-image: url('images/spaces.gif');
   list-style-type: disc;
   color: #000000;
   background-color: transparent;
   font: 10pt Arial, Helvetica, sans-serif;
}


/* Graphic to show for event full/wait list only */
.bkitlistwait {
   list-style-image: url('images/wait.gif');
   list-style-type: disc;
   color: #000000;
   background-color: transparent;
   font: 10pt Arial, Helvetica, sans-serif;
}

/* Standard table settings */
.bkittable {
	border-collapse: collapse;
	border: 2px solid #111111;
	background: #E9E9E9;
	color: #000000;
	font-size: 10pt;
	width: 900px;
}

/* Example of a table with a background image rather than color - must save as .bkittable though */
.bkittablewithbg { 
   border-collapse: collapse;
   border: 2px solid #111111;
   background: #F0FFFF;
   color: #000000;
   font-size: 10pt;
   background-image:url('../images/tablebackground.gif'); 
}
   
/* Standard body table settings */
.bkittablebody {
	border: 1px solid #111111;
	font-size: 10pt;
	padding: 5;
}


/* Standard table headers */
.bkittableheader {
   border: 1px solid #111111;
   padding: 4px;
   color: #FFFFFF;
   background: #000000;
   font-weight: bold;
   font-size: 10pt;
}

/* Member name displayed in table header */
.bkittablemembername {
   border: 1px solid #000000;
   color: #FFFFFF;
   background: #000000;
   font-weight: bold;
}


/* Plain tables */
.bkittableplain { 
	font-size: 10pt; 
	padding-left:4; 
	padding-right:4; 
	padding-top:2; 
	padding-bottom:2 
}

/* Details of when system was last updated */
.bkitupdated {
   margin-top: 0px;
   margin-bottom: 3px;
   color: #009900;
   background-color: transparent;
   font-size: 10px;
}

/* Line containing pages nos, short view, long view, next month etc on availability list */
.bkitpageviewpref {
   margin-top: 0px;
   margin-bottom: 3px;
   color: #009900;
   background-color: transparent;
   font-size: 10px;
}
center {
	/*text-align: left;*/
}
.bkittable tr td {
	padding: 5px;
}
a.bkiteventnames:hover {

   color: #FF0000;
   background-color: transparent;
   font: bold 10pt Arial, Helvetica, sans-serif;
   text-decoration: underline;
}
