html {
    height: 100%;
}

body {
    height: 100%;
    background-color: #ffffff;
    margin-top: 0px;
    margin-bottom: 8px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 12px;
    color: #64433f;
    font-weight: normal;
    font-family: Tahoma, Verdana, Helvetica, sans-serif;
    text-align: left;
}

a:link, a:visited {
    color: #ac4242;
    font-weight: normal;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

table.mainbody {
	background-image: url('/images/bkgrd.jpg');
	background-repeat: no-repeat;
}

img.framed {
	padding: 4px;
	border: 1px solid #787878;
	background-color: #fff;
}

img.framedsmall {
	padding: 2px;
	border: 1px solid #787878;
	background-color: #fff;
}	

.hiddencontent {
    display: none;
}

td.boxedtop {
    border-top: 1px solid #f0f0f0;
}

td.imagebox {
    padding: 4px;
}

td.inboxedtabletitle {
    padding: 3px;
    background-color: #ebebeb;
}

td.inboxedtableaction {
    padding: 3px;
    border-top: 1px solid #ebebeb;
}

td.framed {
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    background-color: #f8f8f8;
}

td.warningmessages {
    color: #e43925;
    font-weight: normal;
}

td.copyright {
    color: #bcbcbc;
    font-weight: normal;
}

td.splashtext {
    font-size: 13px;
}

.hidden_upload_iframe {
    visibility: hidden;
    height: 1px;
    width: 1px;
}

.bright {
    color: #f45555;
    font-weight: bold;
}
