

/************( BASE ELEMENTS )************/
body {
	font-family:'Lucida Grande',Geneva,Verdana,Arial,sans-serif;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
}
a {
	color: #00F; text-decoration: none; 
}
a:hover {
	color: #ED6316; text-decoration: underline; 
}
img {
	border: none;
}
input, select {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
}
input.sm, select.sm {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
}
/************^ BASE ELEMENTS ^************/

/************( BASE CLASSES )************/
.nopad { 
	padding: 0;
	float: left;
}
.offcolor {
	background-color: #f5f5f5;
}
.offbold {
	color: #333;
	font-weight: bold;
}
.bordercolor {
	background-color: #ddd;
}
.tiny, .tiny a {
	font-size:   8px;
}
.sm, .sm a {
	font-size:   10px;
}
.big {
	font-size: 11px;
}
.big a {
	font-size: 11px;
}
.bigbig {
	font-size: 12px;
}
.bigbig a {
	font-size: 12px;
}
.error {
	font-size: 12px;
	color: #CC0000;
}
.redtext {
	color: #CC0000;
}
.greentext {
	color: teal;
}
.required {
	color: #CC0000;
}
.quiettext {
	font-size: 10px;
	color: #999999;
}
.stattext {
	font-size: 10px;
	color: #999999;
	padding-left: 8px;
	background: transparent url("http://www.nfomedia.com/static/m/resources/dot_stat.gif") left no-repeat;
}
.steptext {
	font-size: 15px;
	font-weight: bold;
	color: #999999;
}
.nowrap {
	white-space: nowrap;
}
.fixedtext {
	font-family:Courier New, Courier;
	font-size:   11px;
}
.textedit {
	color: Black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: white;
	border:  1px solid;
	width: 100%;
	padding: 0.1em;
}
.pageedit {
	color: Black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: white;
	border:  1px solid;
	padding: 0.1em;
}
/************^ BASE CLASSES ^************/

/************( PRINT )************/
.print {
	margin: 5px; 5px; 5px; 5px;
}
/************^ PRINT ^************/

/************( TITLE BORDER )************/
#titleborder {
	clear: both; 
	width: 100%;
	background: #ffffff url("http://www.nfomedia.com/static/m/resources/title_in_bg.jpg") 0 0 repeat-x;
}
/************^ TITLE BORDER ^************/

/************( TITLE BORDER LOGIN )************/
#titleborderlogin {
	clear: both; 
	width: 100%;
	background: #ffffff url("http://www.nfomedia.com/static/m/resources/title_out_bg.jpg") 0 0 repeat-x;
}
/************^ TITLE BORDER LOGIN ^************/

/************( MAIN )************/
#main {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
	text-align: left;
	vertical-align: middle;
}
/************^ MAIN ^************/

/************( HEADER NAV )************/
.headernav {
	padding: 3px 0 0 0;
}
/************^ HEADER NAV ^************/

/************( TABLE STYLE1 )************/
table.style1 {
	margin: 0;
}
table.style1 xa {
	text-decoration: none; 
}
table.style1 td {
	font-size: 10px;
	vertical-align: top;
}
table.style1 td p {
	margin: 0 0 3px 0;
}
table.style1 td img {
	vertical-align: text-top;
	margin: 0;
	padding: 0;
}
table.style1 thead {
	color: #fff; 
	background: #ddd;
	font-weight: bold;
}
table.style1 thead td {
	height: 12px;
	vertical-align: middle;
}
table.style1 thead a {
	color: #fff; 
	text-decoration: underline;
}
table.style1 thead a:hover {
	color: #fff; 
	text-decoration: underline;
}
table.style1 tbody tr:hover {
	background: #F5F5F5;
}
table.style1 tbody tr.nohover:hover {
	background: transparent;
}
table.style1 tbody td.offcolor {
	background: #F5F5F5;
}
/************^ TABLE STYLE1 ^************/

