

/* Page alignment and centering */
body
{
    padding: 0px;
    spacing: 0px;
    border: 0px;
    margin: 0 auto;
    background: url(/images/4.jpg) repeat scroll;
    font: 13px Arial, Helvetica;
    text-align: center;
}

h3
{
    font-family: Arial, Helvetica;
}

.page
{
    width: 954px;
    text-align: left;
    margin: 0 auto;
    align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

div.box
{
    border: 2px solid black;
}

.cmja
{
    width: 954px;
    background: white;
    color: black;
    margin-bottom: 8px;
    float: left;
    display: block;
    padding: 3px;
}

.cmja .left
{
    display: inline;
    float: left;
    clear: left;
    background: url("/images/left-purple.jpg");
    width: 14px;
    height: 70px;
    margin-top: 38px;
}

.cmja .text
{
    display: inline;
    width: 775px;
    float: left;
    background: #911d88;
    margin-top: 38px;
    height: 70px;
    color: white;
    font-weight: bold;
    font: 48px Arial, Helvetica;
    text-align: center;
}

.cmja .right
{
    float: left;
    background: url("/images/right-purple.jpg");
    width: 14px;
    height: 70px;
    display: inline;
    margin-top: 38px;
}

.cmja .logo
{
    float: left;
}

.cmja .logo img
{
    width: 100px;
    border: 0px;
    float: right;
}

.col1
{
    display: inline;
    float: left;
    clear: left;
    width: 170px;
    margin-left: 0px;
    margin-right: 0px;
}

.col2
{
    display: inline;
    float: left;
    width: 640px;
    margin-left: 8px;
    margin-right: 8px;
}

.col3
{
    display: inline;
    float: right;
    width: 118px;
    margin-right: 0px;
}

.upcoming
{
    background: url(/images/bg-events.gif) repeat-y center top;
    background-color: #ebdbff;
    margin-bottom: 8px;
}

.newsbar
{
    background: white;
    margin-bottom: 8px;
    font-family: Tahoma;
    padding-top: 4px;
}

.newsbar .header
{
    font-weight: bold;
    font-size: 12px;
    font-family: Arial, Helvetica;
    text-align: center;
}

.newsbar .item
{
    padding: 3px;
    clear: left;
    float: left;
    width: 100%;
}

.newsbar .item .title a
{
    color: #911d88;
    font-size: 12px;
}

.newsbar .item .tag
{
    color: #ee7000;
    font-size: 9px;
    font-style: italic;
}

.newsbar .item .teaser
{
    color: #911d88;
    font-size: 9px;
}

.newsbar .none
{
    color: #911d88;
    font-size: 10px;
    text-align: center;
}

.newsbar .item a.more
{
    display: inline;
    clear: none;
    float: left;
    font-size: 9px;
    color: red;
}

.newsbar .all
{
    clear: both;
    font-size: 10px;
    color: red;
    text-align: center;
}


.all_news .item
{
    clear: left;
    float: left;
    display: inline;
    margin-bottom: 10px;
    width: 100%;
}

.all_news .item .date
{
    display: inline;
    clear: left;
    color: #911d88;
    font-size: 12px;
}

.all_news .item .title a
{
    display: inline;
    clear: none;
    color: #911d88;
    font-size: 12px;
}

.all_news .item .tag
{
    color: #ee7000;
    font-size: 10px;
    font-style: italic;
}

.all_news .item .teaser
{
    color: #911d88;
    font-size: 10px;
}

.all_news .item a.more
{
    display: inline;
    clear: none;
    float: left;
    font-size: 9px;
    color: red;
}

.upcoming .header
{
    padding-top: 5px;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    background: white;
}

.upcoming a
{
    color: #911d88;
    display: block;
    border-style: outset;
    border-top-color: #FFFFFF;
    border-left-color: #FFFFFF;
    border-bottom-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-width: 1px 0px 1px 0px;
    padding: 3px;
    margin: 0px;
    padding-right: 10px;
    font-size: 12px;
}

.menu
{
    background: white;
    margin-bottom: 8px;
    text-align: center;
}

.menu .item
{
    display: inline;
    float: left;
    clear: none;
    padding: 5px 10px 5px 10px;
}

.menu .level1 .item.selected
{
    background: #f9f;
}

.menu .level2 .item.selected
{
    background: #fc9;
}

.menu .level3 .item.selected
{
    background: #adf;
}

.menu a
{
    font-size: 13px;
    font-family: Arial, Helvetica;
    font-weight: bold;
}

.menu .level1
{
    clear: left;
}

.menu .level2,
.menu .level3
{
    clear: left;
    border-top: 1px dotted black;
}

.menu .level1 a,
.menu .level1 a:visited
{
    color: #911d88;
    text-transform: uppercase;
}

.menu .level2 a,
.menu .level2 a:visited
{
    color: #ee7000;
}

.menu .level3 a,
.menu .level3 a:visited
{
    color: #00f;
}

.main
{
    background: white;
    clear: left;
    padding: 3px;
}

.quote
{
    color: #911d88;
    font-size: 11px;
    text-align: center;
}

.photo
{
    background: white;
    margin-bottom: 8px;
}

.photo img
{
    width: 110px;
    border: 2px solid #911d88;
}

.news .date
{
    font-size: 13px;
    font-style: italic;
    color: #ee7000;
    padding-top: 3px;
}

.news .imageline
{
    text-align: center;
    padding: 0px 5px 0px 5px;
}

/* general */
a
{
    text-decoration: none;
}
a:hover 
{
    text-decoration: underline;
}

/* title */
.title
{
    padding: 0px;
    margin: 0px;
    text-align: center;
    display: inline;
}
div.title h1
{
    font: 24px Arial, Helvetica;
    display: block;
    margin: 0px;
    padding-top: 10px;
    clear: left;
    text-align: center;
}
div.title h2
{
    font: 13px Arial, Helvetica;
    display: block;
    margin: 0px;
    text-align: center;
    padding-bottom: 15px;
}

/* temporary until we redo the admin pages */
table
{
    clear: left;
    width: 99%;
}
td, th, select, input
{
    font-size: 10px;
    font-family: Arial, Helvetica;
}
table#venue
{
    width: 650px;
    font-family: Arial, Helvetica;
}
table.venue img
{
    max-width: 550px;
}


.calendar
{
    padding: 0px;
    margin: 0px;
    border: 0px;
    width: 100%;
    text-align: center;
}

.calendar .this
{
    display: inline;
    float: left;
    width: 100%;
    text-align: center;
    margin: 10px 0px 3px 0px;
}

.calendar .top
{
    text-align: center;
    display: inline;
    width: 630px;
}

.calendar .previous
{
    display: inline;
    clear: both;
    float: left;
    text-align: right;
    margin: 50px 15px 0px 50px;
    width: 140px;
}

.calendar .next
{
    display: inline;
    float: left;
    text-align: left;
    margin: 50px 50px 0px 15px;
    width: 140px;
}

.calendar .mini
{
    float: left;
}

.calendar .row
{
    clear: both;
    float: left;
    display: block;
}

.calendar .cell
{
    display: inline;
    float: left;
    clear: none;
    width: 29px;
    height: 20px;
    margin: 0px;
    border: 1px solid white;
    padding-top: 2px;
    text-align: center;
    font-size: 12px;
    font-family: Arial, Helvetica;
}

.calendar .cell a
{
    font-size: 12px;
    font-family: Arial, Helvetica;
}

.calendar .border
{
    border: 1px solid orange;
}

.calendar .active
{
    background: #fd7;
}

.calendar .events
{
    display: block;
    clear: both;
    text-align: left;
    border-top: 10px solid white;
}

.calendar .events .date
{
    font-size: 11px;
    font-style: italic;
    color: #ee7000;
    padding-top: 3px;
}

.calendar .events .title
{
    padding-left: 15px;
    color: #911d88;
    font-size: 11px;
}

.calendar .events .title a
{
    color: #911d88;
    font-size: 11px;
}

.calendar .events .description
{
    color: #911d88;
    font-size: 10px;
    padding-left: 46px;
    padding-bottom: 2px;
}

table a
{
    font-family: Arial, Helvetica;
}

/*
 * Registration forms
 */

div.rego
{
    clear: left;
    float: left;
}

div.rego .item
{
    width: 60%;
    display: inline;
    float: left;
    clear: left;
    height: 17px;
}

div.rego .early,
div.rego .later
{
    width: 15%;
    display: inline;
    float: left;
    text-align: center;
}

div.rego .earlylater
{
    width: 30%;
    display: inline;
    float: left;
    text-align: center;
    color: #999999;
}

div.rego .header .item,
div.rego .header .early,
div.rego .header .later
{
    padding-top: 10px;
    font-weight: bold;
    text-decoration: underline;
}

div.rego .header
{
    display: block;
    clear: both;
    width: 100%;
}

div.rego .line .early,
div.rego .shadow
{
    color: #999999;
}

div.rego .textbox .label,
div.rego .textarea .label
{
    display: inline;
    width: 100px;
    float: left;
    clear: both;
}

div.rego .textbox,
div.rego .textarea
{
    display: inline;
    width: 700px;
    float: left;
}

div.rego input,
div.rego textarea
{
    font-family: Arial, Helvetica;
    font-size: 13px;
}

div.rego #total
{
    display: inline;
    font-family: Arial, Helvetica;
    font-size: 13px;
}

li
{
    padding-top: 3px;
}
