.blog_module {
  border: 1px solid #AAA;
  background: #EEE;
  margin-bottom: 10px;
  padding: 10px;
  /* Choon : bug in ie, having trouble with this
  position: relative;*/
}

.blog_module_admin {
  font-size: .8em;
}

.blog_posts {
  padding: 0px;
  background: none;
  border: none;
}

.blog_post {
	border: 1px solid #ddd;
	background-color: #fff;
	padding:10px;
	margin-bottom: 10px;
}

.blog_post_title {
	font-size: 1.4em;
  margin-bottom: 5px;
}

.blog_comment_title {
	font-size: 1.4em;
}

.blog_post_date {
	font-size: 0.9em;
	/* font-weight: bold; */
}

.blog_post_post {
  padding: 10px;
}

.blog_post_posted {
    color: #175028;
    font-size: 0.9em;
}

.blog_post_foot {
  float: left;
  font-size: .8em;
}

.blog_post_time {
}

.blog_post_comments {
  float: right;
  font-size:.8em;
}

.blog_about {
}

.blog_fav_title {
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    text-align: left;
    font-size: 1.5em;
    text-transform: capitalize;
    text-decoration: underline;
    letter-spacing: -0.1px;
    line-height: 1em;
    padding-bottom: 5px; 
}

.blog_fav_title a {
    color: #175028;
    text-decoration: none;
}

.link_fav_title {
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
    text-align: left;
    font-size: 1.5em;
    text-transform: capitalize;
    text-decoration: underline;
    letter-spacing: -0.1px;
    line-height: 1.2em;
}

.link_fav_title a {
    color: #175028;
    text-decoration: none;
}

.link_fav_title a:hover {
    background-color: #beebcb;
    text-decoration: none;
}

.blog_fav_title a:hover {
    background-color: #beebcb;
    text-decoration: none;
}

.blog_fav_post_container {
 border: 1px solid #ddd;
 background-color: #fff;
 padding: 10px;   
 margin-top: 2px;
}

.blog_fav_post {
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
}

.module_popup {
  background-color: #FFCC33;
  padding:5px;
}

.module_medhistory_paper {
  background: url('/i/paper_b009.gif') repeat-y;
  border-color: #CCC #999 #999 #CCC;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  padding-left: 64px;
  position: relative;
  text-align: left;
  height: 600px;
  width: 450px;
}

.module_medhistory_paper input, .module_medhistory_paper textarea {
  background-color: #FFFCCC;
  border: 1px solid #999;
}

.module_medhistory_row {
  position: absolute; 
}

.module_medhistory_header {
  font-weight: bold;
}

.module_medhistory_table {
  width: 100%;
}

.module_medhistory_table th {
  font-weight: bold;
}

.module_medhistory_itemtitle {
  font-weight:bold;
}

.module_medhistory_itemnotes {
}


