﻿@media (max-width: 480px) {
    body {
		width: 100%;
	 }
	 .cLogo {
        width: 95%;
    }
    .main {
        padding: 0px 15px;
        margin: 12px 10px 8px 10px;
        min-height: 300px;
    }
    .divBody {
        padding-left: 10px;
    }
    div.accountInfo {
        width: 100%;
    }
	.csUsername{
        font-size: 10px;
    }
	.homea {
        border: 1px solid #000;
        padding: 20px;
        font-size: 18px;
        background: #005CBE;
        color: #FFF;
        height: 75px;
    }
    .homea:visited {
        color: #FFF;
        border: 1px solid #000;
        padding: 20px;
        font-size: 18px;
        background: #005CBE;
        height: 75px;
    }
	.mGridDocs {
        width: 100%;
    }
	legend {
        width: 50%
    }
	.mGrid {
        width: 100%;
    }
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
    .cLogo {
        width: 33%;
    }
    .main {
        padding: 0px 12px;
        margin: 12px 10px 8px 10px;
        min-height: 300px;
    }
    .divBody {
        padding-left: 50px;
    }
    div.accountInfo {
        width: 100%;
    }
	.mGridDocs {
        width: 80%;
    }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {
    .cLogo {
        width: 38%;
    }
    .main {
        padding: 0px 12px;
        margin: 12px 8px 8px 8px;
        min-height: 300px;
    }
    .divBody {
        padding-left: 185px;
    }
    div.accountInfo {
        width: 64%;
    }
	.csUsername{
        font-size: 10px;
    }
	.homea {
        border: 1px solid #000;
        padding: 20px;
        font-size: 18px;
        background: #005CBE;
        color: #FFF;
    }
    .homea:visited {
        color: #FFF;
        border: 1px solid #000;
        padding: 20px;
        font-size: 18px;
        background: #005CBE;
    }
	.mGridDocs {
        width: 60%;
    }
}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {
    .cLogo {
        width: 33%;
    }
    .main {
        padding: 0px 12px;
        margin: 12px 8px 8px 8px;
        min-height: 420px;
    }
    .divBody {
        padding-left: 350px;
    }
    div.accountInfo {
        width: 53%;
    }
	.homea {
        border: 1px solid #000;
        padding: 20px;
        font-size: 18px;
        background: #005CBE;
        color: #FFF;
    }
    .homea:visited {
        color: #FFF;
        border: 1px solid #000;
        padding: 20px;
        font-size: 18px;
        background: #005CBE;
    }
	.mGridDocs {
        width: 500px;
    }
}

/* Media Query for Large screens */
@media (min-width: 1281px) {
    .cLogo {
        width: 33%;
    }
    .main {
        padding: 0px 12px;
        margin: 12px 8px 8px 8px;
        min-height: 420px;
    }
    .divBody {
        padding-left: 350px;
    }
    div.accountInfo {
        width: 53%;
    }
	.homea {
        border: 1px solid #000;
        padding: 20px;
        font-size: 18px;
        background: #005CBE;
        color: #FFF;
    }
    .homea:visited {
        color: #FFF;
        border: 1px solid #000;
        padding: 20px;
        font-size: 18px;
        background: #005CBE;
    }
	.mGridDocs {
        width: 500px;
    }
}

body {
    line-height: 1.7em;
    background: #b6b7bc;
    font-size: .80em;
    font-family: Verdana,"Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #000000;
}

a:link, a:visited {
    color: #003468;
}

a:hover {
    color: #003468;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
@font-face {
    font-family: "logofont";
    src: local('logofont'), url(../Kingthings Hand Light.ttf) format('truetype');
}

.title {
    font-weight: bold;
    font-size: large;
    color: #003468;
}

.logo {
    font-weight: bold;
    font-family: logofont, Verdana,Arial;
    font-size: large;
}

.page {
    width: 100%;
    background-color: #fff;
    margin: 0px auto 0px auto;
    border: 1px solid #496077;
}

.header {
    font-family: Kingthings Hand Light;
    position: relative;
    margin: 0px;
    padding: 0px;
    /* background: #0085A7; */
    background: #003468;
    width: 100%;
    top: 0px;
    left: 0px;
    text-align: center;
}

    .header h1 {
        border-style: none;
        border-color: inherit;
        border-width: medium;
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        line-height: 2em;
        font-size: 2em;
        height: 70px;
        width: 95%;
    }

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #3a4f63;
    width: 100%;
}

div.menu {
    padding: 4px 0px 4px 8px;
}

    div.menu ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 4px 20px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
        width: 301px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    /*width: 320px;
    border: 1px solid #ccc; */
    border: 1px solid #000000;
    border-radius: 4px 4px 4px 4px;
    color: #000000;
    padding: 4px;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

/*.title
{
    padding-top:10px;
    display: block;
    text-align: center;
    width: auto;
}*/

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.tb11 {
    background: url(../images/search.png) no-repeat scroll 198px 4px #FFFFFF;
    height: 18px;
    padding: 4px 4px 4px 22px;
    width: 210px;
}

.water {
    background: url(../images/search.png) no-repeat scroll 198px 4px #FFFFFF;
    height: 18px;
    padding: 4px 4px 4px 22px;
    width: 210px;
    color: Gray;
}

input[type="text"], textarea, select, input[type="file"] {
    border: 1px solid #000000;
    font-size: 1.0em;
    font-family: Verdana;
    border-radius: 4px 4px 4px 4px;
    padding: 4px;
}



.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border-collapse: collapse;
    font-size: 9pt;
}

    .mGrid td {
        padding: 0px 7px 0px 7px;
        border-bottom: solid 1px #00c3f5;
        color: #000;
        line-height: 1.5em;
    }

    .mGrid th {
        padding: 0px 7px 0px 7px;
        color: #fff;
        background: #006DBE;
        border-left: solid 1px #00c3f5;
    }

    .mGrid td a {
        color: #000;
    }

    .mGrid th a {
        color: #fff;
        text-decoration: none;
    }

    .mGrid .alt {
        background: #EBF4FF;
    }

    .mGrid .pgr {
        background: #0083a4;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #00c3f5;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #fff;
                text-decoration: none;
            }

