body {font-family: "Trebuchet MS","Verdana",sans-serif; 
    background: #001B55;
    /* WHALE */
    /*background-image: url(./jeff/images/grandmas.jpg);*/
    background-image: url(./jeff/images/grandfun.jpg);
    background-repeat: repeat-x repeat-y;
    background-attachment: fixed;
    padding: 0px;
    margin: 0px;
    }
    
#container {
    /*background: url(./images/background.gif) repeat-y;*/
    background: url(./images/background_new.png) repeat-y;
    width: 800px;
    margin:0px;
}

a {text-decoration:none; color:#009;}
a:hover {text-decoration:underline; }
a.menu {color:#FFF;}

table.container {
    border: 1px solid #000;
}

table.menubar {
    border-width: 1px 0px 1px 0px;
    border-color: #000;
    border-style: solid;
    font-size: 10px;
    /*background: url(images/menubar.gif);*/
    background: url(images/menubar_new.png); 
    width: 700px;
    height: 21px;
}

td.leftmenu {
    color: #FFF;
    text-align: left;
    width: 150px;
    padding: 3px;
}

td.rightmenu {
    color: #FFF;
    text-align:center;
    width: 100px;
    padding: 3px;
}

td.postholder {
    width: 450px;
    /*background: #003371;*/
    background-image: url(images/backtile.png);
    background-repeat: repeat-x repeat-y;
    padding: 10px;
}

table.post {
    width: 450px;
    /*background: #386CC2;*/
    margin-bottom: 10px;
    color: #000000;
}

td.posthead {
    /*background: url('../images/posthead.gif') no-repeat;*/
    background: url('../images/posthead_new.png') no-repeat;
    
    font-family: "Arial", "Trebuchet MS";
    /*color: #C7DCFF;*/
    color: #000000;
    font-size: 14px;
    padding: 3px;
    letter-spacing: 1px;
    height: 25px;
    padding-left: 15px;
    padding-bottom: 6px;
    padding-right: 15px;
    font-weight: bold;
    font-style: italic;
    text-align: right;
}

td.postcontent {
    font-size: 12px;
    padding: 10px;
    background-image: url(images/post_background_new.png);
    background-repeat: repeat-y;
}

div.postoverflowclip {
    width: 430px;
    overflow: hidden;
}

img.postimage {
    border: 1px solid #8BABDE;
    height: 65px;
    width: 65px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: -5px;
    margin-left: -5px;
}

td.postbottom {
    background: url('../images/postbottom_new.png') no-repeat;
    height: 25px;
    text-align: right;
    /*color: #FFF;*/
    color: #333399;
    font-size: 10px;
    padding-right: 15px;
}

td.commentholder {
    width: 200px;
    /*background: #003371;*/
    background-image: url(images/backtile.png);
    padding: 10px;
}

table.comment {
    width: 200px;
    /*background: #5A8DE1;*/
    margin-bottom: 10px;
}

td.commenthead {
    background: url('../images/commenttop_new.png') no-repeat;
    font-family: "Arial", "Trebuchet MS";
    font-size: 11px;
    padding-right: 11px;
    padding-bottom: 2px;
    /* color: #C7DCFF; */
    color: #333333;
    text-align: right;
    height: 20px;
    font-weight: bold;
}

td.commentcontent {
    font-size: 10px;
    background-image: url('../images/comment_back_new.png');
    background-repeat: repeat-y;
    padding: 3px;
}

div.commentoverflowclip {
    width: 194px;
    overflow: hidden;
}

img.buddyicon {
    border: 1px solid #003371;
    width: 50px;
    height: 50px;
}

td.commentmenu {
	/*background-image: url('../images/commentbottom.gif');*/
    background-image: url('../images/commentbottom_new.png');
    background-repeat: no-repeat;
    /*background-color: #003371;*/
    /*color: #003371;*/
    color: #333399;
    text-align: right;
    font-size: 9px;
    height: 12px;
    padding-right: 15px;
}

table.commentform {
    width: 175px;
    background: #3054B4;
    border: 1px solid #FFF;
}

td.commentform {
    font-size: 9px;
    text-align: center;
    color: #FFF;
}

td.footer {
    width: 700px;
    height: 20px;
    background: url(./images/footer.gif);
    text-align: right;
    color: #FFF;
    font-size: 9px;
}

table.genericform {
    background: #1B9BBB;
    font-size: 10px;
    border: thin solid white;
    color: #FFF;
    margin-top: 50px;
    margin-left: 50px;
    margin-bottom: 5px;
    margin-right: 5px;
}

table.genericformbigger {
    background: #1B9BBB;
    font-size: 13px;
    border: thin solid white;
    color: #FFF;
    margin-top: 50px;
    margin-left: 50px;
    margin-bottom: 5px;
    margin-right: 5px;
}