body {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 1074px;
	background-image: url('/images/BKG_1.png');
	background-color: #FF8E00;
	background-repeat:no-repeat;
	background-position:top center;
     font-family: Verdana, Sans-Serif;
     font-size: 13px;
}

.smalltext {
     font-size: 11px;
}

.tinytext {
     font-size: 9px;
}

.boldtext {
     font-size: 16px;
     font-weight: bold;
}

.centeredtext {
     text-align: center;
}

.schmixer_green_text {
     color: #7B7748;
     font-size: 15px;
}

.greybackground {
     background-color: #dddddd;
}

.lightgreenbackground 
{   
    background-color: #B1A918;
}

div {
     /*border: 1px solid black;*/
     font-size: 13px;
}

div.narrowtextblock {
     width: 480px;
     text-align: left;
}

div.bannerad 
{
    width: 468px;
    height: 60px;
    background-color: Maroon;
}

div.squaread
{
    width: 200px;
    height: 200px;
    background-color: Maroon;
}

div.registrationBox
{
    width: 178px;
    background-color: #eeeeee;
    padding: 6px;
}

header {
}

/*EMAIL THEME GRIDS*/
.theme_container {
     border-width: 45px;
     border-style: solid;
     width: 480px;
     background-color: #ffffff;
     z-index: 1;
     position: relative;
}

.theme_text {
     position: relative;
     left: 20px;
     top: -130px;
     width: 360px;
     z-index: 4;
     display: block;
}

.theme_left_top {
     position: relative;
     left: -45px;
     top: -45px;
     width: 240px;
     padding: 0px;
     float: left;
     z-index: 2;
}

.theme_right_top {
     position: relative;
     right: -45px;
     top: -45px;
     width: 240px;
     padding: 0px;
     float: left;
     text-align: right;
     z-index: 2;
}

.theme_left_bottom {
     position: relative;
     left: -43px;
     bottom: -45px;
     width: 240px;
     padding: 0px;
     float: left;
     text-align: left;
     z-index: 2;
}

.theme_right_bottom {
     position: relative;
     right: -45px;
     bottom: -45px;
     width: 240px;
     padding: 0px;
     float: left;
     text-align: right;
     z-index: 2;
}

.theme_container_ie {
     border-width: 45px;
     border-style: solid;
     width: 450px;
     background-color: #ffffff;
     position: relative;
}

.theme_text_ie {
     position: relative;
     left: 20px;
     top: -130px;
     width: 360px;
     z-index: 4;
     display: block;
}

.theme_left_top_ie {
     position: relative;
     left: -45px;
     top: -45px;
     width: 220px;
     padding: 0px;
     float: left;
}

.theme_right_top_ie {
     position: relative;
     right: -51px;
     top: -45px;
     float: left;
     width: 220px;
     padding: 0px;
     text-align: right;
}

.theme_left_bottom_ie {
     position: relative;
     left: -45px;
     bottom: -48px;
     width: 220px;
     padding: 0px;
     float: left;
     text-align: left;
}

.theme_right_bottom_ie {
     position: relative;
     right: -51px;
     bottom: -48px;
     width: 220px;
     padding: 0px;
     float: left;
     text-align: right;
}


/* LINK STYLES */
a.deletelink {
     font-weight: bold;
     color: black;
     text-decoration: none;
}

a:visited.deletelink {
     font-weight: bold;
     color: black;
     text-decoration: none;
}

a:hover.deletelink {
     font-weight: bold;
     color: red;
     text-decoration: none;
}


#navigation_row_container {
	background-image: url(../images/navigation_row_background.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #B1A918;
	height: 30px;
}

#horizontalnavigation {

}

#horizontalnavigation ul {
    padding: .2em 0;
     margin: 0;
     list-style-type: none;
     color: #FFF;
     width: 100%;
     text-align: left;
}

#horizontalnavigation li {
     display: inline;
     padding: 2px 10px 2px 10px;
}

