/*
=================================================================================
WISEINTERNET APPLICATION DEVELOPMENT. ©2008 WISEINTERNET. WWW.WISEINTERNET.COM
All rights reserved. No unauthorised duplication. 
=================================================================================
*/

/*
	CSS STYLE NOTE:
	Lower case for html tag styles (html), camel case (DropDownList) for all other custom styles 
	Html elements first then list ID styles alphabetically with styles within the ID styles
	listed with HTML elements first followed by custom styles listed alphabetically
*/
/* CUSTOM STYLES */
.HomePanel
{
    padding: 0px 14px 0px 14px;
    background: url(/App_Themes/Jackobindi/img/bg_panel_home.gif) repeat-y;
}
.HomePanel h1
{
    font-size: 24px;
    position:relative;
    top: -7px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.HomePanel h2
{
    font-size: 17px;
    color: #cc0000;
    margin-top: 0px;
    margin-bottom: 5px;
    position:relative;
    line-height: 100%;
    top: -1px;
}
.HomePanel h3
{
    font-size: 12px;
    color: #000;
    margin-top: 3px;
    margin-bottom: 2px;
}
.HomePanelFeatured
{
    padding: 0px 14px 2px 14px;
    background: url(/App_Themes/Jackobindi/img/bg_panel_home_red.gif) repeat-y;
    color: #fff;
}
.HomePanelFeatured h1
{
    font-size: 18px;
    color: #fff;
    position:relative;
    top: -5px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.HomePanelFeatured h2
{
    font-size: 13px;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0px;
}
.HomePanelFeatured h2 a
{
    color: #fff;
    font-size: 13px;
}