﻿
#custom-logo {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    height: 104px;
    z-index: 2000;
    padding-left: 10px;
}

.overlay {
    position: absolute;
    z-index: 2000;
    text-align: center;
    vertical-align: middle;
    
    background-color: #fff;
    filter: alpha(opacity=50);
    opacity: 0.5;
    -moz-opacity: 0.5;
}

.overlay-img {
	position: absolute;
    z-index: 2001;
}

/* right-hand button override */
INPUT.mzbutton, #content-inner .frFinal INPUT.mzbutton {
    border-left: 1px solid #B60A33;
}
.mzbutton, #content-inner .mzbutton {
    text-align: left;
    height: 22px;
    line-height: 22px;
    background-image: url(/common_images/button-background.gif);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: Transparent;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    border-left: 1px solid #B60A33;
    border-right: none;
    border-top: none;
    border-bottom: none;
    padding: 0 17px 1px 7px;
    text-decoration: none;
    overflow: visible; 
}
.mzbutton:hover, #content-inner .mzbutton:hover {
    background-position: bottom right;
    border-left: 1px solid #0D0D0D;
    cursor: hand;
    color: #FFF;
}
.mzbutton:visited, #content-inner .mzbutton:visited {
    color: #FFF;
}
a.mzbutton, #content-inner a.mzbutton {
    padding: 0 17px 1px 7px;
}
/* end right-hand button override */

/* left-hand button override */
INPUT.mzbutton-left, #content-inner .frFinal INPUT.mzbutton-left {
    border-right: 1px solid #B60A33;
}
.mzbutton-left, #content-inner .mzbutton-left {
    text-align: right;
    height: 22px;
    line-height: 22px;
    background-image: url(/common_images/button-background-left.gif);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: Transparent;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    border-right: 1px solid #B60A33;
    border-left: none;
    border-top: none;
    border-bottom: none;
    padding: 0 7px 1px 17px;
    text-decoration: none;
    overflow: visible; 
}
.mzbutton-left:hover, #content-inner .mzbutton-left:hover {
    background-position: bottom left;
    border-right: 1px solid #0D0D0D;
    cursor: hand;
    color: #FFF;
}
.mzbutton-left:visited, #content-inner .mzbutton-left:visited {
    color: #FFF;
}
a.mzbutton-left, #content-inner a.mzbutton-left {
    padding: 0 7px 1px 17px;
}
/* end left-hand button override */

/* black button */
INPUT.mzbutton-black, #content-inner .frFinal INPUT.mzbutton-black {
    border-left: 1px solid #0D0D0D;
}
.mzbutton-black, #content-inner .mzbutton-black {
    text-align: left;
    height: 22px;
    line-height: 22px;
    background-image: url(/common_images/button-background.gif);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-color: Transparent;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    border-left: 1px solid #0D0D0D;
    border-right: none;
    border-top: none;
    border-bottom: none;
    padding: 0 17px 1px 7px;
    text-decoration: none;
    overflow: visible; 
}
.mzbutton-black:hover, #content-inner .mzbutton-black:hover {
    background-position: top right;
    border-left: 1px solid #B60A33;
    cursor: hand;
    color: #FFF;
}
.mzbutton-black:visited, #content-inner .mzbutton-black:visited {
    color: #FFF;
}
a.mzbutton-black, #content-inner a.mzbutton-black {
    padding: 0 17px 1px 7px;
}
/* end of black button */

#content-inner {
    text-align: left;
}

h2.inline {
	margin: 14px 8px 0 0;
	display: inline;
	float: left;
}


/* ul overrides */
#content-inner ul.inline {
	float: left;
	display: inline;
	margin: 0 8px 0 0;
	list-style-type: none;
}
#content-inner ul.list {
    margin: 0 0 0 10px;
}
#content-inner ol.list {
    margin: 0 0 0 30px;
}

#content-inner .quick-links ul {
	float: right;
	margin-top: 15px;
	margin-right: 0;
}

