﻿body 
{
    background-color: #143958;
    font-family: Tahoma;
    font-size: 12px;
    color: Black;
    margin: 0;
}
form1
{
	margin:0;
	padding: 0;
}

.main_div
{
    margin-left: auto;
    margin-right: auto;
    width: 966px;
    padding:10px 0 0 0;

}
.main_centre_div
{
    background-color: #dadcbf;
    width: 952px;
    text-align:left; 
    border: solid white;
    border-width: 0 7px 0 7px;
    
}

.border_top
{
	width:966px;
	height:7px;
	background-image:url(/masters/images/main-border-top.png);
}

.border_bottom
{
	width:966px;
	height:7px;
	background-image:url(/masters/images/main-border-bottom.png);
}

/* Menu */
.menu_main
{
	border: solid white; 
	border-width: 0 0 7px 0;
}
.menu_header
{
	border:solid white; 
	border-width:0 0 7px 0;
	width: 952px;
	height: 40px;
	background-image:url(/masters/images/main-menu/topbar.jpg);
}
.menu_float
{
	float:left;
}
.menu
{
}
/* banner */
.banner
{
	width:952px;
	height:250px;
	background-image:url(/masters/images/whocast-banner.jpg);
	border:solid white; 
	border-width:0 0 7px 0;
}
.banner_ad
{
	border:solid white; 
	border-width:0 0 7px 0;
}
.clear
{
    clear:both;
}
.top_banner
{
}
.top_ad_bar
{
    border: solid white; 
    border-width: 7px 0 7px 0;
}
.info_bar
{
    background-image:url(/images/common/info-bar-background.jpg);
    width:100%;
    height: 37px;
}




/*AJAX FLY-OUT*/
.QuickLinksFlyoutPopup
{
    background-color: #ccccff;
    border: solid 1px white;
    padding:5px;
    width:150px;
}

.QuickLinksFlyoutPopup a
{
    color: #2d3a4a;
    
}
.QuickLinksFlyoutPopup a:hover 
{

    color: #5c799d;
}