﻿* {
    font-family: Comic Sans MS, Arial, Sans-Serif;
    margin-left: 0px;
}

body {
    background-image: url(/i/BackgroundGradient.jpg);
    background-repeat: repeat-x;
    background-attachment: scroll;
    background-color: #FFF;
    
    margin:0px;
    padding:0px;
}

#Parent {
    width: 718px;
    margin: auto;
    height: 1009px;
    background-image: url(/i/bg.jpg);
    background-repeat: no-repeat;
    background-color: White;
    padding: 0px 15px 0px 17px
}

#Nav {
    clear: left;
    float: left;
    position: relative;
    left: 0px;
    text-align: center;
    width: 100px;
}

#AdminNav {
    float: left;
    padding-left: 20px;
    text-align: left;
    width: 110px;
}

#Nav ul li a:link {text-decoration: none; color: Black; font-size: x-small;}
#Nav ul li a:visited {text-decoration: none; color: Black;}
#Nav ul li a:active {text-decoration: none; color: Black;}
#Nav ul li a:hover {text-decoration: none; color: gray;}


#AdminNav ul li a:link {text-decoration: none; color: Black; font-size: small;}
#AdminNav ul li a:visited {text-decoration: none; color: Black;}
#AdminNav ul li a:active {text-decoration: none; color: Black;}
#AdminNav ul li a:hover {text-decoration: none; color: gray;}


#Nav ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left:0px;
}    

#Nav ul li {
    margin-bottom: 20px;
    font-size: x-small;    
}


#AdminNav ul {
    list-style-type: none;
    padding-left: 0px;
    margin-left:0px;
}    

#AdminNav ul li {
    font-size: small;    
    margin-bottom: 3px;
}

#Logo
{
    float: right;
}

#Logo img
{
    vertical-align: top;
    margin-left: 10px;
}
#Logo select
{
    margin-top: 10px;
}

#CentreSection {
    float: left;
    width: 716px;
    position:relative;
}

#Content 
{
    clear:right;
    float: left;
    width: 570px;
    padding: 0px 16px 0px 30px;
    font-size: small;
}   

#Content h2 
{
    font-size: medium;
    color: Gray;
}

#Content h1
{
    font-size: large;
    color: Gray;
}
#Duck
{  
    clear: both;
    position: relative;
    right: -490px;
    top: 20px;
    width:203px;
    z-index: 200;
}

p {
    text-align: justify;
}
    
#UpComing
{
    float: right;
    width: 200px;
    height: auto;
    border-width:1px;
    border-style: solid;
    border-color: Maroon;
    background-color: Yellow;
    padding-top: 5px;
    padding-left: 5px;
}

#UpComing li {
    list-style-type: none;
    margin-bottom:5px;
}

#EventSearch
{
    float: left;
    width: 280px;
    height: auto;
    border-width:0px;
    border-style: solid;
    border-color: Maroon;

    padding-top: 5px;
    padding-left: 5px;
}

#EventsSearchResults_DIV
{
    margin-top: 20px;
}


div#Language_Choice {
    margin-left: 5px;
    height: 25px;
    overflow: hidden;
    cursor: pointer;
    z-index: 10;
    background-image: url(/i/HeaderBanners/LanguageTextBoxBackground.png);
    border-left:1px solid white;
    padding: 0px 10px;
}
div#Language_Choice:hover {
    height: auto;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

#Language_Choice { float: left; z-index:500; }
#Language_Choice p img {margin-top: 7px;}
#Language_Choice p {margin: 0px;padding: 0px;}
#Language_Choice ul {padding-left: 0px;}
#Language_Choice ul li a {display: block;}
#Language_Choice ul li a:link {text-decoration:none;color: Black;}
#Language_Choice ul li a:active {text-decoration:none;color: Black;}
#Language_Choice ul li a:visited {text-decoration:none;color: Black;}
#Language_Choice ul li a:hover {text-decoration:none; background-color:#EEEEEE;}



.ProfilePageEvents {
    float: right;
    width: 150px;
    height: 250px;
    overflow: auto;
    padding: 10px;
    margin-left: 10px;
    border: 1px solid yellow;
    background-color: #ffffe1;
}
.ProfilePageEvents > ul {
    margin:0px;
    list-style-type: none;
    padding:5px 0px 0px 0px;
}
.ProfilePageEvents > ul > li {
    margin-bottom: 5px;
    margin-left: 0px;
    padding: 0px;
}

