﻿body
{
    font-family:Verdana, Arial;
    font-size:12px;
}
a
{
    color: #666666;
    text-decoration: none;
}
#wrap
{
    width:1000px;
    margin:0px auto;
}
#header
{
    padding: 10px 0px 0px 0px;
    border-bottom:solid 1px #ccc;
}
#header ul
{
    height:40px;
    text-align:center;
}
#header ul li
{
    margin:0px;
    display:block;
    float:left;
    padding: 0px 10px 0px 15px;
    height:28px;
    background:url(arrow_small.jpg) no-repeat top left;
}
#header ul li a
{
    text-decoration:none;
    color:#ffffff;
    background-color:Gray;
    height:20px;
    padding:4px 10px;
}
#logoWrapper
{
    padding:20px 0px;
    text-align:center;
    border-bottom:solid 1px #ccc;
}
#menu
{
    margin:0px auto;
    padding: 20px 0px 0px 0px;
}
#menu ul
{
    list-style:none;
    margin:0px;
    padding:0px 0px 0px 10px;
}
#menu ul li
{
    padding:3px 0px 3px 0px;
}
#menu ul li a
{
    color:#333;
    text-decoration:none;
}
.customMenuPart a
{
    color: #666666;
}
.customMenuPart a.boldMenu
{
    font-weight:bold;
}
.pageTable
{
    width:100%;
    table-layout:fixed;
    border-collapse:collapse;
    height:400px;
}
.pageTable tr td
{
    vertical-align:top;
    text-align:left;
}
.pageLeft
{
    width:150px;
}
#footer
{
    padding:10px 0px;
    text-align:right;
}
#footer a
{
    color:#666;
    font-size:10px;
    text-decoration:none;
}
p.info
{
    font-size:10px;
    color:#333;
}
.masterLogin
{
    text-align:right;
    padding:3px 10px;
}
.masterLogin a
{
    color:#333;
    font-size:11px;
}
/* Registration Page */
.registrationInput div
{
    padding: 2px 0px;
}
.registrationInput div span
{
    display:block;
    padding:3px 0px;
}
.registrationInput div input[type=text],
.registrationInput div input[type=password]
{
    width: 350px;
}
.info
{
    font-size:11px;
    color:#333;
}
.registrationLoginMessage
{
    font-size:14px;
    font-weight:bold;
    padding:15px 0px;
    padding-left:60px;
    background:url(alert.png) no-repeat left center;
}
.registrationLoginMessage a
{
    display:block;
    padding:3px 0px;
    padding-left: 15px;
    background:url(arrow_small.jpg) no-repeat left center;
}
/* END Registration Page*/

/* Studio Event Page */
.sevSection
{
    margin-top: 10px;
}
.sevSectionTitle span
{
    display:block;
    padding: 3px 0px 3px 25px;
    background:url(arrow_13.jpg) no-repeat left center;
}
.topAnchor
{
    display:block;
    padding: 3px 0px;
    float:right;
    width:120px;
}
.sevSectionContent
{
    padding-left:30px;
}
.sevExtLinks
{
    display:block;
    padding: 3px 0px 3px 0px;
}
.sevAnchors
{
    padding: 0px 0px 15px 0px;
}
.sevAnchors a
{
    padding-left:25px;
    background:url(arrow_13.jpg) no-repeat center left;
}
.sevAnchors a + a
{
    margin-left:15px;
}
.partnerLogo
{
    float:left;
    margin-right:10px;
}
.eventPrices p
{
    height:20px;
}
.eventPrices p span
{
    display:block;
    float:left;
    width:150px;
}
.eventPrices p span + span
{
    font-weight:bold;
}
/* END Studio Event Page */

/* Member Login */
.memberLoginBox table
{
    width:400px;
    margin:0px;
    background-color:#ccc;
}
.memberLoginBox table td
{
    vertical-align:middle;
}
.memberLoginBox table tr
{
    height: 30px;
}
.memberLoginBox table td.loginLabels label
{
    display:block;
    padding: 3px 0px 3px 5px;
    width:100px;
}
.memberLoginTextboxes
{
    margin:2px 0px;
    width:200px;
}
.memberLoginTitle
{
    height:30px;
    vertical-align:middle;
    text-align:center;
    font-weight:bold;
    background-color: #666666;
	color: #ffffff;
	padding-left:10px;
}
/* END Member Login */

/* member list view */
.memberListSection
{
    padding:10px 0px;
    margin-bottom:5px;
}
.memberListSection table
{
    table-layout:fixed;
    display:block;
    float:none;
}
.memberListTitle
{
    padding:3px 5px;
    background-color:#e5e5e5;
}
/* END Member list view */

/* EventProposalListView */
.eplItemWrapper
{
    padding: 7px 0px;
}
.eplItemTitle
{
    padding: 3px 0px 3px 25px;
    background:url(arrow_13.jpg) no-repeat left center;
    font-weight:bold;
}
.eplItemTitle a
{
    color:#000000;
}
.eplItemVotes span
{
    display:block;
    font-size:11px;
    color:#333;
    padding: 5px 0px;
}
.eplItemLinks a
{
    display:block;
}
.voteButton
{
    display:block;
    padding: 3px 0px 3px 25px;
    background:url(arrow_13.jpg) no-repeat left center;
}
/* END EventProposalListView */

/* Password Reminder View */
.reminderResult
{
    padding:5px 0px;
}
.reminderWrapper
{
    width:400px;
    margin:0px;
    border:solid 1px #333;
}
.reminderTitle span
{
    display:block;
    padding:5px 10px;
    background-color:#ccc;
}
.reminderContent
{
    padding:8px;
}
.reminderContent div span
{
    display:block;
    padding:3px 0px;
}
.reminderContent div input[type=textbox]
{
    width:300px;
}
.reminderButtons
{
    padding-top:10px;
}
/* END Password Reminder View */
