﻿/* CSS Document */
/* CSS taken from http://www.bluerobot.com/web/layouts/layout3.html */

body {
        color:#333;
        background-color:#FFFFCC;
        margin:30px;
        padding:0px;
        font:11px verdana, arial, helvetica, sans-serif;
        }
h1 {
        text-align: center
        margin:0px 0px 15px 0px;
        padding:0px;
        font-size:24px;
        font-weight:normal;
        color:#404040;
        }
h2 {
	font:bold 18px Verdana, Arial, Helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	color: #525252;
        }
h3 {
	font:bold 14px Verdana, Arial, Helvetica, sans-serif;
	margin:2px 0px 5px 0px;
	padding:0px;
	color: #666666;
        }
p {
        font:11px/20px verdana, arial, helvetica, sans-serif;
        margin:0px 0px 2px;
        padding:0px;
        }
.Content>p {margin:0px;}
.Content>p+p {
	margin-top: 15px;
}
.Content>h2 {margin-top: 20px;}
.Content2>p {
        font:9px/12px verdana, arial, helvetica, sans-serif;
        margin:0px 0px 2px;
        padding:0px;
		}

.submenu {
	margin-left: 20px;
}
	

td {
        font:11px/20px verdana, arial, helvetica, sans-serif;}


a {
        color:#990000;
        font-size:11px;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        font-weight:600;
        text-decoration:none;
        }
a:link {color:#990000;}
a:visited {color:#996666;}
a:hover {background-color:#eee;}

/* All the content boxes belong to the content class. */

#navmilmenu {
        position:absolute;
        width:10px;
        top:20px;
        left:20px;
        border:0px;
        background-color:#FFFFcc;
        padding:10px;
        z-index:5;
/* Again, the ugly brilliant hack. */
        voice-family: "\"}\"";
        voice-family:inherit;
        width:168px;
        }

.content {
        position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
        width:auto;
        min-width:120px;
        margin:0px 210px 20px 190px;
        border:1px solid black;
        background-color:white;
        padding:10px;
        z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
        }

.content2 {
        position:relative;
        width:auto;
        min-width:120px;
        margin:0px 210px 20px 220px;
        padding:10px;
        z-index:4;
        }

#navAlpha {
        position:absolute;
        width:200px;
        top:20px;
        left:20px;
        border:1px dashed black;
        background-color:#FFFF99;
        padding:10px;
        z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
        voice-family: "\"}\"";
        voice-family:inherit;
        width:178px;
        }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:178px;}

#navBeta>p {
	margin:0px 0px 2px;
}


           
#navBeta {
        position:absolute;
        width:190px;
        top:30px;
        right:20px;
        border:1px dashed black;
        background-color:#FFFF99;
        padding:10px;
        z-index:1;
/* Again, the ugly brilliant hack. */
        voice-family: "\"}\"";
        voice-family:inherit;
        width:168px;
        }
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}
#navBeta>p {
	margin:0px 0px 5px;
}







/* The following style entrie all relate to the Book-It System */


/* Event Name Hyperlinks */
a.bkiteventnames {
   color: #0000FF;
   background-color: transparent;
   font: 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;
}



/* 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('/bookitdemo/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('/bookitdemo/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('/bookitdemo/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: #FFFFFF;
   color: #000000;
   font-size: 10pt;
	padding-left:4; 
	padding-right:4; 
	padding-top:2; 
	padding-bottom:2 
}

/* 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-left:4; 
	padding-right:4; 
	padding-top:2; 
	padding-bottom:2 
}


/* Standard table headers */
.bkittableheader {
   border: 1px solid #111111;
   padding: 4px;
   color: #FFFFFF;
   background: #990000;
   font-weight: bold;
   font-size: 10pt;
}

/* Member name displayed in table header */
.bkittablemembername {
   border: 1px solid #000000;
   color: #FFFFFF;
   background: #990000;
   font-weight: bold;
}


/* Plain tables */
.bkittableplain { 
	font-size: 10pt; 
	padding-left:4; 
	padding-right:4; 
	padding-top:2; 
	padding-bottom:2 
}

/*************************** Tools table *******************************/




/*************************************** Event Listings Etc *****************************/
table.bkittablelisting {
	border-top:0px solid #E1E1E1;
	border-right:0px solid #E1E1E1;
	border-bottom:0px solid #E1E1E1;
	border-left:0px solid #E1E1E1;
}

table.bkittablelisting tr.row0,
table.bkittablelisting tr.row0 td {
	background-color:#F3F3F3;
}

