﻿/*
*   Title: master_page.css
*   Description: css for master page
*   
*   Author          Date        Changes
*   Tiernan         18/04/08    created    
*
*/
.page_panel
{
    /*width: 1000px;*/
}
.header_main
{    
    width:940px;
}
.header_image_panel
{
    background-color:#FFFFFF;
    background-image:url(../images/headbg.gif);
    background-position:right center;
    background-repeat:no-repeat;
    clear:both;
    height: 91px;
    margin:0px;
    width:920px;
    display: block;
    padding: 0px 0px 0px 20px;   
}
.header_image_panel_tracking
{
    background-color:#FFFFFF;
    background-image:url(../images/headbg.gif);
    background-position:right center;
    background-repeat:no-repeat;
    clear:both;
    height:91px;
    margin:0px;
    width: auto;
    display: block;
    margin: 0px 20px 0px 0px;
    padding: 0px 0px 0px 20px;
}
.rcom_image
{
    float: left;
    padding: 24px 0px 0px 0px;
}

.bluetree_image
{
    padding: 24px 80px 0px 0px;
}
.branding_pnl
{
    text-align: right;
}
.header_bottom
{
    background-color:#FFFFFF;
    padding: 0px 0px 0px 10px;
    width: 100%;
	position: relative;
}
.header_bottom_image
{
   left: 0px;
}
.footer_top
{
    background-color:#FFFFFF;
    padding: 0px 0px 0px 10px;
    width: 100%;
    position: relative;
}
.footer_top_image
{
   left: 0px;
}
.footer_menu
{
	display:block;
}

.footer_menu_list
{
    list-style-type: none;
    padding: 0px 0px 0px 15px;
    font-family: Verdana, Arial;
    font-size: small;
    margin: 0px;
    _width: 400px;
    _position: relative;

}

.footer_menu_list li
{
    float: left;
    padding: 0px 2px 0px 2px;
    
}

.footer_menu a
{
    color: gray;
    cursor: default;
    text-decoration: none;
}
.footer_menu a:hover
{
    color: Black;
    cursor: pointer;
    text-decoration: underline;
}
.footer_menu_item:hover
{
    color: Black;
    cursor: pointer;

}
.content_middle_panel
{
  width: auto;
  float: none;
  position: relative;
  padding: 0px;
  margin: 0px;

}

.loading_panel
{
	position: absolute;
	top: -20px;
	left: 20px;
}

/***********************Generic CSS for controls etc.*************************/

.generic_button
{
}

/*help link css*/
.help_link a
{    
    color: Gray;
    text-decoration: underline;
    cursor: default;

}

.help_link a:hover
{
    color: Black;
    text-decoration: none;
    cursor: pointer;
}

.hidden_panel
{
    display: none;
}

.error_panel
{
	height: auto;
	padding: 100px 0px 100px 100px;
	color: #859CAD;
	font-family: Verdana Arial;
	font-size: large;
}