td.menunavigation_new {
        font-weight: bold;
        font-size: 10pt;
        border-style: none solid none solid;
        border-width: 1px;
        background:gray url(/pic/default/menunew.gif);
}

td.menunavigation_new:Hover {
        font-weight: bold;
        font-size: 10pt;
        border-style: none solid none solid;
        border-width: 1px;
        background:gray url(/pic/default/menuon.gif);
}

.psudoButton {
	color: black;
	font-size: 10px ;
	background-color: #9FA0A6;
	border-width: thin;
	border-style: outset;
	border-color: silver;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}

.psudoButtonOver {
	color: black;
	font-size: 10px ;
	background-color: LightGrey;
	border-width: thin;
	border-style: outset;
	border-color: LightBlue;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}

.psudoButtonDown {
	color: black;
	font-size: 10px ;
	background-color: LightGrey;
	border-width: thin;
	border-style: inset;
	border-color: LightBlue;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
}

/****************************************************/
/*                 FOR QUOTES                       */
/****************************************************/
fieldset {
	margin-left:6px;
	margin-right:3px;
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid;
	border-top-color:#999999;
	border-left-color:#999999;
	border-bottom-color:#666666;
	border-right-color:#666666;
	padding:4px;
}

legend {
	width:150px;
	padding:1 3px 1 3px;
	background-color:#b1bfd5;
	color:#333333;
	text-align:center;
	font-weight: bold;
	border:1px solid;
	border-top-color:#999999;
	border-left-color:#999999;
	border-bottom-color:#666666;
	border-right-color:#666666;
}

.UCSYSOP { color: #BB6B00 !important; font-weight:bold !important; }
.UCADMINISTRATOR { color: darkgreen !important; font-weight:bold !important; }
.UCMODERATOR { color: #1B3A04 /*#6B001A*/ !important; font-weight:bold !important; }
.UCUPLOADER { color:#9A6258 !important; }
.UCXSTAFF { color:#9A6258 !important; }
.UCVIP { color:#FF6600 !important; }
.UCPOWERUSER{ color:blue /*#4F3157*/ !important; }
.UCCLUB{ color:blue /*#4F3157*/ !important; }
.UCUSER{ color:#000 /*#4F3157*/ !important; }
.UCPEASANT{ color:red /*#4F3157*/ !important; }

a.important_path { color: #000001; }
a.important_path:visited {color: #00FF00;}