table.bkittablelisting tr.row1,
table.bkittablelisting tr.row1 td {
	background-color:#FFFFFF;
}

table.bkittablelisting td.eheadertitle {
	padding:9px 5px 7px 0px;
	font-size:0.95em;
}
table.bkittablelisting td.eheaderdate {
	padding:9px 5px 7px 5px;
	font-size:0.95em;
	text-align:center;
}
table.bkittablelisting td.eheadermax {
	padding:9px 5px 7px 5px;
	font-size:0.95em;
	text-align:center;
}
table.bkittablelisting td.eheaderavailability {
	padding:9px 5px 7px 5px;
	font-size:0.95em;
	text-align:left;
}
table.bkittablelisting td.ebodytitle {
	padding:9px 5px 7px 0px;
	font-size:0.95em;
}
table.bkittablelisting td.ebodydate {
	padding:9px 5px 7px 5px;
	font-size:0.95em;
	text-align:center;
}
table.bkittablelisting td.ebodymax {
	padding:9px 5px 7px 5px;
	font-size:0.95em;
	text-align:center;
}
table.bkittablelisting td.ebodyavailability {
	padding:9px 5px 7px 5px;
	font-size:0.95em;
	text-align:left;
}
/* part screen calls only */
table.bkittablelisting td.efulleventlist {
	padding:9px 5px 7px 5px;
	font-size:0.95em;
	text-align:left;
}


/******************************************** Short Listing ******************************/
table.bkitshortlisting {
	border:2px solid #E1E1E1;
	margin:0;
	padding:0;
	border-collapse:collapse;
	width:738px;
}
table.bkittabletools td.bkittablebody {
	border:1px solid #E1E1E1;
	margin:0;
	padding:5px;
	font-size:0.95em;	
	text-align:left;
}
table.bkitshortlisting span.edate {
	font-size:1.2em;
}

table.bkitshortlisting a,
table.bkitshortlisting a:active,
table.bkitshortlisting a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	border-bottom:0px solid #E21F30;
}
table.bkitshortlisting a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #FFF;
}


/******************************************** Calendar Format Event Listing ******/
table.bkitcalendar {
	border:2px solid #E1E1E1;
	margin:0;
	padding:0;
	border-collapse:collapse;
	width:738px;
}
table.bkitcalendar td.bkittableheader {
	border:1px solid #E1E1E1;
	background-color:#999999;
	padding:5px;
}
table.bkitcalendar td.bkittablebody {
	border:1px solid #E1E1E1;
	background-color:#FFFFFF;
	padding:5px;
}
table.bkitcalendar td.bkitcalendselectday {
	border:1px solid #E1E1E1;
	background-color:#FF99CC;
	padding:5px;
}
table.bkitcalendar a,
table.bkitcalendar a:active,
table.bkitcalendar a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #E21F30;
}
table.bkitcalendar a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #FFF;
}



table.bkitcalendardaylist {
	border:2px solid #E1E1E1;
	margin:0 0 10px 0;
	padding:0 0 0 0;
	border-collapse:collapse;
	width:738px;
}
table.bkitcalendardaylist td.bkittablebody {
	text-align:left;
	padding:5px 5px 7px 5px;
}
table.bkitcalendardaylist a.bkiteventnames,
table.bkitcalendardaylist a.bkiteventnames:active,
table.bkitcalendardaylist a.bkiteventnames:visited {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #E21F30;
}
table.bkitcalendardaylist a.bkiteventnames:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #FFF;
}



table.bkitcalendar2 {
	border:2px solid #E1E1E1;
	margin:0;
	padding:0;
	border-collapse:collapse;
	width:738px;
}
table.bkitcalendar2 td.bkittableheader {
	border:1px solid #E1E1E1;
	background-color:#999999;
	padding:5px;
}
table.bkitcalendar2 td.bkittablebody {
	border:1px solid #E1E1E1;
	background-color:#FFFFFF;
	padding:5px;
}
table.bkitcalendar2 td.bkitcalendselectday {
	border:1px solid #E1E1E1;
	background-color:#FF99CC;
	padding:5px;
}
table.bkitcalendar2 a,
table.bkitcalendar2 a:active,
table.bkitcalendar2 a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #E21F30;
}
table.bkitcalendar2 a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
	border-bottom:1px solid #FFF;
}
table.bkitcalendar2 td li {
	list-style:none;
	margin:0 0 0.5em 0;
	padding:0;
}
table.bkitcalendar2 td span.daynumber {
	font-size:1.2em;
}




/******************************************** Other ******************************/




/* 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;
}

