*						{ margin:0; padding:0;}

html, body				{ background:url(/ssg/images/layout1/bcg.jpg); background-position:top left; background-repeat:repeat-x; background-color:#ccc; font-size:12px; color:#000; font-family:"Tahoma", Arial, Helvetica, sans-serif; height:100%;}

h1						{ font-size:16px; color:#660000; font-weight:normal;}
h2						{ font-size:12px; color:#660000;}

a, a:visited			{ color:#003366; font-weight:bold; text-decoration:none;}
a:hover					{ text-decoration:underline;}

#footer					{ color:#fff; font-size:11px; text-align:center; padding-top:13px;}

#content				{ background:url(/ssg/images/layout1/content_bcg.jpg); background-position:top left; background-repeat:no-repeat; background-color:#ccc; padding:16px;}



body {
        background-color: #cfcfcf;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
}

body,td,th {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
}

p { margin-bottom: 1em; }


a:link {
        color: #990000;
}
a:visited {
        color: #990000;
}
a:hover {
        color: #CC3300;
}
a:active {
        color: #CC0000;
}



#formarea input, #formarea select {
background-color: #fef;
    color: #000;
}
.formtext {
    color: #000;
    padding-right: 5px;
}



.notice {
    color: red;
    background-color: yellow;
    width: 40%;
}


/* the below two rules are used to create the lines on the tables containing a list of screenings */
table.listing1 tr.line1 td, table.listing1 tr.line1 th {
    border-bottom: solid 3px #D0B376;
}

table.listing1 tr.line2 td {
    border-top: solid 1px #d0b376;
}

table.listing1 tr:hover {
  background-color: #E6E6DE;
}

.listings {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 10px 15px 10px 10px;
}

.listinghead {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 10px;
    font-weight: bold;
    color: #660000;
    padding-left: 10px;
}
.rsvp {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-right: 10px;
    margin-left: 10px;
    font-weight: bold;
    color: #AA4A22;
    font-style: normal;
    text-align: right;
}

.listingstest {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 10px 15px 10px 10px;
}

td.right1 {
    text-align: right;
    padding-right: 3px;
}
td.required {
    font-weight: bold;
}
div.required {
    font-weight: bold;
}
span.required {
    font-weight: bold;
}
label.required {
    font-weight: bold;
}

#rsvp_confirmation #first {
    margin-bottom: 20px;
}

#rsvp_confirmation h2 {
    margin-top: 5px;
}

#rsvp_confirmation #second {
    margin-top: 20px;
}

div#logo1 {
    color: #000;
/*
    position: absolute;
    top: 0;
    right: 0;
    margin: 20px 15px;
*/
    position: relative;
    margin: 20px auto;
    text-align: center;
    font-family: "MS Comic Sans";
    font-size: 10pt;
    width: 200px; 
}


