.scrollContainer
{
background: rgba(255,255,255,0.25);
_filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3FFFFFFF,endColorstr=#3FFFFFFF);
padding: 10px;
margin-bottom: 8px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
font-size: 13pt;
text-shadow: 0 1px rgba(255,255,255,0.25);
background-image: linear-gradient(bottom,rgba(255,255,255,0.35),rgba(255,255,255,0));
background-image: -o-linear-gradient(bottom,rgba(255,255,255,0.35),rgba(255,255,255,0));
background-image: -ms-linear-gradient(bottom,rgba(255,255,255,0.35),rgba(255,255,255,0));
background-image: -moz-linear-gradient(bottom,rgba(255,255,255,0.35),rgba(255,255,255,0));
background-image: -webkit-linear-gradient(bottom,rgba(255,255,255,0.35),rgba(255,255,255,0));
}
.scrollContainer .scrollContainerNew
{
padding: 5px;
}
.PageNav
{
font-size: 11px;
overflow: hidden;
zoom: 1;
line-height: 16px;
word-wrap: normal;
padding: 10px 0;
}
.PageNav b
{
color: #2b485c;
background-color: #f0f1f2;
border: 1px solid #969696;
position: relative;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
padding: 2px 7px;
}
.PageNav .pageNavHeader
{
padding: 1px 0;
}
.PageNav a
{
text-decoration: none!important;
border: 1px solid transparent;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
color: #969696;
background-color: #fcfcff;
text-align: center;
border-color: #c8c8c8;
padding: 2px 7px;
}
.PageNav a:hover,.PageNav a:focus
{
color: #fff;
text-decoration: none!important;
background-color: #99a2a9;
border: 1px solid #c8c8c8;
}
.categoryStrip
{
background: linear-gradient(rgba(255,255,255,0.35),rgba(255,255,255,0) 75%) repeat-x scroll center top #e7e7e7;
background: -webkit-linear-gradient(rgba(255,255,255,0.35),rgba(255,255,255,0) 75%) repeat-x scroll center top #e7e7e7;
padding: 5px 10px;
border: #E6E3E3 1px solid;
border-radius: 3px 3px 0 0;
-webkit-border-radius: 3px 3px 0 0;
-moz-border-radius: 3px 3px 0 0;
-khtml-border-radius: 3px 3px 0 0;
min-height: 6px;
position: relative;
z-index: 1;
}
.categoryStrip .nodeTitle a
{
font-size: 14px;
color: #000;
}
.messageList
{
border: 1px solid #fff;
background: #fafafa;
margin: 5px 0;
}