﻿/*
@charset "utf-8";
*/

body
{
}

*
{
    margin: 0;
    padding: 0;
    font: inherit;
}



.List
{
}
.List .ListCommands
{
    display: block;
}
.ListCommands
{
    display: none;
}

/*
layout
*/


.Scrollable
{
    overflow: auto;
}


.Page .Main
{
    position: relative;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    overflow: hidden;
}
.Header
{
    position: relative;
    height: 100px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
}
.Footer
{
    position: relative;
    height: 3em;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
}

.Header .Logo
{
    position: absolute;
    top: -17px;
    right: 0;
}

.Header .Title
{
    position: absolute;
    left: 0;
    top: 0;
}
.Header .Navigation
{
    position: absolute;
    left: 0;
    bottom: 0;
}
.Header .User
{
    position: absolute;
    right: 250px;
    top: 0;
}




.Overlay
{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    vertical-align: middle;
}

.Popup
{
    position: fixed;
    left: 20%;
    width: 60%;
    top: 10%;
    height: 80%;
}
.Loading
{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.Overlay
{
    display: none;
    z-index: 10;
}
.Popup
{
    display: none;
    z-index: 10;
}
.Loading
{
    display: none;
    z-index: 10;
}

body.ShowPopup
{
    overflow: hidden;
}
body.ShowPopup .Overlay
{
    display: block;
}
body.ShowPopup .Popup
{
    display: block;
}

body.ShowLoading
{
    overflow: hidden;
}
body.ShowLoading .Overlay
{
    display: block;
    z-index: 20;
}
body.ShowLoading .Loading
{
    display: block;
    z-index: 20;
}


/*
/layout
*/














/*
style
*/


body
{
    color: Black;
    background-image: url('bg.gif');
    font-family: Arial;
    font-size: 13px;
}

body a
{
    color: #82017e;
    text-decoration: none;
}
body a:hover
{
    color: Black;
    text-decoration: underline;
}



p, ul, ol, li
{
    margin: 1em 10px 0.5em 10px;
}
h1
{
    margin: 1em 10px 0.5em 10px;
    font-family: Arial;
    font-weight: bold;
    font-size: 160%;
}
h2
{
    margin: 1em 10px 0.5em 10px;
    font-family: Arial;
    font-weight: bold;
    font-size: 140%;
}
h3
{
    margin: 1em 10px 0.5em 10px;
    font-family: Arial;
    font-weight: bold;
    font-size: 120%;
}


.Content
{
    margin: 10px 10px 10px 10px;
}

.Main
{
    background-color: White;
}
.Main .Content
{
    margin: 0 10px 1em 10px;
}

.Popup
{
    font-family: Arial;
    background-color: White;
    border: solid 1px #b0b0b0;
    margin: -1px;
}
.Popup .Content
{
    margin: 0 10px 1em 10px;
}

.Header
{
    font-family: Arial;
    font-weight: bold;
    border-bottom: solid 1px #f0f0f0;
    background-color: #F8F8F8;
}

.Footer
{
    font-family: Arial;
    font-weight: bold;
    border-top: solid 1px #f0f0f0;
    background-color: #F8F8F8;
}


.Overlay
{
    background-image: url('overlay.png');
}


.Loading
{
    background-image: url('loading.gif');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}




strong
{
    color: #56006B;
}


/*
/style
*/







/*
controls
*/

.ShowPopup embed
{
    visibility: hidden;
}
.ShowPopup object
{
    visibility: hidden;
}
.ShowLoading embed
{
    visibility: hidden;
}
.ShowLoading object
{
    visibility: hidden;
}


a img
{
    border: none;
}

.Center
{
    text-align: center;
}

textarea
{
    height: 20em;
    width: 100%;
}

ul.Menu
{
    display: block;
    margin-right: 0px;
}

ul.Menu li
{
    display: inline-block;
    list-style-type: none;
    margin-left: 0px;
}




.PictureList
{
}

.PictureList .Item
{
    display: inline-block;
}

.EventList
{
}
.EventList .Item
{
    width: 33%;
    display: inline-block;
    vertical-align: top;
}

.EventList .Item .Visual
{
    display: inline-block;
    vertical-align: top;
}
.EventList .Item .Info
{
    display: inline-block;
    vertical-align: top;
}

.EventTripList
{
}
.EventTripList .Item
{
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
.EventTicketList
{
}
.EventTicketList .Item
{
    width: 33%;
    display: inline-block;
    vertical-align: top;
}
.EventProductList
{
}
.EventProductList .Item
{
    width: 33%;
    display: inline-block;
    vertical-align: top;
}



.Odd
{
    border-bottom: solid 1px #f0f0f0;
    background-color: #F8F8F8;
}
.Even
{
}




.Commands
{
    text-align: right;
}


.field-validation-error
{
    color: Red;
}

.pretty-print
{
    width: 600px;
    height: 400px;
}
img.pretty-print
{
    width: auto;
    height: auto;
    max-width: 600px;
    max-height: 400px;
}




.HomeEvents
{
    float: left;
    width: 50%;
    vertical-align: top;
}
.HomeEvents .EventList .Item
{
    width: 100%;
}
.HomeSocial
{
    float: left;
    width: 50%;
    vertical-align: top;
}
.HomeNewsItems
{
    float: left;
    width: 50%;
    vertical-align: top;
}

.PdfBullet
{
    padding-left: 20px;
    padding-top: 1px;
    background-image: url(pdf.gif);
    background-position: -1px 0px;
    background-repeat: no-repeat;
}

/*
/controls
*/










label.CheckboxInput
{
    display: inline-block;
    margin-left: 1ex;
}
label.TextInput
{
    display: inline-block;
    width: 10em;
}

label.error
{
    display: inline-block;
    color: red;
    margin-left: 1ex;
}








.Popup .Handle
{
    background-color: #D6D6D6;
    direction: rtl;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 18px;
}
.Popup .Status
{
    background-color: #D6D6D6;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 18px;
}
.Popup .Main
{
    position: absolute;
    left: 0;
    top: 18px;
    right: 0;
    bottom: 18px;
}
