/* Default Page Values */
body { 
background-color:#FFFFFF; 
font-family:Tahoma; 
font-size:12px; 
color:#3d3b3b; 
text-decoration:none;
}

/* Links */
a { 
font-family:Tahoma;
color:#3d3b3b;
font-weight:bold;
text-decoration:none; 
}
/* Links Mouse Hover */
a:hover { 
font-family:Tahoma;
color:#d84182;
text-decoration:bold; 
}
/* End Default Page Values */

/* Comment Tables */
/* Read Comments */
table.comment_table { 
font-family:Tahoma; 
border-top:0px  #d84182;
font-size:12px; 
color:#cccccc; 
width:100%;
}

/* Leave Comment */
table.new_comment_table { 
font-family:Tahoma;
border-top:1px  soild #000000;
border-bottom:1px soild #000000;
font-size:11px;
color:#cccccc;
width:100%;
}

/* Comment Link on bottom of post */
a.comment_link { 
font-family:Tahoma;
color:#cccccc;
font-size:11px;
text-decoration:none;
}

a.comment_link:hover { 
font-family:Tahoma;
color:#443200;
font-size:11px;
text-decoration:none;
}

.comment_text { 
font-family:Tahoma;
color:#cccccc;
font-size:12px;
font-weight:lighter;
text-decoration:none;
}
/* End Comment Link */

/* Mesaage Box for confirming actions */
table.message { 
border:1px soild #b4b1b1;
width:350px;
height:220px;
font-size:12px;
font-weight:lighter;
/*font-weight:bold;*/
}

/* Post Table */
/* Read Post */
table.post { 
font-family:Tahoma; 
border-top:1px solid #b4b1b1;
font-size:12px;
line-height: 16px;
color:#3d3b3b;
width:100%;
font-weight:normal;
}

/* Title Row */
td.post_title { 
font-family:Tahoma;
/*color:#b39342; */
color:#3d3b3b;
font-size:20px;
height:30px;
vertical-align:bottom;
font-weight: bold; 
letter-spacing: .01em;

}

/* Date of Post */
td.post_date { 
font-family:Tahoma;
color:#3d3b3b;
font-size:10px;
height:24px; 
}

/* Post Subtitle */
td.post_subtitle { 
padding-bottom:12px; 
}

/* Comment Title Text */
td.comment_title { 
font-family:Tahoma; 
color:#ffffff; 
font-size:15px; 
height:24px; 
}

/* Comment Name Text */
td.comment_name {
color:#ead578; 
}

/* Comment Body Text */
td.comment_body { 
color:#EAD578; 
}
/* End Post Tables */

/* Response Title Name Text */
td.response_name { 
color:#F0FA03; 
}

/* Response Body Text */
td.response_body { 
color:#4EA37C;
}


/* Input fields */
.input { 
font-family:Tahoma;
color:#3d3b3b;
background-color:#a0a0a0;
font-size:12px;
border:1px solid #3d3b3b; 
}

/* Right column menu */
.menu_title { 
color:#3d3b3b; 
font-family:Tahoma; 
font-size:11px; 
font-weight: 600; 
}
/* End Menu Links */

/* Right column links */
.menu_title_links { 
color:#a0a0a0;
font-family:Tahoma; 
font-size:11px; 
font-weight: normal;
}
/* End Menu Links */

/* Right Column Menu Dividing Line */
#menu_div { 
height:15px;
width:60px; 
}
#menu_line { 
height:.75px;
width:90px;
border-top:1px solid #f92377; 
}
/* End Dividing Line */