/**
 * @file
 *
 * Forum configuration for Mini Site
 */
 
.forum-table {

width: 100%;
margin-bottom: 0px;
border-color: #7293CE;
}

.forum-node-create-links {

width: auto;
padding-top: 10px;
}

.forum-node-create-links-top {

padding-top: 0px;
padding-bottom: 10px;
}

#forum-sort {

margin-top: 10px;
}

.forum-topic-legend {

clear: both;
padding-top: 10px;
}

.af-button-large,
.af-button-small {

border-color: #7293CE;
background: #CED9EE;
background: -webkit-gradient(linear, left top, left bottom, from(#CED9EE), to(#7293CE));
background: -moz-linear-gradient(top, #CED9EE, #7293CE);
}

a.af-button-large:hover,
a.af-button-large:active,
a.af-button-small:hover,
a.af-button-small:active {

border-color: #7293CE;
color: #FFFFFF;
background: #7293CE;
}

#forum .view-empty {

margin: 0px;
border-color: #7293CE;
}

#forum .view-content {


}

#main .forum-post-title {

color: #1F6393;
}

.forum-table-wrap .forum-table-superheader,
.forum-table-topics thead tr  {

border-top-color: #7293CE;
background: #CED9EE;
background: -webkit-gradient(linear, left top, left bottom, from(#CED9EE), to(#EFF7FC));
background: -moz-linear-gradient(top, #CED9EE, #EFF7FC);
}


.forum-add-forum .af-button-large span,
.topic-reply-allowed .af-button-large span  {
background: url(../img/block/add_topic.png) no-repeat;
}

.comment-add .af-button-small span, .comment-reply .af-button-small span {
background: url(../img/block/post_reply.png) no-repeat;
}

.topic-new-post-link .af-button-large span,
.last-post-link .af-button-large span {
background: url(../img/block/topic_last_post.png) no-repeat;
}

.forum-jump-links .af-button-small span {
background: url(../img/block/topic_top.png) no-repeat;
}

.post-approve .af-button-small span,
.comment-approve .af-button-small span {
background: url(../../lamap/img/check.gif) no-repeat 3px 50%;
}

.forum-table tr.even,
.forum-table tr.odd {

background: #EFF7FC;
background: -webkit-gradient(linear, left top, left bottom, from(#EFF7FC), to(#FFFFFF));
background: -moz-linear-gradient(top, #EFF7FC, #FFFFFF);
}

div.forum-post {

border-color: #7293CE;
}

.forum-post-info {

border-top-color: #7293CE;
background: #CED9EE;
background: -webkit-gradient(linear, left top, left bottom, from(#CED9EE), to(#EFF7FC));
background: -moz-linear-gradient(top, #CED9EE, #EFF7FC);
border-bottom-color: #7293CE;
}

.forum-post-wrapper {

background-color: #EFF7FC;
}

.forum-post-panel-main {

border-left-color: #7293CE;
}

.forum-post-title {

border-bottom-color: #7293CE;
}

/* Post footer */
.forum-post-footer {

border-top-color: #7293CE;
}


