#contentright {
}

.uquery {
    color: #808080;
}

.announce {
    font-family: Arial, Helvetica, sans-serif;
    color: #200000;
    font-weight: bold;
    border: 1px solid black;
    background: #ffe0e0;
    width: 80%;
}

.countrymessage {
    font-family: Arial, Helvetica, sans-serif;
    color: #200000;
    font-weight: bold;
    font-size: large;
    border: 2px solid red;
    background: #ffe0e0;
    width: 70%;
    padding: 5px;
}

.countrymessage a {
    color: blue;
}



/* +------------------------------------------------------------------------- */
/* | For a single item display                                                */

.itemdiv {
    font-family: Arial, Helvetica, sans-serif;
    background: #eee;
    border: 1px solid #888;
    text-align: left;
    margin-bottom: 10px;
}

.itemmaindiv {
    padding: 3px;
}

.itemextradiv {
    border-top: 1px solid #aaa;
    background: #fafa80;
}

.itemextradivexp {
    border-top: 1px solid #aaa;
    background: #d0d0d0;
}

.itemlink {
    font-weight: bold;
    color: blue;
    font-size: 13px;
}

.itemlinkexp {
    font-weight: bold;
    color: #555;
    font-size: 13px;
}

.itemcategories {
    font-size: 9px;
    color: #666;
}

.itemexpires {
	font-size: 11px;
	color: #444;
}

.itemexpired {
    font-size: 11px;
    color: #800;
    font-weight: bold;
}

.itemexpiresdate {
	font-size: 11px;
	color: #008;
}

.itemcatlink {
    font-style: italic;
    font-size: 9px;
    color: #666;
}

.itemdescription {
    font-size: 13px;
    color: #444;
}

.itemoptions {
	font-size: 9px;
	color: #444;
}

.itemoptionlink {
    font-size: 9px;
	color: #844;
	font-weight: bold;
}

.itemoptionrate {
    font-size: 9px;
	color: #444;
}

.itemoptionlink:hover {
    font-size: 9px;
	color: #f00;
	font-weight: bold;
}

.itemsfs {
    font-size: 10px;
    color: blue;
}

/* +------------------------------------------------------------------------- */
/* | For displaying item lists                                                */

.dateentry {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: black;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 2px;
}

.itemlisttitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: black;
    text-align: middle;
    margin-bottom: 10px;
    border: 2px solid #bbbbbb;
    background: #dddddd;
}

.itemlistsorter {
    font-family: Arial, Helvetica, sans-serif;
    text-align: right;
    color: #a0a0a0;
    margin-bottom: 8px;
    font-size: small;
}

.sortitem {
    color: #b0b0ff;
}

.sortitemselected {
    font-weight: bold;
    color: #0000ff;
}

/* +------------------------------------------------------------------------- */
/* | Login box                                                                */

#loginbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    border: 1px solid #ccc;
    background: #eee;
}

#loginboxtop {
    border-bottom: 1px solid #ccc;
    background: #ddd;
    font-weight: bold;
}

.logininput {
    background: #fff;
    border: 1px solid #ccc;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px;
}

.loginsubmit {
    background: #ccc;
    border: 1px solid #888;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 1px;
}

/* +------------------------------------------------------------------------- */
/* | Lostpw box                                                               */

#lostpwbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    border: 2px solid #ddcccc;
    background: #ffeeee;    
}

#lostpwboxtop {
    border-bottom: 1px solid #ddcccc;
    background: #ffdddd;
    font-weight: bold;
}

.lostpwinput {
    background: #fff8f8;
    border: 1px solid #ddcccc;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px;
}

.lostpwsubmit {
    background: #ffcccc;
    border: 1px solid #cc8888;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px;
}

/* +------------------------------------------------------------------------- */
/* | Register box                                                             */

/* other */
.userdnorm {
    
}

.userderror {
    font-weight: bold;
    color: red;
}

.regboxinput {
    background: #fff8f8;
    border: 1px solid #ddcccc;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px;
}

.regboxselect {
    background: #fff8f8;
    border: 1px solid #ddcccc;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px;
}

.regboxsubmit {
    background: #ffcccc;
    border: 1px solid #cc8888;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px;
}

#registerbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    border: 2px solid #ddcccc;
    background: #fff;    
}

#registerboxtop {
    border-bottom: 1px solid #ddcccc;
    background: #ffdddd;
    font-weight: bold;
}

.optional {
    font-size: x-small;
    font-weight: bold;
    color: #800000;
}

.optional a {
    font-size: x-small;
    font-weight: bold;
    color: black;
}

/* +------------------------------------------------------------------------- */
/* | User menu                                                                */

.umenuitem {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 12px;
}

/* +------------------------------------------------------------------------- */
/* | Site message                                                             */

