td.console {
	background-image: url(images/mc_back.gif);
}

/*
NAVIGATION & LINKS
*/

td.icon1              { font-size: 9px; text-align: center; width: 64px; height: 64px; }
td.icon1text          { font-size: 9px; text-align: center; }
a.icon1:link          { font-weight: bold; text-align: center; }
a.icon1:hover         { font-weight: bold; text-align: center; }
a.icon1:visited       { font-weight: bold; text-align: center; }
a.icon1:visited:hover { font-weight: bold; text-align: center; }

td.icon2              { font-size: 9px; text-align: center; width: 32px; height: 32px; }
td.icon2text          { font-size: 9px; text-align: center; }
a.icon2:link          { font-weight: bold; text-align: center; }
a.icon2:hover         { font-weight: bold; text-align: center; }
a.icon2:visited       { font-weight: bold; text-align: center; }
a.icon2:visited:hover { font-weight: bold; text-align: center; }

td.icon3              { font-size: 9px; text-align: left; width: 64px; height: 64px; }
td.icon3text          { font-size: 9px; text-align: left; }
a.icon3:link          { font-weight: bold; text-align: left; }
a.icon3:hover         { font-weight: bold; text-align: left; }
a.icon3:visited       { font-weight: bold; text-align: left; }
a.icon3:visited:hover { font-weight: bold; text-align: left; }

td.icon4              { font-size: 9px; text-align: left; width: 32px; height: 32px; }
td.icon4text          { font-size: 9px; text-align: left; }
a.icon4:link          { font-weight: bold; text-align: left; }
a.icon4:hover         { font-weight: bold; text-align: left; }
a.icon4:visited       { font-weight: bold; text-align: left; }
a.icon4:visited:hover { font-weight: bold; text-align: left; }

td.icon5              { font-size: 9px; text-align: left; width: 16px; height: 16px; }
td.icon5text          { font-size: 9px; text-align: left; }
a.icon5:link          { font-weight: bold; text-align: left; }
a.icon5:hover         { font-weight: bold; text-align: left; }
a.icon5:visited       { font-weight: bold; text-align: left; }
a.icon5:visited:hover { font-weight: bold; text-align: left; }

a.navlevel:link          { font-family: AquaBase, Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
a.navlevel:hover         { font-family: AquaBase, Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
a.navlevel:visited       { font-family: AquaBase, Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
a.navlevel:visited:hover { font-family: AquaBase, Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; }
td.navlevel {
	font-family: AquaBase, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image: url(images/navlevel_back.gif);
	height: 20px;
}

/*
BUTTONS
*/

a.btn_sm, a.btn_sm:link, a.btn_sm:visited {
    display: block;
	width: 80px;
	height: 21px;
	background-image: url(images/btn_sm_dn.gif);
	color: #000000;
    font-family: Tahoma, AquaBase, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
    line-height: 20px;
	text-align: center;
	vertical-align: middle;
}
a.btn_sm:hover, a.btn_sm:visited:hover {
    background-image: url(images/btn_sm_up.gif); color: #000000;
    font-family: Tahoma, AquaBase, Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: normal;
    line-height: 20px; text-align: center;
}

a.btn_md, a.btn_md:link, a.btn_md:visited {
    display: block; width: 100px; height: 21px; background-image: url(images/btn_md_dn.gif); color: #000000;
    font-family: Tahoma, AquaBase, Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: normal;
    line-height: 20px; text-align: center;
}
a.btn_md:hover, a.btn_md:visited:hover {
    background-image: url(images/btn_md_up.gif); color: #000000;
    font-family: Tahoma, AquaBase, Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: normal;
    line-height: 20px; text-align: center;
}

a.btn_lg, a.btn_lg:visited {
    display: block; width: 120px; height: 21px; background-image: url(images/btn_lg_dn.gif); color: #000000;
    font-family: Tahoma, AquaBase, Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: normal;
    line-height: 20px; text-align: center;
}
a.btn_lg:hover, a.btn_lg:visited:hover {
    background-image: url(images/btn_lg_up.gif); color: #000000;
    font-family: Tahoma, AquaBase, Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: normal;
    line-height: 20px; text-align: center;
}

a.btn_xl, a.btn_xl:visited {
    display: block; width: 140px; height: 21px; background-image: url(images/btn_xl_dn.gif); color: #000000;
    font-family: Tahoma, AquaBase, Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: normal;
    line-height: 20px; text-align: center;
}
a.btn_xl:hover, a.btn_xl:visited:hover {
    background-image: url(images/btn_xl_up.gif); color: #000000;
    font-family: Tahoma, AquaBase, Lucida Grande, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; text-decoration: none; font-weight: normal;
    line-height: 20px; text-align: center;
}

/*
FORM FIELDS
*/
td.userpass {
	background-image: url(images/formfield_back.gif);
}
.userpass input {
	width: 150px;
	height: 12px;
    font-family: AquaBase, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	border: 0px solid #ff0000;
}

/*
TOOLBAR
*/
a.tb_bold {
	background-image: url(images/toolbar/tb_bold.gif);
	height: 24px;
	width: 24px;
	display: block;
}
a.tb_bold:hover {
	background-image: url(images/toolbar/tb_bold_over.gif);
	height: 24px;
	width: 24px;
	display: block;
}
a.tb_italic {
	background-image: url(images/toolbar/tb_italic.gif);
	height: 24px;
	width: 24px;
	display: block;
}
a.tb_italic:hover {
	background-image: url(images/toolbar/tb_italic_over.gif);
	height: 24px;
	width: 24px;
	display: block;
}
a.tb_br {
	background-image: url(images/toolbar/tb_br.gif);
	height: 24px;
	width: 24px;
	display: block;
}
a.tb_br:hover {
	background-image: url(images/toolbar/tb_br_over.gif);
	height: 24px;
	width: 24px;
	display: block;
}
a.tb_get {
	background-image: url(images/toolbar/tb_get.gif);
	height: 24px;
	width: 24px;
	display: block;
}
a.tb_get:hover {
	background-image: url(images/toolbar/tb_get_over.gif);
	height: 24px;
	width: 24px;
	display: block;
}
a.tb_scripture {
	background-image: url(images/toolbar/tb_scripture.gif);
	height: 24px;
	width: 24px;
	display: block;
}
a.tb_scripture:hover {
	background-image: url(images/toolbar/tb_scripture_over.gif);
	height: 24px;
	width: 24px;
	display: block;
}


/*
TABLE LISTS
*/
table.list {
	border: 1px solid #999999;
}
td.list_header {
	background-image: url(images/table_list_header.gif);
	background-repeat: repeat-x;
	height: 24px;
	line-height: 16px;
	font-weight: bold;
}
td.list_footer {
	background-image: url(images/table_list_footer.gif);
	background-repeat: repeat-x;
	height: 16px;
	line-height: 10px;
	font-weight: bold;
}
a.email {
	text-decoration: underline;
}
a.email:hover {
	text-decoration: underline;
}
a.email:visited {
	text-decoration: underline;
}
a.email:visited:hover {
	text-decoration: underline;
}



