/* GENERAL STYLES */
/*                                  */
/*          ARTISTS REP STYLES      */
/*                                  */

html
{
    height:auto !important;
    height: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

body 
{
    background-color: #ffffff;
    text-align: center;
    line-height: 16px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Georgia, "Times New Roman", Times, sans-serif;
    font-size: 12px;
    color: #666666;
}

a
{
    font-family: Georgia, "Times New Roman", Times, sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #d2232a;
}

a:hover
{
    color: #ffffff;
    background-color: #d2232a;
    text-decoration: none;
}


/*                                  */
/*          HOMEPAGE STYLES         */
/*                                  */
#Page
{
    width: 980px;
    background-image: url('/images/bg.gif');
    text-align: left;
    margin: auto;
    padding: 5px 5px 0px 5px;
}

#Header
{
    width: 980px;
    height: 37px;
    padding-top: 8px;
    padding-bottom: 8px;
    background-image: url('/images/HeaderStripe.gif');
    text-align: center;
    background-color: #aa3423;
    margin-bottom: 5px;
}

/*          NAVBAR STYLES           */
#NavBar
{
    width: 980px;
}

#Nav
{
    width: 541px;
    height: 107px;
    float: left;
    background-color: white;
    padding-top: 13px;
    padding-left: 18px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.NavLevel
{
    width: 155px;
    height: 100px;
    float: left;
}

#LoginSearch
{
    width: 398px;
    height: 107px;
    float: right;
    background-color: #cccccc;
    padding-top: 18px;
    padding-left: 18px;
    margin-bottom: 5px;
}

#Login
{
    width: 200px;
    height: 63px;
    float: left;
}

.LoginBox
{
    width: 98px;
    height: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
}

#Search
{
    width: 175px;
    height: 63px;
    float: right;
}

.SearchBox
{
    width: 125px;
    height: 13px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
}

#SubNav
{
    width: 400px;
    height: 15px;
    padding-top: 15px;
}

/*          SUBNAV STYLES           */
.SubNavButton
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    color: #cd3301;
    letter-spacing: 0px;
    padding-right: 3px;
    padding-left: 3px;
    display: block;
}

.SubNavButton:hover
{
    display: block;
    color: #eeeeee;
    background-color: #cd3301;
    text-decoration: none;
}

.SubNavBox
{
    padding-right: 15px;
    float: left;
}

.FooterNavButton
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    color: #333333;
    letter-spacing: 0px;
}

.FooterNavButton:hover
{
    text-decoration: underline;
    background-color: Transparent;
    color: #333333;
}



/*          BODY STYLES             */
#HomeBody
{
    width: 980px;
    margin-bottom: 0px;
}

#SubBody
{
    width: 980px;
    background-image: url('/images/bgBody.gif');
    background-repeat: repeat-y;
    margin-bottom: 6px;
}

#BodyContent
{
    width: 750px;
    float: left;
    margin-bottom: 0px;
}

#Feature
{
    width: 749px;
    height: 394px;
    background-color: #ffffff;
    margin-bottom: 5px;
}

#Sponsors
{
    width: 389px;
    height: 188px;
    float: left;
    background-color: #ffffff;
}

#Postscripts

{
    width: 197px;
    height: 29px;
    padding-left: 158px;
    padding-top: 159px;
    float: right;
    background-color: #ffffff;
}

/*          AD STYLES             */
#AdSpace
{
    width: 226px;
    float: right;
    margin-bottom: 0px;
}

#TopAd
{
    width: 212px;
    height: 26px;
    padding-left: 14px;
    padding-top: 265px;
    margin-bottom: 5px;
    color: #ffffff;
}

.HomepageLinkBox
{
    float: left;
    width: 85px;
}

.HomepageLink
{
    color: #ffffff;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    display: block;
    float: left;
    padding-left: 3px;
    padding-right: 3px;
}

.HomepageLink:hover
{
    color: #000000;
    background-color: #ffffff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    display: block;
    text-decoration: none;
}

#BottomAd
{
    width: 212px;
    height: 26px;
    padding-left: 14px;
    padding-top: 265px;
    margin-bottom: 5px;
    color: #ffffff;
}

/*                                  */
/*          SUBPAGE STYLES          */
/*                                  */
.SubpageHeader
{
    font-family: Georgia, "Times New Roman", Times, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #d2232a;
    margin-bottom: 20px;
}

#SubpageContent
{
    width: 559px;
    background-color: white;
    min-height: 585px;
    height: 100%;
    margin-bottom: 5px;
    float: left;
}

#SubpageRightContent
{
    padding: 23px 27px 23px 27px;
    width: 362px;
    text-align: left;
    color: #ffffff;
}

#SubpageText
{
    padding: 23px 27px 23px 27px;
    width: 505px;
}

#SubpageImages
{
    width: 416px;
    float: right;
}

.SubpageImage
{
    margin-top: 5px;
    margin-bottom: 0px;
}

