﻿body {
}

/* Web Parts */

#customise_container 
{
    display: none;
}

#webpart_container, #customise_container
{
    text-align:left;
    padding: 0 3px 20px 12px;
    width: 967px;
    background: #f2f2f2;
}
    
#webpart_left, #customise_left
{
    width: 322px;
    float: left;
}

#webpart_middle, #customise_middle
{
    width: 322px;
    float: left;
}

#webpart_right, #customise_right
{
    width: 322px;
    float: right;
}

/* Styles used by the Skins */

.PartTitleStyle table tr td 
{
	padding:0px 10px 10px 5px;
}

.PartTitleStyle table tr td span 
{
    font-size: 130%;
    color: #fff;
	padding-right: -10px;
}

.MenuVerbStyle
{
    border: 1px solid #000;
    color: #fff;
}

.MenuPopupStyle
{
    background: #990000;
    border: 1px dashed #ccc;
}

.HeaderStyle
{
    text-align:center;
    color: #f2f2f2;
    font-size: 60%;
}

.PartChromeStyle
{
    border: none !important;
}

.MenuVerbHoverStyle
{
     background:#664499;
     color: #fff;
}

.TitleBarVerbStyle
{
    color: #fff;
}

.EmptyZoneTextStyle
{
    font-size: 100%;
    text-align: center;
    min-height:300px
}

.WebPartZoneStyle
{
    width:95%;
}

.MenuLabelHoverStyle
{
    color: #639;
}

.MenuLabelStyle
{
    color: #fff;
    font-size: 140px;
}
