#ContentAreaTable {
    height: 100%;
}

#Head {
	position: relative;
    height: 128px;
    background-image: url( ../images/header_tile_blue.jpg );
    background-repeat: repeat-x;
}

    #Logo {
        position: absolute;
        top: 42px;
        right: 0px;
        width: 212px;
        padding-left: 24px;
        padding-top: 25px;
        height: 61px;
        background-color: white;
        background-image: url( ../images/logo_tile.jpg );
        background-repeat: repeat-x;
    }

        #AdapterTile {
            position: absolute;
            top: 0px;
            left: 0px;
        }

    #Claim {
        color: white;
        padding: 33px 0px 0px 25px;
    }

	#ServiceNavigation {
	    position: absolute;
	    right: 10px;
	    top: 10px;
	}

	    #ServiceNavigation td {
	        padding-right: 8px;
	    }

	    #ServiceNavigation td a {
	        text-decoration: none;
	        color: white;
	        font-size: 90%;
	    }

        #ServiceNavigation td a:hover {
            text-decoration: underline;
        }

#BannerArea {
    height: 208px;
    background-image: url( ../images/stage_tile_blue.jpg );
    background-repeat: repeat-x;
    position: relative;
}

    #BannerText {
        position: relative;
        top: 50px;
    }

        #BannerText h1 {
            color: white;
            font-size: 13px;
        }

    #BannerForm {
        position: absolute;
        right: 0px;
        top: 14px;
        height: 180px;
        width: 240px;
        background-color: white;
        font-size: 11px;
        display: none;
    }

#BannerContainer {
    padding: 11px 0px 0px 11px;
}

	#BannerContainer table {
	    width: 230px;
	}

    #BannerContainer td {
        text-align: center;
        vertical-align: middle;
        background-color: #f5f9fa;
        padding: 5px 0px 5px 0px;
	}

	    #Username {
	        width: 185px;
	    }

	    #Passwd {
	        width: 185px;
	    }

#SearchContainer {
    margin-top: 10px;
    padding: 0px 0px 0px 11px;
}

    #SearchContainer table {
        width: 230px;
    }

    #SearchContainer td {
        text-align: center;
        vertical-align: middle;
        background-color: #f5f9fa;
        padding: 5px 0px 5px 0px;
    }

#ContentArea {
    background-image: url( ../images/content_tile.jpg );
    background-repeat: repeat-x;
}

    #ContentAreaTable {
        width: 940px;
    }

    #Content {

    }

    #ExtraContent {
        padding-top: 35px;
        /* border-left: 2px solid #d6dbde; */
    }

    #InnerContent {
        padding: 35px 10px 35px 28px;
    }

    #Search {
        width: 185px;
    }

#TeaserContent {

}

#TeaserLinks {
    height: 108px;
    background-image: url( ../images/teaser_link_tile.jpg );
    background-repeat: repeat-x;
}

#TeaserLinks ul {
    margin: 0px 0px 0px 0px;
    padding: 12px 0px 0px 0px;
    list-style: none;
}

#TeaserLinks li {
    background-image: url( ../images/tl_arrow.gif );
    background-repeat: no-repeat;
    background-position: 0px 2px;
    padding: 0px 0px 7px 10px;
}

#TeaserLinks li a {
    color: white;
    text-decoration: none;
}

#Teaser {
    margin: 0px;
    padding: 0px;
}

#Footer {
    height: 180px;
    background-image: url( ../images/footer_tile.jpg);
    background-repeat: repeat-x;
}

    #Buttons {
        float: left;
        position: relative;
        height: 180px;
        padding: 15px 0px 0px 15px;
	    background-image: url( ../images/footer_sep.jpg);
	    background-repeat: no-repeat;
    }

#Callback {
    font-size: 85%;
    margin: 8px 0px 0px 7px;
}

	#Callback td {
	    vertical-align: top;
	}

	#Callback h1 {
	    color: white;
	}

    #Callback td.submitRow {
        text-align: right;
    }

    #Callback td.submitRow input {
        text-decoration: underline;
        color: #BB5D1F;
        background-color: #5a798b;
        border: none;
        height: 29px;
        padding-bottom: 2px;
    }

    #Callback td.aura {
        background-color: #5a798b;
        padding: 8px 0px 8px 8px;
    }

    #Callback td.aura input {
        height: 20px;
        width: 211px;
    }

    #Callback p {
        margin-bottom: 0px;
    }

#Xhb {
	padding: 10px 0px 0px 10px;
}

#Xhb h2 {
    color: white;
    font-size: 150%;
}

#XhbDate {
    margin-bottom: 10px;
}

#CcwContent {
    color: white;
}

#CcwContent a {
    color: #112c5d;
}

#XhbDate a {
    color: #112c5d;
}