#SubpageHeaderImage
{
    margin-bottom: 20px;
    width: 300px;
    float: left;
}


/*                                  */
/*          ACTOR STYLES            */
/*                                  */
.ActorLink a
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
}

.ActorLink a:hover
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #666666;
    text-decoration: underline;
    background-color: Transparent;
}



/*                                  */
/*       STAFF DIRECTORY STYLES     */
/*                                  */
.StaffDirectoryName
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #d2232a;
}

.StaffDirectoryName a
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #d2232a;
    text-decoration: none;
}

.StaffDirectoryName a:hover
{
    color: #ffffff;
    text-decoration: none;
}

.StaffDirectoryLink
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #d2232a;
}



/*                                  */
/*          ON STAGE STYLES         */
/*                                  */
.PlayName
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #d2232a;
}

.PlayLink
{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 12px;
    color: #d2232a;
}



/*                                  */
/*          PRODUCTION STYLES       */
/*                                  */
#Production
{
    width: 559px;
    background-color: #000000;
    padding: 23px 0px 5px 0px;
    margin-bottom: 15px;
    color: #ffffff;
}

#ProductionTitle
{
    font-family: Georgia, "Times New Roman", Times, sans-serif;
    font-size: 18px;
    line-spacing: 24px;
    color: #ffffff;
    margin-bottom: 25px;
}

#ProductionImages
{
    width: 559px;
    min-height: 241px;
    background-color: #000000;
    padding-top: 12px;
}

.ProductionImage
{
    float: left;
    padding-left: 9px;
}

#ProductionHead
{
    width: 507px;
    margin: 0px 25px 25px 27px;
}

#ProductionTheater
{
    float: right;
    margin-right: 12px;
}

#ProductionCopy
{
    width: 505px;
    margin-left:27px;
}

#ProductionReviews
{
    width: 178px;
    margin: 18px;
}

#ProductionReviewsHeadline
{
    font-family: Georgia, "Times New Roman", Times, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #700003;
    margin-bottom: 20px;
}

#PurchaseTickets
{
}

#ProductionLinks
{
    width: 150px;
    float: right;
}

#ProductionLinks a
{
    text-decoration: none;
}

#ProductionLinks a:hover
{
    text-decoration: underline;
}

#TicketWeb
{
    height: 175px;
    width: 152px;
    margin-right: 6px;
    margin-left: 6px;
    background-image: url('/images/imgRedBox.gif');
    background-repeat: no-repeat;
    text-aligh: left;
    padding-top: 8px;
    padding-right: 11px;
    padding-left: 11px;
    text-align: left;
    color: #ffffff;
    font-size: 11px;
}

#TicketWeb2
{
    height: 125px;
    width: 152px;
    margin-right: 6px;
    margin-left: 6px;
    background-image: url('/images/smaller_tx_box.gif');
    background-repeat: no-repeat;
    text-aligh: left;
    padding-top: 8px;
    padding-right: 11px;
    padding-left: 11px;
    text-align: left;
    color: #ffffff;
    font-size: 11px;
}

#TicketWebText
{
    height: 135px;
}

#TicketWebText2
{
    height: 85px;
}

/*                                  */
/*          SPONSOR STYLES          */
/*                                  */
.Sponsor
{
}

.SponsorLogo
{
    width: 160px;
    float: left;
}

.SponsorInfo
{
    width: 340px;
    float: right;
}

.SponsorHeadline {
    font-size: 18px;
    color: #d2232a;
}



/*                                  */
/*          REVIEW STYLES           */
/*                                  */
.ReviewLink
{
    font-family: Georgia, "Times New Roman", Times, sans-serif;
    font-size: 9pt;
    color: #ffffff;
    text-decoration: none;
}

.ReviewLink:hover
{
    text-decoration: none;
    background-color: #ffffff;
    color: #ac0000;
}


/*                                  */
/*          SUBSCRIPTION STYLES     */
/*                                  */
.SubscriptionTable
{
    cell-padding: 4px;
}

.SubscriptionTable td
{
    border-bottom: solid 1px #666666;
    padding: 4px 8px 4px 0px;
}




/*                                  */
/*          FOOTER STYLES           */
/*                                  */
#Footer
{
    width: 944px;
    height: 75px;
    margin: auto;
    background-color: #ffffff;
    padding-top: 8px;
    padding-left: 32px;
    padding-right: 18px;
}

#FooterLeftNav
{
    width: 350px;
    height: 15px;
    float: left;
    text-align: left;
}

#FooterRightNav
{
    width: 300px;
    height: 15px;
    float: right;
    text-align: right;
}

#Disclaimer
{
    width: 350px;
    height: 15px;
    float: left;

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #333333;
    padding-top: 20px;
    text-align: left;
}

.emailform
{
    font-size: 12px;
}
.emailform span
{
    height: 20px;
    line-height: 20px;
}

.bold
{
	font-weight:bold;
}

/* EDITOR PROPERTIES */