#sitemessage {
    width: 80%;
    background: #ddddff;
    border: 2px solid #bbbbdd;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px;
    color: black;
}

/* +------------------------------------------------------------------------- */
/* | User messages                                                            */
.uerror {
    width: 80%;
    background: #ffff80;
    border: 2px solid #808040;
    font-size: large;
    font-family: Arial, Helvetica, sans-serif;
    padding: 3px;
    color: red;
}

.umessage {
    width: 80%;
    background: #ffe0e0;
    border: 1px solid black;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    padding: 2px;
    color: #808080;
}

/* +------------------------------------------------------------------------- */
/* | Closing                                                                  */

.closingtable {
    border: 1px solid #ccc;
    background: #e8e8e8;
    font-family: Arial, Helvetica, sans-serif;
}

.closingtop {
    background: #ddd;
    font-weight: bold;
    font-size: 17px;
}

.closinglink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #008;
}

.closinglink:hover {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #f00;
}

.closingdateline {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
    border-top: 1px solid #ccc;
}
    

/* +------------------------------------------------------------------------- */
/* | Forum Summary                                                            */

.forumsummarytable {
    border: 2px solid #ccccdd;
    background: #eeeeff;
    font-family: Arial, Helvetica, sans-serif;
}

.forumsummarytop {
    border-bottom: 1px solid #ccccdd;
    background: #ddddff;
    font-weight: bold;
    font-size: 18px;
}

.forumsummarylink {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: blue;    
}

.forumsummarydate {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: red;    
}

/* +------------------------------------------------------------------------- */
/* | Categories                                                               */

#categorytable {
    border: 2px solid #ccccdd;
    background: #eeeeff;
    font-family: Arial, Helvetica, sans-serif;
}

#categorytop {
    border-bottom: 1px solid #ccccdd;
    background: #ddddff;
    font-weight: bold;
}

.catitem {
    font-size: small;
    color: #404040;
}

.catitem1 {
    font-size: x-small;
    color: #606060;
}

.catitemcount {
    font-size: small;
    color: #008800;
}

.catitemcount1 {
    font-size: small;
    color: #008800;
}

.catitemactive {
    font-size: small;
    font-weight: bold;
    color: #0000ff;
}

.catitemactive1 {
    font-size: x-small;
    font-weight: bold;
    color: #0000ff;
}

.catitemp {
    color: #eeffff;
}

.catitemcountactive {
    font-size: small;
    font-weight: bold;
    color: #0000ff;
}

.catitemcountactive1 {
    font-size: x-small;
    font-weight: bold;
    color: #0000ff;
}

/* +------------------------------------------------------------------------- */
/* | Category Tree                                                            */

SPAN.TreeviewSpanArea A {
    font-size: 12px; 
    font-family: verdana,helvetica; 
    text-decoration: none;
    color: black
}

SPAN.TreeviewSpanArea A:hover {
    text-decoration: underline;
}

SPAN.ccnt {
    font-size: 12px;
    color: #080;
}

/* +------------------------------------------------------------------------- */
/* | Site menu                                                                */

#sitemenutable {
    border: 2px solid #ccccdd;
    background: #eeeeff;
    font-family: Arial, Helvetica, sans-serif;
}

#sitemenutop {
    border-bottom: 1px solid #ccccdd;
    background: #ddddff;
    font-weight: bold;
}

.sitemenuitem {
    color: black;
    font-size: 14px;
}

/* +------------------------------------------------------------------------- */
/* | Site map                                                                 */

.sitemaph1 {
    border: 1px solid black;
    background: #ffffa0;
    color: black;
}

.sitemaph2 {
    border: 1px solid #808080;
    background: #ffffc0;
    color: black;
    width: 80%;
}

.sitemaph3 {
    border: 1px solid #a0a0a0;
    background: #ffffd0;
    color: black;
    width: 80%;
}

.sitemaph4 {
    border: 1px solid #c0c0c0;
    background: #ffffe0;
    color: black;
    width: 80%;
}

.sitemaplink {
    color: #666;
    font-size: x-small;
    font-family: Arial, Helvetica, sans-serif;
}

/* +------------------------------------------------------------------------- */
/* | Forum menu                                                               */

#forummenutable {
    border: 2px solid #ccccdd;
    background: #eeeeff;
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
}

#forummenutop {
    border-bottom: 1px solid #ccccdd;
    background: #ddddff;
    font-weight: bold;
}

.forummenutd {
    border: 1px solid #c0c0d0;
}

.forummenut {
    color: #222;
    font-weight: bold;
    font-size: 11px;
    background: #b0c0c0;
    border: 1px solid #c0c0d0;
}

.forummenuitem {
    color: black;
    font-size: 13px;
}

.forummenuitemc {
    font-size: 11px;
    color: #000060;
}


