.xpand {clear: both; display: block; margin: 0; padding: 0;}

/* Single column only */
#col0 { float: left; }
#icol0 { margin: 6px 6px 0 6px; }

/* Single column (top) Double column bottom */
.c1t #col2 { float: left; }
.c1t #col1 { float: right; }
.c1t #col3 { float: left; }
.c1t #col3 { clear: left; }
.c1t #icol2 { margin: 6px; }
.c1t #icol1 { margin: 0 6px 0 3px; }
.c1t #icol3 { margin: 0 3px 0 6px; }

/* Single column (left) */
.c1l #col1 { float: left; }
.c1l #col2 { float: right; }
.c1l #col3 { float: left; }
.c1l #col3 { clear: left; }
.c1l #icol2 { margin: 6px; }
.c1l #icol1 { margin: 6px 0 0 6px; }
.c1l #icol3 { margin: 0 0 0 6px; }

/* Single column (right) */
.c1r #col1 { float: right; }
.c1r #col2 { float: left; }
.c1r #col3 { float: right; }
.c1r #col3 { clear: right; }
.c1r #icol2 { margin: 6px; }
.c1r #icol1 { margin: 6px 6px 0 0; }
.c1r #icol3 { margin: 0 6px 0 0; }

/* Double column (left) */
.c2l #col1 { float: left; }
.c2l #col2 { float: right; }
.c2l #col3 { float: left; }
.c2l #icol2 { margin: 6px; }
.c2l #icol1 { margin: 6px; }
.c2l #icol3 { margin: 6px 0 0 0; }

/* Double column (right) */
.c2r #col1 { float: right; }
.c2r #col2 { float: left; }
.c2r #col3 { float: left; }
.c2r #icol2 { margin: 6px; }
.c2r #icol1 { margin: 6px; }
.c2r #icol3 { margin: 6px 0 0 0; }

/* Double column (split) */
.c2s #col1 { float: left; }
.c2s #col2 { float: left; }
.c2s #col3 { float: right; }
.c2s #icol2 { margin: 6px; }
.c2s #icol1 { margin: 6px 0 0 6px; }
.c2s #icol3 { margin: 6px 6px 0 0; }

/* Width 800x600 */
.w8 #header, .w8 #alert { width: 734px; }
.w8 #content,.w8 #footer { width: 736px; }
/* Width 1024x768 */
.w10 #header, .w10 #alert { width: 958px; }
.w10 #content,.w10 #footer { width: 960px; }
/* Width 1152x864 */
.w11 #header, .w11 #alert { width: 1086px; }
.w11 #content,.w11 #footer { width: 1088px; }
/* Width 1280x1024 */
.w12 #header, .w12 #alert { width: 1214px; }
.w12 #content,.w12 #footer { width: 1216px; }
/* Width 1600x1200 */
.w16 #header, .w16 #alert { width: 1534px; }
.w16 #content,.w16 #footer { width: 1536px; }
/* Width 100% */
.w00 #header, .w00 #alert, .w00 #content,.c1t #col2,#col0 {
	border-left: none !important;
	border-right: none !important; 
	min-width: 696px; 
	width: 100%; 
}

/* Width Columns */
.c2l #col1,
.c2l #col3,
.c2r #col1,
.c2r #col3,
.c2s #col1,
.c2s #col3
{ width: 25%; }

.c1l #col1,
.c1l #col3,
.c1r #col1,
.c1r #col3 
{ width: 30%; }

.c1t #col1,
.c2l #col2,
.c2r #col2,
.c2s #col2 
{ width: 50%; }

.c1l #col2,
.c1r #col2 
{ width: 70%; }

/* Dynamic adjustments once all modules are removed from a column */
.cw751 #col1 { display: none; }
.cw751 #col3 { display: block; }
.cw753 #col1 { display: block; }
.cw753 #col3 { display: none; }
.c2l.cw751 #icol3 { margin: 6px 0 0 6px !important; }
.c2l.cw753 #icol1 { margin: 6px 0 6px 6px !important; }
.c2r.cw751 #icol3 { margin: 6px 6px 0 0 !important; }
.c2r.cw753 #icol1 { margin: 6px 6px 6px 0 !important; }
.cw751 #col2,
.cw753 #col2
{ width: 75% !important; }
.cw100 #col1,
.cw100 #col3
{ display: none; }
.cw100 #col2 
{ width: 100% !important; }


/* Additional properties */
#col2 { overflow: hidden; }
#col1,#col3 { position: relative; }

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,h7,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,cfn,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6,h7 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}.xpand {clear: both; display: block; margin: 0; padding: 0;}

/* Single column only */
#col0 { float: left; }
#icol0 { margin: 6px 6px 0 6px; }

/* Single column (top) Double column bottom */
.c1t #col2 { float: left; }
.c1t #col1 { float: right; }
.c1t #col3 { float: left; }
.c1t #col3 { clear: left; }
.c1t #icol2 { margin: 6px; }
.c1t #icol1 { margin: 0 6px 0 3px; }
.c1t #icol3 { margin: 0 3px 0 6px; }

/* Single column (left) */
.c1l #col1 { float: left; }
.c1l #col2 { float: right; }
.c1l #col3 { float: left; }
.c1l #col3 { clear: left; }
.c1l #icol2 { margin: 6px; }
.c1l #icol1 { margin: 6px 0 0 6px; }
.c1l #icol3 { margin: 0 0 0 6px; }

/* Single column (right) */
.c1r #col1 { float: right; }
.c1r #col2 { float: left; }
.c1r #col3 { float: right; }
.c1r #col3 { clear: right; }
.c1r #icol2 { margin: 6px; }
.c1r #icol1 { margin: 6px 6px 0 0; }
.c1r #icol3 { margin: 0 6px 0 0; }

/* Double column (left) */
.c2l #col1 { float: left; }
.c2l #col2 { float: right; }
.c2l #col3 { float: left; }
.c2l #icol2 { margin: 6px; }
.c2l #icol1 { margin: 6px; }
.c2l #icol3 { margin: 6px 0 0 0; }

/* Double column (right) */
.c2r #col1 { float: right; }
.c2r #col2 { float: left; }
.c2r #col3 { float: left; }
.c2r #icol2 { margin: 6px; }
.c2r #icol1 { margin: 6px; }
.c2r #icol3 { margin: 6px 0 0 0; }

/* Double column (split) */
.c2s #col1 { float: left; }
.c2s #col2 { float: left; }
.c2s #col3 { float: right; }
.c2s #icol2 { margin: 6px; }
.c2s #icol1 { margin: 6px 0 0 6px; }
.c2s #icol3 { margin: 6px 6px 0 0; }

/* Width 800x600 */
.w8 #header, .w8 #alert { width: 734px; }
.w8 #content,.w8 #footer { width: 736px; }
/* Width 1024x768 */
.w10 #header, .w10 #alert { width: 958px; }
.w10 #content,.w10 #footer { width: 960px; }
/* Width 1152x864 */
.w11 #header, .w11 #alert { width: 1086px; }
.w11 #content,.w11 #footer { width: 1088px; }
/* Width 1280x1024 */
.w12 #header, .w12 #alert { width: 1214px; }
.w12 #content,.w12 #footer { width: 1216px; }
/* Width 1600x1200 */
.w16 #header, .w16 #alert { width: 1534px; }
.w16 #content,.w16 #footer { width: 1536px; }
/* Width 100% */
.w00 #header, .w00 #alert, .w00 #content,.c1t #col2,#col0 {
	border-left: none !important;
	border-right: none !important; 
	min-width: 696px; 
	width: 100%; 
}

/* Width Columns */
.c2l #col1,
.c2l #col3,
.c2r #col1,
.c2r #col3,
.c2s #col1,
.c2s #col3
{ width: 25%; }

.c1l #col1,
.c1l #col3,
.c1r #col1,
.c1r #col3 
{ width: 30%; }

.c1t #col1,
.c2l #col2,
.c2r #col2,
.c2s #col2 
{ width: 50%; }

.c1l #col2,
.c1r #col2 
{ width: 70%; }

/* Dynamic adjustments once all modules are removed from a column */
.cw751 #col1 { display: none; }
.cw751 #col3 { display: block; }
.cw753 #col1 { display: block; }
.cw753 #col3 { display: none; }
.c2l.cw751 #icol3 { margin: 6px 0 0 6px !important; }
.c2l.cw753 #icol1 { margin: 6px 0 6px 6px !important; }
.c2r.cw751 #icol3 { margin: 6px 6px 0 0 !important; }
.c2r.cw753 #icol1 { margin: 6px 6px 6px 0 !important; }
.cw751 #col2,
.cw753 #col2
{ width: 75% !important; }
.cw100 #col1,
.cw100 #col3
{ display: none; }
.cw100 #col2 
{ width: 100% !important; }


/* Additional properties */
#col2 { overflow: hidden; }
#col1,#col3 { position: relative; }

