/**
 * @file
 *
 * Forum configuration for LAMAP
 */

/* text : #5DB9D5 */
 
.forum-table {

width: 100%;
margin-bottom: 0px;
border-color: #99DAED;
}

.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: #99DAED;
background: #99DAED;
background: -webkit-gradient(linear, left top, left bottom, from(#99DAED), to(#ECFAFC));
background: -moz-linear-gradient(top, #99DAED, #ECFAFC);
}

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

border-color: #99DAED;
color: #FFFFFF;
background: #99DAED;
}

/*
a.approve-button,
a.approve-button:hover,
a.approve-button:active {

font-size: 12px;
padding: 2px 10px 2px 20px;
line-height: 25px;
background: url(../img/check.gif) no-repeat 3px 50%;
background-color: #99DAED;
}*/
.post-approve .af-button-small span,
.comment-approve .af-button-small span {
background: url(../img/check.gif) no-repeat 3px 50%;
}
.post-expert-notify .af-button-small span { 
background: url(../img/bulb.png) no-repeat 3px 50%;
}


#forum .view-empty {

margin: 0px;
border-color: #99DAED;
}

#forum .view-content {


}

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

border-top-color: #99DAED;
background: #99DAED;
background: -webkit-gradient(linear, left top, left bottom, from(#99DAED), to(#ECFAFC));
background: -moz-linear-gradient(top, #99DAED, #ECFAFC);
}

.forum-table-wrap thead tr {

border-color: #99DAED;
}

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

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

div.forum-post {

border-color: #99DAED;
}

.forum-post-info {

border-top-color: #99DAED;
background: #99DAED;
background: -webkit-gradient(linear, left top, left bottom, from(#99DAED), to(#ECFAFC));
background: -moz-linear-gradient(top, #99DAED, #ECFAFC);
border-bottom-color: #99DAED;
}

.forum-post-wrapper {

background-color: #F3F1E5;
}

.forum-post-panel-main {

border-left-color: #99DAED;
}

.forum-post-title {

border-bottom-color: #99DAED;
}

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

border-top-color: #99DAED;
}

a.af-button-large,
a.af-button-large:link,
a.af-button-large:visited,
a.af-button-small,
a.af-button-small:link,
a.af-button-small:visited,
a.author-pane-link,
a.author-pane-link:link,
a.author-pane-link:visited {

color: #5DB9D5;
}

.forum-table thead tr a,
.forum-table thead tr a:visited,
.forum-table thead tr a:link {

color: #5DB9D5;
}

.forum-post-info,
.forum-post-number a {

color: #5DB9D5 !important;
}

/*** FORUM STATISTICS *******************************************************/

#forum-statistics {

border-color: #99DAED;
}

#forum-statistics-header {

border-top-color: #99DAED;
background: #99DAED;
background: -webkit-gradient(linear, left top, left bottom, from(#99DAED), to(#ECFAFC));
background: -moz-linear-gradient(top, #99DAED, #ECFAFC);
border-bottom-color: #99DAED;
color: #5DB9D5;
}

.forum-statistics-sub-header {

background-color: #CBE2F1;
}

.forum-statistics-sub-body {

background-color: #F5F5F5;
}
