﻿/* Global settings */

a.DefaultLink:link
{
    color: #000000;
    text-decoration: none;
}

a.DefaultLink:visited
{
    color: #000000;
    text-decoration: none;
}

a.DefaultLink:active
{
    color: #000000;
    text-decoration: none;
}

a.DefaultLink:hover
{
    color: #ff0000;
    text-decoration: none;
}

body 
{
    margin: 0px;
    font-family: verdana;
    font-size: 8pt;
    color: #000000;
}

img, div
{
    behavior: url("IEPNGFix/iepngfix.htc");
    overflow: hidden;
}

div#MainHorizontalAlignment
{
    margin-left: auto;
    margin-right: auto;
    width: 960px;
}

div#HeaderTop
{
    background-image: url("Images/HeaderTop.jpg");
    width: 960px;
    height: 98px;
    cursor: pointer;
}

div#HeaderMiddle
{
    width: 960px;
    height: 53px;
}

div#HeaderBottom
{
    background-image: url("Images/HeaderBottom.jpg");
    width: 960px;
    height: 119px;
    margin-bottom: 10px;
    cursor: pointer;
}

div#ShortEvents
{
    width: 228px;
    padding: 0px 10px 0px 10px;
    margin-right: 10px;
    float: left;    
}

span.ShortEventsDelimiter
{
    background-image: url("Images/EventsDelimiter.jpg");
    width: 228px;
    height: 20px;
    display: block;
    clear: both;
}

span.ShortEventDate
{
    width: 228px;
    font-weight: bold;
    display: block;
    text-align: right;
}

span.ShortEventHeader
{
    width: 228px;
    text-align: left;
    display: block;
    font-weight: bold;
    margin: 5px 0px 5px 0px;
}

span.ShortEventDescription
{
    width: 228px;
    display: block;
    margin-bottom: 5px;
}

span.ShortEventMoreLink
{
    display: block;
    text-align: right;
    width: 228px;
    font-style: italic;
    font-weight: bold;
}

div#Advertisement
{
    width: 702px;
    height: 100px;
    margin-bottom: 10px;
    float: right;
}

div#ContentArea
{
    width: 702px;
    float: right;
 }
 
div#Paging
{
    width: 702px;
    text-align: center;
    margin-top: 10px;
}

div#Footer
{
    float: left;    
    background-image: url("Images/Footer.jpg");
    text-align: right;
    width: 960px;
    height: 40px;
    margin-top: 10px;
}




/* Default.aspx */

div#LeftBox
{
    width: 324px;
    height: 129px;
    border: solid 1px #e7e7e7;
    padding: 80px 10px 10px 10px;
    background: #f0f1f0 url("Images/LeftBoxHeader.jpg") no-repeat;
    float: left;
}

div#RightBox
{
    width: 324px;
    height: 129px;
    border: solid 1px #e7e7e7;
    padding: 80px 10px 10px 10px;
    background: #f0f1f0 url("Images/RightBoxHeader.jpg") no-repeat;
    float: right;
}

div#BottomBox
{
    width: 680px;
    height: 212px;
    border: solid 1px #e7e7e7;
    margin-top: 10px;
    padding: 80px 10px 10px 10px;
    background: #f0f1f0 url("Images/BottomBoxHeader.jpg") no-repeat;
    float: right;
}

img.BottomBoxThumbnail
{
    float: left;
    width: 267px;
    height: 200px;
    border: solid 1px #2e8094;
    margin-right: 10px;
}

