html body {
    background-color: #00009C;
    font-family: sans-serif;
    font-size: 12px;
}

#main-container {
    width: 90%;
    margin: 20px auto;
    background-color: white;
    border: 5px outset #d0d0d0;

}


#header {
    width: 95%;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 10px auto;
    padding: 10px;
    background-color: #FFF;
    color: #000;

}



#menu {
	width: 100%;
    margin: 5px auto;
    text-align: center;
}





#resulttable {
    width: 75%;
    border: 1px solid black;
    margin: 10px auto;
    padding: 5px;


}

.linkbtn {
     color: white;
     background-color: #808080;
     border: 2px outset black;
     padding: 0px 5px 0px 5px;
}

 a.linkbtn         { text-decoration:none; color: white; }
 a.linkbtn:link    { text-decoration:none; color: white; }
 a.linkbtn:visited { text-decoration:none; color: white; }
 a.linkbtn:hover   { text-decoration:none; color: black; background-color: #F0f0f0; }
 a.linkbtn:active  { text-decoration:none; color: #000; }


#footer {
    width: 100%;
    font-size: 9px;
    text-align: center;
    margin: 10px;
    padding: 10px
}

#main-content {
    width: 75%;
    margin: 10px auto;
}

#user-data {

}

#util {
    position: absolute;
    border: 4px outset black;
    z-index: 5;
    background-color: white;
    display: none;
}


.tag-required {
	text-align: right;
	background-color: yellow;
	padding-right: 5px;
}

.tag-optional {
    text-align: right;
    padding-right: 5px;
}


#seller-data {
    display: none;
}


.signup {
	margin: 5px auto;
	border: 1px solid black;
}

.signup td {
	   border-bottom: 1px solid black;
}

.clearlink {
	margin: 5px auto;
	text-align: center;
	width: 100%;
	/* border: 1px solid black; */
	padding: 3px;
}


#loginbox {
    width: 200px;
    border: 1px solid black;
    /* position: absolute; */
    /* float: right; */
    left: 75%;
    top: 100px;
    /*display: none;*/
    z-index: 5;
    background-color: white;
}

.reportposting {
    float: right;
}

.showimg {
    margin: 10px auto;
}

.resultset {
    border: 1px solid black;
    margin: 10px;
    padding: 5px;

}

.post-date {
	float: right;
}