.ProfilePageEvents > ul > li > a:active, .ProfilePageEvents > ul > li > a:visited,
.ProfilePageEvents > ul > li > a:link, .ProfilePageEvents > ul > li > a:hover {
    color: #0066cc;
}

#ctl00_header {
    height: 140px;
    /*background-image: url(/i/HeaderBanners/Banner3.jpg);*/
    background-image: url(/HeaderImagePassThrough.aspx);
    border-bottom: 1px solid green;
}

#headerEvents {
    font-size: small;
    padding: 0 5px 0 5px;
    width: 375px;
    min-height:100%;
    float: right;

    background-image: url(/i/HeaderBanners/EventTextBoxBackground.png);
}

.homepageEventTitle {
    width: 250px;
    margin-left: 5px;
    white-space: nowrap;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
}

#headerEvents > h2 {
    margin: 0px;
    padding: 0px;
    font-size: medium;
}

/* ---- MORE INFO CLASSES ---- */

.MoreInfo_Panel {
    position: absolute;
    top: 0px;
    width: 300px;
    height: 160px;
    left: 0px;
    display: none;
    background-image: url(/i/MoreInfoBox.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding: 10px 30px 20px 10px;
    z-index: 100;
}
.MoreInfo_Header {
    font-size: large;
    padding:0px;
    margin: 0px;
}   
.MoreInfo_Tutor {
    font-size: small;
    padding:0px;
    margin-top: 10px;
}
.MoreInfo_Date {
    font-size: small;
    padding: 0px;
    margin: 0px;
}

/* ---- MORE INFO CLASSES END ---- */

/* ---- Homepagae Location User Control ---- */
#HomepageLocation 
{
    background-image: url(/i/HomepageLocationBackground.png);
    background-repeat: repeat-x;
    vertical-align:top;
    height:34px;
    overflow: hidden;
}

#HomepageLocationSearchButton 
{
    display: inline-block;
    background-image: url(/i/homepagelocationbutton.png);
    background-repeat: no-repeat;
    width:70px;
    height:24px;
    color:White;
    border-width:0px;
    cursor:pointer; 
    text-align:center;  
    font-size:small;
    vertical-align:top;
    margin-top:5px;
    margin-left:5px;
}
#HomepageLocationSearchButton:link { text-decoration:none}
#HomepageLocationSearchButton:active { text-decoration:none}
#HomepageLocationSearchButton:visited { text-decoration:none}

#HomepageLocationFindMe
{
    display: inline-block;
    background-image: url(/i/homepagelocationbutton.png);
    background-repeat: no-repeat;
    width:70px;
    height:24px;
    color:White;
    border-width:0px;
    cursor:pointer; 
    text-align:center;  
    font-size:small;
    vertical-align:top;
    margin-top:5px;
    margin-right:5px;
    margin-left:5px;
}
#HomepageLocationFindMe:link { text-decoration:none}
#HomepageLocationFindMe:active { text-decoration:none}
#HomepageLocationFindMe:visited { text-decoration:none}

#HomepageLocation > input[type=text] 
{
    width:215px;
    background-image:none;
    background-color:White;
    font-family:Comic Sans MS, Arial, Sans-Serif;
    color:Black;
    height:15px;
    margin-top:6px;
    vertical-align:top;
}

#HomepageLocation > img 
{
    margin: 5px 0 0 5px;
    width:20px;
    height:20px;
}

#HomepageLocationAjaxLoader 
{
    display:none;
    float:right;
    margin-top:5px;
}

#Separator 
{
    clear:both;
}

.clearAll 
{
    clear:both;
}


/* Ad Panel */
#AdPanel 
{
    position:absolute;
    top: 40px;
    left: 10px;
    z-index:400;
}
#AdPanel img
{
    border-width:0px;
}
#AdPanel div 
{
    float:left;
}
#AdPanel span 
{
    display:block;
    font-size:x-small;
}
#AdPanel .academy 
{
    width:252px;
    height:50px;
    background-image:url(/i/btnacademy_en.png);
    background-repeat:no-repeat;
    padding:15px 0px 0px 15px;
}
#AdPanel .shop 
{
    margin-top:3px;
    width:252px;
    height:50px;
    background-image:url(/i/btnshop_en.png);
    background-repeat:no-repeat;
    padding:15px 0px 0px 105px;
}
#AdPanel div:first-child 
{
    margin-right:20px;
}
#AdPanel a:link, #AdPanel a:visited, #AdPanel a:active {color:Black;text-decoration:none;}

