﻿/* masterSiteLocation
=============================== */
.masterSiteLocation
{
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    text-indent: 10px;
}
/* News Sercher Box (newsSearchBox)
==================================== */
.newsSearchBox
{
    background: url("../../images/boxes/newsSearchLSbg.png") no-repeat scroll left top transparent;
    float: left;
    height: 79px;
    margin-top: 10px;
    width: 176px;
    padding: 0 10px;
}
/* oneBox
==================================== */
.oneBox
{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.oneBox .boxTop
{
    float: left;
    width: 191px;
    height: 10px;
    background: url("../../images/boxes/oneBox_top.png") no-repeat scroll left top transparent;
}
.oneBox .boxBottom
{
    float: left;
    width: 191px;
    height: 15px;
    background: url("../../images/boxes/oneBox_bottom.png") no-repeat scroll left top transparent;
}
.oneBox .boxMiddle
{
    min-height: 70px;
    float: left;
    width: 191px;
    background: url("../../images/boxes/oneBox_middle.png") repeat-y scroll left top transparent;
}
.oneBox .boxHeader
{
    background: url("../../images/boxes/oneBox_header.png") no-repeat scroll left top transparent;
    clear: both;
    float: left;
    height: 42px;
    margin: -5px 0 0 3px;
    width: 185px;
    display: inline;
}
.boxHeader h3
{
    text-indent: 10px;
}
/* aboutMenu
==================================== */
.aboutMenu
{
    float: left;
    list-style: none outside none;
    margin: 0 0 0 15px;
    padding: 0;
    width:174px;
}
.aboutMenu li a
{
    font-size: 12px;
}
.aboutMenu li a img
{
    float: left;
    margin-right: 5px;
    margin-top: 6px;
}
.aboutMenu li
{
    margin-top: 5px;
}
/* recently box
============================ */
.recentlyItem
{
    float: left;
    width: 150px;
    margin-left: 10px;
    display: inline;
}
.recentlyItem table
{
    float: left;
    width: 175px;
    text-align: center;
    margin-top: 10px;
}
.recentlyItem_imgBg
{
    background: url("../../images/boxes/recentlyImgBg.png") no-repeat scroll center top transparent;
    height: 112px;
}
.recentlyItem_imgBg img
{
    width: 110px;
    height: 110px;
}
.recentlyItem table a
{
    font-family: Tahoma;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}
.recentlySep
{
    height: 1px;
    width: 90%;
    margin-left: 5%;
    background-color: #DDDDDD;
    float: left;
    display: inline;
}
/* pager
======================================= */
.pagerCon
{
    float: left;
    width: 100%;
    border-top: solid 1px #DDDDDD;
    margin-top: 10px;
}
.pagerConTop
{
    border-bottom: 1px solid #DDDDDD;
    float: left;
    width: 100%;
    line-height: 25px;
    padding-bottom: 5px;
}

