.smallfont {
	font-size: 8pt; 
}
.largefont {
	font-size: 10pt; 
}
.page_title {
	font-size: 10pt;
	font-weight: bold;
}
.page_title a {
	text-decoration: none ! important;
}
.comment_text {
	font-size: 7pt;
	color: #999999;
	font-style: italic;
}

/********************** input ********************/
input {
	padding-left: 3px;
	padding-right: 3px;
}
textarea {
	padding-left: 3px;
}
input.noborder {
	border: 0px none #FFFFFF !important;
}
.normal_input {
	border: 1px solid #666666;
	color: #000000;
}
.disabled_input {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	color: #999999;
}
.normal_button {
	border: 1px solid #666666;
	background-color: #EEEEEE;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
}
.disabled_button {
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	cursor: pointer;
	color: #CCCCCC;
}

/********************** table ********************/
.table_normal {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	border-collapse: collapse;
}
.table_normal_header {
	background-color: #DDDDDD;
	font-weight: bold;
	text-align: center;
	padding: 7px;
	border: 1px solid #999999;
}
.table_normal_footer {
	background-color: #F3F3F3;
	text-align: center;
	padding: 3px;
	border: 1px solid #999999;
}
.table_normal_left {
	text-align: right;
	padding: 7px;
	border: 1px solid #999999;
}
.table_normal_right {
	border: 1px solid #999999;
	padding: 5px;
}

/********************** table dashed ********************/
.table_dashed {
	border: 0px none #FFFFFF;
	background-color: #FFFFFF;
}
.table_dashed_header {
	background-color: #EEEEEE;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border: 1px dashed #CCCCCC;
}
.table_dashed_footer {
	background-color: #F3F3F3;
	text-align: center;
	padding: 3px;
	border-bottom: 1px dashed #CCCCCC;
}
.table_dashed_left {
	text-align: right;
	padding: 5px;
	border-bottom: 1px dashed #CCCCCC;
}
.table_dashed_right {
	padding: 3px;
	border-bottom: 1px dashed #CCCCCC;
}

/********************** message ********************/
.message_error {
	font-weight: bold;
	background-color: #FFEEEE;
	border: 1px solid #993333;
	color: #CC0000;
	padding: 18px;
    margin: 1em auto;
    width: 65%;
	padding-left: 54px;
	background-image: url(error.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}
.message_normal {
	background-color: #EEFFEE;
	border: 1px solid #339933;
	color: #007700;
	padding: 18px;
    margin: 1em auto;
    width: 65%;
    padding-left: 54px;
	background-image: url(information.gif);
	background-repeat: no-repeat;
	background-position: 10px 10px;
}

/********************** fieldset ********************/
.fieldset_normal {
	border: 1px solid #999999;
	padding: 10px;
}
.fieldset_normal legend {
	color: #267DDC;
	font-weight: bold;
}
.fieldset_table_left {
	background-color: #FCFCFC;
	font-weight: bold;
	padding: 4px;
}
.fieldset_table_right {
	padding: 3px;
}
.fieldset_table_footer {
	text-align: right;
	padding: 5px;
}

/********************** tab ********************/
ul.primary {
  border-collapse: collapse;
  white-space: nowrap;
  list-style: none;
  padding: 0px;
  padding-left: 10px;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  margin-right: 0.2em;
  text-decoration: none;
}
ul.primary li.active a {
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
  text-decoration: none;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
  text-decoration: none;
}
ul.primary li a:visited {
  text-decoration: none;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}