#horizontalnavigation a {
     color: white;
     font-weight: bold;
}

#horizontalnavigation a:hover {
     background: #ff9 none;
     color: Black;
}

#footernavigation ul
{
     padding: .2em 0;
     margin: 0;
     list-style-type: none;
     color: #FFF;
     width: 100%;
     text-align: center;
}

#footernavigation li { 
     display: inline; 
}

#footernavigation li a
{
     text-decoration: none;
     color: #FFF;
     padding: .2em 1em;
}

#footernavigation li a:hover
{
     background-color: #BDD4E3;
     color: #000;
}

#tab_row {
     background-image:url(../images/tab_blank.jpg);
     background-position: bottom;
     background-repeat: repeat-x;
}

#search_box {
     background-image:url(../images/tab_blank.jpg);
     background-position: bottom;
     background-repeat: repeat-x;
}

#footer {
     height: 47px;
	background-image: url(../images/footer_background.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
     
}

.gallerythumbnail {
     text-align: center;
     padding: 10px;
     font-size: 10px;
}

.redtext {
     font-weight: bold;
     color: Red;
}

.whitetext {
     color: White;
}


/*** IE Fix ***/
* html #left {
	left: 150px;              /* RC fullwidth */
}

.imagefloatleft {
     float: left;
     padding-top: 0px;
     padding-right: 10px;
     padding-bottom: 10px;
}



.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Form styles */
.logintitle {
     font-weight: bold;
     text-align: center;
}

div.form-container {
     margin: 10px;
     padding: 5px;
     background-color: #FFF;
     border: #EEE 1px solid;
}


p.legend {
     margin-bottom: 1em;
}

p.legend em {
     color: #C00;
     font-style: normal;
}


div.errors {
     margin: 0 0 10px 0;
     padding: 5px 10px;
     border: #FC6 1px solid;
     background-color: #FFC;
}

div.errors p {
     margin: 0;
}

div.errors p em {
     color: #C00;
     font-style: normal;
     font-weight: bold;
}

div.form-container .boldtext {
     font-size: 13px;
}


div.form-container p {
     margin: 0;
}

div.form-container p.note {
     margin-left: 200px;
     font-size: 70%;
     color: #333;
     font-style: italic;
}

div.form-container fieldset {
     margin: 3px;
     padding: 10px;
     border: #DDD 1px solid;
     background-color: #E3E3E3;
}

div.form-container legend {
     font-weight: bold;
     color: #666;
}

div.form-container fieldset div {
     padding: 0.25em 0;
}

div.form-container label, div.form-container span.label {
     margin-right: 10px;
     padding-right: 10px;
     float: left;
     text-align: left;
     position: relative;
     width: 150px;
}

div.form-container label.error, div.form-container span.error {
     
}

div.form-container label em, div.form-container span.label em {
     position: absolute;
     right: 0;
     font-size: 120%;
     font-style: normal;
     color: #C00;
}

div.form-container input.error {
     border-color: #C00;
     background-color: #FEF;
}

div.form-container input:focus, div.form-container input.error:focus, div.form-container textarea:focus {	
     background-color: #FFC;
     border-color: #FC6;
}

div.form-container div.controlset label, div.form-container div.controlset input {
     display: inline;
     float: none;
}

div.form-container div.controlset div {
     margin-left: 170px;
}

div.form-container div.buttonrow {
     margin-left: 180px;
}


/* LOGIN BOX */
.loginbox {
     background-color: #bdd4e3;
     border: solid 1px #E6E2D8;
     color: #333333;
     padding: 6px;
}

/* PAGE INTERNAL SUBHEADS */
.subhead {
     background-color: #BCB531;
     color: White;
     text-align: center;
     font-weight: bold;
}

/* ALTERNATING ROWS */
.rowstyle1 {
     padding: 5px;
     background-color: #DCDCDC;
}

.rowstyle2 {
     padding: 5px;
     background-color: #eee9e9;
}

.pagerpadding td {
     width: 150px;
}
