/*
---- Default Neutralizing and Base Class CSS ----
---- http://www.leveltendesign.com ----
---- Copyright 2007 LevelTen Design ----
*/

html, body, div, span, p, blockquote, ul, ol, li, dl, dt, dd, img, h1, h2, h3, h4, h5, h6, abbr, acronym, form, fieldset, legend
	{ margin: 0; padding: 0; border: 0; }

html, body { direction: ltr; width: 100%; height: 100%; }

body,td
{font: 11px Verdana, Arial, Helvetica, sans-serif; color: #000; }

html {margin-bottom:1px;}
table { border-collapse: collapse; }

br { }

a { cursor: pointer; }

.clear  { clear: both !important; }

.hide, .hidden { display: none; }

.no-border { border: none !important; }

.block { display: block !important; }
.inline { display: inline !important; }

.reset { margin: 0 !important; padding: 0 !important; border: 0 !important; }

.pointer { cursor: pointer; }

.nowrap { white-space: nowrap !important; }

.float-right { float: right; }
.float-left { float: left; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

.valign-top { vertical-align: top; }
.valign-middle { vertical-align: middle; }
.valign-bottom { vertical-align: bottom; }

.margin-0 { margin: 0 !important; }
.margin-8 { margin: 8px !important; }
.margin-16 { margin: 16px !important; }

.padding-0 { padding: 0 !important; }

.nowrap { white-space: nowrap; }

abbr
{border-bottom: 1px dashed #c6d7a5;}

.deleteCatOption{display:none;margin-top:4px;float:right;}
.clearBoth{clear:both;}