#content-inner ul.inline li {
	background-image: none;
	display: inline;
	float: left;
	padding: 0 5px;
	border-right: 1px solid #000;
}
#content-inner ul.list li {
	padding: 0 15px;
	margin: 5px 0;
}
#content-inner ol.list li {
	padding: 0 15px;
	margin: 10px 0;
}

#content-inner ul.inline li.first {
	padding: 0 5px 0 0;
}

#content-inner ul.inline li.last {
	border-right: none;
}
/* end ul override */

.note {
    color: #999;
}

/* grid */

.grid {
    border-top: 1px solid #EEE;
    border-left: 1px solid #EEE;
}

.grid td, .grid th {
    padding: 5px;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
}
.grid td table, .grid th table {
    border-top: none;
    border-left: none;
}
.grid td table td, .grid th table th {
    padding: 2px;
    border-right: none;
    border-bottom: none;
}

.pager td, #content-inner .grid .header a, .grid .header td {
    color: #FFF;
}

.pager td, .grid .header, .grid .header td, .grid .header th {
    background-color: #000 !important;
}
#content-inner table.grid .row td {
    background-color: #FFF;
}
#content-inner table.grid .alternating td {
    background-color: #dde0e1;
}

.grid .separate td {
    border-top: 1px solid #000;
}

/* end grid */

.fixed {
    position: fixed;
}
.center {
    text-align: center;
}

/* LM 3/1/09 */
/*
.mzbutton {
    text-align: left;
    height: 22px;
    line-height: 22px;
    background-image: url(/common_images/button-background.gif);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: Transparent;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    border-left: 1px solid #B60A33;
    border-right: none;
    border-top: none;
    border-bottom: none;
    padding: 0 15px 1px 7px;
    text-decoration: none;
    margin-left: 5px;
}
.mzbutton:hover {
    background-position: bottom right;
    border-left: 1px solid #0D0D0D;
    cursor: hand;
    color: #FFF;
}
.mzbutton:visited {
    color: #FFF;
}
a.mzbutton {
    padding: 0 20px 0 5px;
}

.mzbuttonBlackBG {
    text-align: left;
    height: 22px;
    line-height: 22px;
    background-image: url(/common_images/button-background-on-black.gif);
    background-position: top right;
    background-repeat: no-repeat;
    background-color: Transparent;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    border-left: 1px solid #B60A33;
    border-right: none;
    border-top: none;
    border-bottom: none;
    padding: 0 15px 1px 7px;
    text-decoration: none;
}
.mzbuttonBlackBG:hover {
    background-position: bottom right;
    border-left: 1px solid #0D0D0D;
    cursor: hand;
    color: #FFF;
}
.mzbuttonBlackBG:visited {
    color: #FFF;
}
a.mzbuttonBlackBG {
    padding: 0 20px 0 5px;
}
*/

/* End LM 3/1/09 */

/* radio button list */
#container TABLE.radiolist, .radiolist {
    border: 0;
    margin: 0 0 5px 0;
}
#content-inner TABLE.radiolist TD, .radiolist td {
    padding: 3px 0 3px 0;
}
.radiolist input {
    margin-right: 5px;
}
/* end of radio button list */

body .no-javascript, body .no-javascript div {
    display: block;
}
body.js .no-javascript {
    display: none;
}

.enable-js-link {
    float: right;
    padding-top: 8px;
    padding-right: 15px;
}

/* checkbox toggle */
.togglecheckbox 
{
	position: absolute;
	left: -999px;
}
.togglecheckboxlabel {
	width: 60px;
	height: 20px;
	background-image: url(/common_images/checkbox.png);
	background-position: left top;
	background-repeat: no-repeat;
	cursor: hand;
	padding: 0px;
	margin: 0px;
}

.togglecheckbox-off {
	background-position: 0px 0px;
}
.togglecheckbox-off:hover {
	background-position: 0px -20px;
}

.togglecheckbox-on {
	background-position: 0px -40px;
}
.togglecheckbox-on:hover {
	background-position: 0px -60px;
}

.togglecheckbox-disabled-off {
	background-position: 0px -80px;
}
.togglecheckbox-disabled-on {
	background-position: 0px -100px;
}
/* end checkbox toggle */