/************( FORM STYLE1 )************/
form.style1 table {
	margin: 0;
}
form.style1 table th {
	padding: 12px 0 3px 0;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	text-align: left;
}
form.style1 table th.info {
	padding: 2px 0 3px 0;
	font-weight: normal;
	font-size: 10px;
	border: none;
	text-align: left;
}
form.style1 table th.end {
	padding: 0 0 3px 0;
	border-bottom: 1px solid #ddd;
	text-align: left;
	font-size: 3px;
}
form.style1 table td {
	margin: 0;
	vertical-align: middle;
}
form.style1 table td img {
	vertical-align:text-top;
}
form.style1 table td.top {
	margin: 0;
	vertical-align: top;
}
form.style1 table td.instructions_wide {
	padding: 3px 100px 12px 0;
}
form.style1 table td.instructions {
	padding: 3px 0 12px 0;
}
form.style1 input, form.style1 select, form.style1 textarea {
	margin: 2px 5px 2px 5px;
}
form.style1 td.staticinput {
	padding: 3px 5px 3px 5px;
}
form.style1 td.nomargin {
	padding-left: 0;
}
form.style1 td.nomargin input, form.style1 td.nomargin select, form.style1 td.nomargin textarea {
	margin-left: 0;
}
/************^ FORM STYLE1 ^************/

/************( BUTTON )************/
.button { 
	font-weight: bold; 
	font-size: 11px; 
	color: #FFFFFF; 
	background: #00F; 
}
/************^ BUTTON ^************/

/************( EDITBUTTONS )************/
.editbuttons { 
	font: 10px; 
}
.editbuttons a {
	background: #fff; 
	text-decoration: none;
	text-align: center;
}
.editbuttons a img {
	padding: 5px 2px 5px 2px; 
	margin: 0 1px 0 1px; 
	border: solid 1px #ccc; 
}
.editbuttons a:hover {
	color: #fff; 
	background: #f7f7f7; 
	border-color: #002BB8; 
	text-decoration: none;
}
/************^ EDITBUTTONS ^************/

/************( MESSAGE PREVIEW )************/
.messagepreview {
//	background-color: #f5f5f5;
	border: 1px solid #ddd;
}
/************^ MESSAGE PREVIEW ^************/

/************( MESSAGE FOOTER )************/
#messagefooter {
	font-size: 10px;
	color: #999999;
	margin: 0;
	//padding: 0 0 0 15px;
	//background: transparent url("http://www.nfomedia.com/static/m/resources/icon_news.gif") left top no-repeat;
	padding: 0 0 5px 0;
}
/************^ MESSAGE FOOTER ^************/

/************( APPLICATION )************/
.application {
	font-size: 11px;
	padding: 0 12px 0 0;
}
.application.menusleft {
	padding: 0 0 0 12px;
}
.application.menusright {
	padding: 0 12px 0 0;
}
.application.showfullscreen {
	padding: 0;
}
.application a {
	text-decoration: underline; 
}
.application img {
	border: none;
	padding: 0;
	vertical-align: text-middle;
}
.application td {
	font-size: 11px;
}
.application th {
	font-size: 11px;
}
.application caption {
	font-size: 11px;
}
.application #title {
  	background: url("http://www.nfomedia.com/static/m/resources/title_bg.gif") no-repeat top left;
	margin-bottom: 5px;
	height: 26px;
	padding: 5px 0 5px 3px;
}
/*
* html .application #title {
	height: 36px;
}
*/
.application #title h1 {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.application h1 {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.application h2 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
.application textarea {
	color: Black;
	background-color: white;
	border-style: solid;
	border-width: 1px;
	width: 100%;
	padding: 0.1em;
}
.application hr {
	height: 1px;
	color: #ddd;
	background-color: #ddd;
	border: 0;
	margin: 0.2em 0 0.2em 0;
}
.application ul {
 line-height: 1.5em;
 list-style-type: square;
 margin: 0.3em 0 0 1.5em;
 padding:0;
 list-style-image: url("http://www.nfomedia.com/static/m/resources/node.gif");
}
.application ol {
	line-height: 1.5em;
	margin: 0.3em 0 0 3.2em;
	padding:0;
	list-style-image: none;
}
.application li { 
	margin-bottom: 0.1em; 
	margin-left: 1.0em;
}
.application ul.settings {
 margin: 0.3em 0 0 0.3em;
 list-style: none;
 list-style-image: none;
}
.application li.settings {
	margin-left: 0;
	padding-left: 20px;
	list-style: none;
	background-image: url("http://www.nfomedia.com/static/m/resources/node_settings.gif");
	background-repeat: no-repeat;
	background-position: 0 .3em;
}
.application ul.forums {
 margin: 0;
 list-style: none;
 list-style-image: none;
}
.application li.forums {
	margin-left: 0;
	padding-left: 45px;
	list-style: none;
	background-image: url("http://www.nfomedia.com/static/m/resources/node_forums.gif");
	background-repeat: no-repeat;
	background-position: 0;
	height: 40px;
}
.application dt {
	font-weight: bold;
	margin-bottom: 0.1em;
}
.application dl {
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
.application dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: 0.1em;
}
/************^ APPLICATION ^************/

