html{
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #eaf9ff;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #FBF2DA;
scrollbar-highlight-color: #bdd4ec;
scrollbar-shadow-color: #6e9fd6;
scrollbar-track-color:#f4fcff;
}

body {
	color: #fff;background: #000000 url(images/BG.png) 20% 0 no-repeat fixed;
}


table td {
	padding: 0;
	border-width: 0;

}

.banner {
    vertical-align: middle;
	 text-align: center;
	 padding-top: 26px;
	}

.header {
	height: 114px;
	background-image: url(images/bg_head.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #123456;
}
.header2 {
	background-image: url(images/bg_head.jpg);
	background-repeat: repeat-x;
	font-weight: bolder;
	color: #123456;
	background-position: top;
	width: 900px;
}
.logo {
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 114px;
	width: 264px;
}
.search {

	background-repeat: repeat-x;
	height: 31px;
	padding: 0px;
	margin: 0px;
}
.search a {
	color: #fff;
	font-weight: normal;
	padding: 3px;
}
.menu_tabs {

	background-repeat: repeat-x;
	text-align: center;
	padding-right: 5px;
	padding-left: 3px;
	padding-top: 6px;
	width:80px;
}

.menu_tabs a{
	color: #123456;
	font-weight: normal; /*add by jim */
	font-size: 11px;
}
.menu_tabs a:hover{
	color: #CCCCCC;
	text-decoration: none;
}
/* added menu_tab_login */
.menu_tabs_login {
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	height: 25px;
   padding: 0px;
   margin: 0px;
   font-family: Tahoma;
	font-weight: normal;
	text-align: right;
}

.menu_tabs_login a{
	color: #FFFFFF;
	font-weight: normal; /*add by jim */
}
.menu_tabs_login a:hover{
	color: #CCCCCC;
	text-decoration: none;
}

.menu_tabs_login img{
   vertical-align: middle;
	padding-left: 6px;
	padding-right: 4px;
}
.menu_sep {
	background-image: url(images/sep_menu.gif);
	height: 31px;
	width: 4px;
}
#m
.menu {
	background-image: url(images/menu_bg.gif);
	height: 31px;
	background-repeat: repeat-x;
}
.menubg2 {
	background-image: url(images/menu_bg.gif);
	height: 31px;
	background-repeat: repeat-x;
}
#Main {width: 900px;}
a {color: #666666; text-decoration: none; font-family: Tahoma; background-color: transparent;}
a:hover {color: #000066;}

h1 {font-size: 160%;}
h2 {font-size: 140%;}
h3 {font-size: 120%;}
h4 {font-size: 110%;}
h4 a{
	color: #660000;
}
h4 a:hover{}
h5 {font-size: 100%;}
h6 {font-size: 90%;}


h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
}


ul { margin: 2px; padding: 2px; list-style: decimal inside; text-align: right;}
li { margin-left: 2px; list-style: url(images/arrow.png) circle inside; color: #0053A6;}

.item {
	margin-bottom: 8px;
}
.itemHead {
	padding: 3px;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E8EC;
		background-color: #FFFFFF;
}

.itemInfo {
	text-align: right;
	padding: 3px;
	color: #000000;
}
.itemTitle a {
	font-weight: bold; /* bold */
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-left: 5px;
}
.itemPoster, .itemPostDate, .itemStats {font-size: 90%; color: #000000;}
.itemBody {	padding: 5px;}
.itemText {
	margin-top: 1px;
	margin-bottom: 1px;
	color: #363636;
	font-family: Tahoma;

}
.itemText a , .itemInfo a, .itemFoot a{
	color: #999999;
	font-weight: normal;
}
.itemText a:hover .itemInfo a:hover, .itemFoot a:hover {
	color: #666666;
	text-decoration: none;
}
.itemText:first-letter {}
.itemFoot {
	text-align: right;
	padding: 3px;
	color: #000000;
	margin-right: 20px;
	margin-left: 20px;
}
.itemAdminLink {font-size: 90%;}
.itemPermaLink {font-size: 90%;}

th {
	color: #666666;
	padding : 2px;
	vertical-align : middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#leftcolumn {
	width: 170px;
	background-color: #e9edf6;
	background-image: url(images/bg_lft_c.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E2E8EC;
	margin-right: 10px;
	font-family: Tahoma;
	text-align: right;
	direction: rtl;
}
#rightcolumn {
	width: 170px;
	background-color: #e7eaf1;
	background-image: url(images/bg_rc_c.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E2E8EC;
	font-family: Tahoma;
	text-align: right;
	direction: rtl;
}

#leftcolumn th, #rightcolumn th {color: #666666; vertical-align: middle;}
#leftcolumn .blockTitle, #rightcolumn .blockTitle {
	color: #000000;
	font-weight: bold;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E4E4E4;
	margin-right: 14px;
	margin-left: 14px;
	font-family: "Arabic Transparent", Arial, Tahoma;
	padding: 12px 8px 3px 8px;
}
#leftcolumn .blockContent, #rightcolumn .blockContent {
	padding: 3px 12px;
	margin-bottom: 10px;
}

#rightcolumn .blockContent a {  /* added by jim */
	font-weight: normal;
}

.centercol {
	background-image: url(images/bg_center_c.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
}
.centercolb {
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
}
.content {
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	direction: rtl;
	font-family: Tahoma;
}
.centercol .blockContent a {
}

.centercol .blockContent a:hover {
}

.centercol .blockTitle, .centercolb .blockTitle {
	color: #223358;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	font-weight: bold;
	padding-top: 13px;
	background-image: url(images/blk_t_ico.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding: 1px 30px 1px 30px;
	font-family: "Arabic Transparent", Arial, Tahoma;
}

.centercol .blockContent, .centercolb .blockContent {
	color: #333333;
	padding-top: 7px;
	line-height: 1.5em;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
	}

.centercol li {
}

#centercolumn {
	text-align: right;
	direction: rtl;
}

#centercolumn th {
	color: #666666;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0053A6;
}
#centerCcolumn, #bottomCcolumn {padding: 0px 3px 1px 3px;}
#centerLcolumn, #bottomLcolumn {width: 50%; padding: 5px 8px 8px 0px;}
#centerRcolumn,  #bottomRcolumn {width: 50%; padding: 5px 0px 8px 8px;}

div#content {text-align: right; direction: rtl; padding: 10px 0px;}

#mainmenu a {
	display: block;
	margin: 0;
	padding: 2px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1F8FF;
	background-image: url(images/butt_menu_1.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#mainmenu a:hover {
	background-image: url(images/butt_menu_2.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #000000;
	background-color: #D9E0F0;
	text-decoration: none;
}
#mainmenu a.menuTop, #mainmenu a.menuMain {padding-right: 16px; }
#mainmenu a.menuSub {padding-right: 30px; } /*19px*/

#usermenu a {
		display: block;
	margin: 0;
	padding: 2px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(images/butt_menu_1.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 16px;
}
#usermenu a:hover {	background-image: url(images/butt_menu_2.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #000000;
	background-color: #C76907;
	text-decoration: none;}
#usermenu a.menuTop {padding-right: 11px;}
#usermenu a.highlight {
	background-color: #683400;
	color: #ffffff;
}

.outer {	border: 1px solid #CBC5B6;}
.head {background-color: #F0E9D1; padding: 2px; font-weight: bold;}
.even {background-color: #F0F0F0; padding: 2px;}
.even a {  /* added by jim */
	font-weight: normal;
}
.odd {background-color: #F2F2F2; padding: 2px;}
.odd a {  /* added by jim */
	font-weight: normal;
}
.foot {
	padding: 2px;
	font-weight: bold;
	text-align: center;
}

tr.even td {background-color: #D8D1C1; padding: 2px;}
tr.odd td {background-color: #D8D1C1; padding: 2px;}

div.errorMsg { background-color: #FFC0CB; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.confirmMsg { background-color: #F4EDAA; color: #FF8C00; text-align: center; border-top: 1px solid #DDDDFF; border-left: 1px solid #DDDDFF; border-right: 1px solid #AAAAAA; border-bottom: 1px solid #AAAAAA; font-weight: bold; padding: 10px;}
div.resultMsg { background-color : #CCCCCC; color: #333333; text-align: center; border-top: 1px solid silver; border-left: 1px solid silver; font-weight: bold; border-right: 1px solid #666666; border-bottom: 1px solid #666666; padding: 10px;}

/* changed the Code and Quote divs to match the PHPBBTech from Below .code and .quote and added 	width: 400px;
	max-height: 250px;
	margin: 0.5em;
	overflow: auto;
	padding: 5px;*/
/*div.xoopsCode { background: #FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}
div.xoopsQuote { background: #FFFFFF; border: 1px inset #000080; font-family: "Courier New",Courier,monospace; padding: 0px 6px 6px 6px;}
*/
div.xoopsCode { font-family: Arial, 'Courier New', sans-serif; font-size: 11px; color: #F3D823; border: 1px dotted #C1C1C1; background: #ffffff; width: 550px; max-height: 250px; margin: 0.5em; overflow: auto; padding: 5px; text-align: left; direction: ltr;}
div.xoopsQuote { font-family: Arial, 'Courier New', sans-serif; font-size: 11px; color: #56636F; border: 1px dotted #C1C1C1; background: #ffffff; width: 550px; max-height: 250px; margin: 0.5em; overflow: auto; padding: 5px}

.comTitle {font-weight: bold; margin-bottom: 2px; font-family: "Times New Roman", Times, serif; font-size: 15px;}
.comText {padding: 4px; color: #223358; font-family: Tahoma; font-size: 12px; text-align: justify;}
.comUserStat {font-size: 10px; color: #0053A6; font-weight:bold; border: 1px solid silver; background-color: #ffffff; margin: 2px; padding: 2px;}
.comUserStatCaption {font-weight: normal;}
.comUserStatus {margin-left: 2px; margin-top: 10px; color: #0053A6; font-weight:bold; font-size: 10px;}
.comUserRank {margin: 2px;}
.comUserRankText {font-size: 10px;font-weight:bold;}
.comUserRankImg {border: 0;}
.comUserName {}
.comUserImg {margin: 2px;}
.comDate {font-weight: normal; font-style: italic; font-size: smaller}
.comDateCaption {font-weight: bold; font-style: normal;}
.slogan {
	font-weight: bold;
	font-style: normal;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	right:auto;
	font-size: 16px;
	padding-top: 60px;
	padding-right: 60px;
}

.footer {
	text-align: center;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-size: 90%;
	background-image: url(images/bg_footer.gif);
	background-repeat: repeat-x;
	height: 85px;
	padding-top: 7px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.footer a {
	text-decoration: none;
	font-weight: normal;
	color: #999999;
}
.footer a:hover {
	color: #CCCCCC;
}

select {
	font-size: 90%;
	margin-bottom: 4px;
}

textarea {
   color: #223358;
	background-color: #EEEEEE;
	font-family: Tahoma;
	font-size: 13px;
}
.siteclosed {
	color: #333333;
	font-weight: normal;
}

/*START:  added by Jim from BlueX theme for extra tags for content module */
.conTitle {font-size: 110%;font-weight: bold;text-decoration: none;margin: 0px 0px .2em 0px;padding: 12px 0px 10px 38px;background-image:url(images/bluex/colt.gif); background-repeat: no-repeat;color: #1d1d1d;}
.conIcons {float: right;position: relative;font-size: 0.85em;top: -25px;right: 5px;}
.con_tl {background-image: url(images/bluex/tl.gif);background-position: 0% 0%;background-repeat: no-repeat;position: relative;top: -1px;left: -1px;}
.con_tr {background-image: url(images/bluex/tr.gif);background-position: 100% 0%;background-repeat: no-repeat;position: relative;left: 2px;}
.con_br {background-image: url(images/bluex/br.gif);background-position: 100% 100%;background-repeat: no-repeat;position: relative;top: 2px;}
.con_bl {background-image: url(images/bluex/bl.gif);background-position: 0% 100%;background-repeat: no-repeat;position: relative;left: -2px;padding: .8em;overflow: hidden;}
.conContainer {background-image: url(images/bluex/bg.jpg);border: 1px solid #D0D0E0;position: relative;margin-bottom: 10px;z-index: 0;}
/*END:  added by Jim from BlueX theme for extra tags for content module */

/* START Quote & Code blocks - from PHPBB2 BBTech Template  - and added 	width: 400px;
	max-height: 250px;
	margin: 0.5em;
	overflow: auto;
	padding: 5px;*/
.code {
font-family: Arial, 'Courier New', sans-serif;
font-size: 11px; color: #F3D823;
BORDER-RIGHT: #47475D 1px solid;
BORDER-TOP: #121316 2px solid;
BORDER-BOTTOM: #47475D 1px solid;
BORDER-LEFT: #121316 2px solid;
background:#0D0E13;
width: 400px;
max-height: 250px;
margin: 0.5em;
overflow: auto;
padding: 5px;
text-align: left;
direction: ltr;
}
.quote {
font-family: Arial, 'Courier New', sans-serif;
font-size: 11px; color: #F3D823;
BORDER-RIGHT: #47475D 1px solid;
BORDER-TOP: #121316 2px solid;
BORDER-BOTTOM: #47475D 1px solid;
BORDER-LEFT: #121316 2px solid;
background:#0D0E13;
width: 400px;
max-height: 250px;
margin: 0.5em;
overflow: auto;
padding: 5px;
}
a:link,a:active,a:visited {

	font-size: 10px;
	text-decoration: none;
	color: #FDA400;
	font-style: normal;
	font-family: "MS Sans Serif";
}

td.scrn_tl{
	background-image: url(images/scrn_tl.gif);
	background-repeat: no-repeat;

}
td.scrn_t{
	background-image: url(images/scrn_t.gif);
}
td.scrn_tr{
	background-image: url(images/scrn_tr.gif);
	background-repeat: no-repeat;

}
td.scrn_r{
	background-image: url(images/scrn_r.gif);
	background-repeat: repeat-y;
}
td.scrn_l{
	background-image: url(images/scrn_l.gif);
	background-repeat: repeat-y;
}
td.scrn_bl{
	background-image: url(images/scrn_bl.gif);
	background-repeat: no-repeat;
}
td.scrn_b{
	background-image: url(images/scrn_b.gif);
}
td.scrn_br{
	background-image: url(images/scrn_br.gif);
	background-repeat: no-repeat;

}

td.tt12_m{
	background-image: url(images/tt12_m.gif);
	background-repeat: repeat-x;
}

td.tb12_m{
	background-image: url(images/tb12_m.gif);
	background-repeat: repeat-x;
}

a:hover {
	text-decoration: underline;

	font-size: 10px; color: #000000;
	font-style: normal;
	font-family: "MS Sans Serif";
}

.bg{
	background: #ffffff;
	border: solid 1px #6e9fd6;
	margin: 5;
	padding: 5;
	font-family: "MS Sans Serif";
}

td.scrn_tl{
	background-image: url(images/scrn_tl.gif);
	background-repeat: no-repeat;

}
td.scrn_t{
	background-image: url(images/scrn_t.gif);
}
td.scrn_tr{
	background-image: url(images/scrn_tr.gif);
	background-repeat: no-repeat;

}
td.scrn_r{
	background-image: url(images/scrn_r.gif);
	background-repeat: repeat-y;
}
td.scrn_l{
	background-image: url(images/scrn_l.gif);
	background-repeat: repeat-y;
}
td.scrn_bl{
	background-image: url(images/scrn_bl.gif);
	background-repeat: no-repeat;
}
td.scrn_b{
	background-image: url(images/scrn_b.gif);
}
td.scrn_br{
	background-image: url(images/scrn_br.gif);
	background-repeat: no-repeat;

}

td.tt12_m{
	background-image: url(images/tt12_m.gif);
	background-repeat: repeat-x;
}

td.tb12_m{
	background-image: url(images/tb12_m.gif);
	background-repeat: repeat-x;
}

.whi{
	background: #ffffff;
	padding: 5px;
}

td.wh{
	background: #ffffff;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
}

td.wh2{
	background: #ffffff;
	padding: 15px;
	text-align: center;
	font-size: 10px;
}


table td {
	padding: 0;
	border-width: 0;
	vertical-align: top;
	font-family: "MS Sans Serif";
	}


td {

	color: #000000;
	font-size: 10px;
	font-family: "MS Sans Serif";
}

input {
	background-color : #ffffff;
	color : #000000;
	font-size: 10px;
	font-family: "MS Sans Serif";
}

textarea {
	color : #000000;
	font: normal 10px "MS Sans Serif";
	border: solid 1px #6e9fd6;
}
select {
	color : #000000;
	font: normal 12px "MS Sans Serif";
	border-color : #6e9fd6;
}
img {
	border: 0;
}
ul {
	margin: 2px;
	padding: 2px;
	list-style: decimal inside;
	text-align: right;
}
li {
	margin-left: 2px;
	list-style: disc inside;
}

.odd {
	background-color: #F3EAD4;
	text-align: right;

}
.outer {
	background-color: #F3EAD4;
	text-align: right;

}
.even {
	background-color: #F3EAD4;

}
th {
	background-color: #F3EAD4;
	text-align: right;
	padding: 5px;
}


.head {
	color: #123456; font-size: 10px;

	height: 20px;
	background:#F3EAD4;
	vertical-align: middle;
}
.foot {
	background-color: #F3EAD4;
	padding: 3px;

}

.comTitle {
	color: #ffffff;
	font-size: 10px;
	background: #5493b4;
	height: 23px;
	text-align: right;
	padding-top: 7px;
	padding-left: 10px;


}
.comText {
	padding: 20px;
	text-align: right;
}
.comUserStat {
	font-size: 10px;
	color: #5493b4;

	border: 1px solid #cccccc;
	background-color: #e4f5fa;
	margin: 2px; padding: 2px;
}
.comUserStatCaption {
	font-weight: normal;
}
.comUserStatus {
	margin-left: 2px;
	margin-top: 10px;
	color: #5493b4;

	font-size: 10px;
}
.comUserRank {
	margin: 2px;
}
.comUserRankText {
	font-size: 10px;
	}
.comUserRankImg {
	border: 0;
}
.comUserName {}
.comUserImg {
	margin: 2px;
}
.comDate {
	color: #000000;
	font-weight: normal;

	text-align: left;
}
.comDateCaption {
	color: #000000;

	font-style: normal;
	text-align: left;
}


div.xoopsCode {
	background: #ffffff;
	border: 1px inset #98AAB1;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 6px 6px 6px;
	direction: ltr;
	text-align: left;
}

div.xoopsQuote {
	background: #ffffff;
	border: 1px inset #98AAB1;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0px 6px 6px 6px;}

.item {
	background: #efefef;

}
.itemHead {
	color: #000000;
	font-size: 10px;
	background-image: url(images/lines.gif);
	height: 20px;
	padding-top: 7px;
	padding-left: 7px;
	border: solid 1px #6e9fd6;
}
.itemInfo {
	text-align: left;
	padding: 3px;
	background-color: #DEE3E7;
	border-left: solid 1px #6e9fd6;
	border-right: solid 1px #6e9fd6;
}
.itemTitle a {
	font-size: 130%;
	font-size: 11px;


	color: #000000;
	background-color: transparent;
}
.itemPoster {
	color: #000000;
	font-size: 90%;
	font-style:nomal;
}


.itemPostDate {
	font-size: 90%;
	font-style:nomal;
}
.itemStats {
	color: #000000;
	font-size: 90%;
	font-style:nomal;
}
.itemBody {
	color: #000000;
	padding-left: 5px;
	text-align: right;
	border: solid 1px #6e9fd6;
}
.itemText {
	color: #000000;
	margin-top: 5px;
	margin-bottom: 5px;
	line-height: 1.5em;
}

.itemFoot {
	text-align: left;
	padding: 3px;
	background-color: #DEE3E7;
	border-left: solid 1px #6e9fd6;
	border-right:solid 1px #6e9fd6;
	border-bottom:solid 1px #6e9fd6;
}
.itemAdminLink {
	font-size: 90%;
}
.itemPermaLink {
	font-size: 90%;
}

.blockTitle {
	color: #FFA34F;
	font-size: 10px;
	text-align: center;

	background-image: url(images/lines.gif);
	border: solid 1px #6e9fd6;
	height: 28px;
	vertical-align: middle;
}

.blockTitle2 {
	color: #000000;
	font-size: 10px;
	text-align: center;
	background-image: url(images/lines.gif);
	border: solid 1px #6e9fd6;
	height: 28px;
	vertical-align: middle;
}

.blockContent {
	background-color: #efefef;
	padding: 5px;
	border-left: solid 1px #6e9fd6;
	border-right:solid 1px #6e9fd6;
	border-bottom:solid 1px #6e9fd6;
}
input.formButton {}
input {
	color: #ffffff;
	border: 1px solid #C3CBD5;
	margin-bottom: 2px;
	background-color: #963C01;
	font-family: Tahoma;
	font-size: 11px;
}
input:hover {
	background-color: #C26808;
}

/* END Quote & Code blocks */

html{
scrollbar-3dlight-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #eaf9ff;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #FBF2DA;
scrollbar-highlight-color: #bdd4ec;
scrollbar-shadow-color: #6e9fd6;
scrollbar-track-color:#f4fcff;
}

body {
	color: #fff;background: #000000 url(images/BG.png) 20% 0 no-repeat fixed;
}

#usermenu a {
		display: block;
	margin: 0;
	padding: 2px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	background-image: url(images/butt_menu_1.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 16px;
}
#usermenu a:hover {	background-image: url(images/butt_menu_2.gif);
	background-repeat: no-repeat;
	background-position: right;
	color: #000000;
	background-color: #C76907;
	text-decoration: none;}
#usermenu a.menuTop {padding-right: 11px;}
#usermenu a.highlight {
	background-color: #683400;
	color: #ffffff;
}

.outer {	border: 1px solid #CBC5B6;}
.head {background-color: #F0E9D1; padding: 2px; font-weight: bold;}
.even {background-color: #F0E9D1; padding: 2px;}
.even a {  /* added by jim */
	font-weight: normal;
}

table td {
	padding: 0;
	border-width: 0;
	vertical-align: top;
	font-family: "Arial";
	}


td {

	color: #000000;
	font-size: 12px;
	font-family: "Arial";
}




a:hover {
	text-decoration: underline;

	font-size: 12px; color: #000000;
	font-style: normal;
	font-family: "Arial";
}

a:link,a:active,a:visited
{

	font-size: 12px;
	text-decoration: none;
	color: #FDA400;
	font-style: normal;
	font-family: "Arial";
}


