﻿html {
    background-color: #000000;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
    border-top: solid 10px #000;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 98%;
	min-height: 100%;
	margin: 0 auto -40px;
}

#body {
    background-color: #ffffff;
    clear: both;
    padding-bottom: 35px;
}

    .main-content {
        padding-left: 10px;
        padding-top: 30px;
    }


header .content-wrapper {
    padding-top: 10px; 
}

header .content-wrapper {
    height: 10px; 
}
    
footer {
    clear: both;
    background-color: #000000;
    font-size: .8em;
    height: 10px;
	color: #ffffff;
}

/* menu
----------------------------------------------------------*/
ul#menu {
	font-size: 1.3em;
	font-weight: 600;
	margin: 0 0 5px;
	padding: 0;
	text-align: right;
}

ul#menu li {
    display: inline;
    list-style: none;
    padding-left: 15px;
}

ul#menu li a {
    background: none;
    color: #000;
    text-decoration: none;
}

ul#menu li a:hover {
    color: #fff;
    text-decoration: none;
}


.maintButton {
    width:175px; height:175px; 
    text-align:center; 
    vertical-align:middle; 
    border:2px solid black; 
    background-color:#e2e2e2; 
    font-size:16pt; 
    font-weight:bold;
}
.EntryText {
    text-align:left; 
    font-size:14pt; 
    font-weight:normal;
    width:96%;
    vertical-align:middle;
    color:black;
}
.EntryLabel {
    text-align:right; 
    font-size:14pt; 
    font-weight:bold;
    padding-right:10px;
    vertical-align:middle;
    color:black;
}
.EntryTextSm {
    text-align:left; 
    font-size:10pt; 
    font-weight:normal;
    width:96%;
    vertical-align:middle;
    color:black;
}
.EntryLabelSm {
    text-align:right; 
    font-size:10pt; 
    font-weight:bold;
    padding-right:10px;
    vertical-align:middle;
    color:black;
}

.ErrLabel {
    text-align:left; 
    font-size:10pt; 
    font-weight:normal;
    color:red;
}

.tblEdit {
	width:100%; text-align:center; border-collapse: separate; border-spacing: 10px;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
:-moz-placeholder { /* Firefox 18- */
  color: pink;
}

.loginLabel {
	font-size:1.2em;
	font-weight:600;
	font-family:"Segoe UI", Verdana, Helvetica, Sans-Serif;
	color:#333;
	display:block;
}

.loginText {
	border:1px solid #e2e2e2;
	background:#fff;
	color:#333;
	font-size:1.2em;
	margin:5px 0 6px 0;
	padding: 5px;
	width:300px;
}

.loginButton {
	font-size:1.2em;
	font-weight:600;
	cursor:pointer;
	border:1px solid #787878;
	background-color:#d3dce0;
	padding:7px;
	margin-right:8px;
	width:auto;
	font-family:"Segoe UI", Verdana, Helvetica, Sans-Serif;
	color:#333;
}

label.checkbox {
	display: inline;
	color:#333;
	font-size:1.2em;
	font-weight:600;
}

.NavBtn {
	height:74px; 
	width:125px; 
	background-image:url("Images/nav-div.jpg"); 
	background-repeat:repeat-x;
	text-align:center; 
	vertical-align:middle;
	font-size:14pt; 
    font-weight:bold;
	font-family:"Segoe UI", Verdana, Helvetica, Sans-Serif;
	border:2px solid black;
}

.grad1 {
    background: #ff8080;
    background: -webkit-linear-gradient(#ff8080, #ffcccc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ff8080, #ffcccc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ff8080, #ffcccc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ff8080, #ffcccc); /* Standard syntax (must be last) */
}
.grad2 {
    background: #808080;
    background: -webkit-linear-gradient(#808080, #cccccc); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#808080, #cccccc); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#808080, #cccccc); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#808080, #cccccc); /* Standard syntax (must be last) */
}
.grad3 {
    background: #cccccc;
    background: -webkit-linear-gradient(#cccccc, #ffe6e6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#cccccc, #ffe6e6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#cccccc, #ffe6e6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#cccccc, #ffe6e6); /* Standard syntax (must be last) */
}

.ROTable
{
	background: #cccccc;
    background: -webkit-linear-gradient(#cccccc, #ffe6e6); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#cccccc, #ffe6e6); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#cccccc, #ffe6e6); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#cccccc, #ffe6e6); /* Standard syntax (must be last) */
	width:100%;
	text-align:center;
	border:1px solid #333;
}
.ROTableHdr
{
	text-align:center; 
	background: #000000;
    font-size:12pt; 
    font-weight:bold;
    vertical-align:middle;
    color:white; 
	height:25px;
}
.ROTableSubHdr
{
	text-align:center; 
	background: #808080;
    font-size:12pt; 
    font-weight:bold;
    vertical-align:middle;
    color:white; 
}