/************( CONTENT )************/
.content {
	font-size: 11px;
	line-height: 1.3;
	padding: 0 12px 0 0;
}
.content.preview {
	padding: 0 0 0 0;
}
.content.menusleft {
	padding: 0 0 0 12px;
}
.content.menusright {
	padding: 0 12px 0 0;
}
.content a {
	text-decoration: underline; 
}
.content a.external {
	background: url("http://www.nfomedia.com/static/m/resources/icon_link.gif") center right no-repeat;
	padding-right: 13px;
}
.content.menu a {
	text-decoration: none; 
}
.content.menu a:hover {
	color: #ED6316; text-decoration: underline; 
}
.content#message {
	padding: 5px 5px 5px 0;
}
.content .center {
	width: 100%;
	text-align: center;
}
.content img {
	border: none;
	padding: 0 5px 5px 5px;
	vertical-align: text-middle;
}
.content img.aligntop {
	border: none;
	padding: 0 5px 0 5px;
	vertical-align: text-middle;
}
.content .imgbutton {
	border: none;
	padding: 1px;
	vertical-align: middle;
}
.content .section {
	font-size: 13px;
	font-weight: bold;
}
.content .subsection {
	font-size: 12px;
	font-weight: bold;
}
.content .subsubsection {
	font-size: 11px;
	font-weight: bold;
}
.content td {
	font-size: 11px;
	line-height: 1.3;
}
.content th {
	font-size: 11px;
}
.content caption {
	font-size: 11px;
}
.content #title {
  	background: url("http://www.nfomedia.com/static/m/resources/title_bg.gif") no-repeat top left;
	margin-bottom: 5px;
	height: 26px;
	padding: 5px 0 5px 3px;
}
/*
* html .content #title {
	height: 36px;
}
*/
.content #title h1 {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.content h1 {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.content h2 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
}
.content textarea {
	color: Black;
	background-color: white;
	width: 100%;
	padding: 0.1em;
}
.content hr {
	height: 1px;
	color: #ddd;
	background-color: #ddd;
	border: 0;
	margin: 0.2em 0 0.2em 0;
}
.content ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: 0.3em 0 0 1.5em;
	padding:0;
	list-style-image: url("http://www.nfomedia.com/static/m/resources/node.gif");
}
.content ol {
	line-height: 1.5em;
	margin: 0.3em 0 0 3.2em;
	padding: 0;
	list-style-image: none;
}
.content li { 
	margin-bottom: 0.1em; 
	margin-left: 1.0em;
}
.content dt {
	font-weight: bold;
	margin-bottom: 0.1em;
}
.content dl {
	margin-top: 0.2em;
	margin-bottom: 0.5em;
}
.content dd {
	line-height: 1.5em;
	margin-left: 2em;
	margin-bottom: 0.1em;
}
.content div.floatright {
	clear: right;
	float: right;
	border-width: 1.0em 0 0.8em 1.4em;
}
.content div.floatleft {
	float: left;
	margin-right:1.0em;
	border-width: 0.5em 1.4em 0.8em 0;
}
.content div.frame {
	margin-bottom: 0.5em;
	border-style: solid; 
	border-color: White;
	width: auto;
}
.content div.frame div {
	border:1px solid #ddd;
	padding: 3px;
	background-color:#f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}
.content div.frame div a img {
	border:1px solid #ddd;
}
.content div.frame div div.caption {
 border: none;
 text-align: left;
 line-height: 1.4em;
 padding: 0.3em 0 0.1em 0;
}
.content pre {
	font-family:Courier New, Courier;
	font-size:   11px;
	padding: 1em;
	border: 1px dashed #aaaaaa;
	color: Black;
	background-color: #F2F2F2;
	line-height: 1.1em;
}
.content div.panel { 
	background: #f5f5f5; 
	margin: 0; 
	padding: 7px 10px 7px 10px; 
	text-align: left; 
}
.content div.panel.white { 
	background: #FFF; 
}
.content div.panel p { 
	margin: 0;
	padding: 3px 0 3px 0;
}
.content ul.usermenu {
 margin: 0.3em 0 0 0.3em;
 list-style: none;
 list-style-image: none;
}
.content li.usermenu {
	margin-left: 7px;
	padding-left: 20px;
	list-style: none;
	background-repeat: no-repeat;
	background-position: 0 .3em;
}
.content li.profile {
	background-image: url("http://www.nfomedia.com/static/m/resources/icon_profile.gif");
}
.content li.contacts {
	background-image: url("http://www.nfomedia.com/static/m/resources/icon_contacts.gif");
}
.content li.mail {
	background-image: url("http://www.nfomedia.com/static/m/resources/icon_mail.gif");
}
.content li.homepage {
	background-image: url("http://www.nfomedia.com/static/m/resources/icon_homepage.gif");
}
.content blockquote {
	background: url("http://www.nfomedia.com/static/m/resources/blockquote.gif") 0 0 repeat-y;
	color: #999999;
	margin: 5px;
	padding: 0 0 0 12px;
}
/************^ CONTENT ^************/

/************( TABS )************/
ul.tabs {
  border-collapse: collapse;
  padding: 2px 7px 2px 0;
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #ddd;
}
ul.tabs a {
  text-decoration: none;
}
ul.tabs li {
  display: inline;
}
ul.tabs li {
  background-color: #f7f7f7;
  border-color: #ddd;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: .1em;
  padding: 2px 7px 2px 7px;
  text-decoration: none;
}
ul.tabs li.active {
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom: #fff 1px solid;
}
/************^ TABS ^************/

/************( PROFILE MISC )************/
img.profile {
	border: 1px solid #ddd;
}
/************^ PROFILE MISC ^************/

/************( PROFILE IMAGE )************/
#profileimage {
	font-size: 10px;
	padding: 5px 5px 5px 5px;
	width: 140px; 
	text-align: center;
}
/*
* html #profileimage {
	width: 150px;
}
*/
#profileimage img {
	border: 1px solid #ddd;
}
#profileimage p {
	margin: 3px 0 0 0 
}
#profileimage.floatright {
	float: right;
}
/************^ PROFILE IMAGE ^************/

