.top_line {
   border-top: #006f8d 2px solid;
   background-color: #00acda;
   background-image: url(/style/pics/insidefest/top_bg.png);
   background-position: bottom right;
   background-repeat: no-repeat;
   height: 10px;
   font-size: 1px;
}

.content_body, .content_body td, .content_body input, .content_body textarea {
   font-family: Arial, Helvetica, sans-serif;
   font-size: 13px;
}

.text_h {
   font-family: 'Times New Roman', serif;
   font-size: 26px;
   padding-left: 20px
}

.text_div {
   padding-left: 20px;
   font-family: 'Times New Roman', serif;
   font-size: 16px;
   line-height: 22px;
   margin-top: 22px;
   margin-bottom: 7px;
}

.smalltext_div {
   padding-left: 10px;
   font-size: 14px;
   line-height: 18px;
   margin-top: 15px;
   margin-bottom: 4px;
}

.text_div ul li, .text_div ol li {
   font-family: 'Times New Roman', serif;
   font-size: 16px;
   line-height: 22px;
   margin-top: 7px;
   margin-bottom: 3px;
}

.menu {
   font-size: 15px;
}

.menu a {
   font-family: Arial, sans-serif;
   margin-top: 3px;
   color: #0000CC;
   display: block;
   float: left;
   height: 22px;
   padding-right: 5px;
}

.menu a:visited {
   color: #0000CC;
}

.menu a span {
   display: block;
   line-height: 15px;
   padding: 3px 0 4px;

}

.menu a.selected {
   margin: 3px 5px 0 5px;
   padding-right: 8px;
   background: #dedede url(pics/menu_item_a.gif) no-repeat scroll top right;
}

.menu a.selected span {
   background: transparent url(pics/menu_item_span.gif) no-repeat;
   padding: 3px 0 4px 8px;
}

.list_question {
   background-image: url(/common/_pics/rounded/blue-gradient-5.png);
   background-position: bottom right;
   background-repeat: repeat-x;
}

.list_question .subdiv {
   background-image: url(/common/_pics/rounded/blue-gradient-5.png);
   background-position: bottom left;
   background-repeat: no-repeat;
   width: 5px;
   height: 5px;
   font-size: 1px;
}

.comment .image_td {
   width: 1px;
   vertical-align: top;
   padding: 0 5px 10px 15px;
}

.comment .image_td div.image {
   background-color: #b2cdd9;
   border: #7d9ba8 1px solid;
   width: 37px;
   height: 50px;
}

/*-- Path --*/
.path td {
   background-image: url("/style/pics/insidefest/path.png");
   background-color: #ddecf1;
   height: 27px;
   background-position: bottom right;
   vertical-align: middle;
}

.path td.element {
   padding: 3px 30px 0 15px;
   font-size: 12px
}

.path td.element a {
   color: #007292;
   text-decoration: none;
}

.path td.element a:hover {
   color: #004051;
   text-decoration: none;
}

.path .left {
   background-position: top left;
   width: 5px;
}

.path .last {
   background-position: top right;
}


