.canvas
 {
  background: #ffffff;
  margin-top: 25px;
  margin-left: 25px;
 }

.common_text {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: none;

        text-align: left;
}

.status_text {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 12px;
	color: #ff0000;
	font-weight: none;
}

.title_text {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
/*	letter-spacing: 0.1em*/
}

.action_button {
	font-family: Tahoma, Helvetica, sans-serif;
        font-weight:bold;
	font-size:8pt;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        width: 10pt;
        height: 10pt;
}

.textbox {

	font-family: Georgia, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

	line-height: 18px;

	background-color: #D1D1E6;

        border-top: thin solid #2a4077;
        border-bottom: thin solid #2a4077;
        border-left: thin solid #2a4077;
        border-right: thin solid #2a4077;

        text-align: left;
}

.text_err {

	font-family: Georgia, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff4444;
	font-weight: bolder;
}

.small_text {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 10px;
	font-style: none;
	color: #000000;
	font-weight: none;
}

.main_table {
        color: #000000;
        background-color: #D1D1E6;
        border-top: thin solid #000000;
        border-bottom: thin solid #000000;
        border-left: thin solid #000000;
        border-right: thin solid #000000;
}

.edit_table {
        color: #000000;
        background-color: #D1D1E6;
        border-top: thin solid #5575bb;
        border-bottom: thin solid #5575bb;
        border-left: thin solid #5575bb;
        border-right: thin solid #5575bb;
}

.separator_line {
        color: #336199;
}

.emphasized_cell {
        background-color: #5575bb;
}


.no_margins {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
}

.border_bottom {
        border-top: none none none;
        border-bottom: thin groove #555599;
        border-left: none none none;
        border-right: none none none;
}

.border_no {
        border-top: none none none;
        border-bottom: none none none;
        border-left: none none none;
        border-right: none none none;
}

a:link {
	font-family: Georgia, Helvetica, sans-serif;
	font-weight: bold;
	font-style: none;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

a:visited {
	font-family: Georgia, Helvetica, sans-serif;
	font-weight: bold;
	font-style: none;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

a:hover {
	font-family: Georgia, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: none;
	font-size: 10pt;
	color: #000000;
        text-decoration: underline;
}


