#main-content {
  font-family: arial, sans-serif;
}

#main-content h2 {
  text-transform: none;
}

#main-content h2 a {
	color: #8DC0D7;
  text-decoration: underline;
}

#main-content h2 a:hover {
	color: #48A;
  text-decoration: none;
}

#main-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  text-align: left;
}

#main-content th, #post-listing .post-header {
  background: #eef url('../images/lightblue-gradient-30px.gif') repeat-x;
  color: #232157;
}

#main-content th {
  border: 1px solid;
  font-size: 14px;
}

#main-content td, th {
  padding: 5px;
}

#main-content td {
  border: 1px solid;
  text-align: center;
}

#main-content table {
  font-size: 12px;
}

#main-content th, #post-listing .post-title, #post-listing .post-info {
  white-space: nowrap;
}

#main-content table .main-text, .post-title {
  font-size: 14px;
  color: #232157;
  font-weight: bold;
}

#main-content td.title-cell, th.title-cell {
  padding-left: 10px;
  text-align: left;
  width: 100%;
}

#main-content .title-cell a:hover {
  text-decoration: none;
}

#main-content td.info-cell {
  text-align: left;
  white-space: nowrap;
}

#main-content td a {
  color: #003479;
  text-decoration: underline;
}

#forum-index h1 a {
  font-size: 18px;
  color: #050241;
}

#forum-index ul {
  list-style: none;
  padding: 0;
}

#forum-index li {
  font-size: 12px;
  color: #003479;
  margin-bottom: 0.3em;
}

#forum-index li.current {
  font-weight: bold;
}

div.pagination_navigation {
  margin-top: 2em;
}

#post-listing .post-title, #post-listing .post-info {
  padding: 5px;
}

#post-listing .post-title {
  float: left;
}

#post-listing .post-info {
  float: right;
  border-left: 1px solid;
}

#post-listing .post-item {
  border: 1px solid;
  border-bottom: none;
}

#post-listing .last {
  border-bottom: 1px solid;
}

#post-listing .post-info {
  padding-top: 7px;
}

#post-listing .post-body {
  clear: both;
  border-top: 1px solid;
  padding: 5px;
}

#post-listing .post-controls {
  float: right;
}

#post-listing form {
  float: left;
}

#post-listing .post-item a {
  text-decoration: underline;
}

#post-listing .post-item a {
  text-decoration: none;
}

#discussion-navigation {
  margin-top: 2em;
  border: 1px solid #666;
  width: 300px;
  padding: 5px;
  font-style: italic;
  margin-left: 0px auto;
  margin-right: 0px auto;
}

#discussion-navigation h3 {
  text-transform: none;
  font-style: normal;
}

#discussion-navigation ul {
  margin-bottom: 0;
  margin-left: 20px;
  list-style-type: disc;
  color: #999;
}

#discussion-navigation ul li a {
  font-style: normal;
}

#main-content td, #main-content th, #post-listing .post-item,
  #post-listing .post-info, #post-listing .post-body {
  border-color: #69d;
}

/** TOPIC RELATED **/
.form-wrapper textarea{
  width:100%;
}

.form-wrapper .form-input.large{
  width:100%;
}

.form-wrapper{
  width:100%;
}