.mGridDocs {
    /* width: 100%; */
    background-color: #fff;
    margin: 5px 0 10px 0;
    border-collapse: collapse;
    font-size: 13px;
}

.mGridDocs td {
	padding: 3px 7px 3px 7px;
	border-bottom: solid 1px #00c3f5;
	color: #000;
	line-height: 1.5em;
}

.mGridDocs th {
	padding: 4px 7px 4px 7px;
	color: #fff;
	background: #006DBE;
	/* border-left: solid 1px #00c3f5; */
}

.mGridDocs td a {
	color: #000;
}

.mGridDocs th a {
	color: #fff;
	text-decoration: none;
}

.mGridDocs .alt {
	background: #EBF4FF;
}

.mGridDocs .pgr {
	background: #0083a4;
}

.mGridDocs .pgr table {
	margin: 5px 0;
}

.mGridDocs .pgr td {
	border-width: 0;
	padding: 0 6px;
	/* border-left: solid 1px #00c3f5; */
	font-weight: bold;
	color: #fff;
	line-height: 12px;
}

.mGridDocs .pgr a {
	color: #666;
	text-decoration: none;
}

.mGridDocs .pgr a:hover {
	color: #fff;
	text-decoration: none;
}

/******checkbox style*************/
.cbkstar, .RadioClass {
    display: none;
}

.cbkstar {
    background: url(../images/UnCheck.png) no-repeat;
    padding-left: 30px;
    padding-top: 3px;
    margin: 5px;
    height: 28px;
    width: 150px;
    /*display: block;*/
}

    .cbkstar:hover, .RadioLabelClass:hover {
        text-decoration: underline;
    }

.LabelSelected {
    background: url(../images/Check.png) no-repeat;
}

.RadioLabelClass {
    background: url(../images/RUnCheck.png) no-repeat;
    padding-left: 30px;
    padding-top: 3px;
    margin: 5px;
    height: 28px;
    width: 70px;
    display: block;
    float: left;
}

.RadioSelected {
    background: url("RCheck.png") no-repeat;
}
/******** checkbox end**********/

.accordionHeader {
    background-color: #005DBE;
    border: 1px solid #2F4F4F;
    color: white;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 1px;
}

.accordionHeaderSelected {
    background-color: #006DBE;
    border: 1px solid #2F4F4F;
    color: white;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding: 1px;
}

.accordionContent {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    /*background-color: #D3DEEF; */
    border-color: -moz-use-text-color #2F4F4F #2F4F4F;
    border-right: 1px dashed #2F4F4F;
    border-style: none dashed dashed;
    border-width: medium 1px 1px;
    /*padding: 10px 5px 5px;*/
}

.tbcell_outer {
    text-align: center;
    vertical-align: top;
    width: 25%;
}

.tbcell_outer_doc {
    text-align: center;
    vertical-align: top;
    width: 20%;
}

.tbcell {
    width: 50%;
    height: 50%;
}

    .tbcell img {
        /*width: 100%;*/
        /* height: 100%; For Safari Problem*/
        border: 0px;
    }

div#MainContent img {
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    height: 10px;
}
/*table
{
    margin-bottom: 1.5em;
} REMOVED FOR REPORT VIEW HEADING ALIGNMENT ISSUE */

/*for custom checkbox on art entry ***/
.demo label {
    padding: 0.5em;
    padding-left: 32px;
    background-position: 8px center;
    background-repeat: no-repeat;
    clear: both;
    cursor: pointer
}

.checked {
    background-image: url(../images/chk_on.png)
}

.unchecked {
    background-image: url(../images/chk_off.png)
}

.selected {
    background-color: #222;
    background-image: url(../images/rdo_on.png)
}

.unselected {
    background-color: #1c1c1c;
    background-image: url(../images/rdo_off.png)
}

.leftcol {
    float: left;
    clear: left;
    width: 50%
}

.rightcol {
    float: left;
    clear: right;
    width: 50%
}
/*******end ********/

/*****for report viewer to show on full screen*****/
.fullscreen {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    margin: 0;
    padding: 0;
    background-color: #222222;
}
/******************/