/* CSS Document 

============ COLOUR REFERENCE ============
color: #f9f9f9; - Grey background
color: #009abd; - LIGHT BLUE
color: #e1001a; - DARK RED

========= FONT SIZE MEASUREMENTS =========
10px = 0.625em
12px = 0.75em
14px = 0.875em
16px = 1em
*/

body 
{
    font-size: 10px;
    /*background: url(images/StarGym_background1.gif) repeat-y center;*/
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-align: center;
}
    
.container 
{
    background: #ffffff;
    margin: 0 auto;
    width: 750px;
    text-align: left;
    padding: 2.5em;
	}
		
@media print { #bgImage img {display:none;}}

/* ================= HEADER ====================== */

.header 
{
    margin: 0 auto;
    height: 20em;
    text-align:center;
    }
    
    .header img
{
    border:none;
    }

    .headerNav 
    {
        text-align:center;
        color: #626262;
    background: url(images/starGym_gradient.gif) no-repeat center top;
    padding:1em;
        }
            
        .headerNav ul 
        {
            list-style: none;
            display: inline;
            margin:0;
            padding:0 1em 1em 1em;
        background: url(images/starGym_gradient.gif) no-repeat center bottom;
            }

        .headerNav li 
            {
            font-size:1.2em;
            border-right: solid 0.1em #626262;
            display: inline;
            }
            
            .headerNav li.last
            {
            border-right: none;
            }

        .headerNav a 
        {
            text-decoration: none;
            text-align: center;
            color: #333333;
            padding: 0 0.5em;
            font-weight: bold;
            }

        .headerNav a:hover {
            color: #000080;
            }
            
            .footer .headerNav li 
            {
            font-size:1em;
            border-right: solid 0.1em #626262;
            display: inline;
            }
         .footer .headerNav a 
        {
            font-weight:normal;
            }
            
            .footer .headerNav li.last
            {
            border-right: none;
            }

/* ------------------------------------------------- */
    
.content 
{
margin: 1em 0 0 1em;
font-size: 1.2em;
}


.content img {
border:none;
display:block;
}

    .content h1 {
    font-size: 1.4em;
    color: #626262;
    }

    .content h2 {
    font-size:1.6em;
            color: #000080;

    text-align:center;    
    margin: 0;
    padding:0.5em;
    background: url(images/starGym_gradient.gif) no-repeat center bottom;
    }

    .content h3 {
    text-align:center;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding:0.5em;
    background: url(images/starGym_gradient.gif) no-repeat center bottom; 
    }
    
    .content h4 {
    text-align:center;
    font-size: 1.2em;
    font-weight: bold;
    margin: 0;
    padding:0.5em;
    color:#be0c14;
    text-decoration:underline;
    }


.contactUs
{
    text-align:center;  
    margin: 0;
    padding:1em;
    background: url(images/starGym_gradient.gif) no-repeat center bottom;
}

    .contactUs img
    {   display:block;
        text-align:center;
        margin:0 auto;
        }

.jobPanel 
{
        border:solid 1px #cccccc;
        padding:1em;
        margin:1em 1em 2em 1em;
        }

.jobPanel h3{
    
    margin: 0;
    padding: 0;
    text-align:left;
    font-size: 1em;
    font-weight: bold;
    background: none; 

    
    }


a {
    color: #333333;
	text-decoration: none;
	font-weight:bold;  
}

a:hover 
{
    color: #000080;
    }

table
{ 
    border-collapse:collapse;
    margin:1em 0 2em 0;
    /*border-color:#666666;*/
    }
    td.headerRow
    {
    font-weight:bold;
    text-align:center;}

    td 
    {
        vertical-align:top;
        border:solid 1px #cccccc;
        padding:0.5em;
                }
                
    td a
    {
	text-decoration: underline;
	font-weight:normal; 
	font-size:0.75em;
	margin:1em 0;
                }
    
    td p
    {
        margin-top:0;
        font-weight:normal;
        }
        
    table.timetable
    {
    font-size:10px;
    text-align:center;
    }
        
    table.timetable td.headerRow
    {
    width:90px;
    font-size:11px;}
    
    table.timetable td.firstColumn
    {
    font-size:12px}
    
    .programmeHolder 
        {
    border: solid 1px #d8d8da;
    padding:1em;
    margin:1em 0;        
        }
        .programmeHolder table
        {
    background:#f7f7f7;   
        
        }
    
    
    
    /* LIGHTBOX STYLES */
    a {border:none;}

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

/*image container */
#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: solid 1px #666666;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}


#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }



/*image information */
#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background: transparent;
	margin: 0 auto;
	line-height: 1.4em;	
	}

#imageData{	padding:0; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	

/*the background */
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #F7F7F7;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 


#player {
}

#clips a {
	display:block;
	text-decoration:underline;
	margin-bottom:5px;
	font-weight:bold;
}

table.clips {
	border-collapse:collapse;
	
	}
	
	table.clips td 
	{
	    width:295px;
	    border:none;
	    font-size:15px;
	    }

.videos 
{
    width:520px;
    margin:10px auto;
    }

