﻿/*
    Styles CSS WebCommon/Help.aspx.
*/

.overflowNone {
    overflow: hidden;       
}

.helpContainer {
    min-height: 100%;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
}

.helpHeader {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 49px;
    width: 100%;
    background-color: white;
}

.helpContent {
    width: 100%;
    position: absolute;
    top: 50px;
    bottom: 50px;
    border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #aaaaaa;
    border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #aaaaaa;
}

.helpFrame {
    height: 100%;
    width: 100%;
    border: 0px;
}

.helpFooter {
    background-color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
 }

button{
    margin-top: 10px;
}