Body
{
    font-family: Arial;
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
}

img
{
    display: block;
}

TD
{
    font-family: Arial;
    font-size: 8pt;
}

.MainNav TD
{
    font-size: 10pt;
}

.News
{
    font-family: Arial;
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
}

A.News:link, A.News:visited, A.News:hover, A.News:Active
{
    font-family: Arial;
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
}

A.News:hover
{
    font-family: Arial;
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
    text-decoration: underline;
}

A
{
    font-family: Arial;
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
}

A:link
{
    text-decoration: none;
    color: #0000ff;
}

A:visited
{
    text-decoration: none;
    color: #0000ff;
}

A:active
{
    text-decoration: none;
    color: #0000ff; /*#f39900;*/
}

A:hover
{
    text-decoration: underline;
    color: #0000ff;
}


#localmenu
{
    width: 99%;
    height: 25px;
}

#localmenu:after
{
    /*Add margin between menu and rest of content in Firefox*/
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#localmenu ul
{
    border: 1px solid #303030;
    width: 100%;
    height: 25px;
    background: url(../images/localnav/grey_gradient_bg.gif) center center repeat-x; /*Theme Change here*/
    margin-left: 0;
    padding-left: 0;
    margin: 0;
    float: left;
    font: bold 12px Verdana;
}


#localmenu ul li
{
    display: inline;
}


#localmenu ul li a
{
    float: left;
    color: #FFFFFF;
    font-weight: bold;
    padding: 6px 12px 6px 7px;
    text-decoration: none;
    background: url(../images/localnav/nav_separator.gif) center right no-repeat; /*Theme Change here*/
    font-family: Arial;
    font-size: 7pt;
}

#localmenu ul li a:hover
{
    color: #FFC080;
    background: url(../images/localnav/over.gif) center center repeat-x; /*Theme Change here*/
}

#localmenu ul li a[onMouseover]:after
{
    /*HTML to indicate drop down link*/
    content: " v"; /*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
    position: absolute;
    top: 0; /*border: 1px solid #000000; Theme Change here*/
    border-bottom-width: 0;
    font: normal 10px Arial;
    line-height: 18px;
    z-index: 100;
    font-weight: bold;
    color: #FFFFFF;
    width: 50px;
    visibility: hidden;
    vertical-align: top;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
    background-color: #cccccc; /* background: url(../images/localnav/sub_bg.gif) center center repeat-x; */ /*Theme Change here*/
}

.dropmenudiv a
{
    width: 100%; /*display:block;*/ /*text-indent: 3px;*/
    padding: 1px 0;
    text-decoration: none;
    color: black;
    background-color: #cccccc;
    font-weight: normal;
    font-size: 7pt; /*	background: url(../images/localnav/sub_bg.gif) center center repeat-x; */ /*Theme Change here*/
}

.dropmenudiv a:hover
{
    /*Theme Change here*/
    color: #000000;
    text-decoration: underline;
    font-weight: normal;
}
.dropmenudiv a:visited
{
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}

.dropmenudiv table
{
    background-color: #cccccc; /*background: url(../images/localnav/sub_bg.gif) center center repeat-x;*/ /*Theme Change here*/
}

/*  admin cell rollovers */
.tblAdmin
{
    width: 99%;
}

.tblAdmin table td
{
    border: 1px solid #BBB;
    width: 100%;
    background: url(..\Images\localnav\static.gif) center center repeat-x; /*Theme Change here*/
    margin-left: 0;
    padding-left: 0;
    margin: 0;
    float: left;
    font: bold 11px Verdana;
}

.tblAdmin td a
{
    float: left;
    color: #7F7F7F;
    font-weight: bold;
    padding: 6px 12px 6px 7px;
    text-decoration: none;
    background: url(divider.gif) center right no-repeat;
}



.tblAdmin td a:hover
{
    color: #ffffff;
    background: url(..\Images\localnav\over.gif) center center repeat-x; /*Theme Change here*/
}

.tblRed_bar
{
    background: url(../images/localnav/static.gif) center center repeat-x;
    color: #ffffff;
    border: 2px solid #000000;
    width: 100%;
    text-align: center;
    font-weight: bold;
}


.dgrdCoachAlter
{
    background-color: #D2D2D2;
    font-family: Arial;
    font-size: 8pt;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    color: Black;
}

.WebsiteBody
{
    background-image: url( "http://www.tenniscanada.ca/tennis_canada/Images/CharcoalBG.jpg" );
    background-color: #404040;
}

.MainNavBG
{
    background-color: #3D3D3D;
}

.MainNavMenuItem
{
    border-bottom: solid 1px #3D3D3D;
}

.MainNavMenuItemArrow
{
    font-weight: bold;
    font-size: 10pt;
    color: #d20b06;
    font-family: Tahoma;
}

.HomePageNewsTitle
{
    font-size: 14pt;
    font-weight: bold;
    color: #9C0200;
}

a.HomePageNewsTitle:link, a.HomePageNewsTitle:visited
{
    font-size: 14pt;
    font-weight: bold;
    color: #9C0200;
    text-decoration: none;
}

a.HomePageNewsTitle:hover
{
    font-size: 14pt;
    font-weight: bold;
    color: #9C0200;
    text-decoration: underline;
}

a.HomePageNewsTitle:active
{
    font-size: 14pt;
    font-weight: bold;
    color: #9C0200;
    text-decoration: none;
}

a.FullStoryLink:link, a.FullStoryLink:visited
{
    font-size: 9pt;
    font-weight: bold;
    color: #9C0200;
    text-decoration: none;
    font-family: Tahoma;
}

a.FullStoryLink:hover
{
    font-size: 9pt;
    font-weight: bold;
    color: #9C0200;
    text-decoration: underline;
    font-family: Tahoma;
}

a.FullStoryLink:active
{
    font-size: 9pt;
    font-weight: bold;
    color: #9C0200;
    text-decoration: none;
    font-family: Tahoma;
}

.NewsStorySeparator
{
    color: darkgray;
}

.TemplateTitle
{
    border-right: black 2px solid;
    border-top: black 2px solid;
    border-left: black 2px solid;
    border-bottom: black 2px solid;
    background-image: url(../Images/localnav/static.gif);
    background-position: center center;
    background-repeat: repeat-x;
    background-position: center center;
    background-repeat: repeat-x;
    height: 16px;
    color: white;
    padding-top: 2px;
    font-family: Arial;
    text-align: center;
    font-weight: bold;
    font-size: 8pt;
}

.PhotoGalleryBG
{
    background-color: #ffffff;
}

.PhotoGalleryListingBG
{
    background-color: #000000;
}

.PhotoGalleryDescriptionText
{
    color: #000000;
}

.PhotoGalleryPhotoCreditText
{
    color: #000000;
}

.GradientBG
{
    background: url(../images/localnav/static.gif) center center repeat-x; /*Theme Change here*/
}

.StaticMap
{
    width: 150px;
    height: 150px;
    z-index: 2;
}

.StaticMap IMG
{
    border: none;
}

.StaticMapMarker
{
    z-index: 2000;
    position: relative;
    left: 60px;
    top: -92px;
}

.StaticMapMarker IMG
{
    border: none;
}

