﻿body
{
    font-family: Tahoma;
    background-image: url(images/backgrounds/background_bluewhite.png);
    background-repeat: repeat;
    font-size: 9pt;
    margin: 0px;
}

.textTopBG
{
    height: 12px;
    background-image: url(images/backgrounds/top825.png);
    background-repeat: no-repeat;
}
.textMiddleBG
{
    background-image: url(images/backgrounds/middle825.png);
    background-repeat: repeat-y;
}
.textBottomBG
{
    height: 12px;
    background-image: url(images/backgrounds/bottom825.png);
    background-repeat: no-repeat;
}

.brandingNavBack
{
    background-image: url(images/navbar_bg.png);
    background-repeat: repeat-x;
}

.sidePanelTop
{
    height: 10px;
    background-image: url(images/backgrounds/sidebar_top.png);
}
.sidePanelMiddle
{
    background-image: url(images/backgrounds/sidebar_middle.png);
    background-repeat: repeat-y;
}
.sidePanelBottom
{
    height: 10px;
    background-image: url(images/backgrounds/sidebar_bottom.png);
}

.textTopBG600
{
    height: 12px;
    background-image: url(images/backgrounds/top600.png);
}
.textMiddleBG600
{
    background-image: url(images/backgrounds/middle600.png);
    background-repeat: repeat-y;
}
.textBottomBG600
{
    height: 12px;
    background-image: url(images/backgrounds/bottom600.png);
}

.title
{
    font-size: 14pt;
    font-weight: bold;
    margin-left: 15px;
}
.errorTitle
{
    font-size: 14pt;
    font-weight: bold;
    color: Red;
}
.subTitle
{
    font-size: 11pt;
    font-weight: bold;
    margin-left: 10px;
}
.errorSubTitle
{
    font-size: 11pt;
    font-weight: bold;
    color: Red;
}
.subText
{
    color: #C1C9E1;
}
.text
{
    margin: 8px;
    text-align: justify;
}
.textNoMargin
{
    text-align: justify;
}
.highlight
{
    color: red;
}
.bold
{
    font-weight: bold;
}
.tiny
{
    font-size: 7pt;
}
.quoteText
{
    font-size: 18px;
    font-family: Courier New;
    font-weight: bold;
}
.quoteWhenAndWho
{
    font-size: 14px;
    font-family: Courier New;
}


.navLink
{
    color: White;
    text-decoration: none;
}
.navLinkInactive
{
    color: White;
    text-decoration: none;
    font-weight: bold;
}
.standardLink
{
    color: Black;
    text-decoration: none;
}
.standardLinkInactive
{
    color: Black;
    text-decoration: none;
    font-weight: bold;
}
.sidepanelLink
{
    color: #C1C9E1;
    text-decoration: none;
    margin-left: 3px;
}
.sidepanelLinkInactive
{
    color: #C1C9E1;
    text-decoration: none;
    font-weight: bold;
    margin-left: 3px;
}
.bandSessionLink
{
    color: Black;
    text-decoration: none;
    font-size: 13pt;
}
.boldLink
{
    font-family: comic sans MS;
    font-size: 35pt;
}
.externalLink
{
    color: Black;
    text-decoration: none;
    font-style: italic;
}


/* jqModal base Styling courtesy of;
	Brice Burgess <bhb@iceburg.net> */

/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
	the Window's z-index value will be set to 3000 by default (via jqModal.js). */
	
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 5%;
    left: 50%;
    
    margin-left: -400px;
    width: 800px;
    
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


#modalPage
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.modalBackground
{
    filter: Alpha(Opacity=40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    background-color: #999999;
    position: absolute;
    z-index: 500;
    top: 0px;
    left: 0px;
}
.modalContainer
{
    top: 10px;
    left: 15%;
    border: solid 4px black;
    position: absolute;
    z-index: 750;
}



.date
{
    font-weight: bold;
    text-decoration: underline;
}
.room1
{
    color: blue;
}
.room2
{
    color: red;
}
.room3
{
    color: green;
}
.room4
{
    color: light blue;
}
.unknownRoom
{
    color: black;
}



.definition
{
    font-weight: bold;
}