.forummenuitemselected {
    color: #008000;
    font-weight: bold;
    font-size: 13px;
}

.forummenugroup {
    background: #ddddff;
    color: blue;
    border-top: 1px solid #ccccdd;
    border-bottom: 1px solid #ccccdd;
}

/* +------------------------------------------------------------------------- */
/* | Thread list                                                              */

.forumtitle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-large;
    font-weight: bold;
    color: green;
    text-align: middle;
    margin-bottom: 16px;
    border: 2px solid #bbbbbb;
    background: #dddddd;
}

.forumtitle a {
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    color: black;    
}

.forumlist {
    font-family: sans-serif;
    background: #e0e0ff;
    margin-bottom: 10px;
    border: 2px solid #c0c0ff;
    width: 90%;
    font-size: 10px;
}

.forumlistheader {
    background: #c0c0c0;
    font-size: small;
}

.threadlisttable {
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    background: #e0e0ff;
    border: 2px solid #ccccdd;
    width: 95%;
    border-collapse: collapse;
}

.threadlisttd {
    border: 1px solid #c0c0d0;
}

.threaddetaildiv {
    text-align: left;
    font-family: sans-serif;
    background: #e0e0ff;
    border-top: 2px solid #c0c0ff;
    border-left: 2px solid #c0c0ff;
    border-right: 2px solid #c0c0ff;
    width: 90%;
}

.threadlistdiv2 {
    text-align: left;
    font-family: sans-serif;
    background: #e0e0ff;
    border-left: 2px solid #c0c0ff;
    border-right: 2px solid #c0c0ff;
    border-top: 2px solid #c0c0ff;
    width: 90%;
}

.threadlisttitle {
    background: #f8f880;
    padding: 2px;
}

.threadlistlink {
    font-size: 18px;
    color: #404040;
    font-weight: bold;
}

.threadlistextra {
    font-size: 11px;
    color: #0000ff;
    padding: 2px;
}

.threadlistcc {
    font-size: 10px;
    color: #000080;
}

.threadlistlp {
    font-size: 10px;
    color: #0000ff;
}

.forumlink1 {
    color: #808080;
    font-weight: bold;
    font-size: 10px;
}

.threadlink1 {
    color: #404040;
    font-weight: bold;
}

.newthread {
    font-weight: bold;
    color: #ff0000;
    font-size: 10px;
}

/* +------------------------------------------------------------------------- */
/* | Comment box                                                              */

#addcommentbox {
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    border: 2px solid #ddcccc;
    background: #ffeeee;
    width: 90%;    
}

#addcommentboxtop {
    border-bottom: 1px solid #ddcccc;
    background: #ffdddd;
    font-weight: bold;
}

.addcommentinput {
    background: #fff8f8;
    border: 1px solid #ddcccc;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px;
}

.addcommentsubmit {
    background: #ffcccc;
    border: 1px solid #cc8888;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1px;
}

/* +------------------------------------------------------------------------- */
/* | Comments                                                                 */

.commentdiv {
    text-align: left;
    font-family: sans-serif;
    background: #e0e0ff;
    margin-bottom: 10px;
    border: 2px solid #c0c0ff;
    width: 90%;
}

.commentcomment {
    font-size: small;
    color: #404040;
}

.commentcomment a {
    color: red;
    font-weight: bold;
}

.commentextra {
    font-size: x-small;
    color: #0000ff;
    background: #c0c0ff;
    padding: 2px;
}

.commentposter {
    color: green;
}

.commentpostera {
    color: purple;
    font-weight: bold;
}

.commentposterua {
    color: purple;
}

.commentdate {
    color: #606060;
}

/* +------------------------------------------------------------------------- */
/* | FAQ                                                                      */

.faqq {
    font-family: Arial, Helvetica, sans-serif;
    color: #006000;
    font-weight: bold;
    font-size: large;
}

.faqa {
    font-family: Arial, Helvetica, sans-serif;
    color: #404040;
    font-size: small;
    margin-left: 20px;
}

.onlineusers {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

/* +------------------------------------------------------------------------- */
/* | users                                                                    */

.huser {
    color: green;
}

.huseradmin {
    color: purple;
    font-weight: bold;
}

.huserlevel {
    color: purple;
}

/* +------------------------------------------------------------------------- */
/* | profiles                                                                 */

.profiletop {
    font-family: Arial, Helvetica, sans-serif;
    width: 80%;
    background: #ddd;
}

.profiledetails {
    font-family: Arial, Helvetica, sans-serif;
    width: 80%;
    border: 1px solid black;
    background: #a0a0e0;
}

.profileldetails {
    font-family: Arial, Helvetica, sans-serif;
    border: 1px solid black;
    background: #c0c0f0;
}

.profileiname {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.profileicontent {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.profileibalance {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: red;
}

.umenuhello {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: blue;
}
