﻿a, a:active, a:link, a:visited
{
    text-decoration: none;
    color: #006AD5;
}
a:hover
{
    text-decoration: none;
    color: #CC3300;
}
img{
    border:0px;
}
.button
{
    border-color:#CCCCCC;
    border-width:1px;
    border-style:solid;
}
/*utilities*/
.cursor-hand{
    cursor:pointer;
    cursor:hand;
}
.space
{
    height:10px;
}
.line
{
    border-top-style: dashed;
    border-top-width: 1px;
    border-top-color: #808080;
}
.clear
{
    clear:both;
}
/*rss*/
.rssheader{
    margin-bottom:5px;
    text-align: center;
    font-weight: bold;
    color: #FF3300;
}
.titlefield{ /*CSS for RSS title link in general*/
    text-decoration: none;
}
.labelfield{ /*CSS for label field in general*/
    color:Gray;
    font-size: 90%;
}
.datefield{ /*CSS for date field in general*/
    color:gray;
    font-size: 90%;
}
#rss
{
    width: 370px;
    height: 160px;
}
.rssformat div div{ /*Demo 3 P element that separates each entry*/
    margin-top: 0;
    margin-bottom: 7px;
    text-align:justify;
}
/*weather, gold,  rate*/
.weather
{
}
.gold
{
    margin-left:20px;
    margin-right:20px;
}
.rate
{
    margin-left:20px;
    margin-right:20px;
}
.source
{
    text-align:center;
    font-style:italic;
}
#service
{
    background-image: url(Images/service.jpg);
    background-repeat: no-repeat;
    height: 188px;
    empty-cells: show;
}
#service .header
{
    text-align:center;
    font-weight: bold;
    color: #CC3300;
}
#tablerate
{
    width: 130px;
    border: 1px;
    background-color: White;
    border-spacing: 0px;
    empty-cells: show;
}
/*contact us*/
.contact-label
{
    float:left;
    width:70px;
    margin:1px;
}
.contact-input
{
    text-align:left;
    margin:1px;
}
/*owner*/
.owner
{
    font-weight: bold;
}
/*advertisement*/
.adgobutton
{
    width:100%;
    text-align:center;
}
/*set as home page*/
.sethomepage
{
    cursor:pointer;
    cursor:hand;
}
.widget-header
{
    background-image: url(Images/controlheader.png);
    background-repeat: no-repeat;
    width: 190px;
    height: 20px;
    font-weight: bold;
    color: #FFFFCC;
    text-indent: 30px;
}
/*player*/
.widget-border
{
    border: 1px solid #99CC00;
}
/*video clip*/
#videoclip
{
    width:100%;
    margin:0px auto;
}
.clip-item
{
    width:33%;
    text-align:center;
    cursor:pointer;
    cursor:hand;
}
.clip-item a:hover
{
    color: #CC3300;
}
/*main menu*/
.mainmenu
{
    font-weight: bold;
    text-align:right;
    padding-top:38px;
}
.mainmenu a
{
    color: #FFFFFF;
    padding-left:30px;
    padding-right:15px;
}
.mainmenu a:hover
{
    color: #99FF33;
}
#search
{
    margin-top:28px;
    margin-left:100px;
}
#search img
{
    vertical-align:middle;
}
#player
{
    width:180px;
}