/************( DOTTED BORDER )************/
#dottedborder {
	background-image: url("http://www.nfomedia.com/static/m/resources/dotted.gif"); 
	background-repeat: repeat; 
	padding: 0;
}
#dottedborder.top {
	padding-top: 1px;
}
#dottedborder.bottom {
	padding-bottom: 1px;
}
#dottedborder.left {
	padding-left: 1px;
}
#dottedborder.right {
	padding-right: 1px;
}
/************^ DOTTED BORDER ^************/

/************( SIDE MENU HEADER )************/
#sidemenuheader {
	border: 1px solid #ddd;
	background-color: #ddd;
	font-size: 11px;
	padding: 2px 10px 0 10px;
	width: 178px; 
	color: #fff;
}
/*
* html #sidemenuheader {
	width: 198px;
}
*/
#sidemenuheader p {
	margin: 0 0 3px 0 
}
/************^ SIDE MENU HEADER ^************/

/************( SIDE MENU )************/
#sidemenu {
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	width: 178px; 
}
#sidemenu.login {
	//border-left: 1px solid #ddd;
	//border-right: 1px solid #ddd;
}
/*
* html #sidemenu {
	width: 198px;
}
*/
#sidemenu .rowpad {
	margin: 4px 0 0 0;
}
#sidemenu p {
	margin: 0 0 4px 0 
}
#sidemenu ul {
	line-height: 1.5em;
	list-style-type: square;
	margin: 0.3em 0 0 1.5em;
	padding:0;
}
#sidemenu li {
	list-style-image: url("http://www.nfomedia.com/static/m/resources/node.gif");
	margin-bottom: 0.1em; 
	margin-left: 1.0em;
}
#sidemenu li {
	list-style-image: url("http://www.nfomedia.com/static/m/resources/node.gif");
	margin-bottom: 0.1em; 
	margin-left: 1.0em;
}
#sidemenu li.public {
	list-style-image: url("http://www.nfomedia.com/static/m/resources/node.gif");
}
#sidemenu li.login {
	list-style-image: url("http://www.nfomedia.com/static/m/resources/node.gif");
}
#sidemenu li.users {
	list-style-image: url("http://www.nfomedia.com/static/m/resources/node_users.gif");
}
#sidemenu li.editors {
	list-style-image: url("http://www.nfomedia.com/static/m/resources/node_editors.gif");
}
/************^ SIDE MENU ^************/

