﻿@media screen
{
    /* Pulled from corporate/index.htm*/
    #headerbody { /*apDiv1*/
	    position:relative;
	    /*left: 15px;
	    top:0px;
	    width:946px;*/
	    height:138px;
	    z-index:100;
	    background-color: #ffffff;
    }
    #searchbar {
	    position:absolute;
	    left:810px;
	    top:110px;
	    width:196px;
	    height:30px;
	    z-index:1;
	    font-size: 9px;
	    line-height: 9px;
    }
    .textmiddle {margin-top:2px;}

    #login { /* the login at the top of pages below the header's banners' text */ /*apDiv7*/
	    position:absolute;
	    left:547px;
	    top:65px;
	    width:396px;
	    height:49px;
	    z-index:101;
	    text-align: right;
    }
    .loginstyle1 {
	    font-size: 12px;
    }
    .loginstyle3 {font-size: 10px}

    .TopHeader
    {
         background-image: url(images/Header/SouthData_Header.png);
	     background-repeat: no-repeat;
	     height:105px; 
	     background-color: #37445E;
    }

    #login_subheading
    {
	    font-size: 0.75em;
	    padding-top: 3px;
    }

    .TopMenu
    {
 	        background-image: url(images/Header/Menu_Bg.jpg);
	        background-repeat: repeat-x;
	        height:30px; 
	        vertical-align: middle;
    }

    .MarketLabel
    {
        float:right;
        color:#ffffff;
        font-size: 1.6em;
        padding-top:14px;
        padding-right:15px;
        text-align:right;
    }

    .TopLogin
    {
        font-size:0.5em;
        padding-top:10px;
    }
	
	.BottomLogin
	{
		position: absolute;
        bottom: 8px;
        left: 10px;
         clear: both;
	}
	
    .MenuDiv
    {
	    float: left;
	    /*margin-top: auto;
	    margin-bottom: auto;
	    height: 30px;*/
    }

    .MenuHeader
    {
	    font-size: 0.9em;
    }

    .MenuItem
    {
	    font-size: 0.8em;
    }
    
    .btn_login, .btn_search
    {
		vertical-align: top;
    }
}