span#BottomBoxHeader
{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

span#BottomBoxDescription
{
    display: block;
    margin-bottom: 10px;
    height: 160px;
}

span.TopBoxesHeader
{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

span.TopBoxesDescription
{
    display: block;
    margin-bottom: 10px;
    height: 65px;
}

img.TopBoxesThumbnail
{
    float: left;
    width: 114px;
    height: 85px;
    border: solid 1px #2e8094;
    margin-right: 10px;
}

img.BoxesMoreLink
{
    float: right;
    border: 0px;
}




/* Article.aspx */

div#ArticleSubPageHeader
{
    width: 702px;
    height: 83px;
    background: #f0f1f0 url("Images/ArticleHeader.jpg") no-repeat;
}

div#ArticleContent
{
    width: 682px;
    padding: 10px;
}

span#ArticleHeader
{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

div#ArticlesListing
{
    width: 682px;
    margin-top: 20px;
}

div.ArticleArea
{
    padding: 10px;
    width: 321px;
}

img.ArticleThumbnail
{
    float: left;
    width: 114px;
    height: 85px;
    margin-right: 5px;
    border: solid 1px #2e8094;
}

span.ArticleHeader
{
    width: 200px;
    text-align: left;
    float: right;
    display: block;
    font-weight: bold;
}

span.ArticleDescription
{
    display: block;
    height: 125px;
}

img.ArticleMoreLink
{
    clear: both;    
    float: right;    
    border: 0px;
}




/* Course.aspx */

div#CourseSubPageHeader
{
    width: 702px;
    height: 83px;
    background: #f0f1f0 url("Images/CourseHeader.jpg") no-repeat;
}

div#CourseContent
{
    width: 682px;
    padding: 10px;
}

span#CourseHeader
{
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
}

div#CoursesListing
{
    width: 682px;
    margin-top: 20px;
}

div.CourseArea
{
    padding: 10px;
    width: 321px;
}

img.CourseThumbnail
{
    float: left;
    width: 114px;
    height: 85px;
    margin-right: 5px;
    border: solid 1px #2e8094;
}

span.CourseHeader
{
    width: 200px;
    text-align: left;
    float: right;
    display: block;
    font-weight: bold;
}

span.CourseDescription
{
    display: block;
    height: 125px;
}

img.CourseMoreLink
{    
    clear: both;    
    float: right;    
    border: 0px;
}




/* Gallery.aspx */

div#GallerySubPageHeader
{
    width: 702px;
    height: 83px;
    background: #f0f1f0 url("Images/GalleryHeader.jpg") no-repeat;
}

div#GalleryContent
{
    width: 682px;
    padding: 10px;
}

span.GalleryHeader
{
    font-weight: bold;
}

img.GalleryThumbnail
{
    float: left;
    width: 114px;
    height: 85px;
    border: solid 1px #2e8094;
    margin: 0px 10px 10px 0px;
}




/* AboutUs.aspx */

div#AboutUsSubPageHeader
{
    width: 702px;
    height: 83px;
    background: #f0f1f0 url("Images/AboutUsHeader.jpg") no-repeat;
}

div#AboutUsContent
{
    width: 682px;
    padding: 10px;
}




/* Download.aspx */

div#DownloadSubPageHeader
{
    width: 702px;
    height: 83px;
    background: #f0f1f0 url("Images/DownloadHeader.jpg") no-repeat;
}

div#DownloadContent
{
    width: 682px;
    padding: 10px;
}




/* Event.aspx */

div#EventSubPageHeader
{
    width: 702px;
    height: 83px;
    background: #f0f1f0 url("Images/EventHeader.jpg") no-repeat;
}

div#EventContent
{
    width: 682px;
    padding: 10px;
}

span#EventHeader
{
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

div#EventsListing
{
    width: 682px;
    margin-top: 20px;
}

div.EventArea
{
    padding: 10px;
    width: 321px;
}

span.EventDate
{
    float: right;
}

span.EventHeader
{
    float: left;
    display: block;
    font-weight: bold;
}

span.EventDescription
{
    clear: both;
    display: block;
    height: 40px;
}

img.EventMoreLink
{
    clear: both;    
    float: right;    
    border: 0px;
}




/* AdminPanel.aspx */

body#AdminPanelBodyProperties
{
    background-color: #ffffff;
    background-image: none;
}

div#AdminPanelHorizontalAlignment
{
	position: absolute;
	top: 50%;
	width: 100%;
	overflow: visible;
}

div#AdminPanelVerticalAlignment
{
	margin-left: -100px;
	position: absolute;
	top: -45px;
	left: 50%;
	width: 200px;
	height: 90px;
	overflow: visible;
}

*.AdminPanelProperties
{
    font-family: verdana;
    font-size: 8pt;
}