BODY
{
	background-color: #FFFFFF;
        font-family: Verdana, Arial, sans-serif;
}
.content{
    width: 100%;
    FONT-FAMILY: Verdana, Arial, sans-serif;
}
.clear{   
    clear: both;
}

.shadow {
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 5px 6px #ccc;  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 5px 6px #ccc;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

a {
color: #0000FF;
}

a:visited
{
color: #800080;
}

a:hover{
    color: #FF0000;
    text-decoration: underline;
}

.banner{
    width: 100%;
    border-bottom: 2px solid #515A5A;
    background-color: #fff;
    background-image: linear-gradient(#616A6B,#D7DBDD,#616A6B);
}
.banner-img{
    height: 75px;
}
.content{
    min-height: 200px;
}

.footer{
    width: 100%;
    margin-top: 1em;
    border-top: 2px solid #515A5A;
    background-color: #fff;
    height: 2em;
}

.right{
    float: right;
}
.left {
    float: left;
}

.header{

    font-size: 12pt;
    color: #000000;
    margin-top: 0px;
    padding: 3px;
    background: #c8cce1;
    font-weight: bold;
    width: 100%;
}
.error{
    color: red !important;
}

.subheader{
    font-size: 9pt;
    color: #FF8400;
    margin-top: 15px;
    border-top: 1px dotted #cecece;
    border-bottom: 1px dotted #cecece;
    width: 100%;
    font-weight: bold;
}

.footer{
    /*border-top: 1px solid #a9a9a9;*/
    font-size: 8pt;
    color: #1f4b91;
}

nav {
    font-size: 0; /* Remove annoying whitespace between Nav Elements (white-space-collapse got moved to CSS4) */
    /*width: 1400px;*/
    background-color: #f0f0f0;
    
}
nav li {
    background-color: #f0f0f0;
}
/*
nav ul {
    padding: 1px;
    border: 1px solid #003366;
}

nav ul li ul li{
    background-color: #f1f0f1;
}
nav ul li ul li ul li {
    background-color: #f2f0f2;
}
*/
nav li:hover {
    background-color: #D5DBDB;
}

nav a {
    font-size: 10pt; 
    padding: 0.5em;
    display: block; /* So we can have padding */
    white-space: nowrap; /* No linebreaks in the menu */
    text-decoration: none;
    
}
nav a, nav a:visited{
    color: #003366;
}
nav a:hover,
nav a:focus,
nav a:active {
    color:#cd6a00;
}

nav ul {
    list-style: none; /* Remove Bullets from Lists */
    padding: 0.1em; /* remove default browser padding for ul */
    z-index: 1000;
}

/* Any list item in the menu */
nav li {
    position: relative; /* positioned so this is the reference. Required to be able to have the sub menu show up at the same level */
    display: inline-block;
}

/* All Sub menues */
nav ul ul {
    display: none; /* Hide sub menu by default */
    position: absolute; /* Absolute position to push the sub menu out of the box instead of making the box larger and having the top level menu pushed down */
}

/* Show sub menu on hover */
nav li:hover > ul {
display: block;
}

/* Any sub menu below the second level (Flyout menues in the dropdown) */
nav ul ul ul {
    left: 100%; /* Pushes the menu to the right of it's parent */
    top: 0; /* Make it appear at the same level as it's parent */
}
/* Make the top menu (first level) at least 100px wide  */
nav > ul > li {
    min-width: 100px;
}
/* Make the dropdown menu (first level) at least as wide as it's parent */
nav > ul > li > ul > li {
    min-width: 100%;
}
/* Make the flyout menu (second level) at least as wide as it's parent */
nav > ul > li > ul > li > ul > li {
    min-width: 100%;
}


/* end nav menu */


pre, code {
  font-family: monospace, monospace;
}
pre {
  overflow: auto;
}
pre > code {
  display: block;
  padding: 1rem;
  word-wrap: normal;
}
button.osx {
    text-decoration: none;
    font-family:".LucidaGrandeUI", "Lucida Grande", "Lucida sans unicode";
    color: black;
    font-size: 11px;
    padding: 1px 7px;
    border:1px solid #9C9C9C;
    margin: 2px 2px;
    display: inline-block;
    background-image: -webkit-linear-gradient(
    #ffffff 0%, #F6F6F6 	30%, 
    #F3F3F3 45%, #EDEDED 	60%, 
    #eeeeee 100%);
    border-radius: 5px;
    cursor: default;
    box-shadow: 0px 0px 1px rgba(0,0,0,0.20);
}
button.osx:active {
    border-color:#705ebb;
    background-image:-webkit-linear-gradient(
    #acc5e9 0%, 		#a3c0f2 18%, 
    #61a0ed 39%,		#55a3f2 70%, 
    #82c2f1 91.72%, 	#9AD2F2 100%); 
    box-shadow: 0px 0px 1px rgba(0,0,0,0.65);		
}
button.osx.disabled {
    color: #999!important;
    background-image: -webkit-linear-gradient(#fbf8f8 0%, #f0f0f0 30%, #e3e3e3 45%, #d7d7d7 60%, #cbc9c9 100%);
}
.userprofile {
    margin-top: .5em;
    float: right;
}
.userid {
    color: #000;
    font-size: 10px;
    FONT-FAMILY: Verdana, Arial, sans-serif;
    text-decoration: none;
    margin-right: .5em;
}

.form_label{
    display: inline-block;
    float: left;
    clear: left;
    min-width: 10%;
    max-width: 20%;
    text-align: left;
    padding-left: 2em;
    vertical-align: middle;
    margin-bottom: .5em;
    font-size: 12px;
}

.form_field{
    display: inline-block;
    min-width: 30%;
    max-width: 70%;
    float: left;
    padding-left: 1em;
}

.form_button {
    display: inline-block;
    float: left;
    clear: left;
    width: 10%;
    text-align: center;
    margin-top: 1em;
    margin-left: 2em;
    vertical-align: middle;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}

.notes{
    width: 100%;
    height: 100%;
    overflow-y: scroll;   
    overflow-x: hidden;  
    resize: vertical;
}