﻿* {
    box-sizing: border-box;
    padding: 0; 
    margin: 0; 
}

html,body,form {
    padding-top: 0;
    height: 100%;
}

html {
    font-family: 'Source Sans Pro', sans-serif;
}

body {
    background:#fff;  
    font-size:16px;
    padding-bottom: 35px;
    height: calc(100% - 55px);
}

body .wrapper {
    background:#FFF8DC; 
    width:960px; 
    padding:10px; 
    margin:0px auto;
}

h1 {
    font-weight: bold;
    font-size: xx-large;
	color: #666;
	text-align: center;
	padding: 20px 0;    
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 18px;
}

ul {
    margin: 0.75em 0;
    padding: 0 1em;
    list-style:none;
}
li:before { 
    content: "";
    border-color: transparent #666;
    border-style: none;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}
table { 
    border-bottom: 1px dotted blue; 
    border-left: 1px dotted blue;
}

td { 
    padding: 5px; 
    border-top: 1px dotted blue; 
    border-right: 1px dotted blue;
}

::-webkit-input-placeholder {
   color: red;
}

:-moz-placeholder { /* Firefox 18- */
   color: red;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: red;  
}

:-ms-input-placeholder {  
   color: red;  
}

#container {
    width: 700px;
    margin: 10px auto;
}

.mGrid { width: 100%; background-color: #fff; margin: 5px 0 10px 0; border: solid 1px #525252; border-collapse:collapse; }
    .mGrid td { padding: 2px; border: solid 1px #c1c1c1; color: #666; }
    .mGrid th { padding: 4px 2px; color: #fff; background: #737373 repeat-x top; border-left: solid 1px #525252; font-size: 0.9em; }
.mGrid .alt { background: #fcfcfc /*url(Images/grd_alt.png)*/ repeat-x top; }
.mGrid .pgr {background: #737373 repeat-x top; }
    .mGrid .pgr table { margin: 5px 0; }
    .mGrid .pgr td { border-width: 0; padding: 0 6px; border-left: solid 1px #666; font-weight: bold; color: #fff; line-height: 12px; }   
    .mGrid .pgr a { color: #fff; text-decoration: none; }
    .mGrid .pgr a:hover { color: #000; text-decoration: none; }
.mGrid th a:hover { color: #b2dbff; }

.my_btn { 
  font-family:Arial; 
  font-size:10pt; 
  font-weight:normal; 
  height:18px; 
  line-height:30px; 
  width:24px; 
  border:0px;
  background-image:url('Images/pdf-icon-small.gif'); 
  cursor:pointer;
}

.logo {
    height: 55px;
}

.content-wrapper {
    position: relative;
    min-height: 100%;
}

.box {
    width: 100%;
    margin: 0 auto;
}

.content {
    padding-bottom: 60px;
}

.footer {
    font-size: 10px;
    text-align: center;
    width: 100%;
    height: 70px;
    padding-top: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer p {
    margin: 0px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .wrapper {
        max-width: 300px;
        width: 300px;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .wrapper {
        max-width: 480px;
        width: 480px;
    }
}

.search-input {
    background-color: #f7f7f7;
        /*THIS IS THE SEARCH BOX -  NEED TO PLAY AROUND WITH THIS TO MAKE IT LOOK BETTER*/
    color: #666;
    font-size: 16px;
    font-family: 'Segoe UI',Tahoma,Arial,Helvetica,sans-serif;
    margin-top: 0px;
    border: 1px solid #c1c1c1;
    display: block;
    float: left;
    width: 250px;
    height:28px;
    padding: 0 5px;
    -webkit-appearance: none;
}

.panel-item {
    float: left;
}

.panel-label {
    margin-top: 5px;
    margin-right: 5px;
}

.panel-btn {
    /*border: 1px solid #c1c1c1;
    color: #666;
    display: block;
    height:28px;
    padding: 3px 5px;
    float: left;*/
    margin-left: 0px;
}

.panel-btn:hover {
    color: #fff;
    background-color: #666;
    text-decoration: none;
}

.panel-btn:focus {
    color: #fff;
    background-color: #666;
    text-decoration: none;
}

.list_style_1 {
    padding: 0px;
}

.reg-help-link {
    border: none;
    float: none;
    display: inline-block;
    color: blue;
    text-decoration: underline;
}

reg-help-link:hover {
    background-color: none;
    cursor: pointer;
}

.reg-list-table {
    border: none;
 }

.reg-list-table td {
    padding: inherit;
    border: none;
}

.reg-list-link {
    color: blue; 
    text-decoration: underline;
}

.reg-list-link:hover {
    cursor: pointer;
}

div.spaceabove {
    padding: 5px;
    display: inline-block;
}

th a {
    color: white;
}

table.tblAdvancedSearch td
{
    border: none !important;
}

tr.pgr a
{
    text-decoration: underline !important;
}

tr.pgr span
{
    text-decoration: none !important;
}

tr.pgr table
{
    border: none !important;
}

