html, body, formTop
{
    margin: 0px;
    padding: 0px;
}
html
{
    height: 100%;
}
body
{
    
    height: 100%;
    margin: 0 auto;
}
body, p, div, td
{
    font-family: Arial,Tahoma, Verdana;
    font-size: 12px;
    line-height: 1.6em;
    color: #000000;
}
.Pane
{
    background-color: #ffffff;
}
input, select, textarea
{
    font-size: 100%;
}
.MainTable, .MainTable td
{
    /* text-align:center; */
}
/***************************************************/
.Menu
{
    width: 100%;
}

.Menu a:link, .Menu a:active, .Menu a:visited
{
    color: #F2F4F3;
    font-weight: bold;
    text-decoration: none;
}

.ReadMore
{
    cursor: pointer;
}
/***************************************************/
.news
{
    border-bottom: dashed 1px #C6C2C3;
    margin-top: 12px;
}
 
.TopNews
{
    background-color:White;
    border: solid 1px #E7E5E6;
    margin-bottom:8px;
}

.MoreNews
{

}
.TopNews h2, .TopNewsAlt h2,.news h2,.news h2 a,.MoreNews h2
{
    display: inline;
    font-size:13px;
}
.TopNews h2 a , .MoreNews h2 a
{
    color: #3E4744;
    text-decoration:none;
}

.TopNewsAlt h2 a
{
    color: #ffffff;
    text-decoration:none;
}
.news-date
{
    color: Gray;
    font-size: 10px;
    margin:0px 2px 0px 2px
}
.NewsReadMore, .NewsReadMore a
{
    color: #FF4D00;
    text-decoration: none;
}
.HotNews
{
    width: 91px;
    height: 65px;
    cursor: pointer;
   
}
.HotNewsOnDiamonds
{
   width: 91px;
    height: 65px;
    background: url('Images/HotNewsOn.png') -3px 0px;
    cursor: pointer;
}
.HotNewsOnWedding
{
   width: 91px;
    height: 65px;
    background: url('Images/HotNewsOn.png') -101px 0px;
    cursor: pointer;
}
.HotNewsOnMining
{
   width: 91px;
    height: 65px;
    background: url('Images/HotNewsOn.png') -198px 0px;
    cursor: pointer;
}

.HotNewsOnJewelry
{
    width: 91px;
    height: 65px;
    background: url('Images/HotNewsOn.png') -294px 0px;
    cursor: pointer;
}
.TopLinks
{
    text-align: right;
    padding-right: 16px;
}
.TopLinks a:link, .TopLinks a:active, .TopLinks a:visited
{
    color: White;
    text-decoration: none;
    font-size:11px;
}
.TagsTable
{
}
.TagsTable a:link, .TagsTable a:active, .TagsTable a:visited
{
    color: #49544E;
    font-weight: bold;
    text-decoration: none;
}
.Search
{
    background-image:url('Images/search.png');
}
.SearchBox
{
    margin-left: 10px;
    margin-top: 0px;
    border-width: 0px;
    background-color: #F4F4F4;
}
h1, h2
{
    font-size: 14px;
}

.Heading
{
    border: dashed 1px gray;
    background-color: gainsboro;
}
.Heading h1, .Heading h2
{
    font-size: 14px;
}
.Heading input
{
    background-color: gainsboro;
}

.Quote
{
    float: right;
    font-size: large;
    font-weight: bold;
    color: black;
    border-left: solid 1px gray;
    padding-left: 5px;
    border-right: solid 1px gray;
    padding-right: 5px;
    width: 200px;
}

.WeatherField
{
    font-size:smaller;
    color:Gray;
}
.WeatherTemp
{
    color:darkred;
}
.HotNewsA
{
    color:White;
    text-decoration:none;
    font-weight:bold;    
}
