/* CSS Document */

html,body {
        font-family:Arial, Helvetica, sans-serif;
        font-size:0.9em;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
		cursor:auto;
		background-color:transparent;
}
input, select, textarea, span, td {font-family:Arial, Helvetica, sans-serif; font-size:1.0em;}
.boldwhite{color: #FFFFFF; font-weight: bold; }
.boldblack{color: #000000; font-weight: bold; }
a {font-family:Arial, Helvetica, sans-serif; font-size:1.0em; color:#ffffff; font-weight:normal; text-decoration:none}
a:hover {text-decoration:underline;}
a:active {text-decoration:none}
a:visited {text-decoration:none}
a.highlight {font-family:Arial, Helvetica, sans-serif; font-size:1.0em; color:#000000; font-weight:normal; text-decoration:none}
a.highlight :hover {text-decoration:underline; background-color:#D8E9D7}
a.highlight :active {text-decoration:none}
a.highlight :visited {text-decoration:none}

img.menuSpacer {width:15px;height:15px; vertical-align:text-bottom}
div.timer {position:absolute; top:60px; left:330px; width:80px; }
div.eulogyPage {
        width:730px;
        height:700px;
        border:solid 0px gray;
/*      background-image:url(../images/bg_mainbutterfly.gif);
        background-repeat:repeat-y;
*/
        padding:10px;
        overflow:auto;
        scrollbar-base-color: #C4D577;
}
.error {color: #FF0000}
iframe.sed {position:absolute; top:60px;left:30px; width:700px;height:680px;}
iframe.chat {
        position:absolute;
        top:30px;left:0px;
        width:748px;
        height:737px;
        overflow:hidden;

}
div.pageMenu {background-color:#518173; height:24px; width:747px; vertical-align:middle; border-top:solid 5px #518173; border-left:5px solid #518173}
td.tborder {border-bottom:1px solid #518173}
div.popup {
        position:absolute;
        display:none;
        top:60px;left:110px;
        width:500px;height:350px;
        background-color:#AACAC0;
        border:solid 1px gray;
        z-index:100;
}