/************( AD MENU )************/
#admenu {
	border: 1px solid #ddd;
	background: #fff url("http://www.nfomedia.com/static/m/resources/footer_fade.jpg") 0 0 repeat-x;
	font-size: 10px;
    text-align: center;
	width: 198px; 
}
#admenu p {
	margin: 4px 0 4px 0 
}
/************^ AD MENU ^************/

/************( CONTENT NODES )************/
li.public {
	list-style-image: url("http://www.nfomedia.com/static/m/resources/node.gif");
}
li.login {
	list-style-image: url("http://www.nfomedia.com/static/m/resources/node.gif");
}
li.users {
	list-style-image: url("http://www.nfomedia.com/static/m/resources/node_users.gif");
}
li.editors {
	list-style-image: url("http://www.nfomedia.com/static/m/resources/node_editors.gif");
}
/************^ CONTENT NODES ^************/

/************( NOBORDER MENU )************/
#nobordermenu {
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	width: 178px; 
}
/*
* html #nobordermenu {
	width: 198px;
}
*/
/************^ NOBORDER MENU ^************/

/************( WARNING BOX )************/
div.warningbox { 
	border: 1px solid #ddd; 
	background: #fff; 
	margin: 10px 0; 
	padding: 8px; 
	text-align: left; 
}
div.warningbox p { 
	margin: 2px 0 0 26px; 
}
div.warningbox p.bigimage { 
	margin: 2px 0 0 33px; 
}
div.warningbox p.noimage { 
	margin: 2px 0 0 0; 
}
div.warningbox li { 
	margin: 0 0 0 30px; 
}
/************^ WARNING BOX ^************/

/************( CONTINUE MENU )************/
a#continuemenu {
	clear: both; 
	font-size: 12px;
	color: #00f; 
	border-width: 0;
	display: block;
    padding: 9px 12px 6px 12px;
	margin: 15px 0 0 0; 
	width: 196px; 
	height: 20px; 
	background: url("http://www.nfomedia.com/static/m/resources/continue_menu_3.gif") no-repeat;
	text-align: center;
	vertical-align: middle;
}
/*
* html a#continuemenu {
	width: 220px;
	height: 35px;
}
*/
a#continuemenu:hover {
	color: #ED6316; text-decoration: underline; 
