﻿body
{
}

html, body, div, p, td, th, input, select, textarea {
  color: #4e5155;
  font-family: "Helvetica Neue Roman", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

h1
{
    font-family: "Helvetica Neue Roman" , Georgia, "New Century Schoolbook" , "Nimbus Roman No9 L" , serif;
    font-size: 28px;
}

h2
{
    font-family: "Helvetica Neue Roman" , Georgia, "New Century Schoolbook" , "Nimbus Roman No9 L" , serif;
    font-size: 19px;
}

div.p
{
    margin: 1.12em 0;
}

div.br
{
}

table.tabular
{
    border-collapse: collapse;
}

table.tabular tr th
{
    text-align: left;
    vertical-align: bottom;
    font-weight: bold;
    padding-left: 0px;
    padding-right: 20px;
}

table.tabular tr th.align-right
{
    text-align: right;
}

table.tabular tr td
{
    text-align: left;
    vertical-align: baseline;
    padding-left: 0px;
    padding-right: 20px;
    border-top: 1px solid LightGray;
    border-bottom: 1px solid lightgray;
}

table.tabular tr.alternating-row td
{
    /*background-color: #dddddd;*/
}

table.tabular tr td.align-right
{
    text-align: right;
}

table.tabular tr.empty-data-row td
{
    font-style: italic;
}

table.tabular tr.pager td table tr td
{
    padding-right: 5px;
}

table.name-value
{
    border-collapse: collapse;
    margin: 1.12em 0;
}

table.name-value tr td
{
    text-align: left;
    vertical-align: baseline;
    padding-left: 0px;
    padding-right: 20px;
}

table.name-value tr td input[type=text], table.name-value tr td textarea, table.name-value tr td select
{
    margin-bottom: 3px;
}

/*
TODO: Need to change the DTD so that IE7 and IE8 will recognize child selectors.
NOTE: Use of "inherit" for all styles above would be better her but is only supported in IE8 standard mode.
*/
table.name-value tr td td
{
    padding-right: 0px;
}

div.validation-summary
{
    color: Red;
    margin: 1.12em 0;
    font-style: italic;
}

.validator
{
    color: Red;
    font-style: inherit;
}

p.indent
{
    margin-left: 25px;
}

div.indent
{
    margin-left: 25px;
}

table.indent
{
    margin-left: 25px;
}

a {
  color: #1e70cd;
  text-decoration: none;
}

a:hover
{
    color: #ffd24f;
}

a img
{
    border-style: none;
}

.smaller-italic
{
    font-size: 13px;
    font-style: italic;
}

.gradient1 {
  background: #003b4d;
}

body.mobile div.master-page-header
{
    padding: 10px 10px 10px 10px;
}

body.mobile div.master-page-body
{
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 50px;
}

body.mobile div.master-page-footer
{
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

input[type=submit], input[type=button], a.button
{
    display: inline-block;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 13px "Helvetica Neue Roman" , sans-serif;
    padding: .5em 1em .5em 1em;
    font-weight: bold;
    color: #005384;
    border: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #ffd24f;
}

input[type=submit]:active, input[type=button]:active, a.button:active
{
    position: relative;
    top: 1px;
    left: 1px;
}

input[type=submit]:hover, input[type=button]:hover, a.button:hover
{
    color: #005384;
}

input[type=text].textbox, input[type=password].textbox
{
}

select.dropdownlist
{
    height: 25px;
}

.field-name {
  font-weight: bold;
  color: #003b4d;
}

div.aspNetHidden
{
    display: none;
}

input.aspNetDisabled
{
    background-color: #d3d3d3; /* LightGray */
}

.inherit-font-style
{
    font-style: inherit;
}

/* RadGrid */
.RadGrid .rgPagerCell .rgNumPart a.rgCurrentPage
{
	background-color: #68CADB !important;
    background-image: linear-gradient(#68CADB,#68CADB) !important;
}

.RadMenu .rgFilterMenu .rmContent {
    padding: 12px 12px !important;
}