/************************************** 
  Defaults 
**************************************/

body {
  font-family: Arial;
  font-size: 10pt;
  background-color: #FFFFFF;
  color: #000000;
}

td {
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
}

.big {
	font-size: 16pt;
}

.cell_header {
  color: #FFFFFF;
  font-size: 14pt;
  font-weight: bold;
  background-color: #66CC66;
  padding: 0px;
  vertical-align: middle;
}

.cell_data {
  font-size: 10pt;
  padding: 4px;
}

.table_border, .cell_border {
  border: 1px solid #66CC66;
}

.menu_fullwidth {
  width: 500px;
}

.errorfont {
  font-weight: bold;
  color: #FF3300;
}

.warningfont {
  font-weight: bold;
  color: #FF9933;
}

.successfont {
  font-weight: bold;
  color: green;
}

.form_header {
	font-size: 8pt;
	font-weight: bold;
}
.form_error_input {
	background-color:  #FFCCCC;
}
.select_width_small {
	width: 120px;
}
.select_width_medium {
	width: 175px;
}
.select_width_large {
	width: 200pt;
}
.input_width_small {
	width: 116px;
}
.input_width_medium {
	width: 171px;
}
/***************************************
  Capsule 
***************************************/

table.capsule {
  background-color: #FFFFFF;
  width: 750px;
  border-collapse: collapse;
  border: 0px solid #000000;
}

td.capsule {
  padding: 0px;
}

/***************************************
  Content 
***************************************/
table.content {
  border: 0px solid #000000;
  width: 100%;
}
td.content_header {
	font-weight: bold;
	background-color: #F1F3F5;
  	height: 29px;
}
td.content_title {
}
td.content_navmenu {
  background-color: #F1F3F5;
  height: 29px;
}
td.content_body {
}

/***************************************
  Top Menu
***************************************/

table.topmenu {
  padding: 4px;
}
td.topmenu {
  padding: 15px 4px 25px 4px;
  width: 150px;
}

/***************************************
  About
***************************************/
table.about {
  padding: 0px;
}
td.about {
}