/*
	background: url("http://www.nfomedia.com/static/m/resources/continue_menu_over.gif") no-repeat;
*/
}
/************^ CONTINUE MENU ^************/

/************( BUTTON MENU )************/
a#buttonmenu {
		font-family: arial, verdana, helvetica, sans-serif;
        font-size: 14px;
        color: #ffffff;
        border-width: 0;
        display: block;
        padding: 15px 40px 15px 40px;
        margin: 0 0 0 0;
        width: 120px;
        height: 48px;
        background: url("http://www.nfomedia.com/static/m/resources/menu_button_big.gif") no-repeat;
        text-align: left;
        vertical-align: middle;
		line-height: 1.15em;
		text-decoration: none;
}
/*
* html a#buttonmenu {
	width: 240px;
	height: 45px;
}
*/
a#buttonmenu:hover {
	color: #ffffff; text-decoration: none;
}
a#buttonmenu.small {
    background: url("http://www.nfomedia.com/static/m/resources/menu_button_small.gif") no-repeat;
	height: 19px;
}
/************^ BUTTON MENU ^************/

/************( BUTTON SIDE MENU )************/
a#buttonsidemenu {
        font-size: 13px;
        color: #00f;
        border-width: 0;
        display: block;
        padding: 9px 12px 6px 12px;
        width: 176px;
        height: 24px;
        background: url("http://www.nfomedia.com/static/m/resources/newaccount_menu_3.gif") no-repeat;
        text-align: center;
        vertical-align: middle;
}
/*
* html a#buttonsidemenu {
	width: 200px;
	height: 39px;
}
*/
a#buttonsidemenu:hover {
    color: #ED6316; text-decoration: underline;
}
/************^ BUTTON SIDE MENU ^************/

/************( FOOTER BORDER )************/
#footerborder {
	clear: both; 
	width: 100%;
	background: #ffffff url("http://www.nfomedia.com/static/m/resources/footer_fade.jpg") 0 0 repeat-x;
}
#footerborder.bordertop {
	border-top: 1px solid #ddd;
}
#footerborder.borderbottom {
	border-bottom: 1px solid #ddd;
}
/************^ FOOTER BORDER ^************/

/************( FOOTER MENU )************/
#footermenu {
	clear: both; 
	margin: 0 auto;
	margin: 0;
}
#footermenu a {
	border-width: 0;
	display: block;
	float: right; 
	padding: 16px 0 12px 0;
	margin: 0; 
	width: 232px; 
	height: 56px; 
	color: #000; text-decoration: none; 
	text-align: left;
}
/*
* html #footermenu a {
	width: 232px;
	height: 84px;
}
*/
#footermenu a.last {
	float: right; margin: 0;
}
#footermenu a .bullet {
	float: left; 
	border-width: 0;
	padding: 0 10px 40px 0;
}
#footermenu a p {
	padding: 0;
	margin: 0 0 3px 0;
}
#footermenu a p#title {
	color: #000;
	font-size: 10px;
	padding: 0;
	margin: 0 0 3px 0;
}
#footermenu a p#link {
	color: #00F; 
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 3px 0;
}
#footermenu a:hover #link {
	color: #ED6316; text-decoration: underline; 
}
/************^ FOOTER MENU ^************/

/************( TOOLTIP )************/
.tooltip, .tooltip * { 
	display:block;
}
.tooltip {
	width: 200px; color:#000;
	font:lighter 11px/1.3 Arial,sans-serif;
	text-decoration:none;text-align:center;
}
.tooltip span.top { 
	padding: 30px 8px 0;
    background: url("http://www.nfomedia.com/static/m/resources/tool_tip.gif") no-repeat top;
}
.tooltip b.bottom {
	padding:3px 8px 15px;color: #333;
    background: url("http://www.nfomedia.com/static/m/resources/tool_tip.gif") no-repeat bottom;
}
/************^ TOOLTIP ^************/
