@charset "utf-8";
body {
	padding:0px 0px 0px 0px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-family: "Courier New", Courier;
	font-size: 11px;
	text-align: center;
	margin: 0 auto;   /* align for good browsers */
}

a {
	color: #333333;
	text-decoration: none;
}
a:hover
{
	color: #999999;
}
td {
vertical-align:top;
}

img {
	border: 0px none;
}
.m_sel {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	font-size: 15px; 
}
.m_unsel {
	font-weight: normal;
	color: #333333;
	font-size: 13px; 
}


.lesetext_smb {
	font-size: 11px;
	color: #000000;
}
.lesetext_sm {
	font-size: 11px;
	color: #666666;
}
.lesetext_bsm {
	font-size: 11px;
	font-weight:bold;
	color: #333333;
}
.lesetext_vsm {
	font-size: 10px;
	color: #666666;
}

.hl_01 {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}

form img.aside { /* Need to deprecate this */
	float:right;
	clear:none;
	width:20px
}
/* --/Generic classes-------------------- */

/* --Forms------------------------------- */
div#output form input.text, div#output form input.button, div#output form select, div#output form textarea {
	margin-top:2px
}
*:root input.text, *:root input.button, *:root select {
	height:auto
}
input.text, input.button, textarea, select {
	font:8pt  "Courier New", Courier;
	font-weight:normal
}
input.button {
	border:1px solid #000;
	padding:0 .1em;
	cursor:pointer;
	color:#000;
	background-color:#EAEAEA;
}
input.button:hover, input.button:focus {
	background-color:#EAEAEA;
}
input.button:active {
	background-color:#EEE;
}
input.button[disabled] {
	border-color:#CCC;
	color:#FFF;
	background-color:#FFF;
}

input.text, textarea, select {
	border:1px solid #666;
	color:#000;
	background-color:#EAEAEA;
	letter-spacing:0px;
	
}



input.text:hover, input.text:hover, textarea:hover, select:hover {
	background-color:#EAEAEA;
}
input.text:focus, input.text:focus, textarea:focus, select:focus {
	background-color:#FAFAFA;
}

/* --/Forms------------------------------ */

/* EDITOR RELATED STYLES - CUSTOMIZE FOR YOUR NEEDS */
/*
    The classes panel, the visual feedback and the preview
    will be affected by these values.
    
    - Commented styles inside style definitions are used for visual 
      feedback when using the editor.
    - Comments before opening the style are used as caption.
    - Comments after the class name and before the style declaration ({)
      define the jQuery expression that decides whether this 
      style should be applied or not.
      
    Note: the WYMeditor and /WYMeditor comments below are required
    for the CSS parser to work properly.
*/

/* WYMeditor */

/* PARA: Date */
.date p /* p */ {
  color: #ccf;
  /* background-color: #ff9; border: 2px solid #ee9; */
}

/* PARA: Hidden note */
.hidden-note p /* p[@class!="important"] */ {
     display: none;
    /* color: #999; border: 2px solid #ccc; */
}

/* PARA: Important */
.important p /* p[@class!="hidden-note"] */ {
    color: red; font-weight: bold;
    /* color: red; font-weight: bold; border: 2px solid red; */
}

/* IMAGE: Border */
.border img /* img */ {
    border: 1px solid #ccc;
    /* border: 4px solid #ccc; */
}

/* LIST: Special */
.special ul,
.special ol /* ul,ol */ {
    color: green;
    /* background-color: #fc9; border: 2px solid red; */
}

/* /WYMeditor */
/* END EDITOR RELATED STYLES */
