* {
    margin: 0;
    padding: 0;
}

html {
    overflow: hidden;
}

body {
    position: relative;
    font-size: 9.5pt;
    color: #002D62;
    font-family: Verdana;
    margin: 0;
    height: 100%;
    padding-bottom: 24px;
    min-width: 1024px;
    min-height: 768px;
}

article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

table {
    font-family: Verdana;
    margin: 0;
    padding: 0;
}

tr {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

td {
    margin: 0;
    padding: 0;
}

footer {
    display: block;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    color: #999;
    width: 100%;
    height: 24px;
    min-height: 24px;
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: 0px;
    background-color: whitesmoke;
}

.footertext {
    font-size: 8pt;
    color: gray;
    font-family: Verdana, Arial;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 3px;
}

#horizontal-bar {
    position: relative;
    height: 97px;
    min-height: 97px;
    min-width: 800px;
    background-color: #002D62;
}

#site-logo {
    position: relative;
    width: 190px;
    height: 66px;
    margin-left: -15px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-top: 15px;
    align-content: center;
    float: left;
}

#top-menu {
    position: relative;
    width: 100%;
    min-width: 480px;
    height: 100%;
    margin: 0;
    padding: 0;
}

#page-banner {
    position: relative;
    float: right;
    margin: 0;
    padding: 7px;
    background-color: #2f4f7f;
    background: -webkit-gradient(linear, left top, left bottom, from(#8097B1), to(#002D62));
    /* For Chrome and Safari */
    background: -moz-linear-gradient(top, #8097B1, #002D62);
    /* For old Fx (3.6 to 15) */
    background: -ms-linear-gradient(top, #8097B1, #002D62);
    /* For pre-releases of IE 10*/
    background: -o-linear-gradient(top, #8097B1, #002D62);
    /* For old Opera (11.1 to 12.0) */
    background: linear-gradient(to bottom, #8097B1, #002D62);
    /* Standard syntax; must be last */
    border-top-left-radius: 16px;
    -webkit-border-top-left-radius: 16px;
    -moz--border-top-left-radius: 16px;
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#8097B1', EndColorStr='#002D62')";*/
    font-family: Verdana;
    font-weight: bold;
    font-size: 18pt;
    color: White;
    clear: right;
    white-space: nowrap;
}

#top-menu-nav {
    position: relative;
    display: block;
    float: right;
}

#vertical-bar {
    position: fixed;
    top: 81px;
    bottom: 24px;
    height: 100%;
    width: 100%;
    background-color: transparent;
}

#side-menu {
    position: fixed;
    width: 195px;
    min-width: 195px;
    top: 81px;
    bottom: 24px;
    margin: 0;
    padding: 0;
    float: left;
    background-color: #002D62;
}

#side-menu-nav {}

#web-content {
    position: fixed;
    overflow: auto;
    top: 81px;
    bottom: 24px;
    right: 0px;
    left: 195px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 25px;
    padding-bottom: 80px;
    /*This should be equal or greater than footer Height*/
    background-color: #C6D5E6;
    border-top-left-radius: 16px;
    -webkit-border-top-left-radius: 16px;
    -moz-border-radius: 16px;
}

#web-content .PageHeader {
    font-weight: bold;
    font-size: 18px;
    font-family: Verdana, Arial;
    color: #03295E;
    margin: 0;
    text-shadow: 1px 1px 1px white;
}

.normalButton{
    /*display: block;*/
    border-top: 1px solid #96d1f8;
    background-color: #E5F1FF;
    background-image: url("gradient-top-menu-button.svg");
    background: -webkit-gradient(linear, left top, left bottom, from(#E5F1FF), to(#8097B1)); /* For Chrome and Safari */
    background: -moz-linear-gradient(top,  #E5F1FF,  #8097B1); /* For old Fx (3.6 to 15) */
    background: -ms-linear-gradient(top, #E5F1FF, #8097B1); /* For pre-releases of IE 10*/
    background: -o-linear-gradient(top, #E5F1FF, #8097B1); /* For old Opera (11.1 to 12.0) */ 
    background: linear-gradient(to bottom, #E5F1FF, #8097B1); /* Standard syntax; must be last */

    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
	
    box-shadow: rgba(0,0,0,1) 0 1px 3px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 3px;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 3px;
	
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    -webkit-text-stroke: 1px transparent;

    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;

    padding-left :9px;
    padding-right :9px;
    color: #00285E;
    min-width:100px;
    max-width:200px;
    font-weight:normal ;
    font-size: 13px;
    cursor: pointer;
    height: 30px;
    font-family:"Lucida Grande", "Verdana", sans-serif;
    /*color: rgba(255,255,255,.85);*/
    color: rgba(0,45,98,.85);
    text-decoration: none; 
	}

.normalButton:hover {
  /*border-color: black;*/
		border-top: 1px solid #4789b4;

	background-color: #2f4f7f;
	background-image: url("gradient-top-menu-button-hover.svg");
	background: -webkit-gradient(linear, left top, left bottom, from(#8097B1), to(#E5F1FF)); /* For Chrome and Safari */
	background: -moz-linear-gradient(top,  #8097B1,  #E5F1FF); /* For old Fx (3.6 to 15) */
	background: -ms-linear-gradient(top, #8097B1, #E5F1FF); /* For pre-releases of IE 10*/
	background: -o-linear-gradient(top, #8097B1, #E5F1FF); /* For old Opera (11.1 to 12.0) */ 
	background: linear-gradient(to bottom, #8097B1, #E5F1FF); /* Standard syntax; must be last */
	color: rgba(0,45,98,.85);

}

.normalButton:active {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

select {
    clear:both;
    font-size: 8pt;
    color:#00285E;
    border: 1px solid  #00285E;
    min-height :21px;
    border-radius : 6px;
    padding-left:6px;
    padding-right:6px;
    padding-top:3px;
    padding-bottom:3px;
}