/*//////////////////// Begin DIMENSIONAL Styles ////////////////////*/
     .el-dialogform label  {
  display:block;
 }
     .el-rte .toolbar ul li.el-select  {
  background-position:-483px -30px;
  border-style: solid;
  border-width: 1px;
  cursor: default;
  font-size:.82em;
  height:22px;
  width : 112px;
 }
     .elrtetesturl  {
  background-image:url(http://www.moopad.com/pub/pkg/elrte/images/pixel.gif);
 }
     .ui-accordion  {
  width: 100%;
 }
     .ui-corner-tl  {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
 }
     .ui-dialog  {
  overflow: hidden;
  padding: .2em;
  position: absolute;
  width: 300px;
 }
     .ui-icon  {
  background-image: url(http://www.moopad.com/pub/pkg/elrte/css/smoothness/images/ui-icons_222222_256x240.png);
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  overflow: hidden;
  text-indent: -99999px;
  width: 16px;
 }
     .ui-menu  {
  display:block;
  float: left;
  list-style:none;
  margin: 0;
  padding: 2px;
 }
     .ui-widget  {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
 }
     .ui-widget-overlay  {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
 }
    .ui-helper-hidden  {
  display: none;
 }
   #module_member th  {
  font-weight: bold;
 }
   #sb-info  {
  display: none;
 }
   * html .ui-autocomplete  {
  width:1px;
 }
   * html .ui-helper-clearfix  {
  height:1%;
 }
   .MPXButtonHelp  {
  background-image: url(http://www.moopad.com/pub/img/editor/mpxeditor_button_help.gif);
 }
   .MPXToolbar  {
  height: 27px;
  list-style: none;
  margin: 0;
  padding: 0 0 3px 0;
  width: 492px;
 }
   .MPXToolbar a  {
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 23px;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  text-indent: -1000em;
  width: 24px;
 }
   .clearfix:after  {
  clear: both;
  content: ".";
  display: block;
  font-size:0;
  height: 0;
  visibility: hidden;
 }
   .el-borderselect  {
 } .el-borderselect table { margin:0;
 }
   .el-colorpicker  {
  border-style: solid;
  border-width: 1px;
  cursor:default;
  height : 18px;
  position:relative;
  width : 16px;
 }
   .el-dialogform .separator  {
  border-top-style: solid;
  border-top-width: 1px;
  margin: 5px 2px;
 }
   .el-dialogform .tab  {
  border: none;
  padding:5px 0 12px 0;
 }
   .el-dialogform table  {
  border: none;
  width:100%;
 }
   .el-palette  {
    position:absolute;
  border-style: solid;
  border-width: 1px;
  left:0;
  padding:3px 2px 3px 3px;
  top:16px;
  top:20px;
  width: 182px;
  z-index:99000;
 }
   .el-palette .color  {
  border-left-style: solid;
  border-left-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  float:left;
  height:14px;
  line-height:1px;
  width:14px;
 }
   .el-palette .panel  {
  border-top-style: solid;
  border-top-width: 1px;
  margin-top:7px;
  padding:5px 3px 5px 3px;
 }
   .el-palette .panel .preview  {
  border-style: solid;
  border-width: 1px;
  float:right;
  height:18px;
  width:18px;
 }
   .el-palette .panel input  {
  border-style: solid;
  border-width: 1px;
 }
   .el-rte  {
  font-family: Trebuchet MS, Verdana, Geneva,sans-serif;
  overflow: visible;
 }
   .el-rte .statusbar  {
  border-top-style: solid;
  border-top-width: 1px;
  border-top: none;
  display: none;
  font: 11px/21px 'monaco', 'andale mono', 'lucida console', monospace;
  height: 21px;
  padding: 0 9px;
 }
   .el-rte .tabsbar  {
  display: block;
 }
   .el-rte .toolbar  {
  border-style: solid;
  border-width: 1px;
  padding:0 0 5px 0;
  white-space:normal;
 }
   .el-rte .toolbar ul  {
  *display: inline;
  display: -moz-inline-stack;
  display: inline-block;
  display:inline-block;
  list-style:none;
  margin:0;
  padding:0;
  position:relative;
  vertical-align: top;
  zoom: 1;
 }
   .el-rte .toolbar ul li  {
    background:url(http://www.moopad.com/pub/pkg/elrte/images/elrte-toolbar.png) no-repeat;
  *display: inline;
  border-style: solid;
  border-width: 1px;
  display: -moz-inline-stack;
  display: inline-block;
  display:inline-block;
  height:22px;
  margin:1px 1px;
  padding:0;
  vertical-align: top;
  width:22px;
  z-index:100;
  zoom: 1;
 }
   .el-rte .toolbar ul li div.color-indicator  {
  height:4px;
  margin:16px 0 2px 2px;
  width:18px;
 }
   .el-rte .toolbar ul li.about  {
 background-position:-829px -5px;
 }
   .el-rte .toolbar ul li.hover  {
  border-style: solid;
  border-width: 1px;
 }
   .el-rte .toolbar ul.first  {
  background:transparent;
  padding-left:0;
 }
   .el-rte .workzone  {
  border-style: solid;
  border-width: 1px;
  height:400px;
  overflow:hidden;
 }
   .el-rte iframe  {
  border-style: solid;
  border-width: 0;
  display:block;
  height:400px;
  margin:0;
  outline:none;
  padding:0;
  width: 100%;
 }
   .el-rte textarea  {
  border: none;
  height:100%;
  outline:none;
  padding:0;
  width:100%;
  zoom:1;
 }
   .el-rte-paste-input  {
  border-style: solid;
  border-width: 1px;
  height: 250px;
  margin:0;
  outline:none;
  padding:0;
  width : 99%;
 }
   .el-select .list  {
  border-style: solid;
  border-width: 1px;
  display:block;
  overflow:auto;
  position:absolute;
  z-index:1000;
 }
   .el-select .list div  {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding:3px 25px 3px 7px;
  position:relative;
 }
   .el-select .list div *  {
  border: none;
  display:block;
  margin:0;
  padding:0;
  white-space:nowrap;
 }
   .el-select label  {
    padding: 0 5px;
  border-right-style: solid;
  border-right-width: 1px;
  display:block;
  height:17px;
  line-height:17px;
  margin: 0 12px 0 0;
  overflow:hidden;
  white-space:nowrap;
 }
   .postRevisionSnapshot h3.postTitleFull  {
  margin: 0 15px 15px 15px !important;
 }
   .stylish-select .SSContainerDivWrapper  {
  left:0;
  margin:0;
  padding:0;
  position:absolute;
  top:22px;
  width:290px;
  z-index:2;
 }
   .ui-autocomplete  {
  cursor: default;
  position: absolute;
 }
   .ui-button  {
  cursor: pointer;
  display: inline-block;
  margin-right: .1em;
  overflow: visible;
  padding: 0;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  zoom: 1;
 }
   .ui-button .ui-button-text  {
  display: block;
  line-height: 1.4;
 }
   .ui-button-icon-only  {
  width: 2.2em;
 }
   .ui-button-icon-only .ui-icon {
  margin-top: -8px;
  position: absolute;
  top: 50%;
 }
   .ui-button-icons-only  {
  width: 3.4em;
 }
   .ui-buttonset  {
  margin-right: 7px;
 }
   .ui-datepicker  {
  display: none;
  padding: .2em .2em 0;
  width: 17em;
 }
   .ui-datepicker-cover  {
    display : block;
    filter: mask();
    height: 200px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 200px;
    z-index: -1;
  display: none;
 }
   .ui-datepicker-rtl  {
  direction: rtl;
 }
   .ui-datepicker.ui-datepicker-multi  {
  width:auto;
 }
   .ui-helper-zfix  {
  filter:Alpha(Opacity=0);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
 }
   .ui-icon-carat-1-n  {
  background-position: 0 0;
 }
   .ui-icon-seek-first  {
  background-position: -80px -160px;
 }
   .ui-slider  {
  position: relative;
  text-align: left;
 }
   .ui-state-default {
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
 }
   .ui-state-disabled  {
  cursor: default !important;
 }
   .ui-state-highlight {
  background-image: url(http://www.moopad.com/pub/pkg/elrte/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png);
  background-position: 50% 50%;
  background-repeat: repeat-x;
 border: 1px #fcefa1 solid;
 }
   .ui-tabs .ui-tabs-nav  {
  margin: 0;
  padding: .2em .2em 0;
 }
   .ui-tabs .ui-tabs-nav li a  {
  padding:.2em .7em;
 }
   .ui-tabs .ui-tabs-panel  {
  background: none;
  border-width: 0;
  display: block;
  padding: 1em 1.4em;
 }
   .ui-widget .el-dialogform  {
  padding:5px 3px;
 }
   .ui-widget-overlay  {
  filter:Alpha(Opacity=70);
  opacity: .70;
 }
   button.ui-button-icon-only  {
  width: 2.4em;
 }
   button.ui-button::-moz-focus-inner  {
  border-width: 0;
  padding: 0;
 }
   input.ui-button  {
  padding: .4em 1em;
 }
  .el-select  {
  border-style: solid;
  border-width: 1px;
  cursor: default;
  height:17px;
  position:relative;
  width : 110px;
 }
  .ui-progressbar  {
  height:2em;
  text-align: left;
 }
  .ui-resizable  {
  position: relative;
 }
  .ui-selectable-helper  {
  border-style: dotted;
  border-width: 1px;
  position: absolute;
  z-index: 100;
 }
  .ui-tabs  {
  padding: .2em;
  position: relative;
  zoom: 1;
 }
  @charset "UTF-8"; a  {
  outline: none;
 }
 #SWFUploadFileListingFiles ul  {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: block;
  float: left;
  list-style: none;
  margin: 8px 0 8px 0 !important;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  width: 650px;
 }
 #about_us {
  padding: 15px;
 }
 #about_us h5  {
  margin: 0 0 10px 0 !important;
 }
 #about_us p {
  margin-bottom: 25px !important;
 }
 #account_reset  {
  margin: 0 auto;
  padding: 15px;
  text-align: center;
  width: 500;
 }
 #account_reset .btnReset  {
  border-style: solid;
  border-width: 3px;
  cursor: pointer;
  font-size: 100%;
  letter-spacing: 3px;
  margin: 2px 0;
  padding: 8px;
  text-transform: uppercase;
  width: 216px;
 }
 #account_reset p  {
  margin-bottom: 25px !important;
 }
 #ajaxload_imageinsert  {
  height: 290px;
  left: 5px;
  position: absolute;
  top: 313px;
  width: 648px;
 }
 #ajaxloadmessage_saveaccount  {
  width: 493px;
 }
 #ajaxloadmessage_savedraft {
  width: 664px !important;
 }
 #ajaxloadmessage_savedraft .msgPass  {
  width: 664px !important;
 }
 #alert  {
  background-image: url(http://www.moopad.com/pub/img/bg_header_alert.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  display: none;
  height: 25px;
  position: fixed;
  text-align: center;
  top: 0;
  z-index: 50;
 }
 #alert a  {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  font-weight: normal;
 }
 #alert div img  {
  margin-bottom: -4px;
 }
 #btnSearch  {
  border-style: solid;
  border-width: 1px;
 }
 #col0 .modContent {
    background-position: 0 0;
  background-repeat: repeat;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-left-style: solid !important;
  border-left-width: 1px !important;
  border-right-style: solid !important;
  border-right-width: 1px !important;
  overflow-x: hidden;
  padding: 0;
  position: relative;
 }
 #col1 .modContent {
    background-position: 0 0;
  background-repeat: repeat;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-left-style: solid !important;
  border-left-width: 1px !important;
  border-right-style: solid !important;
  border-right-width: 1px !important;
  margin: 0 0 6px 0;
  overflow-x: hidden;
  padding: 0;
  position: relative;
 }
 #col1 .modContent table {
  width: 100%;
 }
 #col3 .modContent  {
    background-position: 0 0;
  background-repeat: repeat;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-left-style: solid !important;
  border-left-width: 1px !important;
  border-right-style: solid !important;
  border-right-width: 1px !important;
  margin: 0 0 6px 0;
  overflow-x: hidden;
  padding: 0;
  position: relative;
 }
 #col3 .modContent table  {
  width: 100%;
 }
 #contact_us {
  padding: 15px;
 }
 #contact_us  {
  margin: 0 auto;
  text-align: center;
 }
 #contact_us #captcha {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 #contact_us .btnFeedback  {
  border-style: solid;
  border-width: 3px;
  cursor: pointer;
  font-size: 100%;
  letter-spacing: 3px;
  margin: 2px 0;
  padding: 8px;
  text-transform: uppercase;
  width: 216px;
 }
 #contact_us h5 {
  margin: 0 0 10px 0 !important;
 }
 #contact_us p {
  margin-bottom: 25px !important;
 }
 #content  {
  background-position: top left;
  background-repeat: repeat-y;
  margin: 0 auto;
  margin: 0 auto 0 auto !important;
  min-height: 100%;
  padding: 0 10px 40px 10px;
  position: relative;
  text-align: left;
 }
 #editor  {
  margin: 0;
  padding: 0 5px 5px 5px;
  position: relative;
  width: 670px;
 }
 #editor #boxFiles  {
  margin-top: 5px;
 }
 #editor #reply_content  {
  padding: 0 !important;
 }
 #editor #reply_content a  {
  border-bottom: none !important;
  text-decoration: none !important;
 }
 #editor #reply_content h5  {
  margin: 0;
  padding: 5px 5px 5px 10px;
 }
 #editor #reply_text  {
  border-top-style: dashed;
  border-top-width: 1px;
  display: none;
  height: 80px;
  margin: 0;
  overflow-y: scroll;
  padding: 20px;
 }
 #editor #reply_text.on  {
  display: block;
 }
 #editor #text  {
  border-style: solid;
  border-width: 1px;
  display: none;
  height: 200px;
  margin: 0;
  overflow-y: scroll;
  padding: 20px;
 }
 #editor #text.on  {
  display: block;
 }
 #editor .MPXEditor  {
  border: none !important;
  height: 194px !important;
  margin: 0 !important;
  padding: 3px !important;
  width: 638px !important;
 }
 #editor .MPXNote  {
  height: 65px !important;
 }
 #editor .actions  {
  margin: 0;
  padding: 0;
 }
 #editor .box {
  border-style: solid;
  border-width: 1px;
  padding: 10px;
 }
 #editor .box  {
  margin: 0 0 10px 0;
 }
 #editor .box + .box  {
  margin-top: 10px !important;
 }
 #editor .boxTop  {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  margin-bottom: 10px;
  padding: 10px;
 }
 #editor .btnAction {
  margin: 0 1px 0 0 !important;
  width: 60px !important;
 }
 #editor .cbPostParent .btnIcon {
  float: left;
  margin-right: 4px;
 }
 #editor .cbPostParent a  {
  float: left;
  margin-right: 4px;
 }
 #editor .editorTab  {
  display: none;
  margin-top: 10px;
 }
 #editor .editorTab.imageInsert  {
  margin-top: 0 !important;
 }
 #editor .iframeFocus  {
  border-style: dashed;
  border-width: 1px;
 }
 #editor .input {
  border-style: solid;
  border-width: 1px;
  font-size: 100% !important;
  height: 15px;
  margin: 0 0 1px 0;
  padding: 3px;
  width: 484px;
 }
 #editor .listBooks .imageLink:hover {
  -khtml-opacity: 1 !important;
  -moz-opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
 }
 #editor .listBooks .imageLinkExt:hover {
  -khtml-opacity: 1 !important;
  -moz-opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
 }
 #editor .listPosts .imageLink:hover {
  -khtml-opacity: 1 !important;
  -moz-opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
 }
 #editor .listPosts .imageLinkExt:hover {
  -khtml-opacity: 1 !important;
  -moz-opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
 }
 #editor .msgFail {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 #editor .msgPass {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 #editor .select  {
  height: 23px;
 }
 #editor .select[multiple=multiple]  {
  height: 57px;
 }
 #editor .textarea  {
  border-style: solid;
  border-width: 1px;
  font-size: 100% !important;
  height: 15px;
  margin: 0 0 1px 0;
  padding: 3px;
  width: 484px;
 }
 #editor .textarea:focus  {
  border-style: solid;
  border-width: 1px;
 }
 #editor h5  {
  height: 17px;
  margin: 10px 0 4px 0;
 }
 #editor label  {
  font-weight: normal;
 }
 #editor textarea.MPXEditor  {
  -khtml-border-radius-bottomleft: 4px;
  -khtml-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
 }
 #editor th  {
  font-weight: bold;
  vertical-align: top;
  white-space: nowrap;
  width: 150px;
 }
 #fileUploader #queueinfo  {
  float: left;
  padding: 3px 6px 3px 6px;
 }
 #fileUploader #uploadfilesbtn  {
  margin-bottom: 8px;
 }
 #fileUploader .btnAction  {
  width: 60px !important;
 }
 #fileUploader .cgiUploadForm  {
  height: 27px;
  position: relative;
  text-align: center;
  width: 640px;
 }
 #fileUploader .cgiUploadForm:last-child  {
  display: none;
 }
 #fileUploader .uploadFile  {
  font-size: 20px !important;
  height: 24px;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: -1px;
  width: 0;
  z-index: 101;
 }
 #fileUploader .uploadFileBrowseBtn  {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-size: 90%;
  height: 21px;
  left: 0;
  padding: 3px 0 0 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 62px;
 }
 #fileUploader .uploadFileBrowsePath  {
  font-size: 90%;
  height: 20px;
  left: 66px;
  overflow: hidden;
  padding: 4px 10px 0 10px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 564px;
  z-index: 103;
 }
 #fileUploader .uploadFileLabel  {
  cursor: pointer;
 }
 #fileUploader .uploadFileNameSWF  {
  float: left;
  overflow: hidden;
  padding: 2px 6px 2px 6px;
  white-space: nowrap;
  width: 520px;
 }
 #fileUploader .uploadFileSizeSWF  {
  float: right;
  padding: 2px 10px 2px 6px;
 }
 #fileUploader .uploadProgress  {
  border-style: solid;
  border-width: 1px;
  height: 24px;
  left: 66px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  width: 584px;
  z-index: 102;
 }
 #fileUploader .uploadProgressBar  {
  background-image: url(http://www.moopad.com/pub/pkg/swf/images/bg_upload_progress_bar.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 24px;
  margin: 0;
  padding: 0;
  text-align: left;
  width: 0px;
 }
 #fileUploader .uploadProgressBarSWF {
  background-image: url(http://www.moopad.com/pub/pkg/swf/images/bg_upload_progress_bar.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 24px;
  width: 0px;
 }
 #fileUploader .uploadProgressBarTotalSWF  {
  background-image: url(http://www.moopad.com/pub/pkg/swf/images/bg_upload_progress_bar.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  height: 24px;
  width: 0px;
 }
 #fileUploader .uploadProgressBtn  {
  background-image: url(http://www.moopad.com/pub/pkg/swf/images/icon_status_upload.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  border: none !important;
  cursor: pointer;
  height: 16px;
  margin: 0;
  position: absolute;
  right: -8px;
  top: 5px;
  width: 16px;
  z-index: 104;
 }
 #fileUploader .uploadProgressBtn.complete  {
  background-position: 0 -32px !important;
 }
 #fileUploader .uploadProgressBtn.working  {
  background-position: 0 -16px !important;
 }
 #fileUploader .uploadProgressSWF  {
  border-top-style: solid;
  border-top-width: 1px;
  clear: right;
  float: left;
  height: 24px;
  margin: 2px 0 0 0;
  padding: 0;
 }
 #fileUploader .uploadProgressTotalSWF  {
  border-style: solid;
  border-width: 1px;
  clear: both;
  display: none !important;
  float: left;
  font-size: 90%;
  height: 24px;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 650px;
 }
 #fileUploader .uploadStatus  {
  clear: left;
  float: left;
  height: 21px;
 }
 #footer  {
  background-position: left bottom;
  background-repeat: no-repeat;
  height: 50px;
  margin: -40px auto 0 auto;
  padding: 0 10px 10px 10px;
  position: relative;
 }
 #form_account_reset .labelSlider {
  margin: 0 auto;
  width: 230px;
 }
 #form_account_reset .labelSlider label {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-style: solid;
  border-width: 3px;
  cursor: text;
  display: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 150% !important;
  height: 17px;
  margin: 1px auto;
  padding: 8px 10px;
  text-align: left;
  width: 190px;
 }
 #form_account_reset .labelSlider.labelSliderOut label {
  background-image: url(http://www.moopad.com/pub/img/icons/arrow_right.png);
  background-position: 185px center;
  background-repeat: no-repeat;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-left-style: solid;
  border-left-width: 3px;
  border-right-style: dotted;
  border-right-width: 3px;
  border-top-style: solid;
  border-top-width: 3px;
 }
 #form_account_reset .labelSliderOut label {
  -khtml-border-radius-bottomright: 0 !important;
  -khtml-border-radius-bottomright: 7px;
  -khtml-border-radius-topright: 0 !important;
  -khtml-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-topright: 0 !important;
  -moz-border-radius-topright: 7px;
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-top-right-radius: 7px;
  border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 0 !important;
  border-top-right-radius: 7px;
 }
 #form_account_signup .labelSlider label {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-style: solid;
  border-width: 3px;
  cursor: text;
  display: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 150% !important;
  height: 17px;
  margin: 1px auto;
  padding: 8px 10px;
  text-align: left;
  width: 190px;
 }
 #form_account_signup .labelSlider.labelSliderOut label {
  background-image: url(http://www.moopad.com/pub/img/icons/arrow_right.png);
  background-position: 185px center;
  background-repeat: no-repeat;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-left-style: solid;
  border-left-width: 3px;
  border-right-style: dotted;
  border-right-width: 3px;
  border-top-style: solid;
  border-top-width: 3px;
 }
 #form_account_signup .labelSliderOut label {
  -khtml-border-radius-bottomright: 0 !important;
  -khtml-border-radius-bottomright: 7px;
  -khtml-border-radius-topright: 0 !important;
  -khtml-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-topright: 0 !important;
  -moz-border-radius-topright: 7px;
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-top-right-radius: 7px;
  border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 0 !important;
  border-top-right-radius: 7px;
 }
 #form_account_write .ajaxLoadMessageFrame  {
  margin: 0 0 15px 0;
 }
 #form_account_write .input {
  margin: 0 10px 1px 0 !important;
 }
 #form_account_write .moduleTabContent  {
  padding: 0 !important;
 }
 #form_account_write .select {
  margin: 0 10px 1px 0 !important;
 }
 #form_account_write .textarea  {
  margin: 0 10px 1px 0 !important;
 }
 #form_account_write label  {
  clear: both;
  float: left;
  vertical-align: top;
 }
 #form_contact #captcha {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 #form_contact #captcha  {
  border-style: solid;
  border-width: 3px;
  display: block !important;
  font-size: 150% !important;
  height: 32px;
  margin: 1px auto;
  padding: 0;
  width: 210px;
 }
 #form_contact .labelSlider  {
  margin: 0 auto;
  width: 230px;
 }
 #form_contact .labelSlider label {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 #form_contact .labelSlider label  {
  border-style: solid;
  border-width: 3px;
  cursor: text;
  display: none;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 150% !important;
  height: 17px;
  margin: 1px auto;
  padding: 8px 10px;
  text-align: left;
  width: 190px;
 }
 #form_contact .labelSlider.labelSliderOut label  {
  background-image: url(http://www.moopad.com/pub/img/icons/arrow_right.png);
  background-position: 185px center;
  background-repeat: no-repeat;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-left-style: solid;
  border-left-width: 3px;
  border-right-style: dotted;
  border-right-width: 3px;
  border-top-style: solid;
  border-top-width: 3px;
 }
 #form_contact .labelSliderOut label {
  -khtml-border-radius-bottomright: 0 !important;
  -khtml-border-radius-topright: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-topright: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
 }
 #form_contact .labelSliderOut label  {
  -khtml-border-radius-bottomright: 0 !important;
  -khtml-border-radius-bottomright: 7px;
  -khtml-border-radius-topright: 0 !important;
  -khtml-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-topright: 0 !important;
  -moz-border-radius-topright: 7px;
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-top-right-radius: 0 !important;
  -webkit-border-top-right-radius: 7px;
  border-bottom-right-radius: 0 !important;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 0 !important;
  border-top-right-radius: 7px;
 }
 #form_contact .labelSliderTextareaHome label  {
  background-position: 185px 10px !important;
  height: 146px !important;
 }
 #form_login .accountpwd  {
  padding: 1px 3px 1px 10px;
  width: 120px;
 }
 #form_login .accountusr {
  padding: 1px 3px 1px 10px;
  width: 120px;
 }
 #form_login .labelSlider  {
  width: 140px;
 }
 #form_login .labelSlider label {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 #form_login .labelSlider label  {
  border-style: solid;
  border-width: 3px;
  cursor: text;
  display: none;
  font-size: 90%;
  font-weight: normal !important;
  height: 16px;
  margin-bottom: 2px;
  padding: 1px 3px 1px 10px;
  text-align: left;
  width: 120px;
 }
 #form_login .labelSlider.labelSliderOut label  {
  background-image: url(http://www.moopad.com/pub/img/icons/arrow_right.png);
  background-position: 110px center;
  background-repeat: no-repeat;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-left-style: solid;
  border-left-width: 3px;
  border-right-style: dotted;
  border-right-width: 3px;
  border-top-style: solid;
  border-top-width: 3px;
 }
 #form_login .labelSliderOut label {
  -khtml-border-radius-bottomright: 0 !important;
  -khtml-border-radius-topright: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-topright: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
 }
 #form_login .labelSliderOut label  {
  -khtml-border-radius-bottomright: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
 }
 #header  {
  border-style: solid;
  border-width: 1px;
  height: 85px;
  position: relative;
 }
 #header.alertMessage  {
  padding-top: 12px;
 }
 #header.alertMessage #alert  {
  display: block;
 }
 #header.alertMessage #menu  {
  top: 25px;
 }
 #horizontal_tab_tooltip  {
  max-width: 330px;
  padding: 1px;
  position: absolute;
  right: 10px;
  top: 10px;
 }
 #horizontal_tab_tooltip h5  {
  background-position: 0 -32px !important;
  background-repeat: no-repeat;
  height: 16px;
  margin: 0 0 5px 0 !important;
  padding: 0 0 0 22px;
 }
 #icol1  {
  overflow-x: hidden;
  overflow-y: visible;
  padding: 0;
 }
 #icol1 .modMin .modTitlebar {
  border-style: solid !important;
  border-width: 1px !important;
  margin-bottom: 6px !important;
 }
 #icol2  {
  overflow-x: hidden;
  overflow-y: visible;
 }
 #icol2 .modContent  {
  border: none !important;
  padding: 0 !important;
 }
 #icol2 .modMin .modTitlebar {
  border-style: solid !important;
  border-width: 1px !important;
  margin-bottom: 6px !important;
 }
 #icol2 .modTitlebar  {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin-bottom: 6px;
  padding: 1px;
  text-align: center;
  vertical-align: middle;
 }
 #icol2 .recordStatus  {
  border-style: solid;
  border-width: 1px;
 }
 #icol3  {
  overflow-x: hidden;
  overflow-y: visible;
  padding: 0;
 }
 #icol3 .modMin .modTitlebar  {
  border-style: solid !important;
  border-width: 1px !important;
  margin-bottom: 6px !important;
 }
 #icolview2  {
  display: none;
  overflow-x: hidden;
  overflow-y: visible;
  padding: 0 10px 10px 10px;
 }
 #icontent  {
  margin-top: 0 !important;
  padding-bottom: 0;
 }
 #ifooter {
  font-size: 90%;
  font-weight: normal;
 }
 #ifooter a  {
  font-size: 90%;
  font-weight: normal;
 }
 #ifooter a:hover  {
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  font-size: 90%;
 }
 #ifootermini  {
  font-size: 80%;
  letter-spacing: 2px;
  margin: -5px 0 0 0;
  padding: 0;
 }
 #ifootermini a  {
  font-size: 90%;
 }
 #lbBottom {
  -khtml-border-radius-bottomleft: 7px;
  -khtml-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
 }
 #lbBottomContainer  {
  -khtml-border-radius-bottomleft: 7px;
  -khtml-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
 }
 #lbCenter {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 #lbCenter  {
  -khtml-border-radius-topleft: 7px;
  -khtml-border-radius-topright: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
 }
 #lbImage {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 #lightbox-container-image-box {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 #lightbox-container-image-data-box {
  -khtml-border-radius-bottomleft: 7px;
  -khtml-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
 }
 #listFilesQueued  {
  overflow-x: hidden !important;
 }
 #login  {
  float: right;
  margin: 15px 15px 0 0;
  padding: 0;
  position: relative;
  width: 300px;
 }
 #login .accountpwd {
  border-style: solid;
  border-width: 3px;
  height: 16px;
  margin-bottom: 2px;
  padding: 1px 2px;
  width: 130px;
 }
 #login .accountusr {
  border-style: solid;
  border-width: 3px;
  height: 16px;
  margin-bottom: 2px;
  padding: 1px 2px;
  width: 130px;
 }
 #login .btnForgot {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 #login .btnForgot  {
  background-image: url(http://www.moopad.com/pub/img/icons/bullet_key.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 3px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 26px;
  z-index: 1;
 }
 #login .btnForgot:hover  {
  cursor: pointer;
 }
 #login .btnLogin  {
  background-image: url(http://www.moopad.com/pub/img/icons/bullet_go.png);
  background-position: center center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 3px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 26px;
  width: 23px;
 }
 #login .btnLogin:hover {
  cursor: pointer;
 }
 #login .btnRemember {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 #login .btnRemember  {
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 3px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
 }
 #login .input {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 #login label {
  clear: none;
  font-weight: bold;
  margin-right: 5px;
 }
 #login:hover .linkPasswordReset  {
  display: inline;
 }
 #logout  {
  float: right;
  padding: 59px 12px 10px 10px;
 }
 #logout .accountpwd  {
  border-style: solid;
  border-width: 3px;
  height: 16px;
  margin-bottom: 2px;
  padding: 1px 2px;
  width: 130px;
 }
 #logout .accountusr {
  border-style: solid;
  border-width: 3px;
  height: 16px;
  margin-bottom: 2px;
  padding: 1px 2px;
  width: 130px;
 }
 #logout label  {
  clear: none;
  font-weight: bold;
  margin-right: 5px;
 }
 #menu  {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
 }
 #menu li  {
  display: inline;
  font-size: 70%;
  margin: 1px 0 1px 15px;
  text-transform: uppercase;
 }
 #menu li a  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 120%;
  letter-spacing: 2px;
  text-shadow: 1px 1px 1px #;
 }
 #mod_19 .modContent {
  border-style: solid !important;
  border-width: 1px !important;
 }
 #mod_20 .modContent {
  border-style: solid !important;
  border-width: 1px !important;
 }
 #mod_21 .modContent {
  border-style: solid !important;
  border-width: 1px !important;
 }
 #mod_23 .modContent {
  border-style: solid !important;
  border-width: 1px !important;
 }
 #mod_24 .modContent  {
  border-style: solid !important;
  border-width: 1px !important;
 }
 #module_functions  {
  float: right;
  margin: 10px;
  width: 200px;
 }
 #module_member li h5 {
  margin: 1px 0 6px 2px !important;
  width: auto;
 }
 #module_member li p  {
  margin: 1px 0 6px 2px !important;
  width: auto;
 }
 #module_member table  {
  margin: 0 !important;
  width: 178px;
 }
 #module_member td  {
  font-size: 90%;
  overflow: hidden;
  padding: 0 8px 0 8px;
  vertical-align: top;
 }
 #module_member th {
  font-size: 90%;
  overflow: hidden;
  padding: 0 8px 0 8px;
  vertical-align: top;
 }
 #module_member ul li  {
  float: left;
 }
 #placeholder_image_insert  {
  display: none;
  height: 315px;
  margin: 0;
  padding: 0;
  width: 670px;
 }
 #privacy_policy {
  padding: 15px;
 }
 #privacy_policy h5 {
  margin: 0 0 10px 0 !important;
 }
 #privacy_policy p {
  margin-bottom: 25px !important;
 }
 #rcwd_nav  {
  height: inherit;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999999;
 }
 #rcwd_nav #sb-nav-next  {
  right: 0;
 }
 #rcwd_nav #sb-nav-next:hover  {
  background-image: url(http://www.moopad.com/pub/img/lightbox-btn-next.gif);
  background-position: right 20%;
  background-repeat: no-repeat;
 }
 #rcwd_nav #sb-nav-previous  {
  left: 0;
 }
 #rcwd_nav #sb-nav-previous:hover  {
  background-image: url(http://www.moopad.com/pub/img/lightbox-btn-prev.gif);
  background-position: left 20%;
  background-repeat: no-repeat;
 }
 #rcwd_nav a  {
  cursor: pointer;
  display: block;
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 50%;
 }
 #record_access_allgroups  {
  margin-bottom: 2px;
 }
 #sb-body {
 height:100%;
 position:relative;
 }
 #sb-body img {
 border:none;
 }
 #sb-body-inner {
 height:100%;
 position:absolute;
 width:100%;
 }
 #sb-container {
 display:none;
 left:0;
 margin:0;
 padding:0;
 position:fixed;
 text-align:left;
 top:0;
 visibility:hidden;
 z-index:999;
 }
 #sb-counter {
  font-weight: bold !important;
 float:left;
 width:45%;
 }
 #sb-counter a {
 cursor:pointer;
 padding:0 4px 0 0;
 text-decoration:none;
 }
 #sb-counter a.sb-counter-current {
 text-decoration:underline;
 }
 #sb-info {
  margin: 5px 5px -5px 4px !important;
 height:20px;
 line-height:20px;
 }
 #sb-info #sb-nav-next {
 background-image:url(http://www.moopad.com/pub/img/icons/control_fastforward.png);
 }
 #sb-info #sb-nav-previous {
 background-image:url(http://www.moopad.com/pub/img/icons/control_rewind.png);
 }
 #sb-info-inner {
 font-size:12px;
 }
 #sb-loading {
 height:100%;
 position:relative;
 }
 #sb-loading-inner {
 font-size:14px;
 height:24px;
 line-height:24px;
 margin-top:-12px;
 position:absolute;
 text-align:center;
 top:50%;
 width:100%;
 }
 #sb-loading-inner span {
 display:inline-block;
 }
 #sb-nav {
 float:right;
 height:16px;
 padding:2px 0;
 width:45%;
 }
 #sb-nav a {
 background-repeat:no-repeat;
 cursor:pointer;
 display:block;
 float:right;
 height:16px;
 margin-left:3px;
 width:16px;
 }
 #sb-nav-close {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
 background-image:url(http://www.moopad.com/pub/img/icons/control_stop.png);
 }
 #sb-nav-pause {
 background-image:url(http://www.moopad.com/pub/img/icons/control_pause.png);
 }
 #sb-nav-play {
 background-image:url(http://www.moopad.com/pub/img/icons/control_play.png);
 }
 #sb-overlay {
 height:100%;
 position:relative;
 width:100%;
 }
 #sb-player {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 #sb-player  {
  padding: 7px;
 }
 #sb-player.html {
 height:100%;
 overflow:auto;
 }
 #sb-title {
  display: none !important;
 height:26px;
 line-height:26px;
 margin:0;
 overflow:hidden;
 padding:0;
 position:relative;
 }
 #sb-title-inner {
 font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
 font-size:16px;
 font-weight:200;
 }
 #sb-wrapper {
 position:absolute;
 visibility:hidden;
 width:100px;
 }
 #sb-wrapper-inner {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 border:1px solid #999;
 height:100px;
 overflow:hidden;
 position:relative;
 }
 #searchFunctions  {
  margin: 0;
  padding: 15px;
  position: relative;
 }
 #siteSubtitle  {
  font-family: HandVetica;
  font-size: 67%;
  left: 35px;
  position: absolute;
  text-align: right;
  top: 42px;
 }
 #siteTitle  {
  font-family: HandVetica;
  font-size: 300%;
  height: 45px;
  padding: 20px 20px 20px 15px;
  position: relative;
  width: 250px;
 }
 #suggestborder h5  {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  margin: 0;
  padding: 3px 0 3px 0;
  text-align: center;
 }
 #table_account_design td  {
  padding: 0 0 10px 0;
 }
 #table_account_design th  {
  padding: 0 10px 10px 10px;
  vertical-align: top;
 }
 #terms_of_service {
  padding: 15px;
 }
 #terms_of_service h5 {
  margin: 0 0 10px 0 !important;
 }
 #terms_of_service p {
  margin-bottom: 25px !important;
 }
 .MPXButtonBlockquote  {
  background-image: url(http://www.moopad.com/pub/img/editor/mpxeditor_button_blockquote.gif);
 }
 .MPXButtonBold  {
  background-image: url(http://www.moopad.com/pub/img/editor/mpxeditor_button_bold.gif);
 }
 .MPXButtonCreateLink  {
  background-image: url(http://www.moopad.com/pub/img/editor/mpxeditor_button_link.gif);
 }
 .MPXButtonEmoticon  {
  background-image: url(http://www.moopad.com/pub/img/editor/mpxeditor_button_emoticon.gif);
 }
 .MPXButtonFormatBlock  {
  background-image: url(http://www.moopad.com/pub/img/editor/mpxeditor_button_formatblock.gif);
 }
 .MPXButtonHTML  {
  background-image: url(http://www.moopad.com/pub/img/editor/mpxeditor_button_html.gif);
 }
 .MPXButtonImage  {
  background-image: url(http://www.moopad.com/pub/img/editor/mpxeditor_button_image.gif);
 }
 .MPXButtonIndent  {
  background-image: url(http://www.moopad.com/pub/img/editor/mpxeditor_button_indent.gif);
 }
 .MPXButtonItalic  {
  background-image: url(http://www.moopad.com/pub/img/editor/mpxeditor_button_italic.gif);
 }
 .MPXButtonOrdered  {
  background-image: url(http://www.moopad.com/pub/img/editor/mpxeditor_button_ordered.gif);
 }
 .MPXButtonOutdent  {
  background-image: url(http://www.moopad.com/pub/img/editor/mpxeditor_button_outdent.gif);
 }
 .MPXButtonRemoveFormat  {
  background-image: url(http://www.moopad.com/pub/img/editor/mpxeditor_button_removeformat.gif);
 }
 .MPXButtonStrikethrough  {
  background-image: url(http://www.moopad.com/pub/img/editor/mpxeditor_button_strikethrough.gif);
 }
 .MPXButtonSubscript  {
  background-image: url(http://www.moopad.com/pub/img/editor/mpxeditor_button_subscript.gif);
 }
 .MPXButtonSuperscript  {
  background-image: url(http://www.moopad.com/pub/img/editor/mpxeditor_button_superscript.gif);
 }
 .MPXButtonUnderline  {
  background-image: url(http://www.moopad.com/pub/img/editor/mpxeditor_button_underline.gif);
 }
 .MPXButtonUnordered  {
  background-image: url(http://www.moopad.com/pub/img/editor/mpxeditor_button_unordered.gif);
 }
 .MPXContainer {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .MPXContainer  {
  border-style: solid;
  border-width: 1px;
  margin: 10px 0 12px 0 !important;
  padding: 11px;
 }
 .MPXDropList  {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  height: 200px !important;
  margin-top: 5px;
  overflow-x: hidden !important;
  overflow-y: auto!important;
  position: absolute;
  width: 115px;
  z-index: 102;
 }
 .MPXDropList a  {
  -khtml-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-left: none !important;
  border-radius: 0 !important;
  border-right: none !important;
  border-top: none !important;
  display: block;
  font-size: 90%;
  margin: 1px 0 0 0;
  padding: 0;
  text-indent: 0 !important;
  white-space: nowrap;
  width: 100% !important;
 }
 .MPXDropList a:hover  {
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  padding: 0px;
 }
 .MPXDropListEmoticon  {
  width: 200px !important;
 }
 .MPXDropListEmoticon a div  {
  clear: none;
  float: left;
  height: 18px;
  margin: 2px 0 0 10px;
  vertical-align: bottom;
  width: 44px !important;
 }
 .MPXDropListFormatBlock  {
  width: 171px !important;
 }
 .MPXEditSelect  {
  display: block;
  float: left;
 }
 .MPXEditorDropListRow  {
  padding-left: 15px;
 }
 .MPXIframe {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .MPXIframe  {
  border-style: solid;
  border-width: 1px;
  height: 200px;
  margin: 0;
  padding: 0;
  width: 466px;
 }
 .MPXResizer {
  -khtml-border-radius-bottomleft: 4px;
  -khtml-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
 }
 .MPXSource .MPXButtonHTML  {
  background-image: url(http://www.moopad.com/pub/img/editor/mpxeditor_button_html.gif);
 }
 .MPXSource .MPXButtonHTML:hover  {
  cursor: pointer;
 }
 .MPXSource a {
  background-position: 0 -23px;
  border-style: solid !important;
  border-width: 1px !important;
  cursor: pointer;
 }
 .MPXSource li a.MPXButtonHTML {
  background-image: url(http://www.moopad.com/pub/img/editor/mpxeditor_button_html.gif);
  background-position: 0 0;
 }
 .MPXSource li a.MPXButtonHTML:hover  {
  background-image: url(http://www.moopad.com/pub/img/editor/mpxeditor_button_html.gif);
  background-position: 0 0;
 }
 .MPXToolbar  {
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
 }
 .MPXToolbar .MPXEditButton a {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .MPXToolbar a:active  {
  border-style: solid;
  border-width: 1px;
 }
 .MPXToolbar a:hover {
  border-style: solid;
  border-width: 1px;
  padding: 0;
 }
 .MPXToolbar li  {
  display: inline;
  float: left;
  height: 26px;
  margin: 1px 1px 1px 0;
  width: 26px;
 }
 .MPXToolbar li.MPXEditSelect {
  width: 32px;
 }
 .MPXToolbar li.MPXEmoticonSelect  {
  width: 32px;
 }
 .MPXToolbar li.on a  {
  border-style: solid;
  border-width: 1px;
 }
 .MPXWrapper {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .SWFUploadFileItem  {
  float: left;
  font-size: 90%;
  margin: 0 0 -1px 0 !important;
  padding: 0;
  width: 622px;
 }
 .accountSignup {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .accountSignup  {
  border-style: solid;
  border-width: 1px;
  height: 466px;
  left: 243px;
  position: absolute;
  text-align: center;
  top: 125px;
  width: 230px;
 }
 .accountSignup .btnAccountSignup  {
  border-style: solid;
  border-width: 3px;
  cursor: pointer;
  margin: 5px auto;
  padding: 10px 20px;
  width: 215px;
 }
 .accountSignup .btnCheckbox  {
  float: left;
  margin: 5px 0 0 15px;
 }
 .accountSignup .tosAgree  {
  float: left;
  font-size: 90%;
  padding: 5px 0 0 5px;
 }
 .accountSignup .tosAgree a  {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  font-size: 90%;
 }
 .accountSignup h3  {
  font-family: HandVetica;
  font-size: 230%;
  margin: 15px 0 !important;
  text-align: center;
 }
 .accountSignup label  {
  display: block;
  float: left;
  margin: 0 9px;
 }
 .accountWrite  {
  position: relative;
 }
 .accountWrite #fileUploader  {
  left: 133px;
  position: absolute;
  top: 290px;
 }
 .accountWrite #fileUploader .cgiUploadForm  {
  width: 286px !important;
 }
 .accountWrite #fileUploader .uploadFileBrowseBtn  {
  left: 1px !important;
  width: 61px !important;
 }
 .accountWrite #fileUploader .uploadFileBrowsePath  {
  width: 190px !important;
 }
 .accountWrite #fileUploader .uploadProgress  {
  width: 230px !important;
 }
 .accountWrite #listFilesQueued  {
  width: 300px !important;
 }
 .accountWrite #placeholder_design_pattern_upload  {
  height: 28px;
 }
 .actionsRead .btnInline  {
  border-style: solid;
  border-width: 1px;
  float: left;
  margin: 0 2px 0 0;
 }
 .actionsRead .btnInline.btnActionClose  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_action_read_close.png);
 }
 .actionsRead .btnInline.btnActionEdit  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_action_read_edit.png);
 }
 .actionsRead .btnInline.btnActionLink  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_action_read_link.png);
 }
 .actionsRead .btnInline.btnActionNew  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_action_read_new.png);
 }
 .actionsRead .btnInline.btnActionReply  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_action_read_reply.png);
 }
 .actionsRead .btnInline.btnActionRevisions  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_action_read_revisions.png);
 }
 .actionsRead .btnInline.btnActionShare  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_action_read_share.png);
 }
 .actionsRead .btnInline.btnActionTag  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_action_read_tag.png);
 }
 .actionsRead .btnInline.btnActionTop  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_action_read_top.png);
 }
 .actionsRead .buttonHelps .buttonHelp  {
  text-align: left;
 }
 .actionsWrite .btnInline  {
  border-style: solid;
  border-width: 1px;
  float: right;
 }
 .actionsWrite .btnInline.btnActionCancel  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_action_write_cancel.png);
 }
 .actionsWrite .btnInline.btnActionClose  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_action_write_close.png);
 }
 .actionsWrite .btnInline.btnActionDelete  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_action_write_discard.png);
 }
 .actionsWrite .btnInline.btnActionDiscard {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_action_write_discard.png);
 }
 .actionsWrite .btnInline.btnActionPublish  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_action_write_publish.png);
 }
 .actionsWrite .btnInline.btnActionRestore  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_action_write_restore.png);
 }
 .actionsWrite .btnInline.btnActionRevisions {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_action_write_revisions.png);
 }
 .actionsWrite .btnInline.btnActionSave {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_action_write_save.png);
 }
 .actionsWrite .btnInline.btnActionUpdate  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_action_write_save.png);
 }
 .actionsWrite .btnInline.btnActionUpload  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_action_write_upload.png);
 }
 .ajaxLoadContent  {
  display: none;
 }
 .ajaxLoadContent.ajaxLoadContentInBlind  {
    position: relative;
 }
 .ajaxLoadContentInBlind  {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .ajaxLoadMessageContent {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .ajaxLoadMessageContent  {
  border-style: solid;
  border-width: 1px;
  display: none;
  padding: 2px;
  text-align: center;
 }
 .ajaxLoadMessageFrame  {
  clear: both;
  height: 24px;
  overflow: hidden;
  padding: 0;
  text-align: center;
 }
 .ajaxLoadMessageFrame .msgFail  {
  font-weight: normal !important;
  padding: 0 !important;
  white-space: nowrap;
 }
 .ajaxLoadMessageFrame .msgLoad {
  font-weight: normal !important;
  padding: 0 !important;
  white-space: nowrap;
 }
 .ajaxLoadMessageFrame .msgPass {
  font-weight: normal !important;
  padding: 0 !important;
  white-space: nowrap;
 }
 .ajaxLoadPollContent  {
  margin: 0 0 2px 0;
 }
 .alert  {
  display: block;
  margin: 0 auto;
  padding: 10px;
  text-align: left;
  width: 500px;
 }
 .alert h3  {
  margin-bottom: 15px !important;
  text-align: center;
 }
 .alert h5  {
  margin: 0 0 5px 0 !important;
 }
 .alert ul  {
  margin: 0 20px 10px 20px;
 }
 .author  {
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-left-style: solid !important;
  border-left-width: 1px !important;
  border-right-style: solid !important;
  border-right-width: 1px !important;
 }
 .avatar {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .avatar  {
  background-position: center center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  padding: 0;
 }
 .avatarLarge img {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .avatarMedium img {
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
 }
 .bally  {
  background-image: url(http://www.moopad.com/pub/img/icons/soccer_ball.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  display: none;
  height: 38px;
  position: absolute;
  width: 38px;
  z-index: 1;
 }
 .blind {
  display: inline;
  left: 0;
  overflow-x: hidden;
  position: fixed;
  text-align: center;
  top: 0;
 }
 .blind  {
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity="70");
  opacity: 0.7;
  z-index: 100;
 }
 .blindMini {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .blindMini  {
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  background-image: url(http://www.moopad.com/pub/img/anims/img_ajax_loader_fb_bw.gif);
  background-position: center 20px;
  background-repeat: no-repeat;
  border-style: dashed;
  border-width: 1px;
  display: inline;
  filter: alpha(opacity="90");
  left: 0;
  min-width: 0 !important;
  opacity: 0.9;
  position: absolute;
  top: 0;
 }
 .blindRead  {
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  display: inline;
  filter: alpha(opacity="40");
  left: 0;
  opacity: 0.4;
  overflow-x: hidden;
  position: fixed;
  text-align: center;
  top: 0;
  z-index: 1;
 }
 .bordLeftDot  {
  border-left-style: dotted;
  border-left-width: 1px;
 }
 .box {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .box .imageLinkThumb  {
  height: 73px !important;
  margin: 1px !important;
  width: 73px !important;
 }
 .box .listBooks .imageLinkThumb  {
  height: 80px !important;
  margin: 1px !important;
  width: 80px !important;
 }
 .box .listModuleTabs  {
  margin: 5px -11px 13px 2px !important;
 }
 .box .moduleTabContent .moduleTabTitle  {
  margin-right: 10px !important;
 }
 .box .moduleTabContent p  {
  padding: 1px !important;
  width: 608px !important;
 }
 .box .recordStatus  {
  padding: 20px 5px !important;
 }
 .boxCollection  {
  height: 45px;
 }
 .boxTop {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .brall10  {
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
 }
 .brall12  {
  -khtml-border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
 }
 .brall15 {
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
 }
 .brall2 {
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
 }
 .brall3 {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
 }
 .brall4 {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .brall5 {
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
 }
 .brall7 {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .brbl4 {
  -khtml-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
 }
 .brbl5  {
  -khtml-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
 }
 .brbl7  {
  -khtml-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
 }
 .brbr4 {
  -khtml-border-radius-bottomright: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
 }
 .brbr7 {
  -khtml-border-radius-bottomright: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
 }
 .brbtm4 {
  -khtml-border-radius-bottomleft: 4px;
  -khtml-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
 }
 .brbtm5  {
  -khtml-border-radius-bottomleft: 5px;
  -khtml-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
 }
 .brbtm7 {
  -khtml-border-radius-bottomleft: 7px;
  -khtml-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
 }
 .brlft4  {
  -khtml-border-radius-bottomleft: 4px;
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
 }
 .browsebtn  {
  display: block;
 }
 .brrgt0 {
  -khtml-border-radius-bottomright: 0 !important;
  -khtml-border-radius-topright: 0 !important;
  -moz-border-radius-bottomright: 0 !important;
  -moz-border-radius-topright: 0 !important;
  -webkit-border-bottom-right-radius: 0 !important;
  -webkit-border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
 }
 .brrgt4 {
  -khtml-border-radius-bottomright: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
 }
 .brrgt7 {
  -khtml-border-radius-bottomright: 7px;
  -khtml-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
 }
 .brtl4 {
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
 }
 .brtl5 {
  -khtml-border-radius-topleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
 }
 .brtl7  {
  -khtml-border-radius-topleft: 7px;
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
 }
 .brtop4 {
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
 }
 .brtop5 {
  -khtml-border-radius-topleft: 5px;
  -khtml-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
 }
 .brtop7 {
  -khtml-border-radius-topleft: 7px;
  -khtml-border-radius-topright: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
 }
 .brtr4 {
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
 }
 .brtr5 {
  -khtml-border-radius-topright: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
 }
 .brtr7  {
  -khtml-border-radius-topright: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
 }
 .btn {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-size: 90%;
 }
 .btn  {
  padding: 1px 2px 1px 2px;
 }
 .btn:hover {
  border-style: solid;
  border-width: 1px;
 }
 .btnAccountSignup {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .btnAction {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .btnAction  {
  border-bottom-style: solid !important;
  border-bottom-width: 1px !important;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  clear: none;
  display: block;
  float: right;
  font-size: 90%;
  font-weight: normal !important;
  height: 2.25em;
  margin: 10px 1px 10px 0;
  padding: 0 0 4px 0;
  text-align: center;
  vertical-align: middle;
  width: 48px;
 }
 .btnAction:focus  {
  background-position: left -25px;
  background-repeat: no-repeat;
  outline: none !important;
 }
 .btnAction:hover  {
  cursor: pointer;
  height: 2.25em !important;
  margin: 10px 1px 10px 0;
  padding: 0 0 4px 0;
 }
 .btnCheckbox {
  background-image: url(http://www.moopad.com/pub/img/icons/img_checkbox.png) !important;
 }
 .btnCheckbox input {
  display: none;
  margin: 10px;
 }
 .btnCheckboxMaster {
  background-image: url(http://www.moopad.com/pub/img/icons/img_checkbox.png) !important;
 }
 .btnCheckboxMaster input {
  display: none;
  margin: 10px;
 }
 .btnCheckboxWhite  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_checkbox_whitebg.png);
 }
 .btnCheckboxWhite input  {
  display: none;
  margin: 10px;
 }
 .btnFavorite {
  background-image: url(http://www.moopad.com/pub/img/icons/img_favorite.png) !important;
 }
 .btnFavoriteWhite  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_favorite_whitebg.png);
 }
 .btnFeedback {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .btnGroupWrite  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_group_write.png);
  margin-right: 5px !important;
 }
 .btnIcon {
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  margin: 1px 1px 0 0;
  padding: 0;
  width: 16px;
 }
 .btnIcon:hover  {
  background-position: 0 -16px;
  cursor: pointer;
 }
 .btnInContent {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
 }
 .btnInContent  {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-size: 90%;
  letter-spacing: 2px;
  margin: 10px 4px;
  padding: 2px 10px;
 }
 .btnInline {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .btnInline  {
  background-position: 4px 3px;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  clear: none;
  cursor: pointer;
  float: right;
  font-size: 90%;
  height: 25px;
  margin: 0 0 0 2px;
  padding: 3px 0 !important;
  width: 26px;
 }
 .btnInline.btnActionFilterClear  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_filters_clear.png);
 }
 .btnInline.btnActionFilterRestore  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_filters_restore.png);
 }
 .btnInline.btnActionFilterSave  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_filters_save.png);
 }
 .btnInline.btnActionLinkFetch  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_editor_link_fetch.png);
 }
 .btnInline.btnActionPollRemove  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_action_write_poll_remove.png);
 }
 .btnInline.btnCollectionCancel  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_editor_collection_cancel.png);
 }
 .btnInline.btnCollectionEdit  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_editor_collection_edit.png);
 }
 .btnInline.btnCollectionNew  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_editor_collection_new.png);
 }
 .btnInline.btnCollectionSave {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_editor_collection_save.png);
 }
 .btnInline.btnCollectionUpdate  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_editor_collection_save.png);
 }
 .btnInline.btnDateEdit  {
  background-image: url(http://www.moopad.com/pub/img/icons/btn_editor_date_edit.png);
 }
 .btnLogin {
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
 }
 .btnMediaIcon  {
  background-position: 1px 1px;
  background-repeat: no-repeat;
  display: block;
  height: 15px;
  margin: 1px 1px 0 0;
  padding: 0;
  width: 15px;
 }
 .btnMemberFilterGroup  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_filter_group.png);
 }
 .btnMemberSearchGroup  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_search_group.png);
 }
 .btnMemberSearchUser  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_search_user.png);
 }
 .btnMessage  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_message.png);
 }
 .btnMessageAdd  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_message_add.png);
 }
 .btnMessageDelete  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_message_delete.png);
 }
 .btnMessageDeleted  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_message_deleted.png);
 }
 .btnMessageInbox  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_message_inbox.png);
 }
 .btnMessageSent  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_message_sent.png);
 }
 .btnMessageWrite  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_message_write.png);
  margin-right: 5px;
 }
 .btnMod {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
 }
 .btnMod  {
  background-position: -1px -2px;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  float: right;
  height: 11px;
  margin: 1px -2px 0 3px;
  width: 12px;
 }
 .btnModClose  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_module_close.png);
 }
 .btnModMinMax  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_module_minmax.png);
 }
 .btnOff  {
  background-position: 0 0;
 }
 .btnOff:hover  {
  background-position: 0 -16px !important;
 }
 .btnOn  {
  background-position: 0 -32px;
 }
 .btnOn:hover  {
  background-position: 0 -48px !important;
 }
 .btnPattern  {
  background-position: center center;
  background-repeat: repeat;
  border: none;
  display:block;
  float:left;
  height:19px;
  margin: 0 1px 1px 0;
  padding: 0;
  width: 20px;
 }
 .btnPattern img  {
  height: 20px;
  margin: 0;
  padding: 0;
  width: 20px;
 }
 .btnPreview  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_post_preview.png);
 }
 .btnPushpinAdd {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .btnPushpinAdd  {
  background-position: 3px 3px;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  clear: none;
  display: block;
  float: left;
  height: 20px;
  margin: 0 2px 2px 0;
  width: 20px;
 }
 .btnPushpinCat  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_tag_orange_large.png);
 }
 .btnPushpinKey  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_tag_blue_large.png);
 }
 .btnPushpinMember  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_member_add.png);
 }
 .btnPushpinRemove  {
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-image: url(http://www.moopad.com/pub/img/icons/img_pushpin_remove.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 2px;
  border-style: solid;
  border-style: solid !important;
  border-width: 1px;
  border-width: 1px !important;
  display: block;
  height: 10px;
  opacity: .5;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 10px;
 }
 .btnPushpinRemove:hover  {
  opacity: 1 !important;
 }
 .btnReset {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .btnSmall {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .btnSmall  {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-size: 80%;
  font-size: 90%;
  height: 14px;
  line-height: .5em;
  padding: 1px;
  text-align: center;
  vertical-align: top;
  width: 18px;
 }
 .btnSmall:hover  {
  border-style: solid;
  border-width: 1px;
 }
 .btnSticky  {
  background-image: url(http://www.moopad.com/pub/img/icons/flag_red.png);
 }
 .btnViewed {
  background-image: url(http://www.moopad.com/pub/img/icons/img_viewed.png) !important;
 }
 .btnViewedWhite  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_viewed_whitebg.png);
 }
 .buggy  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_bug.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: crosshair;
  height: 16px;
  position: absolute;
  width: 16px;
  z-index: 1;
 }
 .buttonHelp  {
  display: none;
  margin: 0 auto;
  text-align: center;
 }
 .buttonHelps  {
  display: block;
  height: 24px;
  margin: 0;
 }
 .c1l #icol3 .listModules {
  padding-bottom: 200px;
 }
 .c1l .searchField  {
  width: 125px;
 }
 .c1r #icol3 .listModules  {
  padding-bottom: 200px;
 }
 .c1r .searchField  {
  width: 125px;
 }
 .c2l #icol1 .listModules {
  padding-bottom: 200px;
 }
 .c2l #icol3 .listModules {
  padding-bottom: 200px;
 }
 .c2l .searchField  {
  width: 85px;
 }
 .c2r #icol1 .listModules {
  padding-bottom: 200px;
 }
 .c2r #icol3 .listModules {
  padding-bottom: 200px;
 }
 .c2r .searchField  {
  width: 85px;
 }
 .c2s #icol1 .listModules {
  padding-bottom: 200px;
 }
 .c2s #icol3 .listModules {
  padding-bottom: 200px;
 }
 .c2s .searchField  {
  width: 85px;
 }
 .cancelbtn  {
  background-image: url(http://www.moopad.com/pub/pkg/swf/images/icon_status_upload.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  border-bottom: none !important;
  float: right;
  height: 16px;
  margin: 4px;
  width: 16px;
 }
 .cancelqueuebtn {
  display: none;
 }
 .clearNone  {
  clear: none !important;
 }
 .clearfix  {
  display: block;
 }
 .colorPalette  {
  clear: none;
  float: left;
  height: 20px;
  padding: 0 !important;
  width: 252px;
 }
 .colorPaletteBase {
  -khtml-border-radius-bottomright: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
 }
 .colorPaletteBase  {
  background-image: url(http://www.moopad.com/pub/img/cp/grey/cp_selector.png);
  background-position: 1px 0;
  background-repeat: no-repeat;
  border: none;
  clear: none;
  cursor: pointer;
  display: block;
  float: left;
  height:19px;
  margin:0 1px 0 0;
  width: 41px;
 }
 .colorPaletteDark {
  float: left;
  height: 15px;
  left: 5px;
  top:0;
 }
 .colorPaletteGenerator {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .colorPaletteGenerator  {
  border-style: solid !important;
  border-width: 1px !important;
  float: left;
  height: 20px;
  margin: 5px 0 10px 0;
  padding: 1px 0 0 1px;
  width: 294px;
 }
 .colorPaletteLight  {
  float: left;
  height: 15px;
  left: 5px;
  top:0;
 }
 .colorPaletteSwatch  {
  border: none;
  cursor: pointer;
  display:block;
  float:left;
  height:19px;
  margin: 0 1px 1px 0;
  width: 20px;
 }
 .colorpicker  {
  background-position: 0 0;
  background-repeat: no-repeat;
  background: url(http://www.moopad.com/pub/img/cp/bg_colorpicker.png);
  display: none;
  font-family: Arial, Helvetica, sans-serif;
  height: 202px;
  overflow: hidden;
  position: absolute;
  width: 382px;
  z-index: 102 !important;
 }
 .colorpicker input  {
  border-style: solid;
  border-width: 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  height: 10px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 12px;
  text-align: right;
  top: 5px;
  width: 28px;
 }
 .colorpicker_color  {
  cursor: crosshair;
  height: 150px;
  left: 21px;
  overflow: hidden;
  position: absolute;
  top: 21px;
  width: 150px;
 }
 .colorpicker_color div  {
  background: url(http://www.moopad.com/pub/img/cp/grey/cp_overlay.png);
  height: 150px;
  left: 0;
  position: absolute;
  top: 0;
  width: 150px;
 }
 .colorpicker_color div div  {
  background: url(http://www.moopad.com/pub/img/cp/grey/cp_select.gif);
  height: 11px;
  left: 0;
  margin: -5px 0 0 -5px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 11px;
 }
 .colorpicker_current_color  {
  height: 30px;
  left: 290px;
  position: absolute;
  top: 21px;
  width: 60px;
 }
 .colorpicker_field  {
  background-position: top;
  height: 22px;
  position: absolute;
  width: 62px;
 }
 .colorpicker_field span  {
  cursor: n-resize;
  height: 22px;
  overflow: hidden;
  position: absolute;
  right: -2px;
  top: 2px;
  width: 12px;
 }
 .colorpicker_focus  {
  background-position: center;
 }
 .colorpicker_hex  {
  background: url(http://www.moopad.com/pub/img/cp/grey/cp_hex.png) top;
  height: 22px;
  left: 219px;
  position: absolute;
  top: 150px;
  width: 72px;
 }
 .colorpicker_hex input  {
  height: 10px;
  right: 5px;
  width: 45px;
 }
 .colorpicker_hex.colorpicker_focus  {
  background-position: bottom;
 }
 .colorpicker_hsb_b  {
  background-image: url(http://www.moopad.com/pub/img/cp/grey/cp_hsb_b.png);
  left: 289px;
  top: 120px;
 }
 .colorpicker_hsb_h  {
  background-image: url(http://www.moopad.com/pub/img/cp/grey/cp_hsb_h.png);
  left: 289px;
  top: 60px;
 }
 .colorpicker_hsb_s  {
  background-image: url(http://www.moopad.com/pub/img/cp/grey/cp_hsb_s.png);
  left: 289px;
  top: 90px;
 }
 .colorpicker_hue  {
  cursor: n-resize;
  height: 150px;
  left: 178px;
  position: absolute;
  top: 21px;
  width: 35px;
 }
 .colorpicker_hue div  {
  background: url(http://www.moopad.com/pub/img/cp/grey/cp_indic.gif) left top;
  height: 9px;
  left: 0px;
  margin: -4px 0 0 0;
  overflow: hidden;
  position: absolute;
  width: 35px;
 }
 .colorpicker_new_color  {
  height: 30px;
  left: 220px;
  position: absolute;
  top: 21px;
  width: 60px;
 }
 .colorpicker_rgb_b  {
  background-image: url(http://www.moopad.com/pub/img/cp/grey/cp_rgb_b.png);
  left: 219px;
  top: 120px;
 }
 .colorpicker_rgb_g  {
  background-image: url(http://www.moopad.com/pub/img/cp/grey/cp_rgb_g.png);
  left: 219px;
  top: 90px;
 }
 .colorpicker_rgb_r  {
  background-image: url(http://www.moopad.com/pub/img/cp/grey/cp_rgb_r.png);
  left: 219px;
  top: 60px;
 }
 .colorpicker_slider  {
  background-position: bottom;
 }
 .colorpicker_submit  {
  background: url(http://www.moopad.com/pub/img/cp/grey/cp_submit.png) top;
  height: 22px;
  left: 299px;
  overflow: hidden;
  position: absolute;
  top: 150px;
  width: 52px;
 }
 .colorpicker_submit.colorpicker_focus  {
  background-position: bottom;
 }
 .colorpicker_submit_inline  {
  background: url(http://www.moopad.com/pub/img/cp/grey/cp_submit.png) top;
  height: 22px;
  overflow: hidden;
  width: 52px;
 }
 .comment  {
  border-style: solid;
  border-width: 1px;
  margin: 11px 0 0 0;
  padding: 0 15px 8px 15px;
 }
 .comment .actions  {
  display: block;
  margin: 30px 0 10px 0 !important;
 }
 .comment .btnAction {
  border-style: solid;
  border-width: 1px;
 }
 .comment .btnAction:hover  {
  border-style: solid !important;
  border-width: 1px !important;
 }
 .comment .content  {
  clear: left;
  margin: 0;
  padding: 0;
 }
 .comment .content p  {
  margin-top: 0 !important;
 }
 .commentNum  {
  -khtml-border-radius-bottomright: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
 }
 .commentSummary  {
  font-size: 90%;
  font-style: italic;
  font-weight: normal;
 }
 .controls  {
  padding: 0;
  width: 300px;
 }
 .controls .btnLg {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .controls .btnLg  {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  height: 40px;
  margin: 0 1px 0 0;
  width: 148px;
 }
 .design {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  clear: none !important;
  cursor: pointer;
  display: block !important;
  float: left;
  height: 32px !important;
  margin: 0 2px 0 0;
  padding: 3px;
  text-align: center !important;
  vertical-align: middle;
  width: 50px !important;
 }
 .design img {
  border-style: solid;
  border-width: 1px;
 }
 .design img  {
  border-style: solid;
  border-width: 1px;
 }
 .design:hover img {
  border-style: solid;
  border-width: 1px;
 }
 .designBackgroundBase {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .designBackgroundBase  {
  background-position: 0 0;
  background-repeat: repeat;
  border: none;
  cursor: pointer;
  display: block;
  height: 39px;
  margin:0 1px 0 0;
  text-align: right;
  width: 293px;
 }
 .designBackgroundGenerator {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .designBackgroundGenerator  {
  border-style: solid !important;
  border-width: 1px !important;
  height: 40px;
  margin-bottom: 2px !important;
  margin: 0 auto 0 auto;
  padding: 1px 0 0 1px;
  width: 294px;
 }
 .designModules  {
  margin: 0 auto;
  text-align: center;
  width: 100%;
 }
 .designModules .group  {
  margin: 0 auto;
  width: 300px;
 }
 .designModules h5  {
  margin: 10px 0;
 }
 .designPatternBase {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background-position: 0 0;
  background-repeat: repeat;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  display: block;
  height: 39px;
  margin:0 1px 0 0;
  text-align: right;
  width: 293px;
 }
 .designPatternGenerator {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-style: solid !important;
  border-width: 1px !important;
  height: 40px;
  margin: 0 auto 0 auto;
  padding: 1px 0 0 1px;
  width: 294px;
 }
 .designPatternSwatches  {
  display: none;
  height: 165px;
  overflow-y: auto;
  width: 354px;
 }
 .designPatternSwatchesBackground  {
  background-attachment: scroll;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding: 1px 0 0 1px;
  width: 336px;
 }
 .designSelected {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
 }
 .designSelected  {
  background-image: url(http://www.moopad.com/pub/img/bg_header.png);
  background-position: 0 0;
  background-repeat: repeat;
  border-style: solid;
  border-width: 1px;
  clear: none !important;
  cursor: pointer;
  display: block !important;
  float: left;
  height: 32px !important;
  margin: 0 2px 0 0;
  padding: 3px;
  text-align: center !important;
  vertical-align: middle;
  width: 50px !important;
 }
 .designSelected img {
  border-style: solid;
  border-width: 1px;
 }
 .designSelected:hover img  {
  border-style: solid;
  border-width: 1px;
 }
 .designSwatchHistory {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .designSwatchHistory  {
  border-style: solid !important;
  border-width: 1px !important;
  height: 20px;
  margin: 2px auto 2px auto;
  padding: 1px 0 0 1px;
  width: 294px;
 }
 .designSwatchTempDisabled  {
  background-position: center center;
  background-repeat: repeat;
  border: none;
  display: block;
  float: left;
  height: 19px;
  margin: 0 1px 1px 0;
  width: 20px;
 }
 .designSwatchTempPalette {
  background-position: center center;
  background-repeat: repeat;
  border: none;
  cursor: pointer;
  display: block;
  float: left;
  height: 19px;
  margin: 0 1px 1px 0;
  width: 20px;
 }
 .designSwatchTempPattern {
  background-position: center center;
  background-repeat: repeat;
  border: none;
  display: block;
  float: left;
  height: 19px;
  margin: 0 1px 1px 0;
  width: 20px;
 }
 .designSwatchTempPattern  {
  cursor: pointer;
 }
 .discard {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .discard  {
  background-image: url(http://www.moopad.com/pub/img/bg_discard.gif) !important;
  background-position: 0 0;
  background-repeat: repeat;
  border-style: solid !important;
  border-width: 1px !important;
 }
 .dpButton {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: Verdana;
  font-size: 10px;
 }
 .dpButton  {
  width: 20px;
 }
 .dpDayHighlight  {
  border: none !important;
 }
 .dpDayHighlightTD  {
  border-style: solid;
  border-width: 1px;
  height: 18px;
  width: 23px;
 }
 .dpDayTD  {
  border-style: solid;
  border-width: 1px;
 }
 .dpTD  {
  border-style: solid;
  border-width: 1px;
  height: 20px;
  width: 25px;
 }
 .dpTDHover  {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
 }
 .dpTable {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .dpTable  {
  border-style: solid;
  border-width: 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-align: center;
 }
 .dpTitleText  {
  font-size: 11px;
 }
 .dpTodayButton  {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: Verdana;
  font-size: 10px;
  padding-bottom: 2px;
  width: 60px;
 }
 .draft {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .draft  {
  background-image: url(http://www.moopad.com/pub/img/bg_draft.gif) !important;
  background-position: 0 0;
  background-repeat: repeat;
  border-style: solid !important;
  border-width: 1px !important;
 }
 .dragging  {
  border-style: dashed !important;
  border-width: 1px !important;
  z-index: 999 !important;
 }
 .dropping  {
  border-style: dashed !important;
  border-width: 1px !important;
 }
 .editor .ajaxLoadMessageFrame  {
  margin: 5px 0;
 }
 .editor .msgLoad {
  font-weight: normal !important;
  padding: 0 !important;
  white-space: nowrap;
 }
 .el-borderselect input  {
  border-style: solid;
  border-width: 1px;
  margin:0;
 }
 .el-borderselect table td  {
  padding : 0 2px 0 0;
  vertical-align:middle;
 }
 .el-dialogform {
  font-size:100%;
 }
 .el-dialogform .el-select  {
  height: 18px;
 }
 .el-dialogform .spinner  {
  background:url(http://www.moopad.com/pub/pkg/elrte/images/loading.gif) 50% 50% no-repeat;
  font-weight:bold;
  height:50px;
  margin:10px auto;
  padding-top:33px;
  text-align:center;
  width:150px;
 }
 .el-dialogform div.tab:hover  {
  background:transparent;
 }
 .el-dialogform fieldset  {
  border-style: solid;
  border-width: 1px;
  padding : 0;
 }
 .el-dialogform fieldset legend  {
  border-style: solid;
  border-width: 1px;
  font-size:.9em;
  margin: 0 0 5px 1em;
  padding: .1em .5em;
 }
 .el-dialogform h3  {
  font-size:1.2em;
  margin:0;
  padding:1.2em 0 0 0;
 }
 .el-dialogform h4  {
  margin: 3px 9px;
  padding:0;
 font-size:1em;
 }
 .el-dialogform iframe.el-rte-preview  {
  border: none;
  height : 235px;
  margin:0;
  outline:none;
  padding:0;
  width : 100%;
 }
 .el-dialogform input {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-style: solid;
  border-width: 1px;
  border-width: 1px;
  padding: 2px;
 }
 .el-dialogform input  {
  height: 16px;
  padding: 1px 2px;
 }
 .el-dialogform label input  {
  margin-right:2px;
 }
 .el-dialogform p  {
  padding:.2em .3em;
 }
 .el-dialogform select  {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-style: solid;
  border-width: 1px;
  border-width: 1px;
  font-size:100%;
  font-size:100%;
  height: 20px;
  margin: 1px 2px;
  padding: 2px 2px 3px 2px;
 }
 .el-dialogform table td  {
  padding: 2px;
 }
 .el-dialogform table td .el-borderselect table  {
  width:auto;
 }
 .el-dialogform table td .el-borderselect table td  {
  padding-left :0;
  padding-right:2px;
 }
 .el-dialogform td  {
  font-size:100%;
  text-align: left !important;
 }
 .el-dialogform textarea {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
 }
 .el-dialogform textarea  {
  border-style: solid;
  border-width: 1px;
  padding: 2px;
 }
 .el-dialogform-error  {
  border-style: solid;
  border-width: 2px;
  margin-bottom: 1em 0;
  padding: 10px;
 }
 .el-dialogform-message  {
  border-style: solid;
  border-width: 2px;
  margin-bottom: 1em 0;
  padding: 10px;
 }
 .el-dialogform-rtl .elrte-image-src-fm .ui-state-default  {
  float:left;
 }
 .el-paddinginput  {
  display: block;
  display: block;
  white-space: nowrap;
  white-space: nowrap;
 }
 .el-paddinginput input  {
  border-style: solid;
  border-style: solid;
  border-width: 1px;
  border-width: 1px;
  margin :0 1px 0 0;
  margin :0 1px 0 0;
 }
 .el-paddinginput select  {
  padding:0;
  padding:0;
 }
 .el-rte .tabsbar .tab  {
  border-style: solid;
  border-top: none;
  border-width: 1px;
  cursor: default;
  float:left;
  font-size: .82em;
  font-weight:bold;
  margin-right:2px;
  padding: 6px 17px;
  text-align:center;
 }
 .el-rte .toolbar .panel-format  {
  z-index: 10;
 }
 .el-rte .toolbar ul li.active  {
  border-style: solid;
  border-width: 1px;
 }
 .el-rte .toolbar ul li.anchor  {
 background-position:-296px -30px;
 }
 .el-rte .toolbar ul li.blockquote  {
 background-position:-220px -30px;
 }
 .el-rte .toolbar ul li.bold  {
 background-position:-252px -2px;
 }
 .el-rte .toolbar ul li.copy  {
 background-position:-78px -2px;
 }
 .el-rte .toolbar ul li.css  {
 background-position:-801px -5px;
 }
 .el-rte .toolbar ul li.cut  {
 background-position:-104px -2px;
 }
 .el-rte .toolbar ul li.disabled  {
  filter:Alpha(Opacity=30);
  opacity: 0.3;
  opacity:alpha(0.3);
 }
 .el-rte .toolbar ul li.div  {
 background-position:-655px -29px;
 }
 .el-rte .toolbar ul li.docstructure  {
 background-position:-712px -4px;
 }
 .el-rte .toolbar ul li.el-select .emoticonListItem  {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  height: 18px;
  padding: 0 0 0 45px;
 }
 .el-rte .toolbar ul li.el-select label  {
    width:88px;
  float:none;
  height:19px;
  padding: 3px 5px 0 5px;
 }
 .el-rte .toolbar ul li.elfinder  {
 background-position:-436px -2px;
 }
 .el-rte .toolbar ul li.file  {
 background-position:-436px -3px;
 }
 .el-rte .toolbar ul li.flash  {
 background-position:-410px -2px;
 }
 .el-rte .toolbar ul li.forecolor  {
 background-position:-372px -30px;
 }
 .el-rte .toolbar ul li.fullscreen  {
 background-position:-348px -30px;
 }
 .el-rte .toolbar ul li.hilitecolor  {
 background-position:-395px -30px;
 }
 .el-rte .toolbar ul li.horizontalrule  {
 background-position:-199px -29px;
 }
 .el-rte .toolbar ul li.image  {
 background-position:-384px -2px;
 }
 .el-rte .toolbar ul li.images  {
 background-position:-499px -1px;
 }
 .el-rte .toolbar ul li.indent  {
 background-position:-32px -29px;
 }
 .el-rte .toolbar ul li.insertorderedlist  {
 background-position:-124px -29px;
 }
 .el-rte .toolbar ul li.insertunorderedlist  {
 background-position:-100px -29px;
 }
 .el-rte .toolbar ul li.italic  {
 background-position:-270px -2px;
 }
 .el-rte .toolbar ul li.justifycenter  {
 background-position:-335px -2px;
 }
 .el-rte .toolbar ul li.justifyfull  {
 background-position:-174px -29px;
 }
 .el-rte .toolbar ul li.justifyleft  {
 background-position:-311px -2px;
 }
 .el-rte .toolbar ul li.justifyright  {
 background-position:-360px -2px;
 }
 .el-rte .toolbar ul li.link  {
 background-position:-245px -29px;
 }
 .el-rte .toolbar ul li.linkprompt  {
 background-position:-245px -29px;
 }
 .el-rte .toolbar ul li.ltr  {
 background-position:-855px -27px;
 }
 .el-rte .toolbar ul li.nbsp  {
 background-position:-580px -2px;
 }
 .el-rte .toolbar ul li.new  {
 background-position:-55px -2px;
 }
 .el-rte .toolbar ul li.outdent  {
 background-position:-6px -29px;
 }
 .el-rte .toolbar ul li.pagebreak  {
 background-position:-711px -28px;
 }
 .el-rte .toolbar ul li.paste  {
 background-position:-128px -2px;
 }
 .el-rte .toolbar ul li.pasteformattext  {
 background-position:-154px -2px;
 }
 .el-rte .toolbar ul li.pastetext  {
 background-position:-534px -2px;
 }
 .el-rte .toolbar ul li.print  {
 background-position:-509px -2px;
 }
 .el-rte .toolbar ul li.redo  {
 background-position:-230px -2px;
 }
 .el-rte .toolbar ul li.removeformat  {
 background-position:-180px -2px;
 }
 .el-rte .toolbar ul li.rtl  {
 background-position:-855px -3px;
 }
 .el-rte .toolbar ul li.save  {
 background-position:-30px -2px;
 }
 .el-rte .toolbar ul li.smiley  {
 background-position:-322px -29px;
 }
 .el-rte .toolbar ul li.source  {
 background-position:-603px -4px;
 }
 .el-rte .toolbar ul li.spec-text  {
 background-position:-487px -2px;
 }
 .el-rte .toolbar ul li.stopfloat  {
 background-position:-771px -5px;
 }
 .el-rte .toolbar ul li.strikethrough  {
 background-position:-149px -29px;
 }
 .el-rte .toolbar ul li.subscript  {
 background-position:-54px -29px;
 }
 .el-rte .toolbar ul li.superscript  {
 background-position:-76px -29px;
 }
 .el-rte .toolbar ul li.table  {
 background-position:-421px -30px;
 }
 .el-rte .toolbar ul li.tableprops  {
 background-position:-602px -29px;
 }
 .el-rte .toolbar ul li.tablerm  {
 background-position:-461px -2px;
 }
 .el-rte .toolbar ul li.tbcellprops  {
 background-position:-806px -27px;
 }
 .el-rte .toolbar ul li.tbcellsmerge  {
 background-position:-552px -30px;
 }
 .el-rte .toolbar ul li.tbcellsplit  {
 background-position:-629px -29px;
 }
 .el-rte .toolbar ul li.tbcolafter  {
 background-position:-772px -27px;
 }
 .el-rte .toolbar ul li.tbcolbefore  {
 background-position:-741px -27px;
 }
 .el-rte .toolbar ul li.tbcolrm  {
 background-position:-526px -30px;
 }
 .el-rte .toolbar ul li.tbrowafter  {
 background-position:-654px -4px;
 }
 .el-rte .toolbar ul li.tbrowbefore  {
 background-position:-683px -4px;
 }
 .el-rte .toolbar ul li.tbrowrm  {
 background-position:-500px -30px;
 }
 .el-rte .toolbar ul li.underline  {
 background-position:-290px -2px;
 }
 .el-rte .toolbar ul li.undo  {
 background-position:-205px -2px;
 }
 .el-rte .toolbar ul li.unlink  {
 background-position:-270px -29px;
 }
 .el-rte-rtl .statusbar  {
  direction:rtl;
 }
 .el-rte-rtl .tabsbar .tab  {
  float:right;
 }
 .el-rte-rtl .toolbar  {
  direction: rtl;
 }
 .el-rte-rtl .toolbar ul li div.color-indicator  {
  margin:16px 2px 2px 0;
 }
 .el-rte-smiley  {
  margin:5px;
 }
 .el-rte.el-fullscreen  {
    top:0;
  left:0;
  margin:0;
  position:absolute;
  width:99%;
  z-index:10;
 }
 .el-rte.small .workzone  {
  min-height:250px;
 }
 .el-rte.small iframe  {
  min-height:250px;
 }
 .el-rte.small textarea  {
  min-height:250px;
 }
 .elrte-copy  {
  font-size:.9em;
  padding-left:.3em;
 }
 .elrte-image-preview  {
  font-size:.7em;
  height:240px;
  overflow:auto;
  width:480px;
 }
 .elrte-image-src-fm .ui-state-default  {
  float:right;
 }
 .elrte-logo  {
  background:url('/pub/pkg/elrte/images/elrte-toolbar.png') -880px -7px no-repeat;
  float:left;
  height:46px;
  margin:.5em 1em;
  width:48px;
 }
 .elrte-swf-placeholder  {
  background: url('/pub/pkg/elrte/images/swf.png') 0 0 no-repeat;
  width:1px;
 }
 .elrte-ver  {
  font-size:.9em;
  padding-left:.7em;
 }
 .explore #content {
  width: 736px !important;
 }
 .explore #content  {
  background-image: url(http://www.moopad.com/pub/img/bg_shadow_w8.png) !important;
 }
 .explore #footer  {
  background-image: url(http://www.moopad.com/pub/img/bg_shadow_w8_btm.png) !important;
  width: 736px !important;
 }
 .explore #header  {
  width: 734px !important;
 }
 .explore h3  {
  font-family: HandVetica;
  font-size: 230% !important;
  margin: 5px 0 15px 0 !important;
 }
 .fLeft  {
  float: left !important;
 }
 .fRight  {
  float: right !important;
 }
 .fieldIconRight .imgIcon  {
  margin-top: 3px;
 }
 .fieldIconRight .input {
  clear: left;
  float:left;
  margin: 0 3px 1px 0;
 }
 .fieldIconRight .select  {
  clear: left;
  float:left;
  margin: 0 3px 1px 0;
 }
 .fileTitle {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .fileUploading .cancelbtn  {
  background-position: left -16px;
 }
 .filters  {
  padding: 5px;
 }
 .filters .actions  {
  display: block;
  margin: 0 !important;
 }
 .filters .actions .btnInline {
  border-style: solid;
  border-width: 1px;
 }
 .filters .btnAction  {
  border-style: solid;
  border-width: 1px;
  margin: 15px 1px 5px 0 !important;
 }
 .formPaging  {
  margin-top: 10px;
 }
 .group .colorPalette  {
  height: 40px;
 }
 .group .colorPaletteBase  {
  height: 39px;
 }
 .group .colorPaletteGenerator  {
  float: none !important;
  height: 40px;
  margin: 0 auto 0 auto;
 }
 .group .colorPaletteSwatch  {
  cursor: default;
  height: 39px;
 }
 .h10  {
  height: 10px !important;
 }
 .h150  {
  height: 150px;
 }
 .h20  {
  height: 20px !important;
 }
 .h30  {
  height: 30px !important;
 }
 .h40  {
  height: 40px !important;
 }
 .h50  {
  height: 50px !important;
 }
 .handle {
  cursor: move;
 }
 .imageBoxFull .imageLinkThumb  {
  -khtml-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  height: 100% !important;
  margin: 3px auto !important;
 }
 .imageInsertThumbs  {
  min-height: 181px;
 }
 .imageLink .size-thumbnail  {
  height: 102px;
  width: 102px;
 }
 .imageLinkNotFound  {
  cursor: default !important;
 }
 .imgIcon  {
  background-repeat: no-repeat;
  display: block;
  height: 16px;
  margin: 1px 1px 0 0;
  padding: 0;
  width: 16px;
 }
 .imgIcon:hover  {
  background-position: 0 -16px;
 }
 .indent  {
  display: none;
 }
 .input {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100% !important;
 }
 .input  {
  padding: 2px 4px;
 }
 .input:focus {
  outline: none !important;
 }
 .inputExtraLarge  {
  width: 400px;
 }
 .inputHome {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-style: solid;
  border-width: 3px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 150% !important;
  margin: 1px auto;
  padding: 6px 10px 6px 20px;
  text-align: left;
  width: 180px;
 }
 .inputLarge {
  border-style: solid;
  border-width: 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100% !important;
 }
 .inputLarge  {
  width: 200px;
 }
 .inputLarge:focus {
  outline: none !important;
 }
 .inputMedium {
  border-style: solid;
  border-width: 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100% !important;
 }
 .inputMedium  {
  width: 125px;
 }
 .inputMedium:focus {
  outline: none !important;
 }
 .inputNote  {
  font-size: 90%;
 }
 .inputPushpin  {
  width: 350px;
 }
 .inputSmall {
  border-style: solid;
  border-width: 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100% !important;
 }
 .inputSmall  {
  width: 50px;
 }
 .inputSmall:focus {
  outline: none !important;
 }
 .inputTiny {
  border-style: solid;
  border-width: 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100% !important;
 }
 .inputTiny  {
  width: 25px;
 }
 .inputTiny:focus {
  outline: none !important;
 }
 .inputWithButton  {
  padding: 4px 3px !important;
  width: 456px !important;
 }
 .inputWithTwoButtons  {
  padding: 4px 3px !important;
  width: 428px !important;
 }
 .introExplore {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-style: solid;
  border-width: 1px;
  float: left;
  line-height: 2em;
  margin: 5px 15px;
  padding: 14px;
  width: 655px;
 }
 .introExplore .btn.search {
  font-size: 80%;
  padding: 7px 4px !important;
  position: relative;
  text-transform: uppercase;
  top: -2px;
 }
 .introExplore .searchField {
  height: 24px;
  padding: 2px 10px;
  width: 570px;
 }
 .introExplore .searchField:focus  {
  height: 24px;
  padding: 2px 10px;
  width: 570px;
 }
 .introExplore h5  {
  margin: 0 23px !important;
 }
 .introExplore ul {
  display: block;
 }
 .introExplore ul  {
  width: 660px;
 }
 .introExplore ul li.exploreLink {
  display: inline;
  float: left;
  margin: 0 4px 10px 4px !important;
  text-align: left;
 }
 .introExploreMedia {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-style: solid;
  border-width: 1px;
  float: left;
  line-height: 2em;
  margin: 5px 15px;
  padding: 14px;
  width: 655px;
 }
 .introExploreMedia  {
  line-height: 1.5em !important;
  margin: 0 !important;
  width: 692px !important;
 }
 .introExploreMedia .btn.search  {
  font-size: 80%;
  padding: 7px 4px !important;
  position: relative;
  text-transform: uppercase;
  top: -2px;
 }
 .introExploreMedia .searchField {
  height: 24px;
  margin: 0 5px 15px 0 !important;
  padding: 2px 10px;
  width: 609px;
 }
 .introExploreMedia .searchField:focus  {
  height: 24px;
  margin: 0 5px 15px 0 !important;
  padding: 2px 10px;
  width: 609px;
 }
 .introExploreMedia h5  {
  margin: 0 19px 10px 19px !important;
 }
 .introExploreMedia ul  {
  display: block;
 }
 .introExploreMedia ul li.exploreLink  {
  display: inline;
  float: left;
  margin: 0 4px 10px 4px !important;
  text-align: left;
 }
 .introMember {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-style: solid;
  border-width: 1px;
  float: left;
  line-height: 2em;
  margin: 5px 15px;
  padding: 14px;
  width: 655px;
 }
 .introPhrases  {
  margin: 0 auto;
  text-align: center;
  width: 690px;
 }
 .introPhrases h5  {
  margin: 10px !important;
 }
 .introPhrases p  {
  line-height: 1.6em;
  margin: 10px auto;
  width: 680px;
 }
 .introPhrases ul  {
  display: inline;
 }
 .introPhrases ul li  {
  float: left;
  margin: 5px;
  text-align: center;
 }
 .introPhrases ul li .imgFrame {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .introPhrases ul li .imgFrame  {
  background-image: url(http://www.moopad.com/pub/img/icons/bg_explore_4c.png);
  background-repeat: repeat;
  border-style: solid;
  border-width: 1px;
  height: 128px;
  margin: 0;
  padding: 14px;
  width: 128px;
 }
 .introPhrases ul li .imgFrameConnect  {
  background-position: -468px 0;
 }
 .introPhrases ul li .imgFrameControl  {
  background-position: -312px 0;
 }
 .introPhrases ul li .imgFrameCreate  {
  background-position: 0 0;
 }
 .introPhrases ul li .imgFrameCustomize  {
  background-position: -156px 0;
 }
 .introPhrases ul li p  {
  line-height: 1.5em !important;
  padding: 3px;
  text-align: left;
  width: 155px;
 }
 .introPopularTags {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .introPopularTags  {
  border-style: solid;
  border-width: 1px;
  float: left;
  line-height: 2em;
  margin: 5px 15px;
  padding: 14px;
  width: 655px;
 }
 .introRandomPosts {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-style: solid;
  border-width: 1px;
  float: left;
  line-height: 2em;
  margin: 5px 15px;
  padding: 14px;
  width: 655px;
 }
 .keywords .postTagSelected  {
  border-style: solid !important;
  border-width: 1px !important;
  padding: 0 5px;
  white-space: nowrap;
 }
 .linkGroupChild .avatar  {
  margin: 0 5px 5px 5px !important;
 }
 .linkIconSelected  {
  background-position: 0 -32px !important;
 }
 .linkMediaButton {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
 }
 .linkMediaButton  {
  background-position: center center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 18px;
  padding: 0;
  position: absolute;
  top: 11px;
  width: 18px;
 }
 .linkMediaButtonBrowseImages  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_browse_images.png);
  right: 10px;
 }
 .linkMediaButtonRefreshImages  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_refresh_images.png);
  right: 33px;
 }
 .linkMediaInsert  {
  background-position: 5px 4px;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  display: none;
  font-size: 80%;
  height: 18px;
  margin: 0;
  overflow: hidden;
  padding: 3px 4px;
  position: absolute;
  z-index: 2;
 }
 .linkMediaInsertInline  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_insert_inline.png);
  left: 29px;
  top: 1px;
  width: 19px;
 }
 .linkMediaInsertLeft  {
  -khtml-border-radius-topleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  background-image: url(http://www.moopad.com/pub/img/icons/img_insert_left.png);
  border-top-left-radius: 5px;
  left: 1px;
  top: 1px;
  width: 19px;
 }
 .linkMediaInsertRight  {
  -khtml-border-radius-topright: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  background-image: url(http://www.moopad.com/pub/img/icons/img_insert_right.png);
  border-top-right-radius: 5px;
  left: 57px;
  top: 1px;
  width: 19px;
 }
 .linkMediaRead  {
  -khtml-border-radius-topleft: 5px;
  -khtml-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  background-image: url(http://www.moopad.com/pub/img/icons/information.png);
  background-position: 3px 2px;
  background-repeat: no-repeat;
  border-style: solid;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-width: 1px;
  display: none;
  float: right;
  font-size: 80%;
  height: 18px;
  margin: 0 0 0 1px;
  overflow: hidden;
  padding: 2px 5px 1px 20px;
  position: absolute;
  right: 3px;
  text-align: center;
  top: 3px;
  white-space: nowrap;
  z-index: 2;
 }
 .linkPasswordReset  {
  display: none;
 }
 .linkPostMedia  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_globe_mini.png);
  background-position: 4px 5px;
  background-repeat: no-repeat;
  clear: both;
  display: block;
  margin: 0 0 -1px 0;
  padding: 1px 4px 2px 17px;
  white-space: nowrap;
 }
 .listBooks  {
  margin-top: 10px;
 }
 .listBooks .imageLink img {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-style: solid;
  border-width: 1px;
  margin: 3px;
  padding: 5px;
 }
 .listBooks .imageLink img:hover {
  border-style: solid !important;
  border-width: 1px !important;
 }
 .listBooks .imageLinkExt img  {
  border-style: solid;
  border-width: 1px;
  margin: 3px;
  padding: 5px;
 }
 .listBooks .imageLinkExt img:hover  {
  border-style: solid !important;
  border-width: 1px !important;
 }
 .listCollectionThumbs  {
  height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
 }
 .listComments  {
  clear: both;
  margin: 0;
  padding: 50px 0 0 0;
 }
 .listComments .comment {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .listComments .commentNum  {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  display: block;
  float: left;
  font-size: 200%;
  font-weight: bold;
  height: 1em;
  margin: -1px 15px 10px -16px;
  padding: 10px 10px 10px 0;
  position: relative;
 }
 .listComments .commentSubtitleFull .keywords {
  font-weight: normal;
 }
 .listComments .commentSubtitleFull .keywords a  {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  font-weight: normal;
 }
 .listComments .sub  {
  font-style: italic;
  font-weight: normal;
 }
 .listComments h5  {
  margin: 0 0 15px 0;
  padding: 10px 15px 0 0;
  position: relative;
 }
 .listHorizontalTabContent  {
  float: left;
  margin: 0 0 5px 0;
  min-height: 110px;
  width: 300px;
 }
 .listHorizontalTabContent .moduleTabContent  {
  padding: 5px;
 }
 .listHorizontalTabContent.listMemberInfo  {
  width: 100% !important;
 }
 .listHorizontalTabs {
  -khtml-border-radius-bottomright: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
 }
 .listHorizontalTabs  {
  border-style: solid;
  border-width: 1px;
  display: block;
  height: 29px;
  margin: 0 0 0 -1px;
  padding: 1px 5px 0 5px;
 }
 .listHorizontalTabs li .moduleTabIcon  {
  background-position: center 0;
  background-repeat: no-repeat;
  height: 16px;
  margin: 5px auto !important;
  padding: 0;
  width: 16px;
 }
 .listHorizontalTabs li.moduleTab {
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
 }
 .listHorizontalTabs li.moduleTab  {
  border-style: solid;
  border-width: 1px;
  display: inline;
  float: left;
  height: 25px;
  margin: 3px -1px -1px 0;
  padding: 0;
  text-align: center;
 }
 .listHorizontalTabs li.moduleTabBiography .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_biography_tab.png);
 }
 .listHorizontalTabs li.moduleTabBooks .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_book_tab.png);
 }
 .listHorizontalTabs li.moduleTabCollections .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_collection_tab.png);
 }
 .listHorizontalTabs li.moduleTabContact .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_contact_tab.png);
 }
 .listHorizontalTabs li.moduleTabContacts .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_contacts_tab.png);
 }
 .listHorizontalTabs li.moduleTabFeeds .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_feed_tab.png);
 }
 .listHorizontalTabs li.moduleTabGroups .moduleTabIcon {
  background-image: url(http://www.moopad.com/pub/img/icons/img_group_tab.png);
 }
 .listHorizontalTabs li.moduleTabImages .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_image_tab.png);
 }
 .listHorizontalTabs li.moduleTabInformation .moduleTabIcon {
  background-image: url(http://www.moopad.com/pub/img/icons/img_user_tab.png);
 }
 .listHorizontalTabs li.moduleTabLinks .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_link_tab.png);
 }
 .listHorizontalTabs li.moduleTabMarkers .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_marker_tab.png);
 }
 .listHorizontalTabs li.moduleTabMessages .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_message_tab.png);
 }
 .listHorizontalTabs li.moduleTabModules .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_modules_tab.png);
 }
 .listHorizontalTabs li.moduleTabMusic .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_music_tab.png);
 }
 .listHorizontalTabs li.moduleTabPolls .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_poll_tab.png);
 }
 .listHorizontalTabs li.moduleTabPosts .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_post_tab.png);
 }
 .listHorizontalTabs li.moduleTabSelected {
    background-position: 0 0;
  background-repeat: repeat;
  border-bottom: none !important;
  height: 28px;
  margin: 1px -1px -1px 0;
 }
 .listHorizontalTabs li.moduleTabSelected:hover  {
    background-position: 0 0;
  background-repeat: repeat;
  border-bottom: none !important;
  height: 28px;
  margin: 1px -1px -1px 0;
 }
 .listHorizontalTabs li.moduleTabVideos .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_video_tab.png);
 }
 .listHorizontalTabs li.moduleTabViews .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_view_tab.png);
 }
 .listHorizontalTabs li:hover  {
  cursor: pointer;
  font-size: 90%;
  font-weight: normal;
  height: 27px;
  margin: 1px -1px -1px 0;
 }
 .listLaunchtabs .linkIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_function_list.png);
 }
 .listLaunchtabs .linkLaunchtab  {
  clear: right;
  display: block;
  float: left;
  padding: 1px;
 }
 .listMarkers {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .listMarkers  {
  padding: 4px;
 }
 .listMarkers .btnIcon {
  float: left;
  margin-right: 5px;
 }
 .listMarkers li  {
  clear: both;
  display: block;
  float: left;
  margin: 1px 0;
 }
 .listMarkers li:hover .btnIcon  {
  float: left;
  margin-right: 5px;
 }
 .listMemberFeeds li  {
  clear: both;
  display: block;
  float: left;
 }
 .listMemberFeeds li a.linkRSS  {
  background-image: url(http://www.moopad.com/pub/img/icons/bullet_feed_blue.png);
  background-position: -5px 1px;
  background-repeat: no-repeat;
  padding: 1px 5px 1px 10px;
 }
 .listMemberInfo .moduleTabContent  {
  min-height: 120px;
  overflow: visible !important;
 }
 .listMemberInfo p  {
  padding: 5px !important;
 }
 .listMemberInfo table td  {
  font-size: 90%;
  padding: 0 5px;
  text-align: left;
  vertical-align: top;
 }
 .listMemberInfo table th {
  font-size: 90%;
  padding: 0 5px;
  text-align: left;
  vertical-align: top;
 }
 .listMembersCol  {
  clear: none;
  float: left;
  margin-right: 5px;
  width: 250px;
 }
 .listMembersCol .reserved  {
  font-size: 80%;
  text-transform: uppercase;
 }
 .listMembersCol .username {
  font-size: 80%;
  text-transform: uppercase;
 }
 .listMembersSelect  {
  height: 220px;
  margin-top: 12px;
  width: 525px;
 }
 .listMembersWrite li  {
  clear: both !important;
  display: block;
  padding: 2px !important;
  position: relative;
 }
 .listMessages .btnAction  {
  height: 15px !important;
  margin: 0 0 0 1px !important;
  width: 60px !important;
 }
 .listMessages .postText  {
  padding: 6px !important;
 }
 .listMessages .tableRead  {
  width: 100%;
 }
 .listMessages blockquote  {
  background-image: none !important;
  border-left-style: solid;
  border-left-width: 4px;
  margin: 5px 5px 10px 5px !important;
  padding: 0 5px !important;
 }
 .listMessages blockquote p  {
  background-image: none !important;
  background-image: none !important;
  margin-right: 0 !important;
  margin: 0 !important;
  padding-left: 0 !important;
 }
 .listMessages p  {
  text-align: left !important;
 }
 .listMessages td  {
  padding: 2px 1px 2px 0 !important;
  text-align: left !important;
  vertical-align: top !important;
 }
 .listMessages th {
  padding: 2px 1px 2px 0 !important;
  text-align: left !important;
  vertical-align: top !important;
 }
 .listMessages th  {
  font-weight: bold;
 }
 .listModuleContent  {
  padding: 5px;
 }
 .listModuleTabContent.listArchives {
  margin-bottom: 5px;
  min-height: 280px;
 }
 .listModuleTabContent.listCategories {
  margin-bottom: 5px;
  min-height: 280px;
 }
 .listModuleTabContent.listCollections {
  margin-bottom: 5px;
  min-height: 280px;
 }
 .listModuleTabContent.listGroups {
  margin-bottom: 5px;
  min-height: 280px;
 }
 .listModuleTabContent.listSubcategories  {
  margin-bottom: 5px;
  min-height: 280px;
 }
 .listModuleTabContent.listTags {
  margin-bottom: 5px;
  min-height: 280px;
 }
 .listModuleTabs {
  -khtml-border-radius-bottomleft: 4px;
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
 }
 .listModuleTabs  {
  border-style: solid;
  border-width: 1px;
  float: right;
  margin: -11px -1px 13px 2px;
  padding: 15px 0;
  width: 25px;
 }
 .listModuleTabs .moduleTabTitle  {
  display: none;
 }
 .listModuleTabs li .moduleTabIcon  {
  background-position: center 0;
  background-repeat: no-repeat;
  float: right;
  height: 16px;
  margin: 5px 4px !important;
  padding: 0;
  width: 16px;
 }
 .listModuleTabs li.moduleTab {
  -khtml-border-radius-bottomright: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
 }
 .listModuleTabs li.moduleTab  {
  border-style: solid;
  border-width: 1px;
  clear: both;
  float: right;
  height: 30px;
  margin: -1px 2px 0 0;
  padding: 4px 0 0 0;
  text-align: center;
  width: 22px;
 }
 .listModuleTabs li.moduleTabBooks .moduleTabIcon {
  background-image: url(http://www.moopad.com/pub/img/icons/img_book_tab.png);
 }
 .listModuleTabs li.moduleTabCollections .moduleTabIcon {
  background-image: url(http://www.moopad.com/pub/img/icons/img_collection_tab.png);
 }
 .listModuleTabs li.moduleTabContacts .moduleTabIcon {
  background-image: url(http://www.moopad.com/pub/img/icons/img_contacts_tab.png);
 }
 .listModuleTabs li.moduleTabDesign .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_design_tab.png);
 }
 .listModuleTabs li.moduleTabFilters .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_filter_tab.png);
 }
 .listModuleTabs li.moduleTabFlickr .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_import_flickr.png);
 }
 .listModuleTabs li.moduleTabGeneral .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_general_tab.png);
 }
 .listModuleTabs li.moduleTabGroups .moduleTabIcon {
  background-image: url(http://www.moopad.com/pub/img/icons/img_group_tab.png);
 }
 .listModuleTabs li.moduleTabImages .moduleTabIcon {
  background-image: url(http://www.moopad.com/pub/img/icons/img_image_tab.png);
 }
 .listModuleTabs li.moduleTabLinks .moduleTabIcon {
  background-image: url(http://www.moopad.com/pub/img/icons/img_link_tab.png);
 }
 .listModuleTabs li.moduleTabMusic .moduleTabIcon {
  background-image: url(http://www.moopad.com/pub/img/icons/img_music_tab.png);
 }
 .listModuleTabs li.moduleTabNotify .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_message_tab.png);
 }
 .listModuleTabs li.moduleTabOptions .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_option_tab.png);
 }
 .listModuleTabs li.moduleTabPhotobucket .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_import_photobucket.png);
 }
 .listModuleTabs li.moduleTabPicasa .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_import_picasa.png);
 }
 .listModuleTabs li.moduleTabPolls .moduleTabIcon {
  background-image: url(http://www.moopad.com/pub/img/icons/img_poll_tab.png);
 }
 .listModuleTabs li.moduleTabPosts .moduleTabIcon {
  background-image: url(http://www.moopad.com/pub/img/icons/img_post_tab.png);
 }
 .listModuleTabs li.moduleTabRestore .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_restore_tab.png);
 }
 .listModuleTabs li.moduleTabSearch .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_import_search.png);
 }
 .listModuleTabs li.moduleTabSelected {
    background-position: 0 0;
  background-repeat: repeat;
  border-left: none !important;
  margin: -1px 0 0 0;
  width: 25px;
 }
 .listModuleTabs li.moduleTabSelected:hover  {
    background-position: 0 0;
  background-repeat: repeat;
  border-left: none !important;
  margin: -1px 0 0 0;
  width: 25px;
 }
 .listModuleTabs li.moduleTabShutterfly .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_import_shutterfly.png);
 }
 .listModuleTabs li.moduleTabTags .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_tag_tab.png);
 }
 .listModuleTabs li.moduleTabTitleTag  {
  position: relative;
 }
 .listModuleTabs li.moduleTabTitleTag .linkGroupWrite  {
  font-size: 90%;
 }
 .listModuleTabs li.moduleTabTitleTag:hover {
  -khtml-border-radius-bottomleft: 4px;
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
 }
 .listModuleTabs li.moduleTabTitleTag:hover  {
  border-bottom-left-radius: 5px;
  border-left-style: solid !important;
  border-left-width: 1px !important;
  border-top-left-radius: 5px;
  left: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  text-align: right;
  vertical-align: middle;
  width: 161px !important;
 }
 .listModuleTabs li.moduleTabUploaded .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_import_uploaded.png);
 }
 .listModuleTabs li.moduleTabVideos .moduleTabIcon {
  background-image: url(http://www.moopad.com/pub/img/icons/img_video_tab.png);
 }
 .listModuleTabs li:hover  {
  cursor: pointer;
  font-size: 90%;
  font-weight: normal;
  margin: -1px 0 0 0;
  width: 24px;
 }
 .listModuleTabs li:hover .moduleTabTitle  {
  display: block;
  float: left;
  height: 16px;
  margin: 5px;
 }
 .listModulesSelect  {
  padding: 4px;
 }
 .listModulesSelect .btnIcon {
  float: left;
  margin-right: 5px;
 }
 .listModulesSelect li  {
  clear: both;
  float: left;
  height: 18px;
 }
 .listModulesSelect li:hover .btnIcon  {
  float: left;
  margin-right: 5px;
 }
 .listPollOptions {
  list-style: none !important;
 }
 .listPollOptions input[TYPE=RADIO]  {
  margin: -2px 5px 0 0;
 }
 .listPollOptions label  {
  margin: -2px 0 0 5px;
 }
 .listPollOptions label:hover  {
  cursor: pointer;
 }
 .listPollOptions li  {
  list-style: none !important;
  margin: 2px 0 !important;
  padding: 0 !important;
 }
 .listPosts .btnCalendarIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/calendar_row.png);
  background-position: 1px 2px;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
 }
 .listPosts .imageBox  {
  display: block;
  float: left;
  position: relative;
 }
 .listPosts .imageBox:hover .linkMediaInsert  {
  display: block !important;
 }
 .listPosts .imageBox:hover .linkMediaRead {
  display: block !important;
 }
 .listPosts .imageBoxFull  {
  float: left;
  margin: 0 auto;
  position: relative;
  width: 100%;
 }
 .listPosts .imageLink  {
  border-bottom: none !important;
  text-decoration: none;
 }
 .listPosts .imageLink img {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-style: solid;
  border-width: 1px;
  margin: 3px;
  padding: 5px;
 }
 .listPosts .imageLink img:hover {
  border-style: solid !important;
  border-width: 1px !important;
 }
 .listPosts .imageLinkExt img {
  border-style: solid;
  border-width: 1px;
  margin: 3px;
  padding: 5px;
 }
 .listPosts .imageLinkExt img:hover {
  border-style: solid !important;
  border-width: 1px !important;
 }
 .listPosts .linkMediaInsert:hover  {
  -khtml-opacity: 1 !important;
  -moz-opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
 }
 .listPosts .linkMediaRead:hover {
  -khtml-opacity: 1 !important;
  -moz-opacity: 1 !important;
  filter: alpha(opacity=100) !important;
  opacity: 1 !important;
 }
 .listPosts .postCommentsFull  {
  margin: -10px 0 40px 0;
 }
 .listPosts .postCommentsFull a  {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  font-weight: bold;
 }
 .listPosts .postDate {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .listPosts .postDate  {
  float: left;
  font-family: Georgia, "Times New Roman", Times, serif;
  height: 40px;
  margin: 4px 10px 25px 0;
  text-align: center;
  width: 40px;
 }
 .listPosts .postDate .dateDay {
  -khtml-border-radius-bottomleft: 4px;
  -khtml-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  display: block;
  text-align: right;
 }
 .listPosts .postDate .dateDay  {
  font-size: 180%;
  height: 30px;
  padding: 5px 10px 0 10px;
  width: 20px;
 }
 .listPosts .postDate .dateMonth {
  -khtml-border-radius-topleft: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
 }
 .listPosts .postDate .dateMonth  {
  display: block;
  font-size: 90%;
  height: 20px;
  padding: 1px 8px 0 5px;
  text-align: right;
  text-transform: uppercase;
  width: 27px;
 }
 .listPosts .postDate .dateYear {
  -khtml-border-radius-bottomright: 4px;
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
 }
 .listPosts .postDate .dateYear  {
  display: none;
  font-size: 75%;
  font-weight: bold;
  left: 35px;
  position: absolute;
  top: 15px;
 }
 .listPosts .postDate .yearNumVert  {
  clear: both;
  display: block;
  float: left;
  font-family: "Courier New", Courier, monospace;
  height: 12px;
  margin: 0 0 0 12px;
  padding: 0 0 2px 0;
  width: 10px;
 }
 .listPosts .postLink  {
  background-image: url(http://www.moopad.com/pub/img/icons/icon_moduletab_link.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  height: 20px;
  margin: 10px 0;
  padding: 0 0 0 18px;
 }
 .listPosts .postLink a  {
  font-style: italic;
 }
 .listPosts .postRow.postRowOn .postText {
  background-image: url(http://www.moopad.com/pub/img/bg_titlebar.png);
  background-position: 0 0;
  background-repeat: repeat;
 }
 .listPosts .postRow.postUnread .postText  {
  background-image: url(http://www.moopad.com/pub/img/bg_titlebar.png);
  background-position: 0 0;
  background-repeat: repeat;
 }
 .listPosts .postRowFull  {
  margin-bottom: 6px;
  padding: 11px;
  position: relative;
 }
 .listPosts .postRowFull.postRowOn {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-style: solid;
  border-width: 1px;
  padding: 10px !important;
 }
 .listPosts .postRowFull.postRowOn .btnCheckboxWhite  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_checkbox.png) !important;
 }
 .listPosts .postRowFull.postRowOn .btnFavoriteWhite {
  background-image: url(http://www.moopad.com/pub/img/icons/img_favorite.png) !important;
 }
 .listPosts .postRowFull.postRowOn .btnViewedWhite {
  background-image: url(http://www.moopad.com/pub/img/icons/img_viewed.png) !important;
 }
 .listPosts .postRowFull.postUnread {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .listPosts .postRowFull.postUnread  {
  border-style: solid;
  border-width: 1px;
  padding: 10px !important;
 }
 .listPosts .postRowFull.postUnread .btnCheckboxWhite {
  background-image: url(http://www.moopad.com/pub/img/icons/img_checkbox.png) !important;
 }
 .listPosts .postRowFull.postUnread .btnFavoriteWhite  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_favorite.png) !important;
 }
 .listPosts .postRowFull.postUnread .btnViewedWhite  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_viewed.png) !important;
 }
 .listPosts .postRowMax  {
  margin-bottom: 0 !important;
 }
 .listPosts .postSubtitleFull .keywords {
  font-weight: normal;
 }
 .listPosts .postSubtitleFull .keywords a {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  font-weight: normal;
 }
 .listPosts .postSubtitleFull a:hover  {
  border-bottom: none !important;
 }
 .listPosts .postText  {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  margin: 0 0 6px 0;
  padding: 10px;
  text-align: justify;
 }
 .listPosts .postTextFull  {
  margin-bottom: 30px;
 }
 .listPosts .postTextFull blockquote p  {
  width: auto !important;
 }
 .listPosts .postTextFull ol  {
  margin: 0 0 10px 0;
  width: 100%;
 }
 .listPosts .postTextFull ol li  {
  font-style: italic;
  list-style: disc inside;
  margin: 1px 15px;
  text-align: justify;
 }
 .listPosts .postTextFull p {
  width: 100%;
 }
 .listPosts .postTextFull ul {
  margin: 0 0 10px 0;
  width: 100%;
 }
 .listPosts .postTextFull ul li {
  font-style: italic;
  list-style: disc inside;
  margin: 1px 15px;
  text-align: justify;
 }
 .listPosts .postTitle  {
  background-image: url(http://www.moopad.com/pub/img/bg_titlebar.png);
  background-position: 0 0;
  background-repeat: repeat;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  padding: 4px 10px;
 }
 .listPosts .postTitle a  {
  font-weight: bold;
  text-decoration: none;
 }
 .listPosts .postTitleFull  {
  margin: 0;
 }
 .listPosts .videoBox  {
  border-style: solid;
  border-width: 1px;
  margin: 0 0 10px 0;
  padding: 5px;
  text-align: center;
 }
 .listPosts h2.postTitleFull  {
  display: inline;
  font-family: Georgia, Verdana, Helvetica, Arial, sans-serif;
  line-height: 1.1em;
  margin-top: 0 !important;
 }
 .listPosts h5.postSubtitleFull  {
  clear: left;
  line-height: 1.65em;
  margin-top: 20px;
 }
 .listPosts h5.postSubtitleFull .btnCalendarIcon {
  float: left;
  margin-right: 3px;
 }
 .listPosts h5.postSubtitleFull .btnIcon  {
  float: left;
  margin-right: 3px;
 }
 .listPosts h5.postSubtitleFull .btnMediaIcon {
  float: left;
  margin-right: 3px;
 }
 .listPosts h5.postSubtitleFull a  {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
 }
 .listPosts h5.postSubtitleFull table td  {
  vertical-align: top;
 }
 .listPosts li.postRow  {
    position: relative;
 }
 .listSearchItems  {
  padding: 5px 0;
 }
 .listWordpressTitles {
  height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
 }
 .listWordpressTitles .btnWordpress  {
  background-position: 1px 1px;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  height: 21px;
  margin: 0 1px 0 0;
  width: 21px;
 }
 .listWordpressTitles .btnWordpress:disabled  {
  -khtml-opacity: .5;
  -moz-opacity: .5;
  cursor: default;
  filter: alpha(opacity=50);
  opacity: .5;
 }
 .listWordpressTitles .btnWordpressImport  {
  background-image: url(http://www.moopad.com/pub/img/icons/database_add.png);
 }
 .listWordpressTitles .btnWordpressRemove  {
  background-image: url(http://www.moopad.com/pub/img/icons/database_delete.png);
 }
 .listWordpressTitles .btnWordpressUpdate  {
  background-image: url(http://www.moopad.com/pub/img/icons/database_go.png);
 }
 .listWordpressTitles .icon button {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .listWordpressTitles .postTitleText  {
  padding-left: 5px;
 }
 .loadRecordset  {
  height: 36px;
 }
 .member .handle {
  cursor: default !important;
 }
 .member .modTitlebar  {
  cursor: default !important;
 }
 .member .sortable {
  cursor: default !important;
 }
 .memberError  {
  margin-top: 20px;
  text-align:center;
 }
 .memberItem  {
  white-space: nowrap;
 }
 .memberItem .btnCheckbox {
  left: 0;
  position: absolute;
 }
 .memberItem .memberName  {
  clear: none;
  cursor: pointer;
  display: block;
  margin-left: 18px;
 }
 .memberItemFocus  {
  font-weight: bold;
 }
 .memberItemFocus .btnCheckbox  {
  background-position: 0 -16px !important;
 }
 .memberItemFocus .btnCheckbox.btnOn  {
  background-position: 0 -48px !important;
 }
 .modContent {
  -khtml-border-radius-bottomleft: 7px;
  -khtml-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
 }
 .modContentMember #horizontal_tab_tooltip  {
  left: 250px !important;
 }
 .modContentMember .listHorizontalTabs  {
  width: 230px !important;
 }
 .modContentMember .listHorizontalTabs .moduleTab  {
  width: 37px;
 }
 .modDel  {
  display: none;
 }
 .modMin .btnModMinMax  {
  background-position: -1px -33px !important;
 }
 .modMin .modContent  {
  display: none;
 }
 .modMin .modTitlebar {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .modTitle  {
  clear: none;
  display: block;
  float: left;
 }
 .modTitlebar {
  -khtml-border-radius-topleft: 7px;
  -khtml-border-radius-topright: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
 }
 .modTitlebar  {
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
  height: 1.6em;
  margin: 0;
  padding: 2px 5px 0 8px;
  position: relative;
  text-shadow: 1px 1px 1px #;
  text-transform: uppercase;
  width: auto;
 }
 .moduleExplore  {
  margin: 0 auto !important;
  text-align: center;
  width: 715px;
 }
 .moduleItemSelected .linkIcon  {
  background-position: center -32px !important;
 }
 .moduleRegister  {
  position: relative;
 }
 .moduleSubLinks {
  -khtml-border-radius-bottomright: 4px;
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 4px;
 }
 .moduleSubLinks .moduleSubLink {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .moduleTab:hover .moduleTabIcon {
  background-position: center -32px !important;
 }
 .moduleTabContent  {
  display: none;
  margin: 0;
  overflow-x: hidden;
  padding: 5px;
 }
 .moduleTabContent .accountName {
  overflow: hidden;
  padding: 1px;
  width: auto;
 }
 .moduleTabContent .archiveName {
  overflow: hidden;
  padding: 1px;
  width: auto;
 }
 .moduleTabContent .avatar  {
  border-style: solid;
  border-width: 1px;
 }
 .moduleTabContent .avatarExtraLarge  {
  border-style: solid;
  border-width: 1px;
  height: 150px;
  margin: 0;
  padding: 6px;
  width: 150px;
 }
 .moduleTabContent .avatarExtraLarge img  {
  height: 150px;
  width: 150px;
 }
 .moduleTabContent .avatarLarge  {
  border-style: solid;
  border-width: 1px;
  height: 100px;
  margin: 0;
  padding: 6px;
  width: 100px;
 }
 .moduleTabContent .avatarLarge img  {
  height: 100px;
  width: 100px;
 }
 .moduleTabContent .avatarLargeHidden  {
  float: left;
  height: 100px;
  margin: 2px;
  padding: 7px;
  visibility: hidden;
  width: 100px;
 }
 .moduleTabContent .avatarMedium  {
  float: left;
  height: 30px;
  margin: 0 5px 5px 0;
  width: 30px;
 }
 .moduleTabContent .avatarSmall  {
  height: 15px;
  width: 15px;
 }
 .moduleTabContent .categoryName {
  overflow: hidden;
  padding: 1px;
  width: auto;
 }
 .moduleTabContent .collectionName {
  overflow: hidden;
  padding: 1px;
  width: auto;
 }
 .moduleTabContent .divider  {
  border-top-style: dotted;
  border-top-width: 1px;
  clear: both;
  display: block;
  float: left;
  height: 4px;
  margin: 4px 0 0 0;
  width: 100%;
 }
 .moduleTabContent .filterName {
  overflow: hidden;
  padding: 1px;
  width: auto;
 }
 .moduleTabContent .groupName {
  overflow: hidden;
  padding: 1px;
  width: auto;
 }
 .moduleTabContent .linkArchiveChild {
  clear: both;
  display: block;
  margin: 0;
  white-space: nowrap;
 }
 .moduleTabContent .linkArchiveChild .linkIcon {
  background-image: url(http://www.moopad.com/pub/img/icons/img_archive_list.png);
 }
 .moduleTabContent .linkArchiveChild a {
  border-bottom: none !important;
  text-decoration: none;
 }
 .moduleTabContent .linkCategoryChild {
  clear: both;
  display: block;
  margin: 0;
  white-space: nowrap;
 }
 .moduleTabContent .linkCategoryChild .linkIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_category_list.png);
 }
 .moduleTabContent .linkCategoryChild a {
  border-bottom: none !important;
  text-decoration: none;
 }
 .moduleTabContent .linkCollectionChild {
  clear: both;
  display: block;
  margin: 0;
  white-space: nowrap;
 }
 .moduleTabContent .linkCollectionChild .linkIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_collection_list.png);
 }
 .moduleTabContent .linkCollectionChild a {
  border-bottom: none !important;
  text-decoration: none;
 }
 .moduleTabContent .linkDyChild .linkIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_archive_list.png);
 }
 .moduleTabContent .linkFilterChild {
  clear: both;
  display: block;
  margin: 0;
  white-space: nowrap;
 }
 .moduleTabContent .linkFilterChild .linkIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_filter_list.png);
 }
 .moduleTabContent .linkFilterChild a {
  border-bottom: none !important;
  text-decoration: none;
  width: 80px;
 }
 .moduleTabContent .linkGroupChild {
  clear: both;
  display: block;
  margin: 0;
  white-space: nowrap;
 }
 .moduleTabContent .linkGroupChild .accountStatus  {
  font-size: 80%;
 }
 .moduleTabContent .linkIcon  {
    background-position: 0 0;
  background-repeat: no-repeat;
  clear: left;
  display: block;
  float: left;
  height: 16px;
  margin: 0 4px 0 2px;
  width: 16px;
 }
 .moduleTabContent .linkMediatypeChild {
  clear: both;
  display: block;
  margin: 0;
  white-space: nowrap;
 }
 .moduleTabContent .linkMediatypeChild .linkIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_function_list.png);
 }
 .moduleTabContent .linkMediatypeChild a {
  border-bottom: none !important;
  text-decoration: none;
 }
 .moduleTabContent .linkMoChild .linkIcon {
  background-image: url(http://www.moopad.com/pub/img/icons/img_archive_list.png);
 }
 .moduleTabContent .linkSearchChild .linkIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_search_results.png);
 }
 .moduleTabContent .linkSubcategoryChild {
  clear: both;
  display: block;
  margin: 0;
  white-space: nowrap;
 }
 .moduleTabContent .linkSubcategoryChild .linkIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_subcategory_list.png);
 }
 .moduleTabContent .linkSubcategoryChild a {
  border-bottom: none !important;
  text-decoration: none;
 }
 .moduleTabContent .linkTagChild {
  clear: both;
  display: block;
  margin: 0;
  white-space: nowrap;
 }
 .moduleTabContent .linkTagChild .linkIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_tag_list.png);
 }
 .moduleTabContent .linkTagChild a {
  border-bottom: none !important;
  text-decoration: none;
 }
 .moduleTabContent .linkViewChild  {
  clear: both;
  display: block;
  margin: 0;
  white-space: nowrap;
 }
 .moduleTabContent .linkViewChild .linkIcon {
  background-image: url(http://www.moopad.com/pub/img/icons/img_function_list.png);
 }
 .moduleTabContent .linkViewChild a  {
  border-bottom: none !important;
  text-decoration: none;
  width: 80px;
 }
 .moduleTabContent .linkYrChild .linkIcon {
  background-image: url(http://www.moopad.com/pub/img/icons/img_archive_list.png);
 }
 .moduleTabContent .moduleTabSubtitle {
  font-size: 80%;
 }
 .moduleTabContent .moduleTabTitle {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .moduleTabContent .moduleTabTitle  {
  border-style: solid;
  border-width: 1px;
  clear: both;
  display: block;
  margin: 0 0 5px 0;
  overflow: hidden;
  padding: 5px 5px 1px 5px;
  position: relative;
  white-space: nowrap;
 }
 .moduleTabContent .noitems  {
  margin: 0 5px;
 }
 .moduleTabContent .searchName  {
  margin-bottom: -2px;
  overflow: hidden;
  padding: 2px;
  width: auto;
 }
 .moduleTabContent .subcategoryName {
  overflow: hidden;
  padding: 1px;
  width: auto;
 }
 .moduleTabContent .tagName {
  overflow: hidden;
  padding: 1px;
  width: auto;
 }
 .moduleTabContent .viewName  {
  overflow: hidden;
  overflow: visible !important;
  padding: 1px;
  width: 150px;
  width: auto;
 }
 .moduleTabContent.filters .filterName a  {
  margin-right: 0 !important;
 }
 .moduleTabContent.filters .moduleTabTitle {
  margin-right: 0 !important;
 }
 .moduleTabContent.moduleExplore .avatarExplore  {
  border-style: solid !important;
  border-width: 1px !important;
  float: left;
  margin: 3px 3px 3px 4px;
 }
 .moduleTabContent.moduleRegister .avatarLarge  {
  float: left;
  margin: 2px;
 }
 .moduleTabContentSelected  {
  display: block !important;
 }
 .moduleTabSelected {
  display: block !important;
 }
 .moduleTabSelected .moduleTabIcon {
  background-position: center -32px !important;
 }
 .moduleTabTitle .select  {
  border-style: solid;
  border-width: 1px;
  position: absolute;
  right: 56px;
  top: 11px;
 }
 .msgAlert  {
  width: 500px;
 }
 .msgAlert h4 {
  margin: 0 auto 10px auto !important;
  text-align: center;
 }
 .msgAlert h5  {
  margin: 0 auto 10px auto !important;
  text-align: center;
 }
 .msgFail  {
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  width: 300px;
 }
 .msgFeedbackResponse  {
  margin: 0 auto;
  padding: 15px;
  width: 350px;
 }
 .msgLoad {
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
 }
 .msgLoad  {
  height: 18px;
  padding: 4px 20px !important;
  width: 110px;
 }
 .msgLoad .msgLoadText  {
  display: block;
  float: left;
  padding: 0 0 0 3px;
 }
 .msgLoad img  {
  display: block;
  float: left;
  padding: 3px 2px 0 0;
 }
 .msgLoad.msgLoadAnimOnly  {
  width: 30px !important;
 }
 .msgLogin  {
  font-weight: bold;
 }
 .msgNoBrowser  {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  font-weight: bold;
  left: 0;
  padding: 10px;
  position: fixed;
  text-align: center;
  text-shadow: 1px 1px 1px #;
  text-transform: uppercase;
  top: 300px;
  width: 100%;
  z-index: 99999;
 }
 .msgNoScript  {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
  font-weight: bold;
  left: 0;
  padding: 10px;
  position: fixed;
  text-align: center;
  text-shadow: 1px 1px 1px #;
  text-transform: uppercase;
  top: 300px;
  width: 100%;
  z-index: 51;
 }
 .msgPass {
  font-weight: bold;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  width: 300px;
 }
 .msgWorkingAnimOnly  {
  height: 20px;
  margin: 0 auto;
  padding: 4px;
  text-align: center;
  vertical-align: middle;
 }
 .noBrowser  {
  display: none;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99998;
 }
 .noPad  {
  padding: 0 !important;
 }
 .noPadBtm.c1l #icol3 .listModules {
  padding-bottom: 0 !important;
 }
 .noPadBtm.c1r #icol3 .listModules  {
  padding-bottom: 0 !important;
 }
 .noPadBtm.c2l #icol1 .listModules {
  padding-bottom: 0 !important;
 }
 .noPadBtm.c2l #icol3 .listModules {
  padding-bottom: 0 !important;
 }
 .noPadBtm.c2r #icol1 .listModules {
  padding-bottom: 0 !important;
 }
 .noPadBtm.c2r #icol3 .listModules {
  padding-bottom: 0 !important;
 }
 .noPadBtm.c2s #icol1 .listModules {
  padding-bottom: 0 !important;
 }
 .noPadBtm.c2s #icol3 .listModules {
  padding-bottom: 0 !important;
 }
 .noScript  {
  display: block;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 50;
 }
 .nowrap  {
  white-space: nowrap !important;
 }
 .overFlowHidden  {
  overflow: hidden !important;
 }
 .p10  {
  padding: 10px;
 }
 .p15  {
  padding: 15px;
 }
 .p20  {
  padding: 20px;
 }
 .p5  {
  padding: 5px;
 }
 .placeholder {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .placeholder  {
  border-style: dashed !important;
  border-width: 1px !important;
  margin-bottom: 4px;
 }
 .post .actions {
  display: block;
  margin: 30px 0 10px 0 !important;
 }
 .post .btnMediaIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/page_row.png);
 }
 .post.book .btnMediaIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/book_row.png);
 }
 .post.collection .btnMediaIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/collection_row.png);
 }
 .post.contact .btnMediaIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/contact_row.png);
 }
 .post.image .btnMediaIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/picture_row.png);
 }
 .post.link .btnMediaIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/world_link_row.png);
 }
 .post.music .btnMediaIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/cd_row.png);
 }
 .post.poll .btnMediaIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/chart_bar_row.png);
 }
 .post.video .btnMediaIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/film_row.png);
 }
 .postBackground.discard  {
  margin: -11px;
  padding: 10px;
 }
 .postBackground.draft {
  margin: -11px;
  padding: 10px;
 }
 .postRevisionSnapshot .diffDel  {
  text-decoration: none;
 }
 .postRevisionSnapshot .diffIns  {
  text-decoration: none;
 }
 .postRevisionSnapshot .postTextFull  {
  margin: 15px !important;
 }
 .postRevisionSnapshot .recordDiffLegend  {
  text-align: center;
 }
 .postRevisionSnapshot .recordDiffLegend span {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .postRevisionSnapshot .recordDiffLegend span  {
  border-style: solid;
  border-width: 1px;
  clear: none;
  display: block;
  float: left;
  height: 20px;
  margin: -21px 1px 0 1px;
  text-align: center;
  width: 329px;
 }
 .postRevisionSnapshot del {
  text-decoration: none;
 }
 .postRevisionSnapshot h5  {
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-image: url(http://www.moopad.com/pub/img/icons/btn_action_write_revisions.png);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  margin: 0 0 25px 0 !important;
  padding: 10px 10px 10px 30px;
 }
 .postRevisionSnapshot ins {
  text-decoration: none;
 }
 .postRowMin .postText  {
  display: none;
 }
 .postRowMin .postTitle {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .postRowMin .postTitle  {
  margin-bottom: -5px !important;
  overflow: visible !important;
  padding: 4px 10px;
 }
 .postSelectRecordsCount  {
  font-weight: bold;
 }
 .postSelectRecordsMessage {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .postSelectRecordsMessage  {
  border-style: solid;
  border-width: 1px;
  display: none;
  height: 20px;
  margin-bottom: 6px;
  text-align: center;
 }
 .postSticky .btnMediaIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/sticky_post_row.png) !important;
  background-position: 2px 0 !important;
  height: 20px !important;
  margin-top: -4px !important;
  width: 18px !important;
 }
 .postTagSelected {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .postText {
  -khtml-border-radius-bottomleft: 7px;
  -khtml-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
 }
 .postTitle {
  -khtml-border-radius-topleft: 7px;
  -khtml-border-radius-topright: 7px;
  -moz-border-radius-topleft: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-left-radius: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
 }
 .postTitle .count  {
  text-align: right;
  width: 26px !important;
 }
 .postTitle .icon  {
  padding: 0 !important;
  width: 16px !important;
 }
 .postTitle .postTitleText  {
  overflow: hidden;
  padding-top: 0 !important;
 }
 .postTitle table  {
  table-layout: fixed !important;
  width: 100%;
 }
 .postTitle td {
  padding: 1px 3px;
  vertical-align: top;
 }
 .postTitle th  {
  padding: 1px 3px;
  vertical-align: top;
 }
 .prompt  {
  display: inline;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  text-align: justify;
  width: auto;
  z-index: 101;
 }
 .prompt h1 {
  margin: 0;
  padding: 0;
 }
 .prompt td.c {
  background-image: none !important;
 }
 .promptBlindMini  {
  border: none !important;
  margin: 0 1px;
 }
 .promptMini  {
  z-index: 102 !important;
 }
 .promptMini .designPatternSwatches  {
  display: block;
 }
 .promptMini h1 {
  margin: 0;
  padding: 0;
 }
 .promptMini td.c  {
  background-image: none !important;
 }
 .promptSlim td.b  {
  height: 12px;
  line-height: 12px;
 }
 .promptSlim td.bl  {
  height: 12px;
  line-height: 12px;
  width: 12px;
 }
 .promptSlim td.c  {
  padding: 0;
 }
 .promptSlim td.l  {
  min-width: 12px !important;
  width: 12px !important;
 }
 .promptSlim td.t {
  height: 12px;
  line-height: 12px;
 }
 .promptSlim td.tl {
  height: 12px;
  line-height: 12px;
  width: 12px;
 }
 .promptSlim td.tr {
  height: 12px;
  line-height: 12px;
  width: 12px;
 }
 .promptWrite .accountRestores {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  padding: 1px;
  width: 200px;
 }
 .promptWrite .accountTags {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  padding: 1px;
  width: 200px;
 }
 .promptWrite .bookSearchFilters {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .promptWrite .bookSearchFilters  {
  border-style: solid;
  border-width: 1px;
  padding: 1px;
  width: 200px;
 }
 .promptWrite .btnAction  {
  margin: 0 1px 0 0 !important;
  width: 60px !important;
 }
 .promptWrite .btnIcon {
  float: left;
  margin: 0;
 }
 .promptWrite .designModules h5  {
  font-weight: normal;
 }
 .promptWrite .listModuleTabs  {
  display: block;
  margin: 0 -24px 10px 10px;
 }
 .promptWrite .listModuleTabs li.moduleTabMemberGroups .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_group_tab.png);
 }
 .promptWrite .listModuleTabs li.moduleTabMemberUsers .moduleTabIcon  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_user_tab.png);
 }
 .promptWrite .moduleTabContent h4  {
  margin-bottom: 15px;
 }
 .promptWrite .textarea  {
  height: 100px;
  margin: 0;
 }
 .promptWrite h3  {
  float: left;
  margin: 0;
 }
 .promptWrite label select  {
  margin-right: 8px;
 }
 .promptWrite table td  {
  vertical-align: middle;
 }
 .promptWrite table th {
  vertical-align: middle;
 }
 .promptWrite table th  {
  padding-left: 8px;
 }
 .promptWrite ul.accountDefaults .checkboxLabel  {
  padding: 0 0 0 15px;
 }
 .promptWrite.accountWrite .listModuleTabContent  {
  min-height: 420px;
 }
 .promptWriteMedium  {
  padding: 0 5px 5px 5px;
  width: 500px;
 }
 .publishedOn  {
  clear: both;
  float: right;
  font-size: 80%;
  text-transform: uppercase;
 }
 .pushpin {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100% !important;
 }
 .pushpin  {
  clear: none;
  float: left;
  height: 20px;
  margin: 0 2px 2px 0;
  padding: 0 20px 0 6px !important;
  position: relative;
 }
 .pushpin:hover  {
  border-style: solid;
  border-width: 1px;
 }
 .pushpinTemplate  {
  display: none !important;
 }
 .recordDiff  {
  width: 670px;
 }
 .recordRevisions  {
  margin: 0;
  position: relative;
  text-align: right;
 }
 .recordRevisionsList  {
  display: none;
 }
 .recordStatus {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .recordStatus  {
  margin: 0;
  padding: 20px 5px;
 }
 .recordTags  {
  font-size: 100%;
  margin: 15px 0;
  padding: 0;
  text-align: justify;
 }
 .recordset  {
  display: block;
  margin: 0;
  padding: 4px;
  text-align: center;
  text-decoration: none !important;
  white-space: nowrap;
 }
 .recordset .linkPaging {
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
  margin: 0;
  padding: 4px 6px 4px 6px;
  text-decoration: none !important;
 }
 .recordset .linkPagingOff  {
  border-style: solid;
  border-style: solid;
  border-width: 1px;
  border-width: 1px;
  font-weight: bold;
  margin: 0;
  padding: 4px 6px 4px 6px;
  text-decoration: none !important;
 }
 .recordset .linkPagingOn {
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
  margin: 0;
  padding: 4px 6px 4px 6px;
  text-decoration: none !important;
 }
 .recordset .linkPagingTinyText  {
  font-size: 60%;
  vertical-align: top;
 }
 .recordset .pageFirst {
  background-position: 2px 3px;
 }
 .recordset .pageFirstOff {
  background-position: 2px -29px;
  background-repeat: no-repeat;
  padding: 4px 8px 4px 8px;
 }
 .recordset .pageLast  {
  background-position: 2px 3px;
 }
 .recordset .pageLastOff  {
  background-position: 2px -29px;
  background-repeat: no-repeat;
  padding: 4px 8px 4px 8px;
 }
 .recordset .viewing  {
  font-size: 90%;
  height: 18px;
  margin-top: 5px;
 }
 .recordset a {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .recordset a.pageFirst {
  background-repeat: no-repeat;
  padding: 4px 8px 4px 8px;
 }
 .recordset a.pageFirst:hover {
  background-position: 2px -13px;
  background-repeat: no-repeat;
  padding: 4px 8px 4px 8px;
 }
 .recordset a.pageLast {
  background-repeat: no-repeat;
  padding: 4px 8px 4px 8px;
 }
 .recordset a.pageLast:hover {
  background-repeat: no-repeat;
  padding: 4px 8px 4px 8px;
 }
 .recordset a.pageLast:hover  {
  background-position: 2px -13px;
 }
 .recordset span {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .register #content  {
  height: 794px !important;
  min-height: 794px !important;
 }
 .register #ifooter  {
  display: none !important;
 }
 .rounded-2  {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
 }
 .rounded-3  {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
 }
 .rounded-4  {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .rounded-5  {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
 }
 .rounded-6  {
  -moz-border-radius: 6px;
  -webkit-border-radius: 5px;
  border-radius: 6px;
 }
 .rounded-7  {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .rounded-bottom-7  {
  -moz-border-radius-bottomleft:7px;
  -moz-border-radius-bottomright:7px;
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
 -webkit-border-bottom-right-radius: 7px;
 }
 .rounded-left-3  {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
 }
 .rowPushpins td  {
  padding-bottom: 0 !important;
 }
 .sSelect  {
  border-style: solid;
  border-width: 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100% !important;
 }
 .sSelect ul:focus  {
  outline: none !important;
 }
 .sSelect:focus {
  outline: none !important;
 }
 .searchField {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  margin: 0 3px 0 0 !important;
  padding: 2px 0 2px 2px;
 }
 .searchField:focus  {
  border-style: solid;
  border-width: 1px;
  margin: 0 3px 0 0 !important;
  padding: 2px 0 2px 2px;
 }
 .select {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100% !important;
 }
 .select  {
  margin-bottom: 1px;
  padding: 1px;
 }
 .select:focus {
  outline: none !important;
 }
 .selectExtraExtraLarge  {
  width: 492px;
 }
 .selectExtraLarge  {
  width: 410px;
 }
 .selectHome {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .selectHome  {
  border-style: solid;
  border-width: 3px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 150% !important;
  height: 39px;
  margin: 1px auto;
  padding: 6px 10px 6px 15px;
  width: 210px;
 }
 .selectLarge  {
  width: 210px;
 }
 .selectMedium  {
  width: 135px;
 }
 .selectSmall  {
  width: 60px;
 }
 .selectWithTwoButtons  {
  height: 25px !important;
  padding: 3px 3px 3px 2px !important;
  width: 436px !important;
 }
 .shadowLeft  {
  background-image: url(http://www.moopad.com/pub/img/bg_shadow_left.png);
  background-position: left top;
  background-repeat: repeat-y;
  margin: 0 auto;
  min-height: 100%;
  padding: 0 0 5em 9px;
  position: relative;
 }
 .shadowRight  {
  background-image: url(http://www.moopad.com/pub/img/bg_shadow_right.png);
  background-position: right top;
  background-repeat: repeat-y;
  margin: 0 auto;
  min-height: 100%;
  padding: 0 9px 0 0;
  position: relative;
 }
 .showBlock {
  display: block !important;
 }
 .sortable .modMove .modTitlebar  {
  cursor: move;
 }
 .stylish-select .SSContainerDivWrapper  {
  left:-9999px;
 }
 .stylish-select .newListHover  {
  cursor:default;
 }
 .stylish-select .newListOptionTitle  {
  font-weight:bold;
 }
 .stylish-select .newListOptionTitle li  {
  border-left-style: solid;
  border-left-width: 1px;
  font-weight:normal;
 }
 .stylish-select .newListOptionTitle ul  {
  margin:3px 0 0;
 }
 .stylish-select .newListSelFocus  {
  background-position:0 -22px;
  cursor:default;
 }
 .stylish-select .newListSelHover {
  background-position:0 -22px;
  cursor:default;
 }
 .stylish-select .newListSelected  {
  background:url(select-bg.png) no-repeat;
  float:left;
  height:19px;
  padding:3px 0 0 6px;
  width:285px;
 }
 .stylish-select .newListSelected span  {
  display:block;
  width:284px;
 }
 .stylish-select .selectedTxt  {
  height:16px;
  overflow:hidden;
  padding:0 23px 0 0;
  width:258px;
 }
 .stylish-select ul.newList  {
  border-style: solid;
  border-width: 1px;
  list-style:none;
  margin:0;
  overflow:auto;
  padding:0;
 }
 .stylish-select ul.newList *  {
  margin:0;
  padding:0;
 }
 .stylish-select ul.newList a  {
  display:block;
  text-decoration:none;
 }
 .stylish-select ul.newList li a  {
  display: block;
  padding:3px 8px;
 }
 .stylish-select ul.newList li a:focus  {
  -moz-outline-style: none;
 }
 .swfuploadbtn {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .swfuploadbtn  {
  border-style: solid;
  border-width: 1px;
  display: block;
  float: left;
  font-size: 90%;
  font-weight: normal;
  height: 20px;
  margin-right: 2px;
  padding: 2px 6px 2px 6px;
  text-transform: lowercase;
  width: 50px;
 }
 .swfuploadbtn:hover  {
  border-style: solid !important;
  border-width: 1px !important;
  font-weight: normal;
  padding: 2px 6px 2px 6px;
 }
 .tableContactData  {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-collapse: separate;
  border-radius: 4px;
  border-spacing: 1px;
  width: 100%;
 }
 .tableContactData td  {
  font-size: 90%;
  padding: 2px 4px;
  text-align: left;
  vertical-align: top;
 }
 .tableContactData th {
  font-size: 90%;
  padding: 2px 4px;
  text-align: left;
  vertical-align: top;
 }
 .tableContactData th  {
  white-space: nowrap;
  width: 150px;
 }
 .tableContactData tr:first-child td:last-child  {
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
 }
 .tableContactData tr:first-child th:first-child  {
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
 }
 .tableContactData tr:last-child td:last-child  {
  -khtml-border-radius-bottomright: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
 }
 .tableContactData tr:last-child th:first-child  {
  -khtml-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
 }
 .tableRevisions {
  -khtml-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border-radius: 4px;
 }
 .tableRevisions  {
  border-spacing: 1px;
  font-size: 90%;
  margin: 0 0 5px 0;
  width: 100%;
 }
 .tableRevisions a  {
  font-weight: normal !important;
  margin-right: 4px;
 }
 .tableRevisions a:hover  {
  border-bottom: none;
 }
 .tableRevisions div.showBlock  {
  display: block !important;
 }
 .tableRevisions td {
  font-size: 90%;
  padding: 2px 5px;
  text-align: center;
  white-space: nowrap;
 }
 .tableRevisions th  {
  font-size: 90%;
  padding: 2px 5px;
  text-align: center;
  white-space: nowrap;
 }
 .tableRevisions tr:first-child th:first-child {
  -khtml-border-radius-topleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
 }
 .tableRevisions tr:first-child th:last-child {
  -khtml-border-radius-topright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
 }
 .tableRevisions tr:last-child td:first-child {
  -khtml-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
 }
 .tableRevisions tr:last-child td:last-child {
  -khtml-border-radius-bottomright: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
 }
 .tableWrite  {
  float: left;
  margin: 20px auto 10px auto;
  width: 100%;
 }
 .tableWrite td  {
  padding: 1px;
  text-align: left;
  width: 80%;
 }
 .tableWrite th  {
  font-weight: bold;
  padding: 1px 8px 1px 0 !important;
  text-align: left;
  vertical-align: top !important;
  width: 20%;
 }
 .textarea {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100% !important;
 }
 .textarea  {
  margin-bottom: 1px;
  padding: 4px;
 }
 .textarea:focus {
  outline: none !important;
 }
 .textareaExtraLarge  {
  width: 400px;
 }
 .textareaHome {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .textareaHome  {
  border-style: solid;
  border-width: 3px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 150% !important;
  height: 150px !important;
  margin: 1px auto;
  padding: 6px 10px 6px 20px;
  text-align: left;
  width: 180px;
 }
 .textareaLarge  {
  width: 200px;
 }
 .textareaMedium  {
  width: 125px;
 }
 .textareaSmall  {
  width: 50px;
 }
 .totd {
  padding: 5px;
 }
 .totd .actions {
  display: block;
  margin: 0 !important;
 }
 .totd .actions .btnInline  {
  border-style: solid;
  border-width: 1px;
 }
 .totd .btnAction {
  border-style: solid;
  border-width: 1px;
 }
 .totd p  {
  text-align: left;
 }
 .txtSmall  {
  cursor: pointer;
  font-size: 90%;
  font-weight: normal !important;
 }
 .ui-accordion .ui-accordion-content  {
  border-top-width: 0;
  display: none;
  margin-bottom: 2px;
  margin-top: -2px;
  overflow: auto;
  padding: 1em 2.2em;
  position: relative;
  top: 1px;
  zoom: 1;
 }
 .ui-accordion .ui-accordion-content-active  {
  display: block;
 }
 .ui-accordion .ui-accordion-header  {
  cursor: pointer;
  margin-top: 1px;
  position: relative;
  zoom: 1;
 }
 .ui-accordion .ui-accordion-header .ui-icon  {
  left: .5em;
  margin-top: -8px;
  position: absolute;
  top: 50%;
 }
 .ui-accordion .ui-accordion-header a  {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
 }
 .ui-accordion .ui-accordion-header-active  {
  border-bottom-width: 0 !important;
 }
 .ui-accordion .ui-accordion-li-fix  {
  display: inline;
 }
 .ui-accordion-icons .ui-accordion-header a  {
  padding-left: 2.2em;
 }
 .ui-button-icon-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
 }
 .ui-button-icon-only .ui-icon  {
  left: 50%;
  margin-left: -8px;
 }
 .ui-button-icons-only .ui-button-icon-primary  {
  left: .5em;
 }
 .ui-button-icons-only .ui-button-icon-secondary  {
  right: .5em;
  right: .5em;
 }
 .ui-button-icons-only .ui-button-text  {
  padding: .4em;
  text-indent: -9999999px;
 }
 .ui-button-icons-only .ui-icon  {
  margin-top: -8px;
  position: absolute;
  top: 50%;
 }
 .ui-button-text-icon-primary .ui-button-icon-primary {
  left: .5em;
 }
 .ui-button-text-icon-primary .ui-button-text {
  padding: .4em 1em .4em 2.1em;
 }
 .ui-button-text-icon-primary .ui-icon {
  margin-top: -8px;
  position: absolute;
  top: 50%;
 }
 .ui-button-text-icon-secondary .ui-button-icon-secondary {
  right: .5em;
 }
 .ui-button-text-icon-secondary .ui-button-text {
  padding: .4em 2.1em .4em 1em;
 }
 .ui-button-text-icon-secondary .ui-icon {
  margin-top: -8px;
  position: absolute;
  top: 50%;
 }
 .ui-button-text-icons .ui-button-icon-primary {
  left: .5em;
 }
 .ui-button-text-icons .ui-button-icon-secondary {
  right: .5em;
  right: .5em;
 }
 .ui-button-text-icons .ui-button-text  {
  padding-left: 2.1em;
  padding-right: 2.1em;
  padding: .4em 1em .4em 2.1em;
  padding: .4em 2.1em .4em 1em;
 }
 .ui-button-text-icons .ui-icon {
  margin-top: -8px;
  position: absolute;
  top: 50%;
 }
 .ui-button-text-only .ui-button-text  {
  padding: .4em 1em;
 }
 .ui-buttonset .ui-button  {
  margin-left: 0;
  margin-right: -.3em;
 }
 .ui-corner-all  {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .ui-corner-bl  {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
 }
 .ui-corner-bottom  {
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
 }
 .ui-corner-br  {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
 }
 .ui-corner-left  {
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
 }
 .ui-corner-right  {
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
 }
 .ui-corner-top  {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
 }
 .ui-corner-tr  {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
 }
 .ui-datepicker .ui-datepicker-buttonpane  {
  background-image: none;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin: .7em 0 0 0;
  padding:0 .2em;
 }
 .ui-datepicker .ui-datepicker-buttonpane button  {
  cursor: pointer;
  float: right;
  margin: .5em .2em .4em;
  overflow:visible;
  padding: .2em .6em .3em .6em;
  width:auto;
 }
 .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current  {
  float:left;
 }
 .ui-datepicker .ui-datepicker-header  {
  padding:.2em 0;
  position:relative;
 }
 .ui-datepicker .ui-datepicker-next  {
  height: 1.8em;
  position:absolute;
  right:2px;
  top: 2px;
  width: 1.8em;
 }
 .ui-datepicker .ui-datepicker-next span  {
  display: block;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
 }
 .ui-datepicker .ui-datepicker-next-hover  {
  right:1px;
  top: 1px;
 }
 .ui-datepicker .ui-datepicker-prev {
  height: 1.8em;
  position:absolute;
  top: 2px;
  width: 1.8em;
 }
 .ui-datepicker .ui-datepicker-prev  {
  left:2px;
 }
 .ui-datepicker .ui-datepicker-prev span {
  display: block;
  left: 50%;
  margin-left: -8px;
  margin-top: -8px;
  position: absolute;
  top: 50%;
 }
 .ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
 }
 .ui-datepicker .ui-datepicker-prev-hover  {
  left:1px;
 }
 .ui-datepicker .ui-datepicker-title  {
  line-height: 1.8em;
  margin: 0 2.3em;
  text-align: center;
 }
 .ui-datepicker .ui-datepicker-title select  {
  font-size:1em;
  margin:1px 0;
 }
 .ui-datepicker select.ui-datepicker-month {
  width: 49%;
 }
 .ui-datepicker select.ui-datepicker-month-year  {
 width: 100%;
 }
 .ui-datepicker select.ui-datepicker-year  {
  width: 49%;
 }
 .ui-datepicker table  {
  border-collapse: collapse;
  font-size: .9em;
  margin:0 0 .4em;
 width: 100%;
 }
 .ui-datepicker td  {
  border-width: 0;
  padding: 1px;
 }
 .ui-datepicker td a  {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
 }
 .ui-datepicker td span {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
 }
 .ui-datepicker th  {
  border-width: 0;
  font-weight: bold;
  padding: .7em .3em;
  text-align: center;
 }
 .ui-datepicker-multi .ui-datepicker-buttonpane  {
  clear:left;
 }
 .ui-datepicker-multi .ui-datepicker-group  {
  float:left;
 }
 .ui-datepicker-multi .ui-datepicker-group table  {
  margin:0 auto .4em;
  width:95%;
 }
 .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header  {
  border-left-width: 0;
 }
 .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header  {
  border-left-width: 0;
 }
 .ui-datepicker-multi-2 .ui-datepicker-group  {
  width:50%;
 }
 .ui-datepicker-multi-3 .ui-datepicker-group  {
  width:33.3%;
 }
 .ui-datepicker-multi-4 .ui-datepicker-group  {
  width:25%;
 }
 .ui-datepicker-row-break  {
  clear:both;
  width:100%;
 }
 .ui-datepicker-rtl .ui-datepicker-buttonpane  {
  clear:right;
 }
 .ui-datepicker-rtl .ui-datepicker-buttonpane button  {
  float: left;
 }
 .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current  {
  float:right;
 }
 .ui-datepicker-rtl .ui-datepicker-group  {
  float:right;
 }
 .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header  {
  border-left-width: 1px;
  border-right-width: 0;
 }
 .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header  {
  border-left-width: 1px;
  border-right-width: 0;
 }
 .ui-datepicker-rtl .ui-datepicker-next  {
  left: 2px;
  right: auto;
 }
 .ui-datepicker-rtl .ui-datepicker-next:hover  {
  left: 1px;
  right: auto;
 }
 .ui-datepicker-rtl .ui-datepicker-prev  {
  left: auto;
  right: 2px;
 }
 .ui-datepicker-rtl .ui-datepicker-prev:hover  {
  left: auto;
  right: 1px;
 }
 .ui-dialog .ui-dialog-buttonpane  {
  background-image: none;
  border: none !important;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
  padding: .4em, 1em;
  text-align: left;
 }
 .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset  {
  float: right;
 }
 .ui-dialog .ui-dialog-buttonpane button  {
  cursor: pointer;
  font-size:100%;
  margin: .3em .4em .1em 0;
  margin: .5em .4em .5em 0;
  padding: 3px;
 }
 .ui-dialog .ui-dialog-content  {
  background: none;
  border-width: 0;
  font-size:100%;
  overflow: auto;
  padding: .5em 1em;
  position: relative;
  zoom: 1;
 }
 .ui-dialog .ui-dialog-title {
  font-size:100%;
 }
 .ui-dialog .ui-dialog-title  {
  float: left;
  margin: .1em 16px .1em 0;
 }
 .ui-dialog .ui-dialog-titlebar  {
  padding: .3em 1em .3em;
  padding: .4em 1em;
  position: relative;
 }
 .ui-dialog .ui-dialog-titlebar-close  {
  height: 18px;
  margin: -10px 0 0 0;
  padding: 1px;
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
 }
 .ui-dialog .ui-dialog-titlebar-close span  {
  display: block;
  margin: 1px;
 }
 .ui-dialog .ui-dialog-titlebar-close:focus  {
  padding: 0;
 }
 .ui-dialog .ui-dialog-titlebar-close:hover {
  padding: 0;
 }
 .ui-dialog .ui-resizable-se  {
  bottom: 3px;
  height: 14px;
  right: 3px;
  width: 14px;
 }
 .ui-draggable .ui-dialog-titlebar  {
  cursor: move;
 }
 .ui-helper-clearfix  {
  display: inline-block;
  display:block;
 }
 .ui-helper-clearfix:after  {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
 }
 .ui-helper-hidden-accessible  {
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  position: absolute !important;
 }
 .ui-helper-reset  {
  border-width: 0;
  font-size: 100%;
  line-height: 1.3;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  text-decoration: none;
 }
 .ui-icon-alert  {
  background-position: 0 -144px;
 }
 .ui-icon-arrow-1-e  {
  background-position: -32px -32px;
 }
 .ui-icon-arrow-1-n  {
  background-position: 0 -32px;
 }
 .ui-icon-arrow-1-ne  {
  background-position: -16px -32px;
 }
 .ui-icon-arrow-1-nw  {
  background-position: -112px -32px;
 }
 .ui-icon-arrow-1-s  {
  background-position: -64px -32px;
 }
 .ui-icon-arrow-1-se  {
  background-position: -48px -32px;
 }
 .ui-icon-arrow-1-sw  {
  background-position: -80px -32px;
 }
 .ui-icon-arrow-1-w  {
  background-position: -96px -32px;
 }
 .ui-icon-arrow-2-e-w  {
  background-position: -160px -32px;
 }
 .ui-icon-arrow-2-n-s  {
  background-position: -128px -32px;
 }
 .ui-icon-arrow-2-ne-sw  {
  background-position: -144px -32px;
 }
 .ui-icon-arrow-2-se-nw  {
  background-position: -176px -32px;
 }
 .ui-icon-arrow-4  {
  background-position: 0 -80px;
 }
 .ui-icon-arrow-4-diag  {
  background-position: -16px -80px;
 }
 .ui-icon-arrowrefresh-1-e  {
  background-position: -160px -64px;
 }
 .ui-icon-arrowrefresh-1-n  {
  background-position: -144px -64px;
 }
 .ui-icon-arrowrefresh-1-s  {
  background-position: -176px -64px;
 }
 .ui-icon-arrowrefresh-1-w  {
  background-position: -128px -64px;
 }
 .ui-icon-arrowreturn-1-e  {
  background-position: -96px -64px;
 }
 .ui-icon-arrowreturn-1-n  {
  background-position: -80px -64px;
 }
 .ui-icon-arrowreturn-1-s  {
  background-position: -112px -64px;
 }
 .ui-icon-arrowreturn-1-w  {
  background-position: -64px -64px;
 }
 .ui-icon-arrowreturnthick-1-e  {
  background-position: -32px -64px;
 }
 .ui-icon-arrowreturnthick-1-n  {
  background-position: -16px -64px;
 }
 .ui-icon-arrowreturnthick-1-s  {
  background-position: -48px -64px;
 }
 .ui-icon-arrowreturnthick-1-w  {
  background-position: 0 -64px;
 }
 .ui-icon-arrowstop-1-e  {
  background-position: -208px -32px;
 }
 .ui-icon-arrowstop-1-n  {
  background-position: -192px -32px;
 }
 .ui-icon-arrowstop-1-s  {
  background-position: -224px -32px;
 }
 .ui-icon-arrowstop-1-w  {
  background-position: -240px -32px;
 }
 .ui-icon-arrowthick-1-e  {
  background-position: -32px -48px;
 }
 .ui-icon-arrowthick-1-n  {
  background-position: 0 -48px;
 }
 .ui-icon-arrowthick-1-ne  {
  background-position: -16px -48px;
 }
 .ui-icon-arrowthick-1-nw  {
  background-position: -112px -48px;
 }
 .ui-icon-arrowthick-1-s  {
  background-position: -64px -48px;
 }
 .ui-icon-arrowthick-1-se  {
  background-position: -48px -48px;
 }
 .ui-icon-arrowthick-1-sw  {
  background-position: -80px -48px;
 }
 .ui-icon-arrowthick-1-w  {
  background-position: -96px -48px;
 }
 .ui-icon-arrowthick-2-e-w  {
  background-position: -160px -48px;
 }
 .ui-icon-arrowthick-2-n-s  {
  background-position: -128px -48px;
 }
 .ui-icon-arrowthick-2-ne-sw  {
  background-position: -144px -48px;
 }
 .ui-icon-arrowthick-2-se-nw  {
  background-position: -176px -48px;
 }
 .ui-icon-arrowthickstop-1-e  {
  background-position: -208px -48px;
 }
 .ui-icon-arrowthickstop-1-n  {
  background-position: -192px -48px;
 }
 .ui-icon-arrowthickstop-1-s  {
  background-position: -224px -48px;
 }
 .ui-icon-arrowthickstop-1-w  {
  background-position: -240px -48px;
 }
 .ui-icon-battery-0  {
  background-position: -48px -176px;
 }
 .ui-icon-battery-1  {
  background-position: -64px -176px;
 }
 .ui-icon-battery-2  {
  background-position: -80px -176px;
 }
 .ui-icon-battery-3  {
  background-position: -96px -176px;
 }
 .ui-icon-bookmark  {
  background-position: -224px -96px;
 }
 .ui-icon-bullet  {
  background-position: -80px -144px;
 }
 .ui-icon-calculator  {
  background-position: -112px -112px;
 }
 .ui-icon-calendar  {
  background-position: -32px -112px;
 }
 .ui-icon-cancel  {
  background-position: 0 -128px;
 }
 .ui-icon-carat-1-e  {
  background-position: -32px 0;
 }
 .ui-icon-carat-1-ne  {
  background-position: -16px 0;
 }
 .ui-icon-carat-1-nw  {
  background-position: -112px 0;
 }
 .ui-icon-carat-1-s  {
  background-position: -64px 0;
 }
 .ui-icon-carat-1-se  {
  background-position: -48px 0;
 }
 .ui-icon-carat-1-sw  {
  background-position: -80px 0;
 }
 .ui-icon-carat-1-w  {
  background-position: -96px 0;
 }
 .ui-icon-carat-2-e-w  {
  background-position: -144px 0;
 }
 .ui-icon-carat-2-n-s  {
  background-position: -128px 0;
 }
 .ui-icon-cart  {
  background-position: -48px -112px;
 }
 .ui-icon-check  {
  background-position: -64px -144px;
 }
 .ui-icon-circle-arrow-e  {
  background-position: -112px -192px;
 }
 .ui-icon-circle-arrow-n  {
  background-position: -160px -192px;
 }
 .ui-icon-circle-arrow-s  {
  background-position: -128px -192px;
 }
 .ui-icon-circle-arrow-w  {
  background-position: -144px -192px;
 }
 .ui-icon-circle-check  {
  background-position: -208px -192px;
 }
 .ui-icon-circle-close  {
  background-position: -32px -192px;
 }
 .ui-icon-circle-minus  {
  background-position: -16px -192px;
 }
 .ui-icon-circle-plus  {
  background-position: 0 -192px;
 }
 .ui-icon-circle-triangle-e  {
  background-position: -48px -192px;
 }
 .ui-icon-circle-triangle-n  {
  background-position: -96px -192px;
 }
 .ui-icon-circle-triangle-s  {
  background-position: -64px -192px;
 }
 .ui-icon-circle-triangle-w  {
  background-position: -80px -192px;
 }
 .ui-icon-circle-zoomin  {
  background-position: -176px -192px;
 }
 .ui-icon-circle-zoomout  {
  background-position: -192px -192px;
 }
 .ui-icon-circlesmall-close  {
  background-position: -32px -208px;
 }
 .ui-icon-circlesmall-minus  {
  background-position: -16px -208px;
 }
 .ui-icon-circlesmall-plus  {
  background-position: 0 -208px;
 }
 .ui-icon-clipboard  {
  background-position: -160px -128px;
 }
 .ui-icon-clock  {
  background-position: -80px -112px;
 }
 .ui-icon-close  {
  background-position: -80px -128px;
 }
 .ui-icon-closethick  {
  background-position: -96px -128px;
 }
 .ui-icon-comment  {
  background-position: -128px -96px;
 }
 .ui-icon-contact  {
  background-position: -192px -128px;
 }
 .ui-icon-copy  {
  background-position: -176px -128px;
 }
 .ui-icon-disk  {
  background-position: -96px -112px;
 }
 .ui-icon-document  {
  background-position: -32px -96px;
 }
 .ui-icon-document-b  {
  background-position: -48px -96px;
 }
 .ui-icon-eject  {
  background-position: -112px -160px;
 }
 .ui-icon-extlink  {
  background-position: -32px -80px;
 }
 .ui-icon-flag  {
  background-position: -16px -112px;
 }
 .ui-icon-folder-collapsed  {
  background-position: 0 -96px;
 }
 .ui-icon-folder-open  {
  background-position: -16px -96px;
 }
 .ui-icon-gear  {
  background-position: -192px -112px;
 }
 .ui-icon-grip-diagonal-se  {
  background-position: -80px -224px;
 }
 .ui-icon-grip-dotted-horizontal  {
  background-position: -16px -224px;
 }
 .ui-icon-grip-dotted-vertical  {
  background-position: 0 -224px;
 }
 .ui-icon-grip-solid-horizontal  {
  background-position: -48px -224px;
 }
 .ui-icon-grip-solid-vertical  {
  background-position: -32px -224px;
 }
 .ui-icon-gripsmall-diagonal-se  {
  background-position: -64px -224px;
 }
 .ui-icon-heart  {
  background-position: -208px -112px;
 }
 .ui-icon-help  {
  background-position: -48px -144px;
 }
 .ui-icon-home  {
  background-position: 0 -112px;
 }
 .ui-icon-image  {
  background-position: -208px -128px;
 }
 .ui-icon-info  {
  background-position: -16px -144px;
 }
 .ui-icon-key  {
  background-position: -112px -128px;
 }
 .ui-icon-lightbulb  {
  background-position: -128px -128px;
 }
 .ui-icon-link  {
  background-position: -240px -112px;
 }
 .ui-icon-locked  {
  background-position: -192px -96px;
 }
 .ui-icon-mail-closed  {
  background-position: -80px -96px;
 }
 .ui-icon-mail-open  {
  background-position: -96px -96px;
 }
 .ui-icon-minus  {
  background-position: -48px -128px;
 }
 .ui-icon-minusthick  {
  background-position: -64px -128px;
 }
 .ui-icon-newwin  {
  background-position: -48px -80px;
 }
 .ui-icon-note  {
  background-position: -64px -96px;
 }
 .ui-icon-notice  {
  background-position: -32px -144px;
 }
 .ui-icon-pause  {
  background-position: -16px -160px;
 }
 .ui-icon-pencil  {
  background-position: -64px -112px;
 }
 .ui-icon-person  {
  background-position: -144px -96px;
 }
 .ui-icon-pin-s  {
  background-position: -144px -144px;
 }
 .ui-icon-pin-w  {
  background-position: -128px -144px;
 }
 .ui-icon-play  {
  background-position: 0 -160px;
 }
 .ui-icon-plus  {
  background-position: -16px -128px;
 }
 .ui-icon-plusthick  {
  background-position: -32px -128px;
 }
 .ui-icon-power  {
  background-position: 0 -176px;
 }
 .ui-icon-print  {
  background-position: -160px -96px;
 }
 .ui-icon-radio-off  {
  background-position: -96px -144px;
 }
 .ui-icon-radio-on  {
  background-position: -112px -144px;
 }
 .ui-icon-refresh  {
  background-position: -64px -80px;
 }
 .ui-icon-scissors  {
  background-position: -144px -128px;
 }
 .ui-icon-script  {
  background-position: -240px -128px;
 }
 .ui-icon-search  {
  background-position: -160px -112px;
 }
 .ui-icon-seek-end  {
  background-position: -64px -160px;
 }
 .ui-icon-seek-next  {
  background-position: -32px -160px;
 }
 .ui-icon-seek-prev  {
  background-position: -48px -160px;
 }
 .ui-icon-seek-start  {
  background-position: -80px -160px;
 }
 .ui-icon-shuffle  {
  background-position: -80px -80px;
 }
 .ui-icon-signal  {
  background-position: -32px -176px;
 }
 .ui-icon-signal-diag  {
  background-position: -16px -176px;
 }
 .ui-icon-squaresmall-close  {
  background-position: -80px -208px;
 }
 .ui-icon-squaresmall-minus  {
  background-position: -64px -208px;
 }
 .ui-icon-squaresmall-plus  {
  background-position: -48px -208px;
 }
 .ui-icon-star  {
  background-position: -224px -112px;
 }
 .ui-icon-stop  {
  background-position: -96px -160px;
 }
 .ui-icon-suitcase  {
  background-position: -112px -96px;
 }
 .ui-icon-tag  {
  background-position: -240px -96px;
 }
 .ui-icon-transfer-e-w  {
  background-position: -96px -80px;
 }
 .ui-icon-transferthick-e-w  {
  background-position: -112px -80px;
 }
 .ui-icon-trash  {
  background-position: -176px -96px;
 }
 .ui-icon-triangle-1-e  {
  background-position: -32px -16px;
 }
 .ui-icon-triangle-1-n  {
  background-position: 0 -16px;
 }
 .ui-icon-triangle-1-ne  {
  background-position: -16px -16px;
 }
 .ui-icon-triangle-1-nw  {
  background-position: -112px -16px;
 }
 .ui-icon-triangle-1-s  {
  background-position: -64px -16px;
 }
 .ui-icon-triangle-1-se  {
  background-position: -48px -16px;
 }
 .ui-icon-triangle-1-sw  {
  background-position: -80px -16px;
 }
 .ui-icon-triangle-1-w  {
  background-position: -96px -16px;
 }
 .ui-icon-triangle-2-e-w  {
  background-position: -144px -16px;
 }
 .ui-icon-triangle-2-n-s  {
  background-position: -128px -16px;
 }
 .ui-icon-unlocked  {
  background-position: -208px -96px;
 }
 .ui-icon-video  {
  background-position: -224px -128px;
 }
 .ui-icon-volume-off  {
  background-position: -128px -160px;
 }
 .ui-icon-volume-on  {
  background-position: -144px -160px;
 }
 .ui-icon-wrench  {
  background-position: -176px -112px;
 }
 .ui-icon-zoomin  {
  background-position: -128px -112px;
 }
 .ui-icon-zoomout  {
  background-position: -144px -112px;
 }
 .ui-menu .ui-menu  {
  margin-top: -3px;
 }
 .ui-menu .ui-menu-item  {
  clear: left;
  float: left;
  margin:0;
  padding: 0;
  width: 100%;
  zoom: 1;
 }
 .ui-menu .ui-menu-item a  {
  display:block;
  line-height:1.5;
  padding:.2em .4em;
  text-decoration:none;
  zoom:1;
 }
 .ui-menu .ui-menu-item a.ui-state-active  {
  font-weight: normal;
  margin: -1px;
 }
 .ui-menu .ui-menu-item a.ui-state-hover {
  font-weight: normal;
  margin: -1px;
 }
 .ui-priority-primary {
  font-weight: bold;
 }
 .ui-priority-secondary {
  filter:Alpha(Opacity=70);
  font-weight: normal;
  opacity: .7;
 }
 .ui-progressbar .ui-progressbar-value  {
  height:100%;
 margin: -1px;
 }
 .ui-resizable-autohide .ui-resizable-handle  {
  display: none;
 }
 .ui-resizable-disabled .ui-resizable-handle {
  display: none;
 }
 .ui-resizable-e  {
  cursor: e-resize;
  height: 100%;
  right: -5px;
  top: 0;
  width: 7px;
 }
 .ui-resizable-handle  {
    background-image:url(data:image/gif;
  display: block;
  position: absolute;
 base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
 font-size: 0.1px;
 z-index: 99999;
 }
 .ui-resizable-n  {
  cursor: n-resize;
  height: 7px;
  left: 0;
  top: -5px;
  width: 100%;
 }
 .ui-resizable-ne  {
  cursor: ne-resize;
  height: 9px;
  right: -5px;
  top: -5px;
  width: 9px;
 }
 .ui-resizable-nw  {
  cursor: nw-resize;
  height: 9px;
  left: -5px;
  top: -5px;
  width: 9px;
 }
 .ui-resizable-s  {
  bottom: -5px;
  cursor: s-resize;
  height: 7px;
  left: 0;
  width: 100%;
 }
 .ui-resizable-se  {
  bottom: 1px;
  cursor: se-resize;
  height: 12px;
  right: 1px;
  width: 12px;
 }
 .ui-resizable-sw  {
  bottom: -5px;
  cursor: sw-resize;
  height: 9px;
  left: -5px;
  width: 9px;
 }
 .ui-resizable-w  {
  cursor: w-resize;
  height: 100%;
  left: -5px;
  top: 0;
  width: 7px;
 }
 .ui-slider {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .ui-slider  {
  border-style: solid;
  border-width: 1px;
  height: 8px;
  margin: 12px 7px 0 7px;
  position: relative;
 }
 .ui-slider .ui-slider-handle  {
  cursor: default;
  height: 1.2em;
  position: absolute;
  width: 1.2em;
  z-index: 2;
 }
 .ui-slider .ui-slider-range  {
  background-position: 0 0;
  border-width: 0;
  display: block;
  font-size: .7em;
  position: absolute;
  z-index: 1;
 }
 .ui-slider-disabled  {
  filter: alpha(opacity=30);
  opacity: .3;
 }
 .ui-slider-disabled .ui-slider-handle  {
  background-position: 0 -32px;
  cursor: default !important;
 }
 .ui-slider-disabled .ui-slider-handle.ui-state-focus  {
  background-position: 0 0;
 }
 .ui-slider-disabled .ui-slider-handle.ui-state-hover {
  background-position: 0 0;
 }
 .ui-slider-handle  {
  background-image: url(http://www.moopad.com/pub/img/icons/img_slider_handle.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 16px;
  margin-left: -8px;
  outline-style: none;
  position: absolute;
  top: -4px;
  width: 16px;
  z-index: 2;
 }
 .ui-slider-handle.ui-state-focus  {
  background-position: 0 -16px;
 }
 .ui-slider-handle.ui-state-hover {
  background-position: 0 -16px;
 }
 .ui-slider-horizontal  {
  height: .8em;
 }
 .ui-slider-horizontal .ui-slider-handle  {
  margin-left: -.6em;
  top: -.3em;
 }
 .ui-slider-horizontal .ui-slider-range  {
  height: 100%;
  top: 0;
 }
 .ui-slider-horizontal .ui-slider-range-max  {
  right: 0;
 }
 .ui-slider-horizontal .ui-slider-range-min  {
  left: 0;
 }
 .ui-slider-vertical  {
  height: 100px;
  width: .8em;
 }
 .ui-slider-vertical .ui-slider-handle  {
  left: -.3em;
  margin-bottom: -.6em;
  margin-left: 0;
 }
 .ui-slider-vertical .ui-slider-range  {
  left: 0;
  width: 100%;
 }
 .ui-slider-vertical .ui-slider-range-max  {
  top: 0;
 }
 .ui-slider-vertical .ui-slider-range-min  {
  bottom: 0;
 }
 .ui-state-active {
  background-image: url(http://www.moopad.com/pub/pkg/elrte/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png);
  background-position: 50% 50%;
  background-repeat: repeat-x;
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
 }
 .ui-state-active .ui-icon  {
 background-image: url(http://www.moopad.com/pub/pkg/elrte/css/smoothness/images/ui-icons_454545_256x240.png);
 }
 .ui-state-active a {
  text-decoration: none;
 }
 .ui-state-active a:link {
  text-decoration: none;
 }
 .ui-state-active a:visited  {
  text-decoration: none;
 }
 .ui-state-default .ui-icon  {
  background-image: url(http://www.moopad.com/pub/pkg/elrte/css/smoothness/images/ui-icons_888888_256x240.png);
 }
 .ui-state-default a {
  text-decoration: none;
 }
 .ui-state-default a:link {
  text-decoration: none;
 }
 .ui-state-default a:visited  {
  text-decoration: none;
 }
 .ui-state-disabled {
  background-image: none;
  filter:Alpha(Opacity=35);
  opacity: .35;
 }
 .ui-state-error {
  background-image: url(http://www.moopad.com/pub/pkg/elrte/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png);
  background-position: 50% 50%;
  background-repeat: repeat-x;
 border: 1px #cd0a0a solid;
 }
 .ui-state-error .ui-icon {
 background-image: url(http://www.moopad.com/pub/pkg/elrte/css/smoothness/images/ui-icons_cd0a0a_256x240.png);
 }
 .ui-state-error-text .ui-icon  {
 background-image: url(http://www.moopad.com/pub/pkg/elrte/css/smoothness/images/ui-icons_cd0a0a_256x240.png);
 }
 .ui-state-focus {
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
 }
 .ui-state-focus .ui-icon  {
 background-image: url(http://www.moopad.com/pub/pkg/elrte/css/smoothness/images/ui-icons_454545_256x240.png);
 }
 .ui-state-highlight .ui-icon  {
 background-image: url(http://www.moopad.com/pub/pkg/elrte/css/smoothness/images/ui-icons_2e83ff_256x240.png);
 }
 .ui-state-hover {
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
 }
 .ui-state-hover .ui-icon {
 background-image: url(http://www.moopad.com/pub/pkg/elrte/css/smoothness/images/ui-icons_454545_256x240.png);
 }
 .ui-state-hover a {
  text-decoration: none;
 }
 .ui-state-hover a:hover  {
  text-decoration: none;
 }
 .ui-tabs .ui-tabs-hide  {
  display: none !important;
 }
 .ui-tabs .ui-tabs-nav li  {
  border-bottom-width: 0 !important;
  float: left;
  list-style: none;
  margin: 0 .2em 1px 0;
  padding: 0;
  position: relative;
  top: 1px;
  white-space: nowrap;
 }
 .ui-tabs .ui-tabs-nav li a {
  cursor: pointer;
 }
 .ui-tabs .ui-tabs-nav li a  {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
 }
 .ui-tabs .ui-tabs-nav li.ui-state-disabled a {
  cursor: text;
 }
 .ui-tabs .ui-tabs-nav li.ui-state-processing a  {
  cursor: text;
 }
 .ui-tabs .ui-tabs-nav li.ui-tabs-selected  {
  margin-bottom: 0;
  padding-bottom: 1px;
 }
 .ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
  cursor: text;
 }
 .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a  {
  cursor: pointer;
 }
 .ui-widget  {
  font-size:.9em;
 }
 .ui-widget .el-dialogform-rtl  {
  direction: rtl;
 }
 .ui-widget .el-dialogform-rtl .ui-tabs-nav li  {
  float:right;
 }
 .ui-widget .ui-widget  {
  font-size: 1em;
 }
 .ui-widget :active  {
  outline: none;
 }
 .ui-widget button  {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
 }
 .ui-widget input {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
 }
 .ui-widget select {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
 }
 .ui-widget textarea {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
 }
 .ui-widget-content  {
  border-style: solid;
  border-width: 1px;
 }
 .ui-widget-content .ui-icon  {
 background-image: url(http://www.moopad.com/pub/pkg/elrte/css/smoothness/images/ui-icons_222222_256x240.png);
 }
 .ui-widget-content .ui-priority-primary {
  font-weight: bold;
 }
 .ui-widget-content .ui-priority-secondary {
  filter:Alpha(Opacity=70);
  font-weight: normal;
  opacity: .7;
 }
 .ui-widget-content .ui-state-active {
  background-image: url(http://www.moopad.com/pub/pkg/elrte/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png);
  background-position: 50% 50%;
  background-repeat: repeat-x;
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
 }
 .ui-widget-content .ui-state-default {
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
 }
 .ui-widget-content .ui-state-disabled {
  background-image: none;
  filter:Alpha(Opacity=35);
  opacity: .35;
 }
 .ui-widget-content .ui-state-error {
  background-image: url(http://www.moopad.com/pub/pkg/elrte/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png);
  background-position: 50% 50%;
  background-repeat: repeat-x;
 border: 1px #cd0a0a solid;
 }
 .ui-widget-content .ui-state-focus {
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
 }
 .ui-widget-content .ui-state-highlight {
  background-image: url(http://www.moopad.com/pub/pkg/elrte/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png);
  background-position: 50% 50%;
  background-repeat: repeat-x;
 border: 1px #fcefa1 solid;
 }
 .ui-widget-content .ui-state-hover {
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
 }
 .ui-widget-header  {
  border-style: solid;
  border-width: 1px;
  font-weight: bold;
 }
 .ui-widget-header .ui-icon  {
 background-image: url(http://www.moopad.com/pub/pkg/elrte/css/smoothness/images/ui-icons_222222_256x240.png);
 }
 .ui-widget-header .ui-priority-primary  {
  font-weight: bold;
 }
 .ui-widget-header .ui-priority-secondary  {
  filter:Alpha(Opacity=70);
  font-weight: normal;
  opacity: .7;
 }
 .ui-widget-header .ui-state-active  {
  background-image: url(http://www.moopad.com/pub/pkg/elrte/css/smoothness/images/ui-bg_glass_65_ffffff_1x400.png);
  background-position: 50% 50%;
  background-repeat: repeat-x;
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
 }
 .ui-widget-header .ui-state-default  {
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
 }
 .ui-widget-header .ui-state-disabled  {
  background-image: none;
  filter:Alpha(Opacity=35);
  opacity: .35;
 }
 .ui-widget-header .ui-state-error  {
  background-image: url(http://www.moopad.com/pub/pkg/elrte/css/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png);
  background-position: 50% 50%;
  background-repeat: repeat-x;
 border: 1px #cd0a0a solid;
 }
 .ui-widget-header .ui-state-focus  {
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
 }
 .ui-widget-header .ui-state-highlight  {
  background-image: url(http://www.moopad.com/pub/pkg/elrte/css/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png);
  background-position: 50% 50%;
  background-repeat: repeat-x;
 border: 1px #fcefa1 solid;
 }
 .ui-widget-header .ui-state-hover {
  border-style: solid;
  border-width: 1px;
  font-weight: normal;
 }
 .ui-widget-shadow  {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-image: url(http://www.moopad.com/pub/pkg/elrte/css/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png);
  background-position: 50% 50%;
  background-repeat: repeat-x;
  border-radius: 8px;
  margin: -8px 0 0 -8px;
  opacity: .30;
  padding: 8px;
 filter:Alpha(Opacity=30);
 }
 .uploadCompleted .cancelbtn  {
  background-position: left -32px;
 }
 .uploadCompleted .uploadProgressBarSWF  {
  border: none !important;
 }
 .uploadFileBrowseBtn {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .uploadProgress {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .uploadProgressBar {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .uploadProgressBarSWF {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .uploadProgressSWF {
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
 }
 .uploadProgressSWF  {
  border-style: solid;
  border-width: 1px;
  position: relative;
 }
 .uploadProgressSWF .fileTitle  {
  border-style: solid;
  border-width: 1px;
  display: none;
  font-size: 100%;
  font-style: italic;
  height: 16px;
  left: -1px;
  padding: 4px;
  position: absolute;
  top: -1px;
 }
 .uploadProgressSWF .fileTitleSelected  {
  display: block !important;
 }
 .videoBox {
  -khtml-border-radius: 7px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
 }
 .w00 #content  {
  background-image: none !important;
  margin-bottom: 40px !important;
  padding: 0 0 0 0 !important;
 }
 .w00 #footer  {
  background-image: none !important;
 }
 .w00.c1l .imageBoxFull .imageLinkThumb  {
  width: 98%;
 }
 .w00.c1l .imageLinkThumb {
  height: 75px;
  width: 75px;
 }
 .w00.c1l .linkMediaRead {
  width: 60px;
 }
 .w00.c1r .imageBoxFull .imageLinkThumb {
  width: 98%;
 }
 .w00.c1r .imageLinkThumb {
  height: 75px;
  width: 75px;
 }
 .w00.c1r .linkMediaRead {
  width: 60px;
 }
 .w00.c2l .imageBoxFull .imageLinkThumb {
  width: 98%;
 }
 .w00.c2l .imageLinkThumb {
  height: 75px;
  width: 75px;
 }
 .w00.c2l .linkMediaRead {
  width: 60px;
 }
 .w00.c2r .imageBoxFull .imageLinkThumb {
  width: 98%;
 }
 .w00.c2r .imageLinkThumb {
  height: 75px;
  width: 75px;
 }
 .w00.c2r .linkMediaRead {
  width: 60px;
 }
 .w00.c2s .imageBoxFull .imageLinkThumb {
  width: 98%;
 }
 .w00.c2s .imageLinkThumb  {
  height: 75px;
  width: 75px;
 }
 .w00.c2s .linkMediaRead  {
  width: 60px;
 }
 .w10 #content  {
  background-image: url(http://www.moopad.com/pub/img/bg_shadow_w10.png);
 }
 .w10 #footer  {
  background-image: url(http://www.moopad.com/pub/img/bg_shadow_w10_btm.png);
 }
 .w10.c1l .imageBoxFull .imageLinkThumb  {
  width: 625px;
 }
 .w10.c1l .imageLinkThumb  {
  height: 73px;
  width: 73px;
 }
 .w10.c1l .linkMediaRead  {
  width: 58px;
 }
 .w10.c1r .imageBoxFull .imageLinkThumb {
  width: 625px;
 }
 .w10.c1r .imageLinkThumb {
  height: 73px;
  width: 73px;
 }
 .w10.c1r .linkMediaRead {
  width: 58px;
 }
 .w10.c2l .imageBoxFull .imageLinkThumb {
  width: 435px;
 }
 .w10.c2l .imageLinkThumb {
  height: 71px;
  width: 71px;
 }
 .w10.c2l .linkMediaRead {
  width: 56px;
 }
 .w10.c2r .imageBoxFull .imageLinkThumb {
  width: 435px;
 }
 .w10.c2r .imageLinkThumb {
  height: 71px;
  width: 71px;
 }
 .w10.c2r .linkMediaRead {
  width: 56px;
 }
 .w10.c2s .imageBoxFull .imageLinkThumb  {
  width: 435px;
 }
 .w10.c2s .imageLinkThumb  {
  height: 71px;
  width: 71px;
 }
 .w10.c2s .linkMediaRead  {
  width: 56px;
 }
 .w11 #content  {
  background-image: url(http://www.moopad.com/pub/img/bg_shadow_w11.png);
 }
 .w11 #footer  {
  background-image: url(http://www.moopad.com/pub/img/bg_shadow_w11_btm.png);
 }
 .w11.c1l .imageBoxFull .imageLinkThumb  {
  width: 715px;
 }
 .w11.c1l .imageLinkThumb {
  height: 72px;
  width: 72px;
 }
 .w11.c1l .linkMediaRead {
  width: 57px;
 }
 .w11.c1r .imageBoxFull .imageLinkThumb {
  width: 715px;
 }
 .w11.c1r .imageLinkThumb {
  height: 72px;
  width: 72px;
 }
 .w11.c1r .linkMediaRead {
  width: 57px;
 }
 .w11.c2l .imageBoxFull .imageLinkThumb {
  width: 495px;
 }
 .w11.c2l .imageLinkThumb {
  height: 67px;
  width: 67px;
 }
 .w11.c2l .linkMediaRead {
  width: 52px;
 }
 .w11.c2r .imageBoxFull .imageLinkThumb {
  width: 495px;
 }
 .w11.c2r .imageLinkThumb {
  height: 67px;
  width: 67px;
 }
 .w11.c2r .linkMediaRead {
  width: 52px;
 }
 .w11.c2s .imageBoxFull .imageLinkThumb  {
  width: 495px;
 }
 .w11.c2s .imageLinkThumb  {
  height: 67px;
  width: 67px;
 }
 .w11.c2s .linkMediaRead  {
  width: 52px;
 }
 .w12 #content  {
  background-image: url(http://www.moopad.com/pub/img/bg_shadow_w12.png);
 }
 .w12 #footer  {
  background-image: url(http://www.moopad.com/pub/img/bg_shadow_w12_btm.png);
 }
 .w12.c1l .imageBoxFull .imageLinkThumb  {
  width: 805px;
 }
 .w12.c1l .imageLinkThumb  {
  height: 72px;
  width: 72px;
 }
 .w12.c1l .linkMediaRead  {
  width: 57px;
 }
 .w12.c1r .imageBoxFull .imageLinkThumb {
  width: 805px;
 }
 .w12.c1r .imageLinkThumb {
  height: 72px;
  width: 72px;
 }
 .w12.c1r .linkMediaRead {
  width: 57px;
 }
 .w12.c2l .imageBoxFull .imageLinkThumb {
  width: 560px;
 }
 .w12.c2l .imageLinkThumb {
  height: 77px;
  width: 77px;
 }
 .w12.c2l .linkMediaRead {
  width: 62px;
 }
 .w12.c2r .imageBoxFull .imageLinkThumb {
  width: 560px;
 }
 .w12.c2r .imageLinkThumb {
  height: 77px;
  width: 77px;
 }
 .w12.c2r .linkMediaRead {
  width: 62px;
 }
 .w12.c2s .imageBoxFull .imageLinkThumb  {
  width: 560px;
 }
 .w12.c2s .imageLinkThumb  {
  height: 77px;
  width: 77px;
 }
 .w12.c2s .linkMediaRead  {
  width: 62px;
 }
 .w16 #content  {
  background-image: url(http://www.moopad.com/pub/img/bg_shadow_w16.png);
 }
 .w16 #footer  {
  background-image: url(http://www.moopad.com/pub/img/bg_shadow_w16_btm.png);
 }
 .w350  {
  width: 350px;
 }
 .w500  {
  width: 500px;
 }
 .w575  {
  width: 575px;
 }
 .w590  {
  width: 590px;
 }
 .w8 #content  {
  background-image: url(http://www.moopad.com/pub/img/bg_shadow_w8.png);
 }
 .w8 #footer  {
  background-image: url(http://www.moopad.com/pub/img/bg_shadow_w8_btm.png);
 }
 .w8.c1l .imageBoxFull .imageLinkThumb  {
  width: 468px;
 }
 .w8.c1l .imageLinkThumb  {
  height: 78px;
  width: 78px;
 }
 .w8.c1l .linkMediaRead  {
  width: 63px;
 }
 .w8.c1r .imageBoxFull .imageLinkThumb {
  width: 468px;
 }
 .w8.c1r .imageLinkThumb {
  height: 78px;
  width: 78px;
 }
 .w8.c1r .linkMediaRead {
  width: 63px;
 }
 .w8.c2l .imageBoxFull .imageLinkThumb {
  width: 320px;
 }
 .w8.c2l .imageLinkThumb {
  height: 65px;
  width: 65px;
 }
 .w8.c2l .linkMediaRead {
  font-size: 75%;
  width: 50px;
 }
 .w8.c2r .imageBoxFull .imageLinkThumb {
  width: 320px;
 }
 .w8.c2r .imageLinkThumb {
  height: 65px;
  width: 65px;
 }
 .w8.c2r .linkMediaRead {
  font-size: 75%;
  width: 50px;
 }
 .w8.c2s .imageBoxFull .imageLinkThumb  {
  width: 320px;
 }
 .w8.c2s .imageLinkThumb  {
  height: 65px;
  width: 65px;
 }
 .w8.c2s .linkMediaRead  {
  font-size: 75%;
  width: 50px;
 }
 .x-resizable-pinned  {
  clear: both;
 }
 a  {
  text-decoration: none;
 }
 a.recordTag  {
  font-style: italic;
  font-weight: normal !important;
  padding: 1px;
  text-transform: lowercase;
 }
 a:hover  {
  -khtml-opacity: .75;
  -moz-opacity: .75;
  filter: alpha(opacity=75);
  opacity: .75;
 }
 blockquote  {
    margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  text-align: justify;
 }
 blockquote p  {
  margin-right: 20px;
  padding-left: 20px;
 }
 blockquote p:first-child  {
  background-image: url(http://www.moopad.com/pub/img/icons/icon_blockquote_beg.gif);
  background-position: top left;
  background-repeat: no-repeat;
 }
 body  {
   background-repeat: repeat;
  background-attachment: fixed;
  background-position: 0 0;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 11px;
  height: 100%;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 0;
 }
 button.ui-button-icons-only  {
  width: 3.7em;
 }
 div.b  {
  background-image: url(http://www.moopad.com/pub/img/bg_prompt_b_shadow.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  margin: 0;
  padding: 0 0 30px 0 !important;
 }
 div.bl  {
  background-repeat: no-repeat;
 }
 div.br {
  background-repeat: no-repeat;
 }
 div.prompt  {
  border-style: solid;
  border-width: 1px;
 }
 div.r  {
  background-image: url(http://www.moopad.com/pub/img/bg_prompt_r_shadow.png);
  background-position: top right;
  background-repeat: repeat-y;
  margin: 0;
  padding: 0 10px 0 0;
 }
 div.sb-message {
 font-size:12px;
 padding:10px;
 text-align:center;
 }
 div.sb-message a:link {
 text-decoration:underline;
 }
 div.tr {
  background-repeat: no-repeat;
 }
 h1 {
  font-weight: bold;
  margin: 20px 0;
 }
 h1  {
  font-size: 260%;
 }
 h2  {
  font-size: 210%;
 }
 h3  {
  font-size: 160%;
 }
 h4  {
  font-size: 110%;
 }
 h5  {
  font-size: 100%;
 }
 h6  {
  font-size: 90%;
 }
 html  {
  height: 101%;
 }
 iframe  {
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
 }
 img#sb-player  {
  padding: 0 !important;
 }
 input {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 100%;
 }
 input  {
  outline: none !important;
 }
 mark {
  font-weight: bold;
 }
 p  {
  margin: 0 0 10px 0;
  text-align: justify;
 }
 p a:active  {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  font-weight: normal;
  text-decoration: none;
 }
 p a:hover  {
  border-bottom: none !important;
 }
 p a:link {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  font-weight: normal;
  text-decoration: none;
 }
 p a:visited {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  font-weight: normal;
  text-decoration: none;
 }
 select {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 100%;
 }
 table.elrte-authors  {
  margin-bottom:1em;
 }
 table.elrte-authors td  {
  border-bottom-style: solid;
  border-bottom-width: 1px;
 }
 table.prompt {
  border-collapse: collapse;
 }
 table.promptMini {
  border-collapse: collapse;
  position: absolute;
 }
 table.promptSlim  {
  border-collapse: collapse;
  position: absolute;
 }
 td  {
  margin: 0;
  padding: 0;
 }
 td.b  {
  background-image: url(http://www.moopad.com/pub/img/bg_prompt_b_shadow.png);
  background-position: bottom left;
  background-repeat: repeat-x;
  height: 20px;
  line-height: 20px;
 }
 td.bl {
  background-position: bottom left;
  background-repeat: no-repeat;
  height: 20px;
  line-height: 20px;
  width: 20px;
 }
 td.bl  {
  background-image: url(http://www.moopad.com/pub/img/bg_prompt_bl_shadow.png);
 }
 td.br  {
  background-image: url(http://www.moopad.com/pub/img/bg_prompt_br_shadow.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  height: 20px;
  line-height: 20px;
  width: 20px;
 }
 td.c  {
  padding: 0 8px 8px 0;
 }
 td.l  {
  background-image: url(http://www.moopad.com/pub/img/bg_prompt_l_shadow.png);
  background-position: top left;
  background-repeat: repeat-y;
  min-width: 20px;
  width: 20px;
 }
 td.r {
  background-repeat: repeat-y;
  width: 20px;
 }
 td.r  {
  background-image: url(http://www.moopad.com/pub/img/bg_prompt_r_shadow.png);
  background-position: top right;
 }
 td.t {
  background-position: top left;
  background-repeat: repeat-x;
  height: 20px;
  line-height: 20px;
 }
 td.t  {
  background-image: url(http://www.moopad.com/pub/img/bg_prompt_t_shadow.png);
 }
 td.tl {
  background-position: top left;
  background-repeat: no-repeat;
  height: 20px;
  line-height: 20px;
  width: 20px;
 }
 td.tl  {
  background-image: url(http://www.moopad.com/pub/img/bg_prompt_tl_shadow.png);
 }
 td.tr {
  background-position: top right;
  background-repeat: no-repeat;
  height: 20px;
  line-height: 20px;
  width: 20px;
 }
 td.tr  {
  background-image: url(http://www.moopad.com/pub/img/bg_prompt_tr_shadow.png);
 }
 textarea  {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 100%;
  resize: none ;
 }
 ul.auto-list  {
  border-style: solid;
  border-width: 1px;
  display: none;
  left: 0px;
  list-style:none;
  margin:0;
  padding: 0;
  position: absolute;
  top: 0px;
 }
 ul.auto-list > li  {
  border-style: solid;
  border-width: 1px;
  cursor: default;
  padding: 2px;
 }
#sb-info {
 margin:0;
 overflow:hidden;
 padding:0;
 position:relative;
 }
#sb-info-inner {
 font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
 font-weight:200;
 height:20px;
 line-height:20px;
 }
#sb-loading-inner {
 font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
 font-weight:200;
 }
#sb-nav {
  font-weight: bold !important;
 }
#sb-title-inner {
 height:26px;
 line-height:26px;
 }
.MPXSource a:active  {
  background-position: 0 -23px;
  border-style: solid !important;
  border-width: 1px !important;
  cursor: pointer;
 }
.MPXSource a:hover {
  background-position: 0 -23px;
  border-style: solid !important;
  border-width: 1px !important;
  cursor: pointer;
 }
.MPXToolbar li.on a:hover  {
  border-style: solid;
  border-width: 1px;
  padding: 0;
 }
.prompt h2 {
  margin: 0;
  padding: 0;
 }
.prompt h3 {
  margin: 0;
  padding: 0;
 }
.prompt h4 {
  margin: 0;
  padding: 0;
 }
.prompt h6 {
  margin: 0;
  padding: 0;
 }
.promptMini {
  margin: 0;
  padding: 0;
 }
.promptMini h2 {
  margin: 0;
  padding: 0;
 }
.promptMini h3 {
  margin: 0;
  padding: 0;
 }
.promptMini h4 {
  margin: 0;
  padding: 0;
 }
.promptMini h6  {
  margin: 0;
  padding: 0;
 }
.prompth5 {
  margin: 0;
  padding: 0;
 }
.uploadqueuebtn  {
  display: none;
 }
@font-face  {
  font-family: HandVetica;
  src: url(http://www.moopad.com/pub/fnt/HandVetica.ttf) format("truetype");
 }
div.sb-message {
 font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;
 font-weight:200;
 }
div.sb-message a:visited {
 text-decoration:underline;
 }
h2 {
  font-weight: bold;
  margin: 20px 0;
 }
h3 {
  font-weight: bold;
  margin: 20px 0;
 }
h4 {
  font-weight: bold;
  margin: 20px 0;
 }
h5 {
  font-weight: bold;
  margin: 20px 0;
 }
h6  {
  font-weight: bold;
  margin: 20px 